@font-face {
    font-family: 'space_ageregular';
    src: url('space_age-webfont.woff2') format('woff2'),
         url('space_age-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ! BASE */
/* ----------------------------------------------------------------------------------- */
body {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #000;
}
a{text-decoration: none;color: #F75E47}
p{line-height: 1.3}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

b, strong {
  font-weight: bold!important;
}

.none {
  display: none;
}


@media (min-width: 1025px) {
  .mobile {
  display: none;
  }
}

@media (max-width: 1024px) {
  .mobile {
  display: flex;
  }
}

@media (min-width: 1025px) {
  .desktop {
  display: flex;
  }
}

@media (max-width: 1024px) {
  .desktop {
  display: none;
  }
}


/* ! BORDERS (add class to activate borders) */
/* ----------------------------------------------------------------------------------- */
.footer,
.grid,
.container__flexible-page,
.spacer__small,
.spacer,
.spacer__large,
.spacer__extra-large,
.col-30--left,
.col-30--right,
.col-40--left,
.col-40--right,
.col-50--left,
.col-50--right,
.col-60--left,
.col-60--right,
.col-70--left,
.col-70--right,
.fade-in,
.text-reveal,
.fade-up,
.about--text
{
  /* border: 1px solid gray; */
}


main {
  padding-top: 90px;
  overflow: hidden;
}

.page-template-about-template main {
  padding-top: 0;
  overflow: hidden;
}

.header__menu > li > a {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

.current-menu-item a {
  font-weight: 600!important;
}


/* ! FOOTER */
/* ----------------------------------------------------------------------------------- */
footer {
  background: #121313;
  color: #fff;
  position: relative;
  margin-top: 100px!important;
}

footer a,
footer a:hover,
footer p {
  color: #fff;
  margin: 0;
}

.footer__menu--tablet p,
.footer__menu p,
.footer__menu--service p  {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}

.footer__menu--tablet ul,
.footer__menu ul,
.footer__menu--service ul {
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
}

.footer__menu--tablet ul li,
.footer__menu ul li,
.footer__menu--service ul li {
  margin-bottom: 5px;
}

.footer__menu--tablet ul li a,
.footer__menu ul li a,
.footer__menu--service ul li a  {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.footer__menu--tablet a.button__back.underline-l,
.footer__bottom--right a.button__back.underline-l,
.footer__menu a.button__back.underline-l,
.footer__menu--service a.button__back.underline-l {
  position: relative;
  padding-left: 0;
  font-size: 16px;
}

.footer__menu--tablet a.button__back.underline-l:before,
.footer__bottom--right a.button__back.underline-l:before,
.footer__menu a.button__back.underline-l:before,
.footer__menu--service a.button__back.underline-l:before {
  display: none;
}

.footer__menu--tablet a.button__back.underline-l:after,
.footer__bottom--right a.button__back.underline-l:after,
.footer__menu a.button__back.underline-l:after,
.footer__menu--service a.button__back.underline-l:after {
  content: '';
  width: 0;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer__menu--tablet a.button__back.underline-l:hover:after,
.footer__bottom--right a.button__back.underline-l:hover:after,
.footer__menu a.button__back.underline-l:hover::after,
.footer__menu--service a.button__back.underline-l:hover::after {
  width: 100%;
}

.footer__menu--tablet {
    position: absolute;
    right: 0;
    text-align: right;
    text-transform: uppercase;
}




/* ! HEADER */
/* ----------------------------------------------------------------------------------- */
.header-container {
  padding-top: 0;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  transform: translateY(0%);
  transition: color .3s ease-in-out, transform .4s ease-in-out , background-color .4s ease-in-out .15s;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #000;
}
@media (max-width: 1024px) {
  .header-container {
    padding-top: 0;
    height: 90px!important;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    transform: translateY(0%);
    transition: color .3s ease-in-out, transform .4s ease-in-out , background-color .4s ease-in-out .15s;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #000;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 3%;
  height: 100%;
  background: #fff;
}

.header__logo img {
    width: auto;
    filter: none;
    height: auto;
    max-height: 120px;
    padding: 10px;
    padding-left: 0 !important;
    margin: 0;
}
@media (max-width: 1024px) {
  .header__logo img {
    width: 100%;
    filter: none;
    height: auto;
    margin: 0;
    position: relative;
    z-index: 99;
  }
}

.header-container.init {
  transform: translateY(0);
  background: #ffffff;
}

.header-container.is-open {
  transform: translateY(0%);
  background: #ffffff;
  border-bottom: 1px solid #000;
}

.scroll-down.header-container.init {
  transform: translateY(-100%);
}

.scroll-down .header-container.is-open {
  transform: translateY(0)!important;
}

.scroll-down .header-container {
  transform: none;
  transition: none;
}

.page-template-home-template-v2 .header-container.init {
  transform: translateY(0);
  background: transparent;
}

.page-template-home-template-v2 .header-container,
.page-template-home-template .header-container {
  transition: transform 0.4s ease-in-out;
  border: 0;
}

.page-template-home-template-v2 .header__logo img,
.page-template-home-template .header__logo img {
  filter: invert(1);
}

.page-template-about-template .header-container {
  background: transparent;
  transition: transform 0.4s ease-in-out;
}


/* ! SPACER */
/* ----------------------------------------------------------------------------------- */

.no-spacer
{
  height: 0;
}

@media (min-width: 769px) {
  .spacer__extra-small   {
    height: 25px;
    width: 100%;
  }

  .spacer__small
  {
    height: 50px;
    width: 100%;
  }
  .spacer
  {
    height: 80px;
    width: 100%;
  }

  .spacer__large
  {
    height: 100px;
    width: 100%;

  }
  .spacer__extra-large
  {
    height: 200px;
    width: 100%;
  }
}


@media (max-width: 1024px) {
.spacer__small {height: 50px;/*border: 1px solid gray;*/width: 100%;}
.spacer__extra-small_m {height: 150px;/*border: 1px solid gray;*/width: 100%;}
.spacer__small_m {height: 100px; /*border: 1px solid gray;*/width: 100%;}
.spacer__m {height: 100px; /*border: 1px solid gray;*/width: 100%;}
.spacer__large_m {height: 100px; /*border: 1px solid gray;*/width: 100%;}
.spacer__extra-large_m {height: 180px;/*border: 1px solid gray;*/width: 100%;}
}

/* ! COL SYSTEM */
/* ----------------------------------------------------------------------------------- */
.col-30--left,
.col-30--right {
  width: 30%;
}

.col-40--left,
.col-40--right {
  width: 40%;
}

.col-50--left,
.col-50--right {
  width: 50%;
}

.col-60--left,
.col-60--right {
  width: 50%;
}

.col-70--left,
.col-70--right {
  width: 70%;
}

@media (max-width: 1024px) {
  .col-30--left,
  .col-30--right,
  .col-40--left,
  .col-40--right,
  .col-50--left,
  .col-50--right,
  .col-60--left,
  .col-60--right,
  .col-70--left,
  .col-70--right {
  width: 100%;
  }
}


/* ! TITLE SYSTEM */
/* ----------------------------------------------------------------------------------- */
.text-0{font-size: 5rem;}
h1, .text-1{font-size: 3.4rem;}
h2, .text-2{font-size: 2.2rem;}
h3, .text-3{font-size: 1.5rem;}
h4, p, .text-4{font-size: 1rem;}

h1, h2, h3, h4, p, ol, ul{margin-bottom: 1rem;}

h1.page--title {
    font-size: clamp(2rem, 4vw, 4rem);
    text-transform: uppercase;
    color: #121313;
    line-height: 100%;
    margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .text-0{font-size: 4rem}
}

/* ! BUTTONS */
/* ----------------------------------------------------------------------------------- */
.button,
.wp-block-button__link{font-size: 1.2rem;background: #333; color:#fff; padding: 14px 25px;border-radius: 4px}
.button:hover,
.wp-block-button__link{background: #000;}


/* ! BLOCKS */
/* ----------------------------------------------------------------------------------- */

.cover{
  background: #000;padding: 20px;min-height: 100vh;
  display: flex; flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position:relative;
}
.cover__bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:url(bridge.jpg) center center;background-size:cover;z-index:0;border: 1px solid #000}
.cover__bg:after{ content: ' ';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);;background-size:cover;}

.cover__content{max-width: 600px; margin: 0 auto; position:relative; z-index: 1;width: 100%;}




/* ! ANIMATIONS */
/* --------------------------------------------------------- */

.fade-in{opacity: 0; transform: translateY(10rem);}
.text-reveal{transform: translateY(1rem);clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}
.fade-up{opacity: 0; transform: translateY(5rem);}
.fade-up-1{opacity: 0; transform: translateY(5rem);}
.fade-up-2{opacity: 0; transform: translateY(5rem);}
.fade-up-3{opacity: 0; transform: translateY(5rem);}

/* .text--p,
.arrow-r {
  opacity: 0;
} */


.moveRight {
animation-name: moveRight;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes moveRight {
from {
transform: translateX(0);
}
to {
transform: translateX(50px);
}
}
.moveLeft {
animation-name: moveLeft;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
@keyframes moveLeft {
from {
transform: translateX(0);
}
to {
transform: translateX(-50px);
}
}
.floating {
animation-name: floating;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating {
from { transform: translate(0,  0px); }
65%  { transform: translate(0, 15px); }
to   { transform: translate(0, -0px); }
}
.floating-2 {
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating {
from { transform: translate(0,  0px); }
65%  { transform: translate(0, 30px); }
to   { transform: translate(0, -0px); }
}
.floating-x-sx {
animation-name: floating-x-sx;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating-x-sx {
from { transform: translate(0,  0); }
65%  { transform: translate(50px, 0); }
to   { transform: translate(-0, 0); }
}
.floating-x-dx {
animation-name: floating-x-dx;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating-x-dx {
from { transform: translate(0,  0); }
65%  { transform: translate(-50px, 0); }
to   { transform: translate(0, 0); }
}
.floating-top-bottom {
animation-name: floating-top-bottom;
animation-duration: 15s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating-top-bottom {
from { transform: translate(0,  0); }
65%  { transform: translate(0, -50px); }
to   { transform: translate(0, 0); }
}
.floating-top-bottom02 {
animation-name: floating-top-bottom02;
animation-duration: 15s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating-top-bottom02 {
from { transform: translate(0,  50px); }
65%  { transform: translate(0, -50px); }
to   { transform: translate(0, 50px); }
}
.bounce {
animation: bounce 2s ease infinite;
}
@keyframes bounce {
70% { transform:translateY(0%); }
80% { transform:translateY(-15%); }
90% { transform:translateY(0%); }
95% { transform:translateY(-7%); }
97% { transform:translateY(0%); }
99% { transform:translateY(-3%); }
100% { transform:translateY(0); }
}
.shadow-pulse {
animation: shadow-pulse 1s infinite;
}
@keyframes shadow-pulse
{
0% {
box-shadow: 0 0 0 0px rgb(0 0 0 / 50%);
}
100% {
box-shadow: 0 0 0 30px rgb(0 0 0 / 0%);
}
}
.shadow-pulse-white {
animation: shadow-pulse-white 1s infinite;
}
@keyframes shadow-pulse-white
{
0% {
box-shadow: 0 0 0 0px rgb(255 255 255 / 50%);
}
100% {
box-shadow: 0 0 0 30px rgb(255 255 255 / 0%);
}
}
.pulse {
transform: scale(1);
animation: pulse-button 1s infinite;
}
@keyframes pulse-button {
0% {box-shadow: 0 0 0 20px rgb(223 188 151 / 25%);}
50% {box-shadow: 0 0 0 0px rgb(223 188 151 / 50%);}
100% {box-shadow: 0 0 0 50px rgb(34 34 34 / 0%);}
}   .cover__container {
width: 100%;
height: 100%;
position: relative;
margin: 0 auto;
background-color: #646478;
color: #fff;
}

.spin {
  animation: flipdiv 1s infinite;
}
@keyframes flipdiv
{
  from {
    transform: perspective(100px);
  }
  top {
    transform: perspective(100px) rotateY(360deg);
  }
}

.animate span {
	display: inline-block;
}

a.repeat {
  display: inline-block;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  color: orange;
  padding: 5px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: normal;
  margin: 0 0 0 50px;
  border-radius: 3px;
  position: relative;
  bottom: 15px;
}

a.repeat:hover {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

.animate span:nth-of-type(2) {
	animation-delay: .05s;
}
.animate span:nth-of-type(3) {
	animation-delay: .1s;
}
.animate span:nth-of-type(4) {
	animation-delay: .15s;
}
.animate span:nth-of-type(5) {
	animation-delay: .2s;
}
.animate span:nth-of-type(6) {
	animation-delay: .25s;
}
.animate span:nth-of-type(7) {
	animation-delay: .3s;
}
.animate span:nth-of-type(8) {
	animation-delay: .35s;
}
.animate span:nth-of-type(9) {
	animation-delay: .4s;
}
.animate span:nth-of-type(10) {
	animation-delay: .45s;
}
.animate span:nth-of-type(11) {
	animation-delay: .5s;
}
.animate span:nth-of-type(12) {
	animation-delay: .55s;
}
.animate span:nth-of-type(13) {
	animation-delay: .6s;
}
.animate span:nth-of-type(14) {
	animation-delay: .65s;
}
.animate span:nth-of-type(15) {
	animation-delay: .7s;
}
.animate span:nth-of-type(16) {
	animation-delay: .75s;
}
.animate span:nth-of-type(17) {
	animation-delay: .8s;
}
.animate span:nth-of-type(18) {
	animation-delay: .85s;
}
.animate span:nth-of-type(19) {
	animation-delay: .9s;
}
.animate span:nth-of-type(20) {
	animation-delay: .95s;
}


/* Animation One */

.one span {
	color: #fff;
	opacity: 0;
	transform: translate(-150px, -50px) rotate(-180deg) scale(3);
	animation: revolveScale .4s forwards;
}

@keyframes revolveScale {
	60% {
		transform: translate(20px, 20px) rotate(30deg) scale(.3);
	}

	100% {
		transform: translate(0) rotate(0) scale(1);
		opacity: 1;
	}
}


/* Animation Two */

.two span {
	color: #a5cb21;
	opacity: 0;
	transform: translate(200px, -100px) scale(2);
	animation: ballDrop .3s forwards;
}

@keyframes ballDrop {
	60% {
		transform: translate(0, 20px) rotate(-180deg) scale(.5);
	}

	100% {
		transform: translate(0) rotate(0deg) scale(1);
		opacity: 1;
	}
}


/* Animation Three */


.three span {
	color: #b10e81;
	opacity: 0;
	transform: translate(-300px, 0) scale(0);
	animation: sideSlide .5s forwards;
}

@keyframes sideSlide {
	60% {
		transform: translate(20px, 0) scale(1);
		color: #b10e81;
	}

	80% {
		transform: translate(20px, 0) scale(1);
		color: #b10e81;
	}

	99% {
		transform: translate(0) scale(1.2);
		color: #00f0ff;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
		color: #b10e81;
	}
}


/* Animation Four */


.four span {
	color: #8d6a00;
	opacity: 0;
	transform: translate(0, -100px) rotate(360deg) scale(0);
	animation: revolveDrop .3s forwards;
}


@keyframes revolveDrop {
	30% {
		transform: translate(0, -50px) rotate(180deg) scale(1);
	}

	60% {
		transform: translate(0, 20px) scale(.8) rotate(0deg);
	}

	100% {
		transform: translate(0) scale(1) rotate(0deg);
		opacity: 1;
	}
}


/* Animation Five */


.five span {
	color: #dd3f0f;
	opacity: 0;
	transform: translate(0, -100px) rotate(360deg) scale(0);
	animation: dropVanish .5s forwards;
}


@keyframes dropVanish {
	30% {
		transform: translate(0, -50px) rotate(180deg) scale(1);
	}

	50% {
		transform: translate(0, 20px) scale(.8) rotate(0deg);
		opacity: 1;
	}

	80% {
		transform: translate(-100px, -100px) scale(1.5) rotate(-180deg);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1) rotate(0deg);
		opacity: 1;
	}
}



/* Animation Six */


.six span {
	color: #ddb40f;
	opacity: 0;
	transform: rotate(-180deg) translate(150px, 0);
	animation: twister .5s forwards;
}


@keyframes twister {
	10% {
		opacity: 1;
	}
	100% {
		transform: rotate(0deg) translate(0);
		opacity: 1;
	}
}



/* Animation Seven */


.seven span {
	color: #348c04;
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .5s forwards;
}


@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: #348c04;
	}

	60% {
		color: #0f40ba;
	}

	80% {
		transform: translate(0) scale(2);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}



/* ! HOME - V2 */
.page-template-home-template-v2 .header-container .header > .header__menu > li > a,
.page-template-home-template .header-container .header > .header__menu > li > a {
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .page-template-home-template-v2 .header-container .header > .header__menu > li > a,
  .page-template-home-template .header-container .header > .header__menu > li > a {
    color: #000;
    text-transform: uppercase;
  }
}


.square {background: yellow; width: 150px; height: 150px;}


@media only screen and (min-width: 77.5rem) {
  .scroll-trigger-pin__windmill-wrap {
      height: 87.5rem;
  }
}

@media only screen and (min-width: 77.5rem) {
  .scroll-trigger-pin__windmill-col {
      margin-top: 0;
      order: 2;
  }
}

.scroll-trigger-pin__windmill-wrap {
  height: 31.25rem;
  width: 100%;
}

.scroll-trigger-pin__progress svg {
  width: 3.875rem;
}

.scroll-trigger-pin__progress {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.scroll-trigger-pin__windmill-svg {
  height: max(7.75rem, min(8.02589vw + 5.86893rem, 15.5rem));
  margin-left: auto;
  margin-right: auto;
  width: max(7.75rem, min(8.02589vw + 5.86893rem, 15.5rem));
}


.container {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}

/* .container:nth-child(1) {
  background: #b6916d;
}
.container:nth-child(2) {
  background: #bcb8ad;
}
.container:nth-child(3) {
  background: #b69187;
}
.container:nth-child(4) {
  background: #3c564f;
} */

.container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
  border-radius: 30px;
  /* box-shadow: 0 20px 20px #00000015, 0 0 1px #000; */
  /* border: 15px solid #ffffff; */
  /* transform: rotate(25deg); */
}

.reveal {
  /* visibility: hidden; */
  position: relative;
  width: 50%;
  height: auto;
  /* max-width: 500px; */
  /* overflow: hidden; */
}
@media (max-width: 1024px) {
  .reveal {
    /* visibility: hidden; */
    position: relative;
    width: 100%;
    height: auto;
    /* max-width: 500px; */
    /* overflow: hidden; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.col-50--right.reveal {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .col-50--right.reveal {
  margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .col-50--left.reveal--left {
  margin-bottom: 50px;
  }
}

.col-50--left.reveal {
  margin-top: -200px;
}

.container h2 {
  font-size: clamp(2.2rem, 4.5vw, 6rem);
  line-height: 100%;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .page-template-about-template .container h2 {
  font-size: clamp(2.7rem, 4.5vw, 10rem);
  line-height: 100%;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
  }
}

.container p {
  font-size: clamp(1.5rem, 1vw, 3rem);
  line-height: 120%;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300!important;
  font-style: normal;
}
@media (max-width: 1024px) {
  .page-template-about-template .container p {
  font-size: clamp(1.3rem, 1vw, 6rem);
  line-height: 120%;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300!important;
  font-style: normal;
  }
}

.about--01 .col-50--left {
  padding: 80px!important;
  text-align: left;
}
@media (max-width: 1024px) {
  .about--01 .col-50--left {
    padding: 0px!important;
    text-align: left;
  }
}

.about--01 {
  /* background-color: #a2a87b; */
}

.container__flexible-content.about--01 {
  padding-top: 120px;
}


.about--text {
  /* background-color: #a2a87b; */
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.about--text .col-50--center {
  padding: 80px!important;
  text-align: center;
  /* max-width: 50%; */
}
@media (max-width: 1024px) {
  .about--text .col-50--center {
    padding: 0px!important;
    text-align: center;
    /* max-width: 50%; */
  }
}

.about--text h2 {
  font-size: clamp(2.2rem, 4.5vw, 6rem);
  line-height: 100%;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
 .about--text h2 {
    margin-bottom: 0;
    font-size: clamp(3.2rem, 4.5vw, 6rem);
  }
}

.about--02 {
  /* background-color: #fff; */
}

.about--02 .col-50--right {
  padding: 80px!important;
  text-align: right;
}
@media (max-width: 1024px) {
  .about--02 .col-50--right {
    padding: 0px!important;
    text-align: right;
  }
}


.about--01 .container{
  /* background-color: #a2a87b; */
}

.background-change {
  background-color: #a2a87b;
}

video.back-video {
  width: 100%;
  height: 100vh;
  position: relative;
  object-fit: cover;
  /* filter: blur(1.5px); */
}

/* .video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 80vh;
  width: 100%;
  background: #121313;
  background: linear-gradient(90180deg, rgba(0, 47, 71, 1) 0%, rgba(0, 47, 71, 0) 60%);
  z-index: 9;
} */

.video__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #121313;
  background: linear-gradient(90180deg, rgba(0, 47, 71, 1) 0%, rgba(0, 47, 71, 0) 60%);
  z-index: 9;
  /* display: none; */
}
@media (max-width: 1024px) {
  .video__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #121313;
  background: linear-gradient(90180deg, rgba(0, 47, 71, 1) 0%, rgba(0, 47, 71, 0) 60%);
  z-index: 9;
  display: none;
}
}

/* .SwiperVideo:before {
    content: '';
    height: 80vh;
    width: 100%;
    background: #121313;
    background: linear-gradient(90180deg, rgba(0, 47, 71, 1) 0%, rgba(0, 47, 71, 0) 60%);
    z-index: 9;
    position: absolute;
} */


.video__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .video__content {
      position: absolute;
      width: 100%;
      height: 60vh;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      z-index: 9;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      /* border: 1px solid green; */
  }
}

.SwiperVideo img {
    width: 100%;
    height: auto;
}

@media (min-width: 1024px) {
  .SwiperVideo img {
      width: 100%;
      height: 60vh!important;
  }
}

.video__content h3 {
  font-size: clamp(1rem, 2vw, 3rem);
  line-height: 100%;
  color: #000000;
  background: #fff;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  z-index: 10;
  /* font-style: italic; */
}

.video__content p {
  font-size: clamp(1rem, 2vw, 2rem);
  line-height: 100%;
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
}

.video__content a {
  height: 40px;
  border: 1px solid #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 100%;
  color: #fff;
  border-radius: 50px;
  transition: all .25s ease-in-out;
  z-index: 10;
  position: relative;
  text-transform: uppercase;
}

.video__content a:hover {
  padding-right: 25px;
  background-color: #fff!important;
  color: #000!important;
}

.video__content a:hover:after {
  filter: invert(1);
}

.arrow-r:after {
  content: '';
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .25s ease-in-out;
  margin-left: -25px;
  opacity: 0;
  /* display: none; */
}

.arrow-r:hover:after {
  transform: translateX(5px);
  opacity: 1;
  margin-left: 20px;
  /* padding-right: 20px; */
  /* display: inline-flex; */
}

.arrow-r:after {
  background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-bianco.svg');
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
}


.swiper-button-prev:after {
  content: '' !important;
  background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-sinistra-bianco.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  width: 50px;
  height: 50px;
}

.swiper-button-next:after {
  content: '' !important;
  background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-bianco.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  width: 50px;
  height: 50px;
}


.SwiperVideo .swiper-horizontal>.swiper-pagination-bullets,
.SwiperVideo .swiper-pagination-bullets.swiper-pagination-horizontal,
.SwiperVideo .swiper-pagination-custom,
.SwiperVideo .swiper-pagination-fraction {
    bottom: 110px !important;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
  .SwiperVideo .swiper-horizontal>.swiper-pagination-bullets,
  .SwiperVideo .swiper-pagination-bullets.swiper-pagination-horizontal,
  .SwiperVideo .swiper-pagination-custom,
  .SwiperVideo .swiper-pagination-fraction {
      bottom:25px !important;
      left: 0;
      width: 100%;
      z-index: 99;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}


.SwiperVideo .swiper-pagination-bullet-active {
    opacity: 1;
    background: white!important;
    border: 2px solid #ffffff!important;
    transform: scale(1.15);
    transition: all ease-in-out .6s;
}

.SwiperVideo .swiper-pagination-bullet {
    width: 20px!important;
    height: 20px!important;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1!important;
    border: 2px solid #ffffff!important;
}

@media (max-width: 768px) {
  .SwiperVideo .swiper-pagination-bullet {
      width: 10px!important;
      height: 10px!important;
      display: inline-block;
      border-radius: 100%;
      background: #ffffff00;
      opacity: 1!important;
      border: 2px solid #ffffff!important;
  }
}


.SwiperVideo .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.SwiperVideo .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}

@media (max-width: 768px) {
.SwiperVideo .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.SwiperVideo .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
}


.swiper__pagination-box {
    position: absolute;
    top: 25px;
    left: calc(50% - 60px);
    background: #ffffffd6;
    width: 120px;
    height: 60px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

@media (max-width: 768px) {
.swiper__pagination-box {
    position: absolute;
    top: calc(50% - 60px);
    left: unset;
    right: 0;
    background: #ffffffd6;
    width: 60px;
    height: 120px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    display: none!important;
}
}

.home--01,
.home--02,
.home--03 {
  position: relative;
}

.home--01 img,
.home--02 img,
.home--03 img {
  width: 100%;
}

.home--01 .col-50--right {
  /* position: absolute; */
}

.home--02 .col-50--left {
  /* position: absolute; */
}


button.accordion-button {
  width: auto;
  height: 60px;
  background: #a2a87b;
  border: 0;
  padding: 0 20px!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  font-size: .8vw!important;
  line-height: 100%!important;
  color: #fff!important;
  border-radius: 50px!important;
  transition: all .25s ease-in-out;
  z-index: 10;
  position: relative;
  padding-right: 0;
}

.accordion-button:not(.collapsed) {
  width: 100%;
  color: #105cd9;
  background-color: #ededed;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background: transparent !important;
  font-size: 0 !important;
  color: #ededed !important;
  border: 0 !important;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
  background: #ededed;
  border-radius: 25px !important;
  min-height: 200px;
  position: relative;
  top: -60px;
  padding-top: 15px;
}

.accordion-button:after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234f4f4f'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  display: none;
}

.accordion-button:not(.collapsed):after {
  display: block;
  background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-close-servizio.svg');
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


.service--01 h2,
.service--02 h2,
.service--03 h2,
.service--04 h2 {
  font-size: clamp(2.2rem, 4.5vw, 6rem);
  line-height: 100%;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .service--01 h2,
  .service--02 h2,
  .service--03 h2,
  .service--04 h2 {
    font-size: clamp(2.7rem, 4.5vw, 10rem);
    line-height: 100%;
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
  }
}

.service--01 p,
.service--02 p,
.service--03 p,
.service--04 p {
  font-size: clamp(1.5rem, 1vw, 3rem);
  line-height: 120%;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300!important;
  font-style: normal;
}
@media (max-width: 1024px) {
  .service--01 p,
  .service--02 p,
  .service--03 p,
  .service--04 p {
    font-size: clamp(1.3rem, 1vw, 6rem);
    line-height: 120%;
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300!important;
    font-style: normal;
  }
}

.service--01 .col-70--right,
.service--03 .col-70--right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.map-iframe {
    height: 600px;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    filter: grayscale(1);
    border-radius: 25px;
}
@media (max-width: 1024px) {
  .map-iframe {
    height: 400px;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    filter: grayscale(1);
    border-radius: 25px;
  }
}



/* ! SCROLL DOWN */
.scroll-down-icon {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -15px;
    right: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
    display: none;
    /* border: 1px solid gray; */
}
@media (max-width: 1024px) {
  .scroll-down-icon {
      width: 100%;
      height: 100px;
      position: absolute;
      bottom: 0;
      right: 0;
      margin-left: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 9;
      /* border: 1px solid gray; */
  }
}

@media (max-width: 1024px) {
  .page-template-home .scroll-down-icon {
      width: 2px;
      height: 100px;
      position: absolute;
      bottom: 80px;
      right: 29px;
      margin-left: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 9;
      /* border: 1px solid gray; */
  }
}

.scroll-down-icon span {
    /* transform: rotate(-90deg); */
    position: absolute;
    color: #fff;
    margin-top: 30px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
}

.line-center {
    background: #fff;
    transform-origin: left;
    width: 2px;
    height: 0;
    opacity: 0;
    position: absolute;
    margin-top: 60px;
    /* border-bottom-left-radius: 0; */
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    animation: vertical_line_growth 4s cubic-bezier(.215, .61, .355, 1) infinite;
}
@media (max-width: 1024px) {
  .line-center {
      width: 2px;
  }
}

@keyframes vertical_line_growth {
  0% { height: 0; opacity: 0;}
  20% { height: 0; opacity: 0;}
  40% { height: 0; opacity: 1;}
  60% { height: 40px; opacity: 1;}
  80% { height: 40px; opacity: 1;}
  100% { height: 40px; opacity: 0;}
}

.column-reverse {
  width: 100%;
    display: flex;
}

@media (max-width: 1024px) {
  .column-reverse {
    display: flex;
    flex-flow: column-reverse!important;
  }
}





/* Core styles/functionality */
.tab {
  position: relative;
  /* display: -webkit-box; */
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 600px;
  top: -60px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  border: 0;
  background: #fff;
  border-radius: 25px;
  text-align: left;
  padding: 25px;
  visibility: hidden;
  transition: none;
}
.tab input:checked ~ .tab__content {
  max-height: 100%;
  width: 100%;
  top: -60px;
  position: relative;
  z-index: 9;
  background: #fff;
  padding-top: 60px;
  border: 1px solid #000;
  border-radius: 25px;
  text-align: left;
  padding: 25px;
  visibility: visible;
  transition: none;
}

.tab input:checked ~ .tab__close {
  background: #a2a87b;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 9;
}

/* .tab input:not(:checked) ~ .tab__close {
  background: red;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 9;
  opacity: 1;
} */
/* Visual styles */
.accordion {
  color: var(--theme);
  border: 0;
  border-radius: 25px;
  /* overflow: hidden; */
  position: relative;
  box-sizing: border-box;
  margin-top: 25px;
}

@media (max-width: 1024px) {
    .tab-button--container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

.services--tab {
    padding-top: 0;
    padding-bottom: 0;
}

.tab__label,
.tab__close {
  display: flex;
  color: black;
  background: var(--theme);
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 20px;
  width: auto;
  background: #ffffff;
  display: flex;
  border: 1px solid;
  border-radius: 50px;
  height: 40px;
  border: 1px solid #000000;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 100%;
  color: #000000;
  border-radius: 50px;
  transition: all .25s ease-in-out;
  /* z-index: 10; */
  position: absolute;
  padding-right: 20px;
  top: -19px;
  right: 0;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .tab__label {
    justify-content: space-between;
    padding: 20px;
    width: auto;
    background: #ffffff;
    display: flex;
    border: 1px solid;
    border-radius: 50px;
    height: 40px;
    border: 1px solid #000000;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 100%;
    color: #000000;
    border-radius: 50px;
    transition: all .25s ease-in-out;
    /* z-index: 10; */
    position: relative;
    padding-right: 20px;
    top: 0;
    right: 0;
    text-transform: uppercase;
  }
}

.service--02 .tab__label,
.service--04 .tab__label{
    justify-content: space-between;
    padding: 20px;
    width: auto;
    background: #ffffff;
    display: flex;
    border: 1px solid;
    border-radius: 50px;
    height: 40px;
    border: 1px solid #000000;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 100%;
    color: #000000;
    border-radius: 50px;
    transition: all .25s ease-in-out;
    /* z-index: 10; */
    position: absolute;
    padding-right: 20px;
    top: -19px;
    right: unset;
    left: 0;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
  .service--02 .tab__label,
  .service--04 .tab__label{
    justify-content: space-between;
    padding: 20px;
    width: auto;
    background: #ffffff;
    display: flex;
    border: 1px solid;
    border-radius: 50px;
    height: 40px;
    border: 1px solid #000000;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 100%;
    color: #000000;
    border-radius: 50px;
    transition: all .25s ease-in-out;
    /* z-index: 10; */
    position: relative;
    padding-right: 20px;
    top: 0;
    right: unset;
    left: 0;
    text-transform: uppercase;
  }
}
.tab__label::after {
  content: '';
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
    margin-left: -25px;
    opacity: 0;
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-bianco.svg');
    filter: invert(0);
}

.tab__label:hover:after {
    transform: translateX(5px);
    opacity: 1;
    margin-left: 20px;
    /* padding-right: 20px; */
    /* display: inline-flex
; */
}

.tab__label:hover {
    background-color: #a2a87b;
    border: 1px solid #a2a87b;
    color: #fff;
}

.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  padding: 0;
  max-width: 70%;
}
@media (max-width: 1024px) {
  .tab__content p {
  padding: 0;
  max-width: 100%;
  font-size: clamp(1.3rem, 1vw, 3rem);
  }
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  opacity: 0;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: none;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}


.tab input:checked ~ .tab__content.tab__close {
  background: #105cd9;
}

.tab-close {
  background-color: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25px;
  right: 25px;
  float: right;
  display: block;
  border-radius: 50%;
  background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-close-servizio-verde.svg');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
}


.form--contatti {
    background: #121313;
}
@media (max-width: 1024px) {
  .form--contatti {
    padding: 50px 0;
  }
}

.map-container {
  width: 100%;
}

.section__subtitle__center {
  width: 100%;
}

.form-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0 !important;
}

div#wpforms-454,
div#wpforms-1430 {
    margin: 0;
}

div#wpforms-454-field_7-container a,
div#wpforms-1430-field_7-container a {
  color: #F44336;
}

.contatti__azienda {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contatti__azienda h3 {
  font-size: clamp(2.2rem, 4.5vw, 6rem);
  line-height: 100%;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contatti__azienda .azienda_slogan {
  font-size: clamp(1.5rem, 1vw, 3rem);
  line-height: 120%;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  text-transform: uppercase;
}

.contatti__azienda .azienda_email,
.contatti__azienda .azienda_tel {
  font-size: clamp(1.5rem, 1vw, 3rem);
  line-height: 120%;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold !important;
  font-style: normal;
  color: #000;
  /* text-transform: uppercase; */
}

.contatti__azienda .azienda_email:hover,
.contatti__azienda .azienda_tel:hover {
  color: #000;
}


.home--01 h2,
.home--02 h2,
.home--03 h2 {
  /* font-size: clamp(2.2rem, 4.5vw, 6rem); */
  font-size: clamp(2.2rem, 4.5vw, 10rem);
  line-height: 100%;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .home--01 h2,
  .home--02 h2,
  .home--03 h2 {
    /* font-size: clamp(2.2rem, 4.5vw, 6rem); */
    font-size: clamp(2.7rem, 4.5vw, 10rem);
    line-height: 100%;
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
  }
}

.home--01 p,
.home--02 p,
.home--03 p {
  /* font-size: clamp(1.5rem, 1vw, 3rem); */
  font-size: clamp(1.5rem, 1vw, 6rem);
  line-height: 120%;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  /* width: clamp(90%, 50vw, 560px); */
}


.home--01 a,
.home--02 a,
.home--03 a {
  height: 40px;
  border: 1px solid #000000;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 100%;
  color: #000000;
  border-radius: 50px;
  transition: all .25s ease-in-out;
  z-index: 10;
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
}

.home--01 .arrow-r:after,
.home--02 .arrow-r:after,
.home--03 .arrow-r:after {
  background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-bianco.svg');
  filter: invert(0);
}

.home--01 a.arrow-r:hover,
.home--02 a.arrow-r:hover,
.home--03 a.arrow-r:hover {
    background-color: #a2a87b;
    color: #fff;
    border: 1px solid #a2a87b;
}

.content__button {
  display: flex;
}


main#content {
    padding: 0 15px;
}

.page-template-home-template main {
  padding-top: 0;
  overflow: hidden;
}


/* HOME V2 */

.page-template-home-template-v2 main {
    padding-top: 0;
    overflow: hidden;
}


.page-template-home-template-v2 .home--01,
.page-template-home-template-v2 .home--02,
.page-template-home-template-v2 .home--03 {
    background: #fff;
    height: 80vh;
    display: flex;
    align-items: center;
}

.page-template-home-template-v2 .home--01 .col-100,
.page-template-home-template-v2 .home--02 .col-100,
.page-template-home-template-v2 .home--03 .col-100 {
    display: flex;
    padding: 0;
}
@media (max-width: 1024px) {
  .page-template-home-template-v2 .home--01 .col-100,
  .page-template-home-template-v2 .home--02 .col-100,
  .page-template-home-template-v2 .home--03 .col-100 {
      display: flex;
      flex-direction: column;
      padding: 0;
  }
}

.page-template-home-template-v2 .home--01 img,
.page-template-home-template-v2 .home--03 img {
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 1024px) {
  .page-template-home-template-v2 .home--01 img,
  .page-template-home-template-v2 .home--02 img
  .page-template-home-template-v2 .home--03 img {
      position: relative;
      right: unset;
      top: unset;
  }
}

.page-template-home-template-v2 .home--02 img {
    position: absolute;
    left: 0;
    top: 0;
}

.service--01 .tab,
.service--03 .tab {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.service--01 .tab input:checked ~ .tab__content,
.service--02 .tab input:checked ~ .tab__content,
.service--03 .tab input:checked ~ .tab__content,
.service--04 .tab input:checked ~ .tab__content {
    max-height: 100%;
    top: -19px;
    position: relative;
    width: 100%;
    z-index: 9;
    background: #ffffff;
    padding-top: 60px;
    border: 1px solid #000;
    border-radius: 20px;
    text-align: left;
    padding: 0;
    visibility: visible;
    transition: none;
}
@media (max-width: 1024px) {
  .service--01 .tab input:checked ~ .tab__content,
  .service--02 .tab input:checked ~ .tab__content,
  .service--03 .tab input:checked ~ .tab__content,
  .service--04 .tab input:checked ~ .tab__content {
      max-height: 100%;
      top: -40px;
      position: relative;
      width: 100%;
      z-index: 9;
      background: #ffffff;
      padding-top: 60px;
      border: 1px solid #000;
      border-radius: 20px;
      text-align: left;
      padding: 0;
      visibility: visible;
      transition: none;
  }
}

.SwiperGallery img {
    width: 100%;
}

.SwiperSlideGallery01,
.SwiperSlideGallery02,
.SwiperSlideGallery03,
.SwiperSlideGallery04,
.SwiperSlideGallery05,
.SwiperSlideGallery06,
.SwiperSlideGallery07,
.SwiperSlideGallery08  {
    overflow: hidden;
}

.SwiperSlideGallery01 img,
.SwiperSlideGallery02 img,
.SwiperSlideGallery03 img,
.SwiperSlideGallery04 img,
.SwiperSlideGallery05 img,
.SwiperSlideGallery06 img,
.SwiperSlideGallery07 img,
.SwiperSlideGallery08 img {
    width: 100%;
    height: auto;
}


.page-template-servizi-template-v2 .SwiperSlideGallery01,
.page-template-servizi-template-v2 .SwiperSlideGallery02,
.page-template-servizi-template-v2 .SwiperSlideGallery03,
.page-template-servizi-template-v2 .SwiperSlideGallery04,
.page-template-servizi-template-v2 .SwiperSlideGallery05,
.page-template-servizi-template-v2 .SwiperSlideGallery06,
.page-template-servizi-template-v2 .SwiperSlideGallery07,
.page-template-servizi-template-v2 .SwiperSlideGallery08 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-template-servizi-template-v2 .slider-container .swiper-button-prev {
    filter: invert(0)!important;
    top: 65px!important;
    position: absolute!important;
    left: 0!important;
}

.page-template-servizi-template-v2 .slider-container .swiper-button-next {
    filter: invert(0)!important;
    top: 65px!important;
    position: absolute!important;
    right: 0!important;
}

.slider-container {
  width: 100%;
  margin: 0 auto;
  /* border: 1px solid red; */
  display: block;
  position: relative;
}

.container__img-slide>img {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
  -webkit-transition: opacity .3scubic-bezier(.57,.24,.39,.88);
  transition: opacity .3scubic-bezier(.57,.24,.39,.88);
  opacity: 0;
  /* min-height: 680px; */
}

img.wh {
  height: auto;
  width: 100%;
  opacity: 1;
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
  opacity: .5;
}
@media screen and (max-width: 1024px) {
  img.wh {
    height: 100%;
    width: 100%;
    opacity: 1;
    min-height: 300px;
    max-height: 100%;
    object-fit: cover;
  }
}

.bk__hover .cover__img-slide,
.bk__hover:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .3s;
  transition: .3s
}

.bk__hover:after {
  content: "";
  display: block;
  -webkit-transform: translate3d(-50%,-50%,1px) scale(0);
  transform: translate3d(-50%,-50%,1px) scale(0);
  background-color: #ecf4de;
  /* background-color: #000; */
  mix-blend-mode: multiply;
  /* filter: grayscale(1); */
  z-index: 1
}


.bk__hover:after {
  content: "";
  display: block;
  -webkit-transform: translate3d(-50%,-50%,1px) scale(0);
  transform: translate3d(-50%,-50%,1px) scale(0);
  background-color: #ecf4de;
  /* background-color: #000; */
  mix-blend-mode: multiply;
  /* filter: grayscale(1); */
  z-index: 1
}

/* .palio24 .bk__hover:after {
  background-color: #7393ba!important;
} */


.bk__hover .cover__img-slide {
  -webkit-transform: translate3d(-50%,-50%,1px);
  transform: translate3d(-50%,-50%,1px);
  opacity: 0;
  pointer-events: none;
  z-index: 2
}

.bk__hover .cover__img-slide .img-slide__link {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 100%;
}

.bk__hover:hover .cover__img-slide {
  -webkit-transition: .3s .15s;
  transition: .3s .15s
}

.bk__hover:hover .cover__img-slide,
.bk__hover:hover:after {
  -webkit-transform: translate3d(-50%,-50%,1px) scale(1);
  transform: translate3d(-50%,-50%,1px) scale(1);
  opacity: 1;
  pointer-events: auto
}

.bk__hover:hover {
  text-decoration: none
}

.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.img-slide__link.center_div svg {
  position: absolute;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  filter: invert(1);
}
@media screen and (max-width: 1024px) {
  .img-slide__link.center_div svg {
    position: absolute;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
  }
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 5px!important;
  line-height: 100%!important;
  font-weight: bold!important;
  font-family: 'Barlow'!important;
}

.glightbox-clean .gslide-desc {
  font-size: .86em;
  margin-bottom: 0;
  font-family: 'Barlow'!important;
  line-height: 100%!important;
}

.page-template-servizi-template-v2 .SwiperSlideGallery02 {
    height: auto;
    padding-top: 100px;
}

.slide-img--hover {
    width: 100%;
    height: 100%;
    position: relative;
}


.slide-img--hover img.wh {
    height: 100%;
    width: 100%;
    opacity: 1;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: -1;
    position: relative;
}


.slide-img--hover .img-slide__link.center_div {
  opacity: 0;
}

.slide-img--hover a:hover > .img-slide__link.center_div {
    opacity: 1;
    z-index: 9999999999999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide-img--hover .img-slide__link.center_div svg {
    position: absolute;
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    filter: invert(1);
    z-index: 99;
}

.slide-img--hover a {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    z-index: 999;
    top: 0;
    left: 0;
}

.slide-img--hover a:hover {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00304773;
    /* mix-blend-mode: multiply; */
    z-index: 1;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}


.page-template-servizi-template-v2 .swiper-pagination {
    display: flex !important;
    position: absolute;
    bottom: 0 !important;
}


/* OPTION SLIDE GALLERY SERVIZI */
.service--01 .slider-container,
.service--02 .slider-container,
.service--03 .slider-container,
.service--04 .slider-container {
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid red; */
    display: block;
    position: relative;
    /* margin-top: 50px; */
}
@media screen and (max-width: 1024px) {
  .service--01 .slider-container,
  .service--02 .slider-container,
  .service--03 .slider-container,
  .service--04 .slider-container {
      width: 100%;
      padding: 25px;
      padding-bottom: 0;
  }
}


.page-template-servizi-template-v2 .service--01 .SwiperSlideGallery01,
.page-template-servizi-template-v2 .service--02 .SwiperSlideGallery02,
.page-template-servizi-template-v2 .service--03 .SwiperSlideGallery03,
.page-template-servizi-template-v2 .service--04 .SwiperSlideGallery04 {
    /* height: 500px; */
    padding-top: 50px;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    padding-left: 70px;
    padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .page-template-servizi-template-v2 .service--01 .SwiperSlideGallery01,
  .page-template-servizi-template-v2 .service--02 .SwiperSlideGallery02,
  .page-template-servizi-template-v2 .service--03 .SwiperSlideGallery03,
  .page-template-servizi-template-v2 .service--04 .SwiperSlideGallery04 {
      /* height: 500px; */
      padding-top: 0;
      width: 100%;
      position: relative;
      padding-bottom: 50px;
      padding-left: 0;
      padding-right: 0;
  }
}

.page-template-servizi-template-v2 .service--01 .slider-container .swiper-button-next,
.page-template-servizi-template-v2 .service--02 .slider-container .swiper-button-next,
.page-template-servizi-template-v2 .service--03 .slider-container .swiper-button-next,
.page-template-servizi-template-v2 .service--04 .slider-container .swiper-button-next {
    filter: invert(1) !important;
    position: absolute !important;
    right: 0 !important;
    top: 50%!important;
}

.page-template-servizi-template-v2 .service--01 .slider-container .swiper-button-prev,
.page-template-servizi-template-v2 .service--02 .slider-container .swiper-button-prev,
.page-template-servizi-template-v2 .service--03 .slider-container .swiper-button-prev,
.page-template-servizi-template-v2 .service--04 .slider-container .swiper-button-prev {
    filter: invert(1) !important;
    position: absolute !important;
    left: 0 !important;
    top: 50%!important;
}

@media screen and (max-width: 1024px) {
  .page-template-servizi-template-v2 .service--01 .slider-container .swiper-button-next,
  .page-template-servizi-template-v2 .service--02 .slider-container .swiper-button-next,
  .page-template-servizi-template-v2 .service--03 .slider-container .swiper-button-next,
  .page-template-servizi-template-v2 .service--04 .slider-container .swiper-button-next,
  .page-template-servizi-template-v2 .service--01 .slider-container .swiper-button-prev,
  .page-template-servizi-template-v2 .service--02 .slider-container .swiper-button-prev,
  .page-template-servizi-template-v2 .service--03 .slider-container .swiper-button-prev,
  .page-template-servizi-template-v2 .service--04 .slider-container .swiper-button-prev {
    display: none!important;
  }
}
/* FINE OPZIONE */

.logo__footer {
    /* filter: invert(1); */
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    padding: 25px;
    position: absolute;
    left: calc(50% - 75px);
    top: -75px;
    border: 5px solid #003047;
}

/* FIX HOME PAGE FULLWIDTH */
.SwiperVideo {
    /* height: calc(100dvh - 95px); */
    /* max-height: calc(100dvh - 95px); */
    height: 100vh;
    padding: 15px 0;
    /* border: 1px solid red; */
}
@media (max-width: 768px) {
  .SwiperVideo {
    height: auto;
    padding: 0;
  }
}

.page-template-home-template-v2 .home--01 img,
.page-template-home-template-v2 .home--02 img,
.page-template-home-template-v2 .home--03 img {
    position: RELATIVE;
    top: auto;
    HEIGHT: 100%;
}

.page-template-home-template-v2 .home--01 .col-50--left,
.page-template-home-template-v2 .home--03 .col-50--left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* background: red; */
}

.page-template-home-template-v2 .home--01 .content__button,
.page-template-home-template-v2 .home--03 .content__button {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .page-template-home-template-v2 .home--01 .content__button,
  .page-template-home-template-v2 .home--03 .content__button {
      width: 100%;
      display: flex;
      justify-content: center;
  }
}

.page-template-home-template-v2 .home--01 .col-50--right,
.page-template-home-template-v2 .home--03 .col-50--right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100vh;
}

.page-template-home-template-v2 .home--02 .col-50--left,
.page-template-home-template-v2 .home--04 .col-50--left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /* background: red; */
}

.page-template-home-template-v2 .home--02 .content__button,
.page-template-home-template-v2 .home--04 .content__button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .page-template-home-template-v2 .home--02 .content__button,
  .page-template-home-template-v2 .home--04 .content__button {
      width: 100%;
      display: flex;
      justify-content: center;
  }
}

.page-template-home-template-v2 .home--02 .col-50--right,
.page-template-home-template-v2 .home--04 .col-50--right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    text-align: right;
    right: 0;
}

@media screen and (max-width: 1024px) {
  .page-template-home-template-v2 .home--01,
  .page-template-home-template-v2 .home--02,
  .page-template-home-template-v2 .home--03
  {
      background: #fff;
      height: auto;
      display: flex;
      align-items: center;
      padding: 50px 0;
  }
  .page-template-home-template-v2 .home--03
  {
      background: #fff;
      height: auto;
      display: flex;
      align-items: center;
      padding-bottom: 0;
  }
}

.glightbox-clean .gslide-description {
    background: #fff;
    display: none;
}

label.wpforms-field-label {
    color: #fff !important;
    text-transform: uppercase!important;
}
div#wpforms-454-field_7,
div#wpforms-1430-field_7,
label.wpforms-field-label-inline {
    color: #fff!important;
}

.form-container p {
    color: #fff;
    font-size: clamp(2.2rem, 4.5vw, 6rem);
    line-height: 100%;
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.tab__content h3 {
    font-size: clamp(1rem, 2vw, 3rem);
    line-height: 100%;
    color: #000;
    margin-bottom: 50px;
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .tab__content h3 {
    font-size: clamp(2rem, 2vw, 3rem);
    line-height: 100%;
    color: #000;
    margin-bottom: 25px;
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    padding-right: 50px;
  }
}

/* .tab__content video {
    width: calc(100% - 140px);
    height: auto !important;
    margin: 0 auto;
    left: 70px;
    margin-top: 0;
    margin-bottom: 65px;
} */
.tab__content video {
    width: 100%;
    height: auto !important;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .tab__content video {
      width: 100%;
      height: auto !important;
      margin: 0 auto;
      left: 0;
      margin-top: 0;
      margin-bottom: 0;
  }
}

.boxed {
  margin: 0 auto;
  max-width: 1650px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .boxed {
    margin: 0 auto;
    max-width: 1650px;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-home-template-v2 .boxed {
    margin: 0 auto;
    max-width: 1650px;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

.blocco--immagini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.about--img h2,
.text--h2 {
    line-height: 100%;
}

.page-template-servizi-template-v2 .text--h2 {
    font-size: 3.5rem;
    line-height: 100%;
    color: #121313;
}
@media screen and (max-width: 1024px) {
  .page-template-servizi-template-v2 .text--h2 {
    font-size: 2rem;
    line-height: 100%;
    color: #121313;
  }
}

.about--img p,
.text--p {
    font-weight: 300;
}

.service--01 .boxed,
.service--02 .boxed,
.service--03 .boxed {
  border-bottom: 1px solid #ccc;
}


/* BACKGROUND CHANGE */
.background-wrapper {
  position: relative;
  overflow: hidden;
}

.bg-layer {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: opacity 1.5s ease-in-out;
  pointer-events: none;
}

.bg1 {
  background: linear-gradient(135deg, #f8e1f4, #e0f2ff);
  opacity: 1;
}

.bg2 {
  background: linear-gradient(135deg, #ffe0e0, #fff7e0);
  opacity: 0;
}


body.page-template-about-template {
   background: #a2a87b;
}

body.page-template-about-template {
   transition: background-color 1.5s ease-in-out;
}

div#wpforms-454,
div#wpforms-1430 {
    width: 50%;
    float: left;
}
@media screen and (max-width: 1199px) {
  div#wpforms-454,
  div#wpforms-1430 {
    width: 100%;
    float: left;
  }
}


.footer .text-right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
}

.footer__bottom {
    display: flex;
    padding: 3% 0;
    padding-bottom: 0;
}

.footer__bottom--left {
    width: 50%;
    display: flex;
}

.footer__bottom--right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    font-weight: 100;
}

.footer--company,
.footer--hours {
    width: 50%;
}

.footer--company, .footer--hours {
    width: 50%;
    font-weight: 100;
}

.footer--company a {
  font-weight: bold;
}

.footer--hours {
    width: 50%;
}

.footer .col-70 {
    padding: 0 3% !important;
}


.menu-open .page-template-home-template-v2.header__logo img,
.menu-open .page-template-home-template.header__logo img {
    filter: invert(0)!important;
    position: relative!important;
    z-index: 99!important;
}

/* .menu-open .header__hamburger span:nth-child(1){transform: translateY(5px) rotate(45deg); background: #000;}
.menu-open .header__hamburger span:nth-child(2){transform: translateY(-5px) rotate(-45deg); background: #000} */

.contatti__azienda .azienda_slogan {
  margin-bottom: 50px;
}

p.azienda_indirizzo {
    margin: 0;
}

.contatti__azienda .azienda_email,
p.azienda_indirizzo {
    font-size: 1.2rem;
    font-weight: 100!important;
}
.contatti__azienda .azienda_email {
    margin-bottom: 20px;
}

.page-template-servizi-template-v2 .swiper-pagination {
    position: absolute;
    bottom: 40px !important;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1024px) {
  .page-template-servizi-template-v2 .swiper-pagination {
    height: 50px;
    bottom: 0!important;
  }
}

.page-template-servizi-template-v2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff !important;
    border: 2px solid #ffffff !important;
    transform: scale(1.15);
    transition: all ease-in-out .6s;
}

.page-template-servizi-template-v2 .swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff00;
    opacity: 1!important;
    border: 2px solid #ffffff !important;
}

.SwiperSlideGallery01,
.SwiperSlideGallery02,
.SwiperSlideGallery03,
.SwiperSlideGallery04 {
    overflow: hidden;
}

.SwiperSlideGallery01:before,
.SwiperSlideGallery02:before,
.SwiperSlideGallery03:before,
.SwiperSlideGallery04:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: #003047;
    z-index: 9;
    display: none;
}

.SwiperSlideGallery01:after,
.SwiperSlideGallery02:after,
.SwiperSlideGallery03:after,
.SwiperSlideGallery04:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background: #ffffff;
    z-index: 9;
    display: none;
}

@media screen and (max-width: 1024px) {
  .SwiperSlideGallery01:before,
  .SwiperSlideGallery02:before,
  .SwiperSlideGallery03:before,
  .SwiperSlideGallery04:before,
  .SwiperSlideGallery01:after,
  .SwiperSlideGallery02:after,
  .SwiperSlideGallery03:after,
  .SwiperSlideGallery04:after {
    display: none;
  }
}

.tab__content--text {
  padding: 70px;
}
@media screen and (max-width: 1024px) {
  .tab__content--text {
  padding: 25px;
  }
}


.SwiperSlideGallery01 .swiper-button-next,
.SwiperSlideGallery02 .swiper-button-next,
.SwiperSlideGallery03 .swiper-button-next,
.SwiperSlideGallery04 .swiper-button-next,
.SwiperSlideGallery05 .swiper-button-next,
.SwiperSlideGallery06 .swiper-button-next,
.SwiperSlideGallery07 .swiper-button-next,
.SwiperSlideGallery08 .swiper-button-next,
.SwiperSlideGallery01 .swiper-button-prev,
.SwiperSlideGallery02 .swiper-button-prev,
.SwiperSlideGallery03 .swiper-button-prev,
.SwiperSlideGallery04 .swiper-button-prev,
.SwiperSlideGallery05 .swiper-button-prev,
.SwiperSlideGallery06 .swiper-button-prev,
.SwiperSlideGallery07 .swiper-button-prev,
.SwiperSlideGallery08 .swiper-button-prev,
 {
    width: 70px;
}

.SwiperSlideGallery01 .swiper-button-next:after,
.SwiperSlideGallery02 .swiper-button-next:after,
.SwiperSlideGallery03 .swiper-button-next:after,
.SwiperSlideGallery04 .swiper-button-next:after,
.SwiperSlideGallery05 .swiper-button-next:after,
.SwiperSlideGallery06 .swiper-button-next:after,
.SwiperSlideGallery07 .swiper-button-next:after,
.SwiperSlideGallery08 .swiper-button-next:after,

.SwiperSlideGalleryP01 .swiper-button-next:after,
.SwiperSlideGalleryP02 .swiper-button-next:after,
.SwiperSlideGalleryP03 .swiper-button-next:after,
.SwiperSlideGalleryP04 .swiper-button-next:after,
.SwiperSlideGalleryP05 .swiper-button-next:after,
.SwiperSlideGalleryP06 .swiper-button-next:after,
.SwiperSlideGalleryP07 .swiper-button-next:after,
.SwiperSlideGalleryP08 .swiper-button-next:after,
.SwiperSlideGalleryP09 .swiper-button-next:after,
.SwiperSlideGalleryP10 .swiper-button-next:after,
.SwiperSlideGalleryP11 .swiper-button-next:after,
.SwiperSlideGalleryP12 .swiper-button-next:after,
.SwiperSlideGalleryP13 .swiper-button-next:after,
.SwiperSlideGalleryP14 .swiper-button-next:after,
.SwiperSlideGalleryP15 .swiper-button-next:after,
.SwiperSlideGalleryP16 .swiper-button-next:after,
.SwiperSlideGalleryP17 .swiper-button-next:after,
.SwiperSlideGalleryP18 .swiper-button-next:after,
.SwiperSlideGalleryP19 .swiper-button-next:after
{
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-bianco.svg')!important;
    background-size: auto;
    background-repeat: no-repeat;
}

.SwiperSlideGallery01 .swiper-button-prev:after,
.SwiperSlideGallery02 .swiper-button-prev:after,
.SwiperSlideGallery03 .swiper-button-prev:after,
.SwiperSlideGallery04 .swiper-button-prev:after,
.SwiperSlideGallery05 .swiper-button-prev:after,
.SwiperSlideGallery06 .swiper-button-prev:after,
.SwiperSlideGallery07 .swiper-button-prev:after,
.SwiperSlideGallery08 .swiper-button-prev:after,

.SwiperSlideGalleryP01 .swiper-button-prev:after,
.SwiperSlideGalleryP02 .swiper-button-prev:after,
.SwiperSlideGalleryP03 .swiper-button-prev:after,
.SwiperSlideGalleryP04 .swiper-button-prev:after,
.SwiperSlideGalleryP05 .swiper-button-prev:after,
.SwiperSlideGalleryP06 .swiper-button-prev:after,
.SwiperSlideGalleryP07 .swiper-button-prev:after,
.SwiperSlideGalleryP08 .swiper-button-prev:after,
.SwiperSlideGalleryP09 .swiper-button-prev:after,
.SwiperSlideGalleryP10 .swiper-button-prev:after,
.SwiperSlideGalleryP11 .swiper-button-prev:after,
.SwiperSlideGalleryP12 .swiper-button-prev:after,
.SwiperSlideGalleryP13 .swiper-button-prev:after,
.SwiperSlideGalleryP14 .swiper-button-prev:after,
.SwiperSlideGalleryP15 .swiper-button-prev:after,
.SwiperSlideGalleryP16 .swiper-button-prev:after,
.SwiperSlideGalleryP17 .swiper-button-prev:after,
.SwiperSlideGalleryP18 .swiper-button-prev:after,
.SwiperSlideGalleryP19 .swiper-button-prev:after{
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-sinistra-bianco.svg')!important;
    background-size: auto;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1024px) {
  .container__flexible-content.about--01,
  .container__flexible-content.about--02,
  .container__flexible-content.about--01 .container,
  .container__flexible-content.about--02 .container {
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .about--text {
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .footer__bottom {
      width: 100%;
      display: flex;
      flex-direction: column;
      padding: 0 3%;
  }
}

@media screen and (max-width: 1024px) {
  .footer__bottom--left {
      width: 100%;
      display: flex;
      flex-direction: column;
      position: relative;
      /* margin-bottom: 10px; */
  }
}

@media screen and (max-width: 1024px) {
  .footer--company {
      width: 100%;
      font-weight: 100;
      margin-bottom: 10px;
  }
  .footer--hours {
      width: 100%;
      font-weight: 100;
      margin-bottom: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .footer__bottom--right {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-weight: 100;
      padding: 25px 0;
      border-top: 1px solid #fff;
  }
}

.page-template-home-template-v2 .header__logo img,
.page-template-home-template .header__logo img {
    filter: invert(1);
    position: relative;
    z-index: 9;
    margin: 0;
}

.page-template-home-template-v2.menu-open .header__logo img {
    filter: invert(0) !important;
    position: relative;
    z-index: 9;
    /* border: 1px solid red; */
}


@media screen and (max-width: 1024px) {
  .page-template-home-template-v2 .home--01 .col-50--right,
  .page-template-home-template-v2 .home--03 .col-50--right,
  .page-template-home-template-v2 .home--02 .col-50--left,
  .page-template-home-template-v2 .home--04 .col-50--left {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: 100vh;
      max-height: 500px;
      /* border: 1px solid red; */
  }
}

@media screen and (max-width: 1024px) {
  .home--01 p,
  .home--02 p,
  .home--03 p {
      width: 100%;
      font-size: clamp(1.3rem, 1vw, 6rem);
  }
}

@media screen and (max-width: 1024px) {
  .container__flexible-content.about--02 {
    padding-bottom: 50px;
  }
}


.container__flexible-content.home--01 .col-50--left.fade-up,
.container__flexible-content.home--03 .col-50--left.fade-up {
  padding: 0 10%;
  /* border: 1px solid gray; */
}

.container__flexible-content.home--02 .col-50--right.fade-up {
  padding: 0 10%;
  /* border: 1px solid gray; */
}

.gslide-media.gslide-video {
    width: 100%!important;
    max-width: 100%!important;
}

.slide--video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto; 
  position: relative;  
}

.slide--video .slide-img--hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide--video .slide-img--hover a:hover {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent!important;
    /* mix-blend-mode: multiply; */
    z-index: 1;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

video#gvideo0 {
    max-width: 100%!important;
}

/*
TESTO FISSO
*/

@media screen and (min-width: 1200px) {
  .container__flexible-content.home--01 p,
  .container__flexible-content.home--02 p,
  .container__flexible-content.home--03 p  {
      max-width: 570px;
  }
}

.container__flexible-content.about--01 {
  padding: 0 10%;
  padding-top: 120px;
}

.container__flexible-content.about--02 {
  padding: 0 10%;
}

@media screen and (max-width: 1199px) {
  .container--number {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}

@media screen and (max-width: 1199px) {
  .service--01 .container--number img,
  .service--02 .container--number img,
  .service--03 .container--number img,
  .service--04 .container--number img {
      width: 50%;
      max-width: 280px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}

@media screen and (max-width: 1024px){
  .page-template-home-template-v2 .home--02,
  .page-template-home-template-v2 .home--03 {
      padding: 0;
  }
}


.page-template-home-template-v2 .home--02 .title.text-reveal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
@media screen and (max-width: 1024px){
  .page-template-home-template-v2 .home--02 .title.text-reveal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}


/* FIX HOME -- MEDIA QUERY */
@media screen and (min-width: 1200px) and (max-width: 1365px){
  .page-template-home-template-v2 .home--01,
  .page-template-home-template-v2 .home--02,
  .page-template-home-template-v2 .home--03 {
      background: #fff;
      height: 100%;
      display: flex;
      align-items: center;
  }
}
/* @media (min-width: 1280px) and (max-height: 1024px) {
  .page-template-home-template-v2 .home--01,
  .page-template-home-template-v2 .home--02,
  .page-template-home-template-v2 .home--03 {
      background: #fff;
      height: 100vh!important;
      display: flex;
      align-items: center;
  }
} */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-home-template-v2 .home--01,
  .page-template-home-template-v2 .home--02,
  .page-template-home-template-v2 .home--03 {
      background: #fff;
      height: 100%;
      display: flex;
      align-items: center;
  }
}

  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .page-template-home-template-v2 .home--01,
  .page-template-home-template-v2 .home--02,
  .page-template-home-template-v2 .home--03 {
      background: #fff;
      height: auto;
      display: flex;
      align-items: center;
  }

  .page-template-home-template-v2 .home--01 .col-50--right,
  .page-template-home-template-v2 .home--03 .col-50--right,
  .page-template-home-template-v2 .home--02 .col-50--left,
  .page-template-home-template-v2 .home--04 .col-50--left {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: auto;
      /* border: 1px solid red; */
      min-height: 80vh!important;
      max-height: 100vh!important;
  }

  .page-template-home-template-v2 .home--01 img,
  .page-template-home-template-v2 .home--02 img,
  .page-template-home-template-v2 .home--03 img {
    position: absolute;
    right: 0;
    top: auto;
    object-fit: cover;
    width: 50%;
  }
}

.page-template-home-template-v2 .home--01 .col-50--right,
.page-template-home-template-v2 .home--03 .col-50--right,
.page-template-home-template-v2 .home--02 .col-50--left,
.page-template-home-template-v2 .home--04 .col-50--left {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: auto;
      /* border: 1px solid red; */
      min-height: 100%;
      max-height: 100%;
      PADDING: 0;
}

@media screen and (min-width: 1366px) and (max-width: 1919px){
  .page-template-home-template-v2 .home--01,
  .page-template-home-template-v2 .home--02,
  .page-template-home-template-v2 .home--03 {
      background: #fff;
      height: 100%;
      display: flex;
      align-items: center;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .page-template-home-template-v2 .home--01,
  .page-template-home-template-v2 .home--02,
  .page-template-home-template-v2 .home--03 {
      background: #fff;
      height: 90vh;
      display: flex;
      align-items: center;
  }
}
@media screen and (min-width: 2560px) {
  .page-template-home-template-v2 .home--01,
  .page-template-home-template-v2 .home--02,
  .page-template-home-template-v2 .home--03 {
      background: #fff;
      height: 95vh;
      display: flex;
      align-items: center;
  }
}


@media screen and (min-width: 2560px) {
  .home--01 img,
  .home--02 img,
  .home--03 img {
      width: 90vh;
  }
}


@media screen and (max-width: 320px) {
  .footer .text-right {
      text-align: left;
      display: flex ;
      align-items: center;
      justify-content: flex-start!important;
  }
  .footer__menu.sma-none {
    display: flex!important;
  }
  .footer__menu--tablet.desktop-none {
    display: none!important;
  }
}

@media screen and (max-width: 1024px) {
  .footer .text-right {
      padding-left: 0;
  }
  .footer__bottom {
      padding-left: 0;
  }
}

.about--01 button.moreless-button {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: clamp(1.5rem, 1vw, 3rem);
    line-height: 120%;
    font-weight: 300 !important;
    font-style: normal;
    color: #000;
    padding: 0;
    margin-left: 5px;
}

@media screen and (min-width: 1025px) {
  .form-container p {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
    div#wpforms-454,
    div#wpforms-1430 {
        float: unset;
        margin: 25px auto;
        margin-left: 0;
        margin-top: 150px;
    }
}

@media screen and (min-width: 1025px) {
    div#wpforms-1098,
    div#wpforms-1413
     {
        float: unset;
        margin: 25px auto;
        margin-left: 0;
        min-width: 50%;
    }
}
@media screen and (max-width: 1024px) {
  div#wpforms-1098,
  div#wpforms-1413 {
      margin: 0;
      width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-home-template-v2 .home--02 .col-50--left {
    margin: 0;
    padding: 0;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-home-template-v2 .home--01 .col-50--right,
  .page-template-home-template-v2 .home--03 .col-50--right {
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .t-fr {
      position: relative;
      /* right: 0; */
      float: right;
  }
  .service--01 p, .service--02 p, .service--03 p, .service--04 p {
    max-width: 70%;
  }
}

.footer--social {
    display: none;
    align-items: center;
    justify-content: center;
}

.footer--social a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-indent: 9999999px;
    margin-left: 10px !important;
}

a.facebook {
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-facebook-verde.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

a.instagram {
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-instagram-verde.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

/* CARDS */
.wrapper--cards{
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col--cards{
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
  padding: 0;
}

.container--cards{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
  box-shadow: 0px 8px 15px 5px rgb(0 0 0 / 9%);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 480px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
  border: 0;
}

.back{
  background: #121313;
  /* background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%); */
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  /* background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%); */
  border: 0;
  color: #ffffff;
  box-shadow: 0 0 1px #000 inset, 0px 8px 15px 5px rgb(0 0 0 / 9%);
}

.front:after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	opacity: .6;
	background-color: #121313;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
	/* mix-blend-mode: multiply; */
}
.container--cards:hover .front,
.container--cards:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.container--cards .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container--cards .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container--cards:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container--cards:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 2.25rem;
  line-height: 110%;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat';
  font-weight: 300;
}

@media screen and (max-width: 1200px){
  .col--cards{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 1024px){
  .col--cards{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 768px){
  .col--cards{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

/* ATTUALE */
.container--modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
  background: #121313;
}
@media screen and (max-width: 1024px) {
  .container--modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
  background: transparent;
}
}
.container--modal:target {
  display: flex;
}

/* .container--modal:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(180deg, rgb(0 47 71), transparent);
  background: linear-gradient(180deg, rgb(0 47 71), transparent);
  z-index: 9;
}

.container--modal:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(0deg, rgb(0 47 71), transparent);
  background: linear-gradient(360deg, rgb(0 47 71), transparent);
  z-index: 9;
} */


.modal--card {
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.4s ease;
}

.container--modal.show .modal--card {
  transform: translateY(0);
  opacity: 1;
}


.modal--card {
  width: 100%;
  max-width: 1650px;
  padding: 2rem;
  padding-top: 2rem;
  border-radius: .0rem;
  color: hsl(0deg 0% 100%);
  background: #121313;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  bottom: 0;
  height: 100%;
  margin: 0 auto;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 1024px) {
  .modal--card {
  width: 100%;
  max-width: 1650px;
  padding: 15px;
  padding-top: 2rem;
  border-radius: .0rem;
  color: hsl(0deg 0% 100%);
  background: #121313;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  bottom: 0;
  height: 100%;
  margin: 0 auto;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
}

.details {
  text-align: center;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid hsl(0deg 0% 100%);
}
.title {
  font-size: 3.2rem;
  line-height: 110%;
}
.description {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-style: normal;
}
.txt {
  padding: 0;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 125%;
  font-weight: 100;
  margin: 0 auto;
  text-align: center;
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
    .txt {
    padding: 0;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 125%;
    font-weight: 100;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
  }
}
/* .txt::before {
  content: '';
  position: absolute;
  top: 0%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18rem;
  height: 18rem;
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 100rem;
  pointer-events: none;
} */
.btn {
  padding: 1rem 1.6rem;
  border: 2px solid #fff;
  border-radius: 100rem;
  color: #000;
  background: #ffffff;
  font-size: 1.4rem;
  font-family: inherit;
  letter-spacing: .2rem;
  transition: .2s;
  cursor: pointer;
}
.btn:hover,
.btn:focus {
  border-color: hsla(0, 0%, 100%, .6);
  -webkit-transform: translateY(-.2rem);
          transform: translateY(-.2rem);
}
.link-1 {
  font-size: 1.25rem;
  color: #fff;
  background: transparent;
  box-shadow: none;
  border-radius: 35px;
  padding: 10px 15px;
  transition: .2s;
  border: 2px solid #fff;
  text-transform: uppercase;
  margin-top: 25px;
}
.link-1:hover,
.link-1:focus {
  /* -webkit-transform: translateY(-.2rem); */
  /* transform: translateY(-.2rem); */
  box-shadow: none;
}
.link-2 {
  width: 40px;
  height: 40px;
  border: 0;
  background: #ffffff;
  border-radius: 100rem;
  color: #121313;
  font-size: 2.2rem;
  top: 2rem;
  right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
  z-index: 99999999;
}
.link-2::before {
  content: '';
  background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-close-popup.svg');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
}
.link-2:hover,
.link-2:focus {
  border-color: hsla(0, 0%, 100%, .6);
  -webkit-transform: translateY(-.2rem);
          transform: translateY(-.2rem);
}

#close-modal-01,
#close-modal-02,
#close-modal-03,
#close-modal-04,
#close-modal-05,
#close-modal-06,
#close-modal-07,
#close-modal-08,
#close-modal-09 {
  position: sticky;
  top: 50px;
  left: calc(100% - 15px);
}


.SwiperVideo .swiper-button-prev,
.SwiperVideo .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #ffffff;
}

.SwiperVideo .swiper-button-prev {
    left: 0;
}

.SwiperVideo .swiper-button-next {
    right: 0;
}


.SwiperVideo .swiper-button-next:after {
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-nero.svg')!important;
    background-size: 30px;
    background-repeat: no-repeat;
    /* filter: invert(1); */
}

.SwiperVideo .swiper-button-prev:after {
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-nero.svg')!important;
    background-size: 30px;
    background-repeat: no-repeat;
    /* filter: invert(1); */
    transform: rotate(180deg);
}

.SwiperVideo img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


body.modal-open {
  overflow: hidden;
}

.modal--card {
  max-height: 100%;
  overflow-y: auto;
}


.main-content {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.main-content.show {
  opacity: 1;
}

/* Modal iniziale a schermo intero */
.intro-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f2ed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeOut 1s ease forwards;
  animation-delay: 2s; /* fade out parte dopo 3s */
}

.logo-animated--container {
    width: 200px;
    height: 200px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 30px !important;
    animation: zoomLogo 2s ease-in-out;
}

/* Logo animato */
.logo-animated {
  width: 150px;
  height: auto;
}

/* Nasconde il contenuto inizialmente */
.hidden {
  display: none;
}

/* Mostra il contenuto */
.show {
  display: block;
}

/* Animazione zoom del logo */
@keyframes zoomLogo {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Animazione di scomparsa */
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

a.header__logo {
    background-color: transparent;
    width: 150px;
    height: 119px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px !important;
    padding-left: 0px !important;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
@media screen and (max-width: 1024px) {
  a.header__logo
  {
      background-color: transparent;
      width: 89px;
      height: 89px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px !important;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-radius: 10px;
  }
}


.header__logo img {
    filter: invert(0) !important;
}


.container--cards button {
    height: 40px;
    border: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 100%;
    color: #fff;
    border-radius: 50px;
    transition: all .25s ease-in-out;
    z-index: 10;
    position: relative;
    text-transform: uppercase;
}


.modal--card::-webkit-scrollbar {
  display: none;
}

.modal--card {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}


.modal--card:before {
    content: '';
    position: sticky;
    top: -32px!important;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(180deg, #121313, transparent);
    background: linear-gradient(180deg, #121313, transparent);
    z-index: 99999;
    /* border: 1px solid red; */
    display: flex;
}

.modal--card:after {
    content: '';
    position: sticky;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(0deg, #121313, transparent);
    background: linear-gradient(360deg, #121313, transparent);
    z-index: 9;
    display: flex;
}

@media screen and (max-width: 1024px) {
  main#content {
      padding: 0 3%;
  }
}

@media screen and (max-width: 1024px) {
  .container__flexible-content.video--slider {
    padding-top: 0px;
  }
}


.back p {
    font-size: 1.8rem;
    line-height: 110%;
}

img.azienda__logo-img--card {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*
.autoplay-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ccc;
}
.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #ccc;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px;
}

.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #fff;
  transition: none;
}

.swiper-pagination-bullet-active::after {
  animation: progressFill 6s linear forwards;
}

@keyframes progressFill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
*/


.page-template-servizi-template-v2 .arrow-r:after {
    content: '';
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    /* display: none; */
    background-color: #fff;
    border-radius: 50%;
}

.page-template-servizi-template-v2 .arrow-r:after {
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-nero.svg');
}

.container--sedi {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 100px;
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .container--sedi {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
    grid-row-gap: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px)  {
  .container--sedi {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-row-gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .container--sedi {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0;
    grid-row-gap: 0;
  }
}

.content--sedi {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* border: 1px solid #ccc; */
    /* min-height: 250px; */
}
@media screen and (max-width: 768px) {
  .content--sedi {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      border-bottom: 1px solid #545454;
      min-height: auto;
      padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .content--sedi:first-child {
      padding-top: 0;
  }
}

.content--sedi p {
    margin: 0;
    font-weight: 100;
}

p.sede--titolo {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 10px;
    color: #ffffff;
}

p.sede--zona {
    font-size: 2rem;
    margin-bottom: 25px;
    font-weight: bold;
    color: #ffffff;
}

p.sede--titolo span {
    background: #f44336;
    border-radius: 25px;
    padding: 5px 15px;
    color: #ffffff;
    margin-right: 5px;
}

p.sede--denominazione {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 5px;
}

/* PRODOTTI */
.container--prodotti {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid green; */
    background: transparent;
}
@media screen and (max-width: 1024px) {
  .container--prodotti {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
  }
}


.content--prodotti {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: stretch;
    justify-content: stretch;
    border-bottom: 1px solid #ccc;
    height: auto;
    padding: 0;
    /* box-shadow: 0 2px 50px 0 rgba(0,0,0,.1); */
    background: transparent;
    border-radius: 0;
    padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .content--prodotti {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      border-bottom: 1px solid #ccc;
  }
}

.content--prodotti:first-child {
    padding-top: 0;
}

.content--cover {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #ffffff;
    padding: 15px;
    border: 5px solid #ffffff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 0;
}
@media screen and (max-width: 1024px) {
    .content--cover {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      background: #ffffff;
      padding: 0;
      padding-left: 0;
      padding-bottom: 25px;
      border: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin: 0!important;
  }
}

p.prodotti--titolo {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 25px;
    margin-top: 0px;
    color: #121313;
    /* width: 100%; */
    display: flex;
}
p.prodotti--titolo span {
    background: #121313;
    border-radius: 5px;
    padding: 5px 15px;
    color: #ffffff;
    margin-right: 5px;
    text-transform: uppercase;
}

img.prodotto--cover {
    width: 80%;
    margin: 0;
    box-shadow: 0px 10px 20px #0000001c;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #ccc;
}

.page-template-prodotti-template .slide-img--hover a:hover {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #d0d2d236;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* mix-blend-mode: multiply; */
    z-index: 1;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

@media (min-width: 769px) {
    .page-template-prodotti-template .glightbox-clean .gslide-media {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.page-template-prodotti-template .goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    background: #fff!important;
    will-change: opacity;
}

.glightbox-clean .gclose svg {
    display: none;
}

.glightbox-clean .gclose {
    width: 40px!important;
    height: 40px!important;
    top: 25px!important;
    right: 3%!important;
    border-radius: 50%!important;
    position: absolute;
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-close-popup-white.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
}

.page-template-servizi-template-v2 .glightbox-clean .gclose {
    width: 40px !important;
    height: 40px !important;
    top: 25px !important;
    right: 3% !important;
    border-radius: 50% !important;
    position: absolute;
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-close-popup.svg')!important;
    background-repeat: no-repeat!important;
    background-size: 25px!important;
    background-position: center!important;
    background: #fff;
}

.page-template-prodotti-template .glightbox-clean .gclose,
.page-template-prodotti-template .glightbox-clean .gnext,
.page-template-prodotti-template .glightbox-clean .gprev {
    background-color: #121313!important;
}

.page-template-prodotti-template .glightbox-clean .gclose:hover,
.page-template-prodotti-template .glightbox-clean .gnext:hover,
.page-template-prodotti-template .glightbox-clean .gprev:hover {
    background-color: #121313!important;
}

.page-template-prodotti-template .glightbox-clean .gclose,
.page-template-prodotti-template .glightbox-clean .gclose:hover {
  opacity: 1;
}

.page-template-prodotti-template .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
@media screen and (max-width: 1024px) {
  .page-template-prodotti-template .swiper-pagination {
    height: 50px;
    bottom: 0!important;
  }
}

.page-template-prodotti-template .swiper-pagination-bullet-active {
    opacity: 1;
    background: #121313!important;
    border: 2px solid #ffffff!important;
    transform: scale(1.15);
    transition: all ease-in-out .6s;
}

.page-template-prodotti-template .swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff00;
    opacity: 1!important;
    border: 2px solid #121313 !important;
}


.page-template-prodotti-template .slider-container {
    width: 75%;
    margin: 0 auto;
    border: 0;
    display: flex;
    position: relative;
    padding: 40px;
    padding-bottom: 0;
    height: auto;
    background: #ffffff;
    /* border-top-right-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
    color: #121313;
    /* border: 1px solid red; */
}
@media screen and (max-width: 1024px) {
  .page-template-prodotti-template .slider-container {
    width: 100%;
    margin: 0 auto;
    border: 0;
    display: flex;
    position: relative;
    padding: 15px;
    height: auto;
    background: #fff;
    /* border-top-right-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
    color: #121313;
  }
}


.page-template-servizi-template-v2 .swiper-button-next,
.page-template-prodotti-template .swiper-button-next {
    top: 25px;
    right: 0;
    filter: invert(1);
    width: 35px;
    height: 35px;
}

.page-template-servizi-template-v2 .swiper-button-prev,
.page-template-prodotti-template .swiper-button-prev {
    top: 25px;
    filter: invert(1);
    left: 0;
    width: 35px;
    height: 35px;
}

.page-template-servizi-template-v2 .SwiperPartners,
.page-template-prodotti-template .SwiperSlideGalleryP01,
.page-template-prodotti-template .SwiperSlideGalleryP02,
.page-template-prodotti-template .SwiperSlideGalleryP03,
.page-template-prodotti-template .SwiperSlideGalleryP04,
.page-template-prodotti-template .SwiperSlideGalleryP05,
.page-template-prodotti-template .SwiperSlideGalleryP06,
.page-template-prodotti-template .SwiperSlideGalleryP07,
.page-template-prodotti-template .SwiperSlideGalleryP08,
.page-template-prodotti-template .SwiperSlideGalleryP09,
.page-template-prodotti-template .SwiperSlideGalleryP10,
.page-template-prodotti-template .SwiperSlideGalleryP11,
.page-template-prodotti-template .SwiperSlideGalleryP12,
.page-template-prodotti-template .SwiperSlideGalleryP13,
.page-template-prodotti-template .SwiperSlideGalleryP14,
.page-template-prodotti-template .SwiperSlideGalleryP15,
.page-template-prodotti-template .SwiperSlideGalleryP16,
.page-template-prodotti-template .SwiperSlideGalleryP17,
.page-template-prodotti-template .SwiperSlideGalleryP18,
.page-template-prodotti-template .SwiperSlideGalleryP19,
.page-template-prodotti-template .SwiperSlideGalleryP20
{
    overflow: hidden;
    padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .page-template-servizi-template-v2 .SwiperPartners,
  .page-template-prodotti-template .SwiperSlideGalleryP01,
  .page-template-prodotti-template .SwiperSlideGalleryP02,
  .page-template-prodotti-template .SwiperSlideGalleryP03,
  .page-template-prodotti-template .SwiperSlideGalleryP04,
  .page-template-prodotti-template .SwiperSlideGalleryP05,
  .page-template-prodotti-template .SwiperSlideGalleryP06,
  .page-template-prodotti-template .SwiperSlideGalleryP07,
  .page-template-prodotti-template .SwiperSlideGalleryP08,
  .page-template-prodotti-template .SwiperSlideGalleryP09,
  .page-template-prodotti-template .SwiperSlideGalleryP10,
  .page-template-prodotti-template .SwiperSlideGalleryP11,
  .page-template-prodotti-template .SwiperSlideGalleryP12,
  .page-template-prodotti-template .SwiperSlideGalleryP13,
  .page-template-prodotti-template .SwiperSlideGalleryP14,
  .page-template-prodotti-template .SwiperSlideGalleryP15,
  .page-template-prodotti-template .SwiperSlideGalleryP17,
  .page-template-prodotti-template .SwiperSlideGalleryP18,
  .page-template-prodotti-template .SwiperSlideGalleryP19,
  .page-template-prodotti-template .SwiperSlideGalleryP20
  {
      overflow: hidden;
      padding-top: 50px;
      padding-bottom: 50px;
  }
}


.page-template-prodotti-template .slide-img--hover {
    width: 100%;
    height: auto;
    position: relative;
}


.page-template-prodotti-template .slide-img--hover img.wh {
    height: 100%;
    width: 100%;
    opacity: 1;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: -1;
    position: relative;
    padding: 10px;
}

/* CUSTOMER AREA */
/* ! CUSTOMER AREA */
.customer-area {
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif!important;
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles a:not(.btn),
body.customer-area-active .cuar-css-wrapper .dropdown-menu>li>a {
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif!important;
}

.customer-area .section__partner {
  display: none!important;
}

.welcome__item,
.welcome__name {
  display: none!important;
}

.logged-in .welcome__item,
.logged-in .welcome__name {
  display: block!important;
}

.logged-in .welcome__name {
    color: #fff!important;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #26487f!important;
    margin-bottom: 10px;
}

.customer-area h1.entry-title a {
  color: #121313!important;
}

a[href="#cuar-js-account-edit-address-fields"] {
  display: none!important;
}

.customer-account .cuar-js-msnry-item.col-xs-12.col-sm-12.col-md-6.col-lg-3.col-xl-2.panel.clearfix.masonry-brick.panel {
  display: none!important;
}

ul.nav.panel-tabs-border.panel-tabs.panel-tabs-left.pl20.pr20 {
  display: none!important;
}

.customer-area .article-gallery__content {
    display: none;
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul .just-hide {
  opacity: 1!important;
  visibility: visible!important;
}

.customer-area .social__bar,
.customer-area .article-gallery__content {
    display: none;
}

.panel.top.cuar-empty.cuar_private_page {
  display: none;
}


.customer-area .section-inner.medium {
    max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .customer-area .section-inner.medium {
      width: 100%!important;
      max-width: calc(100% - 50px);
  }
}

@media screen and (min-width: 1025px) {
  .customer-area .entry-header {
      padding: 0;
      padding-top: 230px!important;
  }
}

@media screen and (min-width: 1025px) {
  .customer-area .entry-header {
      padding: 0 25px;
      padding-top: 230px!important;
  }
}

@media screen and (max-width: 1024px) {
  .customer-area .entry-header {
      padding: 0 25px;
      padding-top: 150px!important;
  }
}

@media screen and (max-width: 1024px) {
  .area__menu a {
      display: none;
  }
}

@media screen and (min-width: 1025px) {
  .area__menu a {
      color: #fff!important;
      font-weight: bold;
      /* background: #fff; */
      /* border-radius: 5px; */
      /* padding: 2px 5px; */
      margin-right: 25px;
      position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .area__menu a:nth-child(1):after {
    content: '';
    position: absolute;
    width: 2px;
    background: #fff;
    height: calc(100% - 10px);
    right: -12.5px;
    top: 5px;
  }
}

@media screen and (min-width: 1025px) {
  .area__menu a:last-child {
      margin: 0;
  }
}


.customer-area li#menu-item-2710 {
  display: none;
}

.customer-area li#menu-item-2712 {
  display: none;
}

.customer-area.singular.entry-header {
    padding: 0!important;
    width: calc(100% - 50px)!important;
    border: 1px solid red!important;
}

body.customer-area-active .cuar-css-wrapper .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cuar-title.media-heading.text-primary {
    background: #121313;
    border-radius: 5px;
    padding: 10px;
    color: #fff!important;
    font-weight: bold;
    font-family: 'Fira Sans',sans-serif;
}
@media screen and (max-width: 1024px) {
  .cuar-title.media-heading.text-primary {
      background: #ffffff;
      border-radius: 5px;
      padding: 10px 0;
      color: #121313!important;
      font-weight: bold;
      font-family: 'Fira Sans',sans-serif;
      width: 100%;
      height: 60px;
      display: flex;
      align-items: center;
      font-size: 26px;
      margin-bottom: 50px!important;
  }
}

ul.nav.panel-tabs-border.panel-tabs.panel-tabs-left.pl20.pr20 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.customer-area-active .cuar-css-wrapper .panel-tabs.panel-tabs-border>li.active>a {
    margin-top: 0;
    border-top: 0;
}

body.customer-area-active .cuar-css-wrapper .small,
body.customer-area-active .cuar-css-wrapper small {
    font-size: 84%;
    color: #fff!important;
    font-family: 'Fira Sans',sans-serif!important;
}
@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper small {
      font-size: 84%;
      color: #121313!important;
      font-family: 'Fira Sans',sans-serif!important;
      font-size: 26px!important;
      margin-left: 10px;
  }
}

li.dropdown-header {
    display: none!important;
}

li#menu-item-2619 {
    display: none;
}

@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper .form-group {
      margin-bottom: 0;
      width: 100%;
  }
}



.customer-area-active div#cuar-js-content-container {
    width: 100%;
    max-width: 100%;
    border: 0;
    min-height: 400px;
}

.customer-area-active div#cuar-js-content-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.customer-area-active .post-inner {
    padding-top: 0;
    padding: 25px;
}

body.customer-area-active .cuar-css-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

div#cuar-js-content-cols-sizer {
    width: 100%!important;
    max-width: 100%!important;
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-attachments .table .cuar-caption {
    width: auto;
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar {
    position: absolute;
    padding: 10px;
    vertical-align: top;
    border-top: 0;
    border-bottom: 0;
    top: 213px;
    left: 15px;
    width: calc(100% - 150px)!important;
}

.single-cuar_private_file .cuar-css-wrapper .cuar-toolbar {
    position: absolute;
    padding: 10px;
    vertical-align: top;
    border-top: 0;
    border-bottom: 0;
    top: 256px!important;
    left: 15px;
    width: calc(100% - 150px)!important;
}

@media screen and (min-width: 1025px) {
  body.customer-area-active .cuar-css-wrapper .cuar-toolbar {
    position: fixed!important;
    padding: 10px;
    vertical-align: top;
    border-top: 0;
    border-bottom: 0;
    top: 110px!important;
    left: 15px;
    width: 70px!important;
    z-index: 99999;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper .cuar-toolbar {
    position: fixed!important;
    padding: 10px;
    vertical-align: top;
    border-top: 0;
    border-bottom: 0;
    top: 90px!important;
    left: 15px;
    width: 70px!important;
    z-index: 9;
  }
}

@media screen and (min-width: 1025px) {
  body.customer-area-active .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button {
      padding: 4px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-size: 35px;
      background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__profilo-bianco.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-color: #121313;
      border: 0;
      transition: all ease .8s;
      box-shadow: none!important;
      animation: none!important;
      top: 5px;
      border: 2px solid #121313!important;
  }
}

@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button {
      padding: 4px;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-size: 35px;
      background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__profilo-grigio.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff;
      border: 0;
      transition: all ease .8s;
      box-shadow: none!important;
      animation: none!important;
  }
}

@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button {
      padding: 4px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-size: 35px;
      background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__profilo-grigio.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff;
      border: 0;
      transition: none!important;
      box-shadow:none!important;
      animation: none!important;
      position: fixed;
      top: 96px;
      left: 15px;
      cursor: auto!important;
  }
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button:hover {
  transform: none!important;
  translate: none!important;
  border: 2px solid #fff!important;
}


body.customer-area-active .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button>img {
    display: none;
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail .collection-thumbnail-padder,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail .collection-thumbnail-padder {
    padding: 68% 0 0;
    background: #121313!important;
}

body.customer-area-active .cuar-css-wrapper .br-a {
    border: 2px solid #121313!important;
    border-radius: 10px!important;
}


body.customer-area-active .cuar-css-wrapper .panel-footer {
    padding: 10px 15px;
    background-color: #ffffff;
}

i.collection-thumbnail-icon.fa.fa-file {
    width: 100%;
    height: 50px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

body.customer-area-active .cuar-css-wrapper .pr30 {
    padding-right: 0;
    width: 100%;
    height: 120px;
    background: white;
    border-radius: 50%;
    display: flex;
    box-shadow: none;
    margin-bottom: 0;
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__profilo-bianco.svg')!important;
    background-size: 80px!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

body.customer-area-active .cuar-css-wrapper .pr30n{
  padding-right: 0;
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles .editor-attachment, body.customer-area-active .cuar-css-wrapper .cuar-content-styles img {
    border: 0;
    max-width: 100%;
    display: none;
}

.panel-heading .panel-title {
    padding-left: 40px!important;
}

body.customer-area-active .cuar-css-wrapper .fa-file:before {
    content: "";
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__docs.svg')!important;
    background-size: 30px!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: absolute;
    width: 35px!important;
    height: 35px!important;
    display: block;
    align-items: center;
    justify-content: center;
    top: 0px!important;
    left: 0;
    border-radius: 50%;
}

i.collection-thumbnail-icon.fa.fa-file:before {
    content: "";
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__docs-white.svg')!important;
    background-size: 60px!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: absolute;
    width: 85px!important;
    height: 85px!important;
    display: block;
    align-items: center;
    justify-content: center;
    top: -25px!important;
    left: auto;
    border-radius: 50%;
    /* filter: invert(1); */
}

span.collection-thumbnail-header.h4.mbn {
    border-radius: 50%;
    background: #F44336;
    width: 25px;
    height: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px;
    color: #ffffff;
}
span.collection-thumbnail-subheader.h5 {
    color: #fff !important;
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles a:not(.btn) {
    color: #121313;
    text-decoration: none!important;
}
body.customer-area-active .cuar-css-wrapper .cuar-content-styles a:not(.btn):active, body.customer-area-active .cuar-css-wrapper .cuar-content-styles a:not(.btn):focus, body.customer-area-active .cuar-css-wrapper .cuar-content-styles a:not(.btn):hover{
  color: #121313;
    text-decoration: none!important;
}

td.cuar-caption {
    color: #121313!important;
}

td.cuar-size.hidden-xs {
    font-size: 12px!important;
}

body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr:nth-child(odd)>td,
body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr:nth-child(odd)>th,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>td,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>th,
body.customer-area-active .cuar-css-wrapper .table-striped>tbody>tr:nth-child(odd)>td,
body.customer-area-active .cuar-css-wrapper .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

body.customer-area-active .cuar-css-wrapper .panel-icon {
    padding-left: 0;
    width: auto;
    position: relative;
}

.panel.top.cuar_private_file i:before {
    background-size: 35px!important;
    width: 20px;
    height: 38px;
}

.panel.top.cuar_private_file .panel-title {
    padding-left: 45px!important;
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .nav {
    margin: 0;
}

body.customer-area-active .cuar-css-wrapper .panel-title {
    padding-left: 0!important;
    margin-top: 0!important;
    margin-bottom: 0;
    line-height: inherit;
}

body.customer-area-active .cuar-css-wrapper .pull-right {
    float: right!important;
    right: 0!important;
    position: absolute;
    right: 10px!important;
}

span.widget-menu.pull-right {
    display: none;
}

span.fancytree-icon.fa.fa-folder-o {
    display: none!important;
}

span.fancytree-icon.fa.fa-folder-open-o {
  display: none!important;
}


body.customer-area-active .cuar-css-wrapper ul.fancytree-container {
  border: 0!important;
}

span.fancytree-icon.fa.fa-file-o {
    font-size: 0!important;
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-arrow-up__rosso.svg');
    background-repeat: no-repeat!important;
    background-size: 25px!important;
    background-position: center!important;
    width: 20px!important;
    height: 20px!important;
    border: 1px solid red;
    position: relative;
    top: 0;
    left: 0;
    transform: rotate(90deg);
}

span.fancytree-expander.fa.fa-caret-down {
    font-size: 0!important;
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-arrow-up__rosso.svg');
    background-repeat: no-repeat!important;
    background-size: 25px!important;
    background-position: center!important;
    width: 20px!important;
    height: 20px!important;
    border: 1px solid red;
    position: relative;
    top: 0;
    left: 0;
    transform: rotate(140deg);
}

span.fancytree-expander.fa.fa-caret-right {
    font-size: 0!important;
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-arrow-up__rosso.svg');
    background-repeat: no-repeat!important;
    background-size: 25px!important;
    background-position: center!important;
    width: 20px!important;
    height: 20px!important;
    border: 1px solid red;
    position: relative;
    top: 0;
    left: 0;
    transform: rotate(90deg);
}

body.customer-area-active .cuar-css-wrapper span.fancytree-node {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #38342f;
    border: 0;
    border-left-width: 5px;
    padding: 10px 0;
    margin-top: 0;
}


body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active,
body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected,
body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-active,
body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-active:hover,
body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-selected,
body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-selected:hover,
body.customer-area-active .cuar-css-wrapper span.fancytree-node:hover {
    text-decoration: none;
    color: #38342f;
    background-color: transparent!important;
    border: 0!important;
    border-left: 5px solid #444;
}


body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav>li.current-menu-item>a,
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav>li.current-page-parent>a {
    background: transparent!important;
    color: #121313!important;
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a {
    color: #121313!important;
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a:hover {
    color: #121313!important;
    background: transparent!important;
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a:hover {
    color: rgba(0,0,0,.87);
    background: transparent!important;
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.active>a, body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #121313!important;
    background: transparent!important;
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #121313!important;
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a:hover {
    color: rgba(0,0,0,.87);
    background-color: #fff!important;
}

body.customer-area-active .cuar-css-wrapper .navbar-nav .open .dropdown-menu .dropdown-header,
body.customer-area-active .cuar-css-wrapper .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 0!important;
}

body.customer-area-active .cuar-css-wrapper .form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.49;
    color: rgba(0,0,0,.87);
    background-color: #ebeff6;
    background-image: none;
    border: 1px solid #b3c4e0;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
    font-family: 'Fira Sans', sans-serif!important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #34bea6!important;
    opacity: 1;
    border-color: #2da18d!important;
}


body.customer-area-active .cuar-css-wrapper .col-lg-1,
body.customer-area-active .cuar-css-wrapper .col-lg-2,
body.customer-area-active .cuar-css-wrapper .col-lg-3,
body.customer-area-active .cuar-css-wrapper .col-lg-4,
body.customer-area-active .cuar-css-wrapper .col-lg-5,
body.customer-area-active .cuar-css-wrapper .col-lg-6,
body.customer-area-active .cuar-css-wrapper .col-lg-7,
body.customer-area-active .cuar-css-wrapper .col-lg-8,
body.customer-area-active .cuar-css-wrapper .col-lg-9,
body.customer-area-active .cuar-css-wrapper .col-lg-10,
body.customer-area-active .cuar-css-wrapper .col-lg-11,
body.customer-area-active .cuar-css-wrapper .col-lg-12,
body.customer-area-active .cuar-css-wrapper .col-md-1,
body.customer-area-active .cuar-css-wrapper .col-md-2,
body.customer-area-active .cuar-css-wrapper .col-md-3,
body.customer-area-active .cuar-css-wrapper .col-md-4,
body.customer-area-active .cuar-css-wrapper .col-md-5,
body.customer-area-active .cuar-css-wrapper .col-md-6,
body.customer-area-active .cuar-css-wrapper .col-md-7,
body.customer-area-active .cuar-css-wrapper .col-md-8,
body.customer-area-active .cuar-css-wrapper .col-md-9,
body.customer-area-active .cuar-css-wrapper .col-md-10,
body.customer-area-active .cuar-css-wrapper .col-md-11,
body.customer-area-active .cuar-css-wrapper .col-md-12,
body.customer-area-active .cuar-css-wrapper .col-sm-1,
body.customer-area-active .cuar-css-wrapper .col-sm-2,
body.customer-area-active .cuar-css-wrapper .col-sm-3,
body.customer-area-active .cuar-css-wrapper .col-sm-4,
body.customer-area-active .cuar-css-wrapper .col-sm-5,
body.customer-area-active .cuar-css-wrapper .col-sm-6,
body.customer-area-active .cuar-css-wrapper .col-sm-7,
body.customer-area-active .cuar-css-wrapper .col-sm-8,
body.customer-area-active .cuar-css-wrapper .col-sm-9,
body.customer-area-active .cuar-css-wrapper .col-sm-10,
body.customer-area-active .cuar-css-wrapper .col-sm-11,
body.customer-area-active .cuar-css-wrapper .col-sm-12,
body.customer-area-active .cuar-css-wrapper .col-xl-1,
body.customer-area-active .cuar-css-wrapper .col-xl-2,
body.customer-area-active .cuar-css-wrapper .col-xl-3,
body.customer-area-active .cuar-css-wrapper .col-xl-4,
body.customer-area-active .cuar-css-wrapper .col-xl-5,
body.customer-area-active .cuar-css-wrapper .col-xl-6,
body.customer-area-active .cuar-css-wrapper .col-xl-7,
body.customer-area-active .cuar-css-wrapper .col-xl-8,
body.customer-area-active .cuar-css-wrapper .col-xl-9,
body.customer-area-active .cuar-css-wrapper .col-xl-10,
body.customer-area-active .cuar-css-wrapper .col-xl-11,
body.customer-area-active .cuar-css-wrapper .col-xl-12,
body.customer-area-active .cuar-css-wrapper .col-xs-1,
body.customer-area-active .cuar-css-wrapper .col-xs-2,
body.customer-area-active .cuar-css-wrapper .col-xs-3,
body.customer-area-active .cuar-css-wrapper .col-xs-4,
body.customer-area-active .cuar-css-wrapper .col-xs-5,
body.customer-area-active .cuar-css-wrapper .col-xs-6,
body.customer-area-active .cuar-css-wrapper .col-xs-7,
body.customer-area-active .cuar-css-wrapper .col-xs-8,
body.customer-area-active .cuar-css-wrapper .col-xs-9,
body.customer-area-active .cuar-css-wrapper .col-xs-10,
body.customer-area-active .cuar-css-wrapper .col-xs-11,
body.customer-area-active .cuar-css-wrapper .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.panel-body .form-group {
    margin-bottom: 20px!important;
}

.widget-menu.pull-right.mr10 {
    display: none;
}

body.customer-area-active .cuar-css-wrapper label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif!important;
}

body.customer-area-active .cuar-css-wrapper .navbar-header
{
    float: right!important;
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles i, body.customer-area-active .cuar-css-wrapper .cuar-content-styles strike, body.customer-area-active .cuar-css-wrapper .cuar-content-styles u {
    display: inline-block;
}

body.customer-area-active .cuar-css-wrapper .panel-heading {
    position: relative;
    height: auto;
    line-height: 36px;
    background: #fff;
    color: #121313;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    font-family: 'Fira Sans',sans-serif;
}

body.customer-area-active .cuar-css-wrapper .label-default {
    background-color: #F44336;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    padding: 4px 10px;
    font-weight: bold!important;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif!important;
}

button#cuar-js-collection-to-list,
button#cuar-js-collection-to-grid {
  display: none;
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content-main {
    padding: 0;
}


body.customer-area-active .cuar-css-wrapper .cuar-toolbar {
    background: transparent!important;
}

body.customer-area-active.single .cuar-css-wrapper .cuar-toolbar {
    margin-left: 0;
    margin-top: -11px;
    margin-right: 0;
}

ul#cuar-menu-plus-clone {
    margin: 0!important;
    padding: 0!important;
    top: 60px!important;
    left: -110px!important;
}

/* ul.dropdown-menu.animated.animated-shorter.fadeIn.show {
    margin: 0;
    padding: 0;
    top: 9px!important;
    left: -10px!important;
} */

body.customer-area-active .cuar-css-wrapper .dropdown-menu>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    clear: both;
    color: #1c1a18;
    font-weight: 400;
    line-height: 1.49;
    white-space: nowrap;
    min-height: 35px;
    padding: 0 15px;
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background-clip: padding-box;
}

body.customer-area-active .cuar-css-wrapper a {
    color: #121313;
    text-decoration: none;
    font-family: 'Lexend', sans-serif;
    font-weight: bold;
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.grid .gap, body.customer-area-active .cuar-css-wrapper .collection .collection-content.grid .mix {
    float: none!important;
    margin-right: 0;
}

body.customer-area-active .cuar-css-wrapper .pl20 {
    padding-left: 0!important;
}

body.customer-area-active .cuar-css-wrapper .pr20 {
    padding-right: 0!important;
}

@media screen and (max-width: 1024px) {
  .single-cuar_private_file.customer-area-active div#cuar-js-content-container {
      padding-top: 50px!important;
      width: 100%;
      max-width: 100%;
      padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .single-cuar_private_file .cuar-css-wrapper .cuar-toolbar {
    position: absolute;
    padding: 10px;
    vertical-align: top;
    border-top: 0;
    border-bottom: 0;
    top: 323px!important;
    left: 15px;
    width: calc(100% - 150px)!important;
  }
}

@media screen and (max-width: 1024px) {
  .single-cuar_private_file h1.entry-title,
  .single-cuar_private_file h2.entry-title {
      margin: 0;
      color: #121313;
      min-height: 82px;
  }
}


body.customer-area-active .cuar-css-wrapper .panel-tabs-left>li:first-child>a {
    border-right: 1px solid #d6d6d6!important;
}

body.customer-area-active .cuar-css-wrapper .panel-tabs-left>li:first-child>a {
    border-left: 0!important;
}

body.customer-area-active .cuar-css-wrapper .panel-tabs-left>li>a {
    border-right: 0;
    border-left: 1px solid transparent;
    border-top: 0;
}

body.customer-area-active .cuar-css-wrapper .panel-tabs>li>a {
    line-height: 18px;
    border-radius: 0;
    padding: 0;
    border-left: 0;
    font-size: 16px;
    color: #38342f;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>div, body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>section {
    vertical-align: top;
    padding: 0;
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>div.cuar-page-content-main .page-heading {
    margin: 0;
}

body.customer-area-active .cuar-css-wrapper .page-heading {
    position: relative;
    padding: 0!important;
    margin: 0;
    border-bottom: 0;
    background-color: #fff;
    margin-top: 20px;
}

body.customer-area-active .cuar-css-wrapper .panel-tabs>li.active>a,
body.customer-area-active .cuar-css-wrapper .panel-tabs>li.active>a:focus,
body.customer-area-active .cuar-css-wrapper .panel-tabs>li.active>a:hover {
    color: #000000;
    cursor: default;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
}

body.customer-area-active .cuar-css-wrapper .va-m {
    vertical-align: middle!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper .va-m {
      vertical-align: middle!important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
  }
}

body.customer-area-active .cuar-css-wrapper .form-group {
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper .form-group {
      margin-bottom: 0;
      width: 100%;
  }
}

body.customer-area-active .cuar-css-wrapper .panel-body {
    position: relative;
    padding: 10px;
    border: 0;
}

body.customer-area-active .cuar-css-wrapper .panel-body .table td.cuar-extra-info {
  width: auto;
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-selection__rendered {
    display: block;
    width: 100%;
    height: auto;
    min-height: 39px;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.49;
    color: rgba(0,0,0,.87);
    background-color: #ebeff6;
    background-image: none;
    border: 1px solid #b3c4e0;
    border-radius: 0;
    margin: 0;
}

body.customer-area-active .cuar-css-wrapper .select2-dropdown {
    background-color: #ebeff6;
    border: 1px solid #b3c4e0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #121313;
    color: #fff;
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #121313;
    color: #fff;
}

.submit-container input {
    width: 200px!important;
    display: flex!important;
    justify-content: flex-start;
    background: #ffffff!important;
    border: 2px solid #121313!important;
    border-radius: 5px!important;
    font-size: 20px!important;
    font-family: 'Fira Sans', sans-serif!important;
    color: #121313!important;
    font-weight: bold!important;
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__save.svg')!important;
    background-size: 30px!important;
    background-position: calc(100% - 10px)!important;
    background-repeat: no-repeat!important;
}
@media screen and (max-width: 1024px) {
  .submit-container input {
      width: 100%!important;
      display: flex!important;
      justify-content: flex-start;
      background: #ffffff!important;
      border: 2px solid #121313!important;
      border-radius: 5px!important;
      font-size: 20px!important;
      font-family: 'Fira Sans', sans-serif!important;
      color: #121313!important;
      font-weight: bold!important;
      background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__save.svg')!important;
      background-size: 30px!important;
      background-position: calc(100% - 10px)!important;
      background-repeat: no-repeat!important;
  }
}

body.customer-area-active .cuar-css-wrapper .panel-tabs>li {
    position: relative;
    float: left;
    margin-bottom: -1px;
    margin-left: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}


body.customer-area-active .cuar-css-wrapper .cuar-menu-container {
  position: relative;
}

@media screen and (min-width: 1025px) {
  body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul>li>a {
      word-wrap: normal;
      white-space: nowrap;
      width: auto;
      background: #ccc;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
      background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__menu.svg')!important;
      background-size: 30px!important;
      background-position: center!important;
      background-repeat: no-repeat!important;
  }
}

@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper .navbar-toggle {
      word-wrap: normal;
      white-space: nowrap;
      width: auto;
      background: #ccc;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
      background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__menu.svg')!important;
      background-size: 25px!important;
      background-position: center!important;
      background-repeat: no-repeat!important;
      margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper .navbar-toggle span {
    display: none!important;
  }
}
@media screen and (max-width: 1024px) {
  button.navbar-toggle.collapsed span {
    display: none!important;
  }
}

@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper #cuar-js-mobile-sidebar:not(:empty) {
      border-top: 2px dashed #d6d6d6;
      background: #fff;
      padding: 0;
  }
}


body.customer-area-active.single .cuar-css-wrapper.cuar-content-container {
    padding: 0;
}

body.customer-area-active .cuar-css-wrapper .cuar-js-msnry-item {
    display: block;
    float: left;
    padding: 0;
}

.cuar-single-post-header.row.mb-md.cuar-clearfix {
    display: none;
}

aside:nth-child(2) {
    display: none!important;
}

.single-cuar_private_file .cuar-css-wrapper.cuar-content-container .cuar-menu-container {
    margin-left: 0!important;
    margin-top: 0!important;
    margin-right: 0!important;
}

.single-cuar_private_file .panel-heading {
    display: none!important;
}


body.customer-area-active .cuar-css-wrapper .navbar-brand {
    float: right;
    padding: 0;
    font-size: 17px;
    line-height: 19px;
    height: 50px;
    text-transform: uppercase;
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    right: 60px;
    color: #000000!important;
}
@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper .navbar-brand {
      float: right;
      padding: 0;
      font-size: 17px;
      line-height: 19px;
      height: 50px;
      text-transform: uppercase;
      display: flex!important;
      align-items: center;
      justify-content: center;
      position: relative;
      top: 8px;
      right: 0px;
      padding-right: 10px;
      color: #000000!important;
  }
}

td.cuar-actions {
    text-align: right!important;
}

td.cuar-actions a {
    background-color: #F44336!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__download-bianco.svg')!important;
    background-size: 30px!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    text-align: right!important;
    border: 0 !important;
    box-shadow: none !important;
}

td.cuar-actions a span{
    display: none!important;
}


.cuar-collection-title.page-heading {
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  height: 120px!important;
  background-image: url('/svg/i-pages.svg')!important;
  background-size: 80px!important;
  background-position: -15px!important;
  background-repeat: no-repeat!important;
}

.cuar-collection-title.page-heading .pull-right {
    display: none;
}

.cuar-collection-title.page-heading .cuar-title.h2 {
    margin: 0!important;
    padding: 0!important;
    display: none!important;
}

body.customer-area-active .cuar-css-wrapper .panel {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 0;
}

.single-cuar_private_file .cuar-css-wrapper .panel {
    border-top: 1px solid #ccc;
}

body.customer-area-active .cuar-css-wrapper .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0!important;
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-center.tray-on-bottom {
    padding-right: 0!important;
}

body.customer-area-active.single .cuar-css-wrapper .cuar-menu-container+.cuar-toolbar {
    margin-top: 0px;
    margin-bottom: -1px;
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .mix, body.customer-area-active .cuar-css-wrapper .collection .collection-content .mix {
    margin-top: 0;
    padding: 0;
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td {
    padding: 9px;
    line-height: 1.49;
    height: 60px;
    vertical-align: middle;
    border-top: 1px solid #d6d6d6;
}


.cuar-js-msnry-sizer.col-xs-1.masonry-brick,
.cuar-single-post-content.cuar-js-msnry-item.col-xs-12.col-sm-12.col-md-6.col-lg-6.col-xl-8.clearfix.masonry-brick {
    display: none;
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-4 {
    width: 100%;
    left: 0!important;
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-6 {
    width: 100%;
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>div.tray-center.tray-center-on-left, body.customer-area-active .cuar-css-wrapper .tray-center.tray-center-on-left {
    padding-right: 0;
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-center {
    width: 100%;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    padding-right: 0!important;
}

.single-cuar_private_file .table-striped>tbody>tr {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td {
    padding: 0;
    line-height: 18px;
    vertical-align: middle;
    border-top: 1px solid #d6d6d6;
}

td.cuar-caption {
    width: calc(100% - 250px)!important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px!important;
    /* border: 1px solid red!important; */
}
@media screen and (max-width: 1024px) {
  td.cuar-caption {
      width: calc(100% - 50px)!important;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 15px!important;
  }
}

@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper .hidden-xs {
      position: absolute;
      left: 0;
      top: 25px;
      display: block!important;
      padding-left: 0!important;
  }
}

@media screen and (max-width: 1024px) {
  body.customer-area-active .cuar-css-wrapper .alert-info {
      background-color: #121313;
      color: #eeeded;
      position: fixed;
      bottom: 0;
      border-top: 1px solid;
      width: 100%;
      left: 0;
      z-index: 99999;
      box-shadow: 0 0 50px #0000007d;
  }
}

@media screen and (min-width: 1025px) {
  body.customer-area-active .cuar-css-wrapper .alert-info {
      background-color: #121313;
      color: #eeeded;
      position: fixed;
      top: 105px;
      z-index: 99999;
      height: 50px;
      border: 0;
      width: 50%;
      left: 25%;
      margin: 0 auto;
      text-align: center;
  }
}

.single-cuar_private_file td.cuar-caption {
    padding-left: 0!important;
}

td.cuar-actions span.hidden-xs {
  display: none!important;
  font-size: 0;
}

td.cuar-size.hidden-xs {
    width: 200px!Important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px!important;
}

td.cuar-actions {
    width: 50px!important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td, body.customer-area-active .cuar-css-wrapper .table>thead>tr>th, body.customer-area-active .cuar-css-wrapper table, body.customer-area-active .cuar-css-wrapper table>tbody>tr>td, body.customer-area-active .cuar-css-wrapper table>thead>tr>th, body.customer-area-active .cuar-css-wrapper td, body.customer-area-active .cuar-css-wrapper th {
    font-size: 18px;
    color: inherit;
    border-color: #d6d6d6;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
}

div#cuar-js-account-edit-fields .panel-body {
    padding: 0;
}

.panel.top.cuar_private_file .panel-heading {
    border-bottom: 1px solid #ccc!important;
    min-height: 60px;
}

.customer-area .post-meta-wrapper {
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 100%;
}

.customer-area__menu {
  display: none;
}

@media screen and (min-width: 1025px) {
  .cuar-menu-container {
      display: none!important;
  }
}


@media screen and (min-width: 1025px) {
  .customer-area .customer-area__menu {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px;
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 120px;
    background: #121313;
    height: 50px!important;
    color: #fff;
    font-size: 18px;
    z-index: 9999;
    font-family: 'Fira Sans', sans-serif;
    padding-left: 15px;
    border-top: 1px solid #545454;
  }
}

@media screen and (max-width: 1024px) {
  .customer-area .customer-area__menu {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 3%;
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 90px;
    left: 0;
    background: #121313;
    height: 50px;
    color: #fff;
    font-size: 18px;
    z-index: 9;
    font-family: 'Fira Sans', sans-serif;
    padding-left: 15px;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
  }
}

@media screen and (max-width: 1024px) {
  .user__info {
    display: flex;
    align-items: center;
    width: 100%!important;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .user__info {
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .user__info p {
    font-weight: 300;
    padding-right: 5px;
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .user__info p {
    font-weight: 300;
    padding-right: 5px;
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .area__menu {
      display: flex;
      align-items: center;
  }
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content-main {
    padding: 0;
    max-width: 100% !important;
}



.relative{
    position: relative;
}
.absolute {
    position: absolute;
}
.block {
    display: block;
}

@media screen and (max-width: 1024px) {
  .header__hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
    border: 0;
    background: #121313;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    z-index: 99;
  }
}

.menu-open .hamburger::before {
  width: 24px;
  margin-top: -1px;
  top: 50%;
  left: -16%;
  transform: rotate(45deg);
}

.menu-open .hamburger::after {
  width: 24px;
  margin-bottom: -1px;
  bottom: 50%;
  left: -16%;
  transform: rotate(-45deg);
}

.menu-open .hamburger:hover::before {
  transform: rotate(45deg) scale(1.1);
}

.menu-open .hamburger:hover::after {
  transform: rotate(-45deg) scale(1.1);
}

.hamburger {
  width: 1.1rem;
  height: 1.1rem;
}

.hamburger::before {
  top: 0;
  right: 0;
}

.hamburger::after {
  bottom: 0;
  left: 0;
}

.hamburger::after,
.hamburger::before {
  content: "";
  transition-duration: 0.4s;
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #fff;
}

.hamburger > span {
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transition-property: width, opacity;
    margin-top: -1px;
    width: 100%;
    background-color: #fff !important;
}

.menu-open .hamburger > span {
    opacity: 0;
}

@media screen and (max-width: 1024px) {
  .footer__menu {
    width: 100%;
    border-bottom: 1px solid #545454;
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .footer__menu--service {
    width: 100%;
    border-bottom: 1px solid #545454;
    text-align: left;
    margin-top: -25px;
  }
}

.content__edizioni {
    display: block;
    width: 100%;
}

.partner__cover {
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.partner__cover p {
    font-size: 15px !important;
    text-transform: uppercase;
    line-height: 100%;
}

.partner__cover img {
    width: 100%;
}

/* BLOG */
article.blog--post {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #545454;
}

.content--post--cover {
    width: 50%;
    border: 0;
    margin: 0;
}

.content--post--text {
    width: 50%;
    border: 0;
    margin: 0;
}

.content--post--cover img {
    width: 100%;
}

.content--post--text {
    padding: 50px;
}

article.blog--post h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 25px;
  margin-top: 0px;
  color: #ffffff;
  /* width: 100%; */
  display: flex;
}

.blog--cat a {
    background: #F44336;
    border-radius: 15px;
    padding: 5px 15px;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.blog--tag a {
    background: #F44336;
    border-radius: 15px;
    padding: 5px 15px;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.customer-area .scroll-down .header-container {
    transform: none;
    transition: none;
}

@media screen and (max-width: 1024px) {
  article.blog--post {
      flex-direction: column;
  }

  .content--post--cover {
      width: 100%;
  }

  .content--post--text {
      width: 100%;
  }

  .content--post--text {
      padding: 50px 10px;
  }
}



/* WP FORMS */
li.choice-1.depth-1,
li.choice-1.depth-1.wpforms-selected {
    display: flex;
    flex-direction: row;
    align-items: center;
}

input#wpforms-985-field_17_1,
input#wpforms-1483-field_17_1,
input#wpforms-1141-field_2_0,
input#wpforms-1399-field_2_0
 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    margin: 0!important;
}

/*
div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio] {
    border: 2px solid #F44336!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul#wpforms-985-field_17 label,
ul#wpforms-1483-field_17 label,
ul#wpforms-1141-field_3_0
 {
    margin-left: 10px;
    position: relative;
    top: 2px;
    text-transform: uppercase;
    font-size: 16px;
}
    */

.informativa-link {
    font-weight: bold;
}

.informativa-link__button,
.informativa-link__button:hover,
.informativa-link__button:visited {
  color: #F44336;
}

a.informativa-link__button.underline-l {
position: relative!important;
font-weight: bold;
}
a.informativa-link__button.underline-l::after {
content: '';
width: 0;
height: 2px;
background: #F44336;
display: block;
position: absolute;
bottom: 0;
left: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
a.informativa-link__button.underline-l:hover::after {
width: 100%;
}



/* ! LOGIN PAGE */
.page-template-login-page .section__partner,
.page-template-login-page footer#site-footer,
.page-template-login-page .section-partner__container,
.page-template-login-page header {
    display: none!important;
}

.page-template-login-page footer.copyright {
  position: fixed;
  bottom: 0;
  background: #121313;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-login-page footer.copyright {
    position: relative;
    bottom: 0;
    background: #121313;
    text-align: left;
    height: auto;
    padding-right: 25px;
  }
}

.page-template-login-page .main-container {
    color: #ffffff;
    background: #121313;
    width: 100%;
    max-width: 100%;
    padding: 0!important;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

.page-template-login-page div#login__content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.page-template-login-page div#login__content a {
    color: #fff;
    font-weight: bold;
}


.page-template-login-page .container-title__text {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #fff!important;
}

.page-template-login-page .container-title__text p {
    color: #fff!important;
}

.page-template-login-page form.sign-in {
    width: 300px;
    margin: 0 auto;
    margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .page-template-login-page form.sign-in {
      width: calc(100% - 50px);
      margin: 0 auto;
      margin-top: 25px;
  }
}

label[for="user-name"],
label[for="password"] {
    margin-top: 25px;
}

input#user-name,
input#password,
input#wpforms-1141-field_1,
input#wpforms-1141-field_2,
input#wpforms-1399-field_1,
input#wpforms-1399-field_2 {
  border: 2px solid #000000;
}

div#wpforms-1141 ,
div#wpforms-1399 {
    width: 100%;
    padding: 0 25px;
}

@media screen and (min-width: 1199px) {
  div#wpforms-1141,
  div#wpforms-1399 {
      width: 300px;
      padding: 0;
  }
}

.page-template-login-page div.wpforms-container-full .wpforms-form input[type=text],
.page-template-login-page div.wpforms-container-full .wpforms-form input[type=time],
.page-template-login-page div.wpforms-container-full .wpforms-form input[type=url],
.page-template-login-page div.wpforms-container-full .wpforms-form input[type=week],
.page-template-login-page div.wpforms-container-full .wpforms-form select,
.page-template-login-page div.wpforms-container-full .wpforms-form textarea {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%!important;
    max-width: 100%;
    line-height: 1.3;
}

.page-template-login-page input#wpforms-1141-field_1,
.page-template-login-page input#wpforms-1141-field_2,

.page-template-login-page input#wpforms-1399-field_1,
.page-template-login-page input#wpforms-1399-field_2 {
  width: 100%!important;
  max-width: 100%!important;
  min-height: 40px;
  max-height: 40px;
}

.page-template-login-page div#login__content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-template-login-page img {
    width: 100%;
    max-width: 280px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 25px!important;
    background: transparent;
    padding: 10px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
}
@media screen and (max-width: 768px) {
  .page-template-login-page img {
      width: 100%;
      max-width: 180px;
      padding-right: 0;
      position: relative;
      margin-bottom: 25px!important;
      background: transparent;
      padding: 5px;
      border-radius: 5px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      box-shadow: none;
  }
}

.page-template-login-page .container-title__text p {
    font-size: 2rem;
    line-height: 100%;
    margin-top: 0;
}

.page-template-login-page button#wpforms-submit-1141,
.page-template-login-page button#wpforms-submit-1399 {
    width: auto!important;
    min-width: 180px;
    display: flex!important;
    height: 60px!important;
    border-radius: 3px!important;
    padding: 0 20px!important;
    justify-content: flex-start!important;
    align-items: center!important;
    font-weight: 500!important;
    letter-spacing: 3px!important;
    text-transform: uppercase!important;
    font-size: 16px!important;
    color: #fff!important;
    background-color: #F44336!important;
    transition: all .25s ease-in-out!important;
    margin-top: 25px!important;
    z-index: 10!important;
    position: relative!important;
    border: 0;
    opacity: .8;
}
@media screen and (max-width: 768px) {
  .page-template-login-page button#wpforms-submit-1141,
  .page-template-login-page button#wpforms-submit-1399  {
      width: auto!important;
      min-width: 180px;
      display: flex!important;
      height: 60px!important;
      border-radius: 3px!important;
      padding: 0 20px!important;
      justify-content: flex-start!important;
      align-items: center!important;
      font-weight: 500!important;
      letter-spacing: 3px!important;
      text-transform: uppercase!important;
      font-size: 16px!important;
      color: #fff!important;
      background-color: #F44336!important;
      transition: all .25s ease-in-out!important;
      margin-top: 25px!important;
      z-index: 10!important;
      position: relative!important;
      border: 0;
      opacity: .8;
  }
}

.page-template-login-page button#wpforms-submit-1141:after,
.page-template-login-page button#wpforms-submit-1399:after {
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-bianco.svg')!important;
}

.page-template-login-page button#wpforms-submit-1141:hover,
.page-template-login-page button#wpforms-submit-1399:hover  {
    background-color: #F44336!important;
    color: #ffffff;
    opacity: 1!important;
}

.page-template-login-page button#wpforms-submit-1141:after,
.page-template-login-page button#wpforms-submit-1399:after  {
    content: ''!important;
    width: 25px!important;
    height: 25px!important;
    background-position: center!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    transition: all .25s ease-in-out!important;
    margin-left: 20px!important;
}

.page-template-login-page button#wpforms-submit-1141:hover:after,
.page-template-login-page button#wpforms-submit-1399:hover:after {
    transform: translateX(25px);
}

.page-template-login-page input[type="checkbox"]:checked::before {
    content: ''!important;
    position: absolute;
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 0!important;
    top: 2px;
    left: 2px;
    width: 27px!important;
    height: 27px!important;
    background: #121313;
    border-radius: 50%;
}

.page-template-login-page label.wpforms-field-label-inline {
    padding-left: 10px!important;
}

.page-template-login-page div.wpforms-container-full .wpforms-form .wpforms-error-container,
.page-template-login-page div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript {
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 25px;
}

.page-template-login-page .wpforms-error-container a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline!important;
}

.page-template-login-page div.wpforms-container-full .wpforms-form ul li:last-of-type {
    margin-bottom: 0 !important;
    display: flex;
}


.page-template-login-page div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    display: inline-flex;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    align-items: center;
}

.page-template-login-page div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block;
    color: #fff;
    font-size: 12px;
    float: none;
    cursor: default;
}

body.page-template-login-page {
  background: #121313;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.page-template-login-page .wpforms-container .wpforms-field {
    padding: 15px 0;
    padding-bottom: 0;
}

.page-template-login-page footer {
  display: none;
}

.login--message p {
    font-weight: 100;
}

.login--message--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 7px;
    width: 100%;
    position: relative;
}

.login--message--content:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    top: auto;
    left: 50%;
    background: #fff;
}

.login--message--content a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 60px !important;
    border-radius: 3px !important;
    padding: 0 20px !important;
    font-weight: 500 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    width: 50%;
}

a.login--link-account {
    color: #ffffff !important;
    /* background-color: #F44336 !important; */
}

a.login--link-esci {
    color: #ffffff !important;
}

.customer-area .btn:hover,
.customer-area .btn:focus {
    border-color: hsla(0, 0%, 100%, .6);
    -webkit-transform: none !important;
    transform: none !important;
}

.white {
    color: #fff!important;
}

.page-template-work-template .wpforms-field-container,
.page-template-work-template legend.wpforms-field-label {
    color: #fff;
}

.page-template-work-template label.wpforms-field-label,
.page-template-work-template legend.wpforms-field-label {
    color: #fff !important;
    text-transform: uppercase !important;
}

div#wpforms-1098-field_5-description,
div#wpforms-1413-field_5-description {
  color: #fff !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 20px;
    transition: all 0.5s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121313!important;
}

span.wpforms-image-choices-label

li.choice-1.depth-1.wpforms-image-choices-item.wpforms-selected label {
    background-color: #F44336;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #F44336;
    border-radius: 3px;
    padding: 20px;
    transition: all 0.5s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff!important;
}

.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-label {
    display: block;
    margin-top: 0 !important;
    font-size: 1.25rem !important;
    color: #121313 !important;
    font-weight: bold;
}


div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:focus,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
background-color: #F44336;
border: 1px solid #F44336;
cursor: pointer;
opacity: 1;
}
.posizioni-aperte {
background: #F44336!important;
width: 30px!important;
height: 30px!important;
border-radius: 50%!important;
display: unset;
display: inline-flex;
align-items: center;
justify-content: center;
position: relative!important;
margin-right: 10px!important;
color: #121313;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
background-color: #fff;
display: block;
margin: 0 auto;
padding: 0;
border: 1px solid #ccc;
border-radius: 3px;
padding: 20px;
transition: all 0.5s;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
display: block;
margin-top: 0;
font-size: 18px!important;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label {
box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
background: #F44336!important;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label span{
color: #121313!important;
}
input#wpforms-1226-field_3 {
padding-left: 50px!important;
}

.page-template-contatti-template button#wpforms-submit-454,
.page-template-contatti-template button#wpforms-submit-1430,
.page-template-work-template button#wpforms-submit-1098,
.page-template-work-template button#wpforms-submit-1413 {
    width: auto!important;
    min-width: 180px!important;
    display: flex!important;
    height: 60px!important;
    border-radius: 3px!important;
    padding: 0 20px!important;
    justify-content: flex-start!important;
    align-items: center!important;
    font-weight: 500!important;
    letter-spacing: 3px!important;
    text-transform: uppercase!important;
    font-size: 16px!important;
    color: #ffffff!important;
    background-color: #F44336!important;
    transition: all .25s ease-in-out!important;
    margin-top: 25px!important;
    z-index: 10!important;
    position: relative!important;
    border: 0;
    opacity: .8;
}
@media screen and (max-width: 768px) {
  .page-template-contatti-template button#wpforms-submit-454,
  .page-template-contatti-template button#wpforms-submit-1430,
  .page-template-work-template button#wpforms-submit-1098,
  .page-template-work-template button#wpforms-submit-1413 {
      width: auto!important;
      min-width: 180px!important;
      height: 60px!important;
      border-radius: 3px!important;
      padding: 0 20px!important;
      justify-content: flex-start!important;
      align-items: center!important;
      font-weight: 500!important;
      letter-spacing: 3px!important;
      text-transform: uppercase!important;
      font-size: 16px!important;
      color: #ffffff!important;
      background-color: #F44336!important;
      transition: all .25s ease-in-out!important;
      margin-top: 25px!important;
      z-index: 10!important;
      position: relative!important;
      border: 0;
      opacity: .8;
  }
}

.page-template-contatti-template button#wpforms-submit-454:after,
.page-template-contatti-template button#wpforms-submit-1430:after,
.page-template-work-template button#wpforms-submit-1098:after,
.page-template-work-template button#wpforms-submit-1413:after
{
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-bianco.svg')!important;
}

.page-template-contatti-template button#wpforms-submit-454:hover,
.page-template-contatti-template button#wpforms-submit-1430:hover,
.page-template-work-template button#wpforms-submit-1098:hover,
.page-template-work-template button#wpforms-submit-1413:hover {
    background-color: #F44336!important;
    color: #ffffff;
    opacity: 1!important;
}

.page-template-contatti-template button#wpforms-submit-454:after,
.page-template-contatti-template button#wpforms-submit-1430:after,
.page-template-work-template button#wpforms-submit-1098:after,
.page-template-work-template button#wpforms-submit-1413:after {
    content: ''!important;
    width: 25px!important;
    height: 25px!important;
    background-position: center!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    transition: all .25s ease-in-out!important;
    margin-left: 20px!important;
    opacity: 1;
}

.page-template-contatti-template button#wpforms-submit-454:hover:after,
.page-template-contatti-template button#wpforms-submit-1430:hover:after,
.page-template-work-template button#wpforms-submit-1098:hover:after,
.page-template-work-template button#wpforms-submit-1413:hover:after {
    transform: translateX(25px);
}


.about--img img {
    width: 100%;
}

.wpforms-container .wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after, .wpforms-container .wpforms-image-choices-modern li:has(input:checked) .wpforms-image-choices-image:after{
  opacity: 0!important;
}

.blog--cat
 {
    margin-bottom: 5px;
}




/* IMAGE SLIDER */
/* video.back-video {
  width: 100%;
  height: 100vh;
  position: relative;
  object-fit: cover;
} */

.images__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 80vh;
  width: 100%;
  background: #121313;
  background: linear-gradient(90180deg, rgba(0, 47, 71, 1) 0%, rgba(0, 47, 71, 0) 60%);
  z-index: 9;
  display: none;
}

.images__content {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    min-height: auto;
}
@media (min-width: 1025px) {
  .images__content {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 9;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
}

.SwiperImages img {
    width: 100%;
    height: auto;
}

@media (min-width: 1025px) {
  .SwiperImages img {
      width: 100%;
      height: auto!important;
  }
}

.images__content h3 {
  font-size: clamp(1rem, 2vw, 3rem);
  line-height: 100%;
  color: #000000;
  background: #fff;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
}

.images__content p {
  font-size: clamp(1rem, 2vw, 2rem);
  line-height: 100%;
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
}

.images__content a {
  height: 40px;
  border: 1px solid #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 100%;
  color: #fff;
  border-radius: 50px;
  transition: all .25s ease-in-out;
  z-index: 10;
  position: relative;
  text-transform: uppercase;
}

.images__content a:hover {
  padding-right: 25px;
  background-color: #fff!important;
  color: #000!important;
}

.images__content a:hover:after {
  filter: invert(1);
}

.SwiperImages .swiper-slide {
  flex-shrink: 0;
  width: calc(100% - 500px); /* lascia spazio per far vedere i lati */
}
@media (max-width: 1024px) {
  .SwiperImages .swiper-slide {
    /* flex-shrink: 0; */
    width: 100%; /* lascia spazio per far vedere i lati */
  }
}

.SwiperImages {
    height: 60vh;
}
@media (max-width: 1024px) {
  .SwiperImages {
      height: 30vh;
      min-height: 480px;
  }
}

.SwiperImages .swiper-horizontal>.swiper-pagination-bullets,
.SwiperImages .swiper-pagination-bullets.swiper-pagination-horizontal,
.SwiperImages .swiper-pagination-custom,
.SwiperImages .swiper-pagination-fraction {
    bottom: 110px !important;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
  .SwiperImages .swiper-horizontal>.swiper-pagination-bullets,
  .SwiperImages .swiper-pagination-bullets.swiper-pagination-horizontal,
  .SwiperImages .swiper-pagination-custom,
  .SwiperImages .swiper-pagination-fraction {
      bottom:25px !important;
      left: 0;
      width: 100%;
      z-index: 99;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}


.SwiperImages .swiper-pagination-bullet-active {
    opacity: 1;
    background: white!important;
    border: 2px solid #ffffff!important;
    transform: scale(1.15);
    transition: all ease-in-out .6s;
}

.SwiperImages .swiper-pagination-bullet {
    width: 20px!important;
    height: 20px!important;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1!important;
    border: 2px solid #ffffff!important;
}

@media (max-width: 768px) {
  .SwiperImages .swiper-pagination-bullet {
      width: 10px!important;
      height: 10px!important;
      display: inline-block;
      border-radius: 100%;
      background: #ffffff00;
      opacity: 1!important;
      border: 2px solid #ffffff!important;
  }
}

.SwiperImages .swiper-button-prev,
.SwiperImages .swiper-button-next {
  display: none;
}



.SwiperVideo .swiper-slide {
  flex-shrink: 0;
  width: calc(100% - 500px); /* lascia spazio per far vedere i lati */
  position: relative;
}
@media (max-width: 1024px) {
  .SwiperVideo .swiper-slide {
    /* flex-shrink: 0; */
    width: 100%; /* lascia spazio per far vedere i lati */
  }
}

.header {
    display: flex;
    background: transparent;
}

.page-template-home-template-v2 .header-container.init {
  background: transparent!important;
}

.page-template-home-template-v2.scroll-down .header-container,
.page-template-home-template.scroll-down .header-container {
    background: #fff!important;
    transition: transform 0.4s ease-in-out;
    border: 0;
}

.subtitle__content a {
    width: auto !important;
    display: flex !important;
    height: 60px !important;
    border-radius: 3px !important;
    padding: 0 20px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    font-weight: 500 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #fff !important;
    background-color: #121313 !important;
    transition: all .25s ease-in-out !important;
    margin-top: 25px !important;
    z-index: 10 !important;
    position: relative !important;
    border: 0;
    /* opacity: .8; */
}

p.text--p span {
  font-weight: bold;
}

.subtitle__content {
    max-width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 50px 0;
}
@media (max-width: 1024px) {
  .subtitle__content {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 50px 0;
  }
}

.SwiperVideo .swiper-slide[aria-label='1 / 4'] h3 {
  display: none!important;
}

@media (max-height: 800px) {
    .video__content {
        position: absolute;
        width: 100%;
        height: 50vh;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        z-index: 9;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* border: 1px solid green; */
    }
}

@media (max-height: 800px) {
    .SwiperVideo img {
        width: 100%;
        height: 50vh !important;
    }
}

/* CERTIFICAIONI */
.certficazioni--content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

article.item__certificazione {
  border-bottom: 1px solid #545454;
  width: 100%;
  padding: 15px 0;
}

article.item__certificazione:nth-child(2) {
  border-top: 1px solid #000 !important;
}

.item__certificazione-img {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-right: 25px;
}

.item__certificazione-flex {
  display: flex;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .item__certificazione-flex {
  display: flex;
  padding-left: 60px;
  }
}

.item__certificazione-nome {
  font-size: 2rem;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .item__certificazione-nome {
  font-size: 1.7rem;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  padding-right: 60px;
  }
}

.item__certificazione-ruolo {
  font-size: 1rem;
  line-height: 100%;
  font-weight: normal;
}

.item__comunicato-img {
  display: flex;
  width: 50px;
  height: auto;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 0;
  margin-right: 15px;
  background-size: 50px;
  background-image: url('/svg/i-comunicati.svg');
}

.item__comunicato-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* border: 1px solid; */
}
@media screen and (max-width: 768px) {
  .item__comunicato-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* border: 1px solid; */
  }
}


.item__certificazione-data {
  font-size: 1rem;
  line-height: 100%;
  font-weight: normal;
  /* background: #ccc; */
  width: auto;
  /* display: block; */
  margin-top: 4px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .item__certificazione-data {
  font-size: .75rem;
  line-height: 100%;
  font-weight: normal;
  /* background: #ccc; */
  width: auto;
  /* display: block; */
  margin-top: 4px;
  margin-bottom: 4px;
  }
}

.item__certificazione-data span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .item__comunicato-img {
    display: none;
  }
}

a.download__link {
    position: relative;
}

a.download__link svg#arrow--download {
    position: absolute;
    top: calc(50% - 15px);
    right: 25px;
    width: 30px;
    transform: rotate(45deg);
    margin: 0;
}
@media screen and (max-width: 768px) {
  a.download__link svg#arrow--download {
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    width: 30px;
    transform: rotate(45deg);
    margin: 0;
  }
}

svg#icon--certificato {
    position: absolute;
    top: 0;
    left: 25px;
    width: 35px;
    height: 100%;
    margin: 0;
}
@media screen and (max-width: 768px) {
  svg#icon--certificato {
    position: absolute;
    top: 0;
    left: 10px;
    width: 35px;
    height: 100%;
    margin: 0;
  }
}

article.item__certificazione {
  color: #ffffff;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

article.item__certificazione:hover::after {
    transform: scaleY(1);
}

article.item__certificazione::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #F44336;
    z-index: 0;
    transform: scaleY(0);
    transform-origin: left bottom;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
}

.item__certificazione-flex {
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

article.item__certificazione:hover {
    color: rgb(255, 255, 255)!important;
}

article.item__certificazione:hover > div {
    color: rgb(255, 255, 255)!important;
}

article.item__certificazione:hover > div {
    transform: translateX(25px);
}

article.item__certificazione svg#arrow--download .cls-1 {
    fill: #fff !important;
}
article.item__certificazione:hover > svg#arrow--download .cls-1 {
    fill: #fff !important;
}

article.item__certificazione svg#icon--certificato g{
    fill: #fff;
}
article.item__certificazione:hover > svg#icon--certificato g {
    fill: #fff !important;
}


/* ! HOME - V3 */
/*
SFONDO / TESTO DARK     #121313;
SFONDO / TESTO LIHGHT   #f5f2ed;
OMBRA DARK              #ffffff1c
OMBRA LIGHT             #0000001c
HOVER LIGHT             #8683831c
HOVER DARK              #8683831c
BORDO CARD DARK         #545454
BORDO CARD LIGHT        #ccc
*/

/* DARK MODE */
:root {
  --colore-background-home: #121313;
  --colore-testo-menu-home: #ffffff;
  --colore-testo-home: #ffffff;
  --colore-testo-button-home: #ffffff;
  --colore-ombra-home: #ffffff1c;
  --colore-hover-home: #8683831c;
  --colore-bordo-home: #545454;
  --colore-bordo-hover-home: #ffffff;
  --colore-background-card-home: #121313;
  --colore-background-card-hover-home: #ffffff;
  --opacity-cards-home: 1;
}

/* LIGHT MODE */
/* :root {
  --colore-background-home: #f5f2ed;
  --colore-testo-men-home: #000000;
  --colore-testo-home: #000000;
  --colore-testo-button-home: #000000;
  --colore-ombra-home: #0000001c;
  --colore-hover-home: #8683830f;
  --colore-bordo-home: #121313;
  --colore-bordo-hover-home: #121313;
  --colore-background-card-home: #121313;
  --colore-background-card-hover-home: #ffffff;
  --opacity-cards-home: 1;
} */

body.page-template-home-template-v3 {
  background: var(--colore-background-home);
  color: var(--colore-testo-home)!important;
}


.page-template-home-template-v3 .main-content {
    opacity: 1;
}

.page-template-home-template-v3 main#content {
    padding: 0;
}

.page-template-home-template-v3 .header-container.init {
  transform: translateY(0);
  /* background: #ffffff; */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background-home));
}

.page-template-home-template-v3 .scroll-down .header-container {
    transform: none;
    transition: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background-home));
}

.page-template-home-template-v3 .header-container {
    padding-top: 0;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background-home));
    transform: translateY(0%);
    transition: color .3s ease-in-out, transform .4s ease-in-out, background-color .4s ease-in-out .15s;
    width: 100%;
    z-index: 999;
    border-bottom: 0;
}

.page-template-home-template-v3 .header-container.is-open {
    transform: translateY(0%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background-home));
    border-bottom: 0;
}

.page-template-home-template-v3 .header__menu {
    margin-bottom: 0;
    height: 35px;
    display: flex;
    align-items: center;
}

.page-template-home-template-v3 .header a {
    color: #fff;
    padding: 15px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.page-template-home-template-v3 li#menu-item-1095 {
    background: #F44336;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.page-template-home-template-v3 li#menu-item-1095 a {
    color: #ffffff;
    padding: 5px 10px;
}

.page-template-home-template-v3 footer {
    background: #121313;
    position: relative;
    margin-top: 100px !important;
    color: #f5f2f2!important;
    border-top: 1px solid #545454;
    position: relative;
}

.page-template-home-template-v3 footer a,
.page-template-home-template-v3 footer a:hover,
.page-template-home-template-v3 footer p {
  color: #f5f2f2!important;
  font-size: 1.4rem!important;
}

.page-template-home-template-v3 footer {
  font-family: 'Bebas Neue', sans-serif;
}

.page-template-home-template-v3 footer:after {
    content: '';
    background: #545454;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    z-index: 1;
}

.page-template-home-template-v3 .logo__footer {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    padding: 25px;
    position: absolute;
    left: calc(50% - 75px);
    top: -75px;
    border: 5px solid #545454;
    z-index: 2;
}


.page-template-home-template-v3 .video__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #121313;
    background: linear-gradient(90180deg, rgba(0, 47, 71, 1) 0%, rgba(0, 47, 71, 0) 60%);
    z-index: 9;
    display: none;
}

.page-template-home-template-v3 .SwiperHomeTop img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.page-template-home-template-v3 .SwiperHomeTop {
    position: relative;
}

.page-template-home-template-v3 .video__content {
    position: absolute;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* border: 1px solid green; */
}
@media (max-width: 1024px) {
  .page-template-home-template-v3 .video__content {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* border: 1px solid green; */
  }
}
.page-template-home-template-v3 .subtitle__container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    margin: 0 auto;
    height: 100%;
}

.page-template-home-template-v3 .subtitle__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 150px;
    height: 100%;
}
@media (max-width: 1024px) {
  .page-template-home-template-v3 .text--p {
    font-weight: 200;
    font-size: 1.2rem;
    font-family: 'Lexend',sans-serif;
    max-width: 100%;
  }
}

.page-template-home-template-v3 .subtitle__content:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #121313);
}


.page-template-home-template-v3 .subtitle__content--boxed {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      padding: 50px 3%;
      z-index: 99;
      margin: 0 auto;
      position: relative;
      max-width: 1650px;
      height: 100%;
  }
@media screen and (min-width: 1025px) and (max-width: 1879px)  {
  .page-template-home-template-v3 .subtitle__content--boxed {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      padding: 50px 3%;
      padding-left: calc(3% + 75px);
      padding-right: calc(3% + 75px);
      z-index: 99;
      margin: 0 auto;
      position: relative;
      max-width: 1650px;
      height: 100%;
  }
}
@media (max-width: 1024px) {
  .page-template-home-template-v3 .subtitle__content--boxed {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 50px 3%;
    z-index: 99;
    margin: 0 auto;
    position: relative;
    max-width: 1650px;
    height: 100%;
  }
}

.page-template-home-template-v3 .subtitle__content a {
    width: auto !important;
    display: flex !important;
    height: 60px !important;
    border-radius: 3px !important;
    padding: 0 20px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    color: #000 !important;
    background-color: #fff !important;
    transition: all .25s ease-in-out !important;
    margin-top: 25px !important;
    z-index: 10 !important;
    position: relative !important;
    border: 0;
    font-size: 1.5rem!important;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    /* opacity: .8; */
}

.page-template-home-template-v3 h3.title--slide {
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 90%;
    margin-bottom: 60px;
    font-family: "Lexend", sans-serif;
    /* font-weight: 400; */
    font-style: normal;
    position: relative;
    /* letter-spacing: 10px; */
}
@media (max-width: 1024px) {
  .page-template-home-template-v3 h3.title--slide {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 90%;
    margin-bottom: 60px;
    font-family: "Lexend", sans-serif;
    /* font-weight: 400; */
    font-style: normal;
    position: relative;
    /* letter-spacing: 10px; */
  }
}

.page-template-home-template-v3 h3.title--slide:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100px;
    height: 5px;
    background: #F44336;
}

.page-template-home-template-v3 h2.text--h2 {
    font-weight: bold;
    font-size: 6rem;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media (max-width: 1024px) {
  .page-template-home-template-v3 h2.text--h2 {
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}


.page-template-home-template-v3 .text--p {
    font-weight: 200;
    font-size: 1.2rem;
    font-family: 'Lexend',sans-serif;
    max-width: 50%;
}
@media (max-width: 1199px) {
  .page-template-home-template-v3 .text--p {
    font-weight: 200;
    font-size: 1.2rem;
    font-family: 'Lexend',sans-serif;
    max-width: 100%;
  }
}


.page-template-home-template-v3 p.text--p span {
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 100%;
    position: relative;
    top: -10px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media (max-width: 1024px) {
  .page-template-home-template-v3 p.text--p span {
    font-weight: bold;
    font-size: 2rem;
    line-height: 100%;
    position: relative;
    top: -10px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}

.SwiperHomeBottom {
    height: 100%;
    padding: 0 3%;
}
@media (max-width: 1024px) {
  .SwiperHomeBottom {
    height: 100%;
    padding: 0 3%;
  }
}

/* .SwiperHomeTop .swiper-slide[aria-label='1 / 4'] h3 {
  display: none!important;
} */

.page-template-home-template-v3 .swiper-button-prev,
.page-template-home-template-v3 .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #e25241;
    border-radius: 50%;
    transition: all .5s ease-in;
    /* transition: opacity 0.5s 1s; */
    opacity: 1;
    /* filter: invert(1); */
    position: absolute;
}
@media (max-width: 1024px) {
  .page-template-home-template-v3 .swiper-button-prev,
  .page-template-home-template-v3 .swiper-button-next {
      width: 40px;
      height: 40px;
      background: #e25241;
      border-radius: 50%;
      transition: all .5s ease-in;
      /* transition: opacity 0.5s 1s; */
      opacity: 1;
      /* filter: invert(1); */
      position: absolute;
      display: none;
  }
}

.page-template-home-template-v3 .swiper-button-prev:hover,
.page-template-home-template-v3 .swiper-button-next:hover {
    transform: scale(1.05);
    opacity: 1;
    filter: invert(0);
    background: #000;
}

.page-template-home-template-v3 .swiper-button-prev {
    top: calc(50% - 25px);
    left: 3%;
}
@media (max-width: 1024px) {
  .page-template-home-template-v3 .swiper-button-prev {
    top: 150px;
    left: calc(50% - 35px);
  }
}


.page-template-home-template-v3 .swiper-button-next {
    position: absolute;
    left: unset;
    top: calc(50% - 25px);
    right: 3%;
}
@media (max-width: 1024px) {
  .page-template-home-template-v3 .swiper-button-next {
    position: absolute;
    right: unset;
    left: calc(50% + 35px);
    top: 150px;
  }
}


.page-template-home-template-v3 .swiper-button-prev:after {
    content: '' !important;
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-sinistra-bianco.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    width: 50px;
    height: 50px;
}

.page-template-home-template-v3 .swiper-button-next:after {
    content: '' !important;
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-bianco.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    width: 60px;
    height: 60px;
}

@media (max-width: 1024px) {
  .page-template-home-template-v3 .swiper-button-prev:after,
  .page-template-home-template-v3 .swiper-button-next:after {
    background-size: 20px;
  }
}


.page-template-home-template-v3 .arrow-r:after {
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-nero.svg');
}

.page-template-home-template-v3 .container__flexible-content.image--slider {
    background: #121313;
    padding: 100px 0;
}
@media (max-width: 1024px) {
  .page-template-home-template-v3 .container__flexible-content.image--slider {
    background: #121313;
    padding: 100px 0;
  }
}

@media (min-width: 1025px) {
      .page-template-home-template-v3 .images__content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        z-index: 9;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        border: 0;
        transform: scale(0.9);
        transition: all .1s ease-in-out;
        position: relative;
        background: #121313;
        min-height: 480px;
    }
}

.page-template-home-template-v3 .images__content:after {
    content: '';
    width: calc(100% + 2px);
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #121313);
    border-radius: 24px;
    border: 0;
}

.page-template-home-template-v3 .SwiperHomeBottom .images__content:after {
    content: '';
    width: calc(100% + 2px);
    height: 200px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #121313);
    border-radius: 24px;
    border: 0;
    display: none;
}

.page-template-home-template-v3 .SwiperHomeBottom .swiper-pagination--container {
    /* border: 1px solid red; */
    display: none;
}
@media (max-width: 1024px) {
  .page-template-home-template-v3 .SwiperHomeBottom .swiper-pagination--container  {
      position: absolute;
      width: 100%;
      height: 50px;
      top: unset;
      left: 0;
      display: flex!important;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 9;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      border: 0;
      transform: scale(0.9);
      transition: all .1s ease-in-out;
  }
}

.page-template-home-template-v3 .SwiperHomeBottom .swiper-horizontal>.swiper-pagination-bullets,
.page-template-home-template-v3 .SwiperHomeBottom .swiper-pagination-bullets.swiper-pagination-horizontal,
.page-template-home-template-v3 .SwiperHomeBottom .swiper-pagination-custom,
.page-template-home-template-v3 .SwiperHomeBottom .swiper-pagination-fraction {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
  .page-template-home-template-v3 .SwiperHomeBottom .swiper-horizontal>.swiper-pagination-bullets,
  .page-template-home-template-v3 .SwiperHomeBottom .swiper-pagination-bullets.swiper-pagination-horizontal,
  .page-template-home-template-v3 .SwiperHomeBottom .swiper-pagination-custom,
  .page-template-home-template-v3 .SwiperHomeBottom .swiper-pagination-fraction {
      height: 100%;
      top: 0;
      width: 100%;
      z-index: 99;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}

.page-template-home-template-v3 .SwiperHomeBottom .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--colore-testo-about)!important;
    border: 2px solid var(--colore-testo-about)!important;
    transform: scale(1.25);
    transition: all ease-in-out .6s;
}

.page-template-home-template-v3 .SwiperHomeBottom .swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1!important;
    border: 2px solid var(--colore-testo-about)!important;
}

@media (max-width: 768px) {
  .page-template-home-template-v3 .SwiperHomeBottom .swiper-pagination-bullet {
      width: 10px!important;
      height: 10px!important;
      display: inline-block;
      border-radius: 100%;
      background: transparent;
      opacity: 1!important;
      border: 2px solid var(--colore-testo-about)!important;
  }
}


svg#arrow--link {
    position: absolute;
    width: 40px;
    right: 0;
    top: 20px;
    z-index: 9;
    transform: rotate(45deg);
}

.page-template-home-template-v3 .images__content:hover {
    transform: scale(1);
    border: 0;
}

.page-template-home-template-v3 .images__content:hover:after {
    bottom: 0;
    left: 0;
    width: 100% !important;
    border: 0!important;
}

.page-template-home-template-v3 .images__content h3 {
    font-size: clamp(2rem, 2vw, 3rem);
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-size: 4rem;
    line-height: 100%;
    border-radius: 15px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    bottom: 0;
    left: 0;
    background: transparent;
    color: #ffffff;
}
.page-template-home-template-v3 .images__content h3:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100px;
    height: 6px;
    background: rgb(244, 67, 54);
}


.SwiperHomeTop .swiper-horizontal>.swiper-pagination-bullets,
.SwiperHomeTop .swiper-pagination-bullets.swiper-pagination-horizontal,
.SwiperHomeTop .swiper-pagination-custom,
.SwiperHomeTop .swiper-pagination-fraction {
    bottom: 25px !important;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
  .SwiperHomeTop .swiper-horizontal>.swiper-pagination-bullets,
  .SwiperHomeTop .swiper-pagination-bullets.swiper-pagination-horizontal,
  .SwiperHomeTop .swiper-pagination-custom,
  .SwiperHomeTop .swiper-pagination-fraction {
      bottom:25px !important;
      left: 0;
      width: 100%;
      z-index: 99;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}


.SwiperHomeTop .swiper-pagination-bullet-active {
    opacity: 1;
    background: white!important;
    border: 2px solid #ffffff!important;
    transform: scale(1.15);
    transition: all ease-in-out .6s;
}

.SwiperHomeTop .swiper-pagination-bullet {
    width: 20px!important;
    height: 20px!important;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1!important;
    border: 2px solid #ffffff!important;
}

@media (max-width: 768px) {
  .SwiperHomeTop .swiper-pagination-bullet {
      width: 10px!important;
      height: 10px!important;
      display: inline-block;
      border-radius: 100%;
      background: #ffffff00;
      opacity: 1!important;
      border: 2px solid #ffffff!important;
  }
}

.title--slide span {
    font-weight: bold;
    font-size: 4rem;
    line-height: 90%;
    text-transform: normal;
    margin-bottom: 60px;
    /* font-family: "Bebas Neue", sans-serif; */
    /* font-weight: 400; */
    font-style: normal;
    position: relative;
    /* letter-spacing: 10px; */
}

/* ------------------------------ */
/* ! ABOUT  - V3 */
/* ------------------------------ */
/*
SFONDO / TESTO DARK     #121313;
SFONDO / TESTO LIHGHT   #f5f2ed;
OMBRA DARK              #ffffff1c
OMBRA LIGHT             #0000001c
HOVER LIGHT             #8683831c
HOVER DARK              #8683831c
BORDO CARD DARK         #545454
BORDO CARD LIGHT        #ccc
*/

/* DARK MODE */
:root {
  --colore-background-about: #121313;
  --colore-testo-menu-about: #ffffff;
  --colore-testo-about: #ffffff;
  --colore-testo-button-about: #ffffff;
  --colore-ombra-about: #ffffff1c;
  --colore-hover-about: #8683831c;
  --colore-bordo-about: #545454;
  --colore-bordo-hover-about: #ffffff;
  --colore-background-card-about: #121313;
  --colore-background-card-hover-about: #ffffff;
  --colore-bullet-about: #121313;
  --opacity-cards-about: 1;
}

/* LIGHT MODE */
/* :root {
  --colore-background-about: #f5f2ed;
  --colore-testo-men-about: #000000;
  --colore-testo-about: #000000;
  --colore-testo-button-about: #000000;
  --colore-ombra-about: #0000001c;
  --colore-hover-about: #8683830f;
  --colore-bordo-about: #121313;
  --colore-bordo-hover-about: #121313;
  --colore-background-card-about: #121313;
  --colore-background-card-hover-about: #ffffff;
  --opacity-cards-about: 1;
} */

body.page-template-servizi-template-v3 {
  background: var(--colore-background-about);
  color: var(--colore-testo-about);
}


.page-template-servizi-template-v3 .main-content {
    opacity: 1;
}

.page-template-servizi-template-v3 main#content {
    padding: 0;
}

.page-template-servizi-template-v3 .header-container.init {
  transform: translateY(0);
  /* background: #ffffff; */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background-about));
}

.page-template-servizi-template-v3 .scroll-down .header-container {
    transform: none;
    transition: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background-about));
}

.page-template-servizi-template-v3 .header-container {
    padding-top: 0;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background-about));
    transform: translateY(0%);
    transition: color .3s ease-in-out, transform .4s ease-in-out, background-color .4s ease-in-out .15s;
    width: 100%;
    z-index: 999;
    border-bottom: 0;
}

.page-template-servizi-template-v3 .header-container.is-open {
    transform: translateY(0%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background-about));
    border-bottom: 0;
}

.page-template-servizi-template-v3 .header__menu {
    margin-bottom: 0;
    height: 35px;
    display: flex;
    align-items: center;
}


.page-template-servizi-template-v3 .header a {
    color: var(--colore-testo-about);
    padding: 15px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.page-template-servizi-template-v3 li#menu-item-1095 {
    background: #F44336;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.page-template-servizi-template-v3 li#menu-item-1095 a {
    color: var(--colore-testo-button-about);
    padding: 5px 10px;
}

.page-template-servizi-template-v3 footer {
    background: var(--colore-background-about);
    position: relative;
    margin-top: 100px !important;
    color: var(--colore-testo-about)!important;
    border-top: 1px solid var(--colore-bordo-about);
    position: relative;
}

.page-template-servizi-template-v3 footer a,
.page-template-servizi-template-v3 footer a:hover,
.page-template-servizi-template-v3 footer p {
  color: var(--colore-testo-about)!important;
  font-size: 1.4rem!important;
}

.page-template-servizi-template-v3 footer {
  font-family: 'Bebas Neue', sans-serif;
}

.page-template-servizi-template-v3 footer:after {
    content: '';
    background: var(--colore-bordo-about);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    z-index: 1;
}

.page-template-servizi-template-v3 .logo__footer {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    padding: 25px;
    position: absolute;
    left: calc(50% - 75px);
    top: -75px;
    border: 5px solid var(--colore-bordo-about);
    z-index: 2;
}

.page-template-servizi-template-v3 h1.page--title {
    font-size: clamp(2rem, 4vw, 4rem);
    text-transform: uppercase;
    color: var(--colore-testo-about);
    line-height: 100%;
    margin-bottom: 100px;
    font-family: 'Bebas Neue', sans-serif;
}

.page-template-servizi-template-v3 .text--h2 {
    font-size: 5rem;
    line-height: 100%;
    color: var(--colore-testo-about);
    font-family: 'Bebas Neue';
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .page-template-servizi-template-v3 .text--h2 {
    font-size: 3.5rem;
    line-height: 100%;
    color: var(--colore-testo-about);
    font-family: 'Bebas Neue';
  }
}

.page-template-servizi-template-v3 .text--p {
    font-size: 1.2rem;
    font-weight: 200;
    color: var(--colore-testo-about);
    font-family: 'Lexend', sans-serif;
}

.page-template-servizi-template-v3 .cols {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: transparent;
    /* border: 1px solid green; */
}
@media screen and (min-width: 1025px) and (max-width: 1320px) {
  .page-template-servizi-template-v3 .cols {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: transparent;
    /* border: 1px solid green; */
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px)  {
  .page-template-servizi-template-v3 .cols {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: transparent;
    /* border: 1px solid green; */
  }
}
@media screen and (max-width: 768px) {
  .page-template-servizi-template-v3 .cols {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: transparent;
    /* border: 1px solid green; */
  }
}

.page-template-servizi-template-v3 .col--cards {
    width: 100%;
    margin: 1rem;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.page-template-servizi-template-v3 .front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: calc(100% + 1px);
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: var(--colore-background-card-about);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    mix-blend-mode: normal;
}

.page-template-servizi-template-v3 .front .inner p {
    font-size: 2.25rem;
    line-height: 110%;
    margin-bottom: 2rem;
    position: relative;
    font-family: 'Lexend',sans-serif;
}

.page-template-servizi-template-v3 .back {
    background: var(--colore-background-about);
    /* background: -webkit-linear-gradient(45deg, #cedce7 0%,#596a72 100%); */
    background: -o-linear-gradient(45deg, #cedce7 0%,#596a72 100%);
    /* background: linear-gradient(45deg, #cedce7 0%,#596a72 100%); */
    border: 0;
    color: var(--colore-testo-about);
    box-shadow: none;
    border: 1px solid var(--colore-bordo-about);
}

.page-template-servizi-template-v3 .back p {
    font-size: 1.25rem;
    line-height: 110%;
    font-family: 'Lexend',sans-serif;
}

.page-template-servizi-template-v3 .title {
    font-family: 'Lexend',sans-serif;
    font-size: 3.2rem;
    line-height: 110%;
}

.page-template-servizi-template-v3 .txt {
    padding: 0;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 125%;
    font-weight: 200;
    margin: 0 auto;
    text-align: center;
    max-width: 50%;
    font-family: 'Lexend',sans-serif;
}
@media screen and (max-width: 1024px) {
  .page-template-servizi-template-v3 .txt {
    padding: 0;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 125%;
    font-weight: 200;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    font-family: 'Lexend',sans-serif;
  }
}

.page-template-servizi-template-v3 .arrow-r:after {
    content: '';
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    /* display: none; */
    background-color: #F44336;
    border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .page-template-servizi-template-v3 .arrow-r:after {
      content: '';
      width: 30px;
      height: 30px;
      background-position: center;
      background-size: 20px;
      background-repeat: no-repeat;
      /* display: none; */
      background-color: #F44336;
      border-radius: 50%;
      display: flex;
      position: relative;
      opacity: 1;
      margin-left: 15px;
  }
}

.page-template-servizi-template-v3 .arrow-r:after {
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-freccia-destra-bianco.svg');
}

.page-template-servizi-template-v3 .about--left {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.page-template-servizi-template-v3 .container--modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
    background: var(--colore-background-about);
}

.page-template-servizi-template-v3 .modal--card {
    width: 100%;
    max-width: 1650px;
    padding: 3%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 0rem;
    color: var(--colore-testo-about);
    background: var(--colore-background-about);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 0;
    height: 100%;
    margin: 0 auto;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.page-template-servizi-template-v3 .modal--card:before {
    content: '';
    position: sticky;
    top: -32px!important;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(180deg, var(--colore-background-about), transparent);
    background: linear-gradient(180deg, var(--colore-background-about), transparent);
    z-index: 99999;
    /* border: 1px solid red; */
    display: flex;
}

.page-template-servizi-template-v3 .modal--card:after {
    content: '';
    position: sticky;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(0deg, var(--colore-background-about), transparent);
    background: linear-gradient(360deg, var(--colore-background-about), transparent);
    z-index: 9;
    display: flex;
}

.page-template-servizi-template-v3 .container--cards button {
    height: 40px;
    border: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 100%;
    color: var(--colore-testo-about);
    border-radius: 50px;
    transition: all .25s ease-in-out;
    z-index: 10;
    position: relative;
    text-transform: uppercase;
}


.page-template-servizi-template-v3 .front {
    background-size: cover;
    box-shadow: 0px 8px 15px 5px rgb(0 0 0 / 9%);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 480px;
    height: auto;
    border-radius: 10px;
    color: var(--colore-background-card-hover-about);
    font-size: 1.5rem;
    border: 0;
}

.page-template-servizi-template-v3 .front .inner p:after {
    content: '';
    width: 4rem;
    height: 4px;
    position: absolute;
    background: var(--colore-testo-about);
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.page-template-servizi-template-v3 .section__partner {
    width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
}

.page-template-servizi-template-v3 img.storia--img02 {
    position: relative;
    bottom: -30px;
}
@media screen and (max-width: 1024px) {
  .page-template-servizi-template-v3 img.storia--img02 {
    position: relative;
    bottom: -10px;
  }
}


.col--cards {
  opacity: 0;
  transform: translateY(30px);
}

.page-template-servizi-template-v3 .link-2 {
    width: 40px;
    height: 40px;
    border: 0;
    background: #F44336;
    border-radius: 100rem;
    color: #121313;
    font-size: 2.2rem;
    top: 0;
    right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    z-index: 99999999;
}

.page-template-servizi-template-v3 .link-2::before {
    content: '';
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-close-popup-white.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
}


.page-template-servizi-template-v3 .SwiperPartners .swiper-horizontal>.swiper-pagination-bullets,
.page-template-servizi-template-v3 .SwiperPartners .swiper-pagination-bullets.swiper-pagination-horizontal,
.page-template-servizi-template-v3 .SwiperPartners .swiper-pagination-custom,
.page-template-servizi-template-v3 .SwiperPartners .swiper-pagination-fraction {
    bottom: 25px !important;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
  .page-template-servizi-template-v3 .SwiperPartners .swiper-horizontal>.swiper-pagination-bullets,
  .page-template-servizi-template-v3 .SwiperPartners .swiper-pagination-bullets.swiper-pagination-horizontal,
  .page-template-servizi-template-v3 .SwiperPartners .swiper-pagination-custom,
  .page-template-servizi-template-v3 .SwiperPartners .swiper-pagination-fraction {
      bottom:25px !important;
      left: 0;
      width: 100%;
      z-index: 99;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}


.page-template-servizi-template-v3 .SwiperPartners .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000!important;
    border: 2px solid #000000!important;
    transform: scale(1.25);
    transition: all ease-in-out .6s;
}

.page-template-servizi-template-v3 .SwiperPartners .swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1!important;
    border: 2px solid #000000!important;
}

@media (max-width: 768px) {
  .page-template-servizi-template-v3 .SwiperPartners .swiper-pagination-bullet {
      width: 10px!important;
      height: 10px!important;
      display: inline-block;
      border-radius: 100%;
      background: #000000;
      opacity: 1!important;
      border: 2px solid #000000!important;
  }
}

.page-template-servizi-template-v3 .SwiperPartners {
  padding-bottom: 70px;
}

.page-template-servizi-template-v3 .partner__cover img {
    width: 100%;
    padding: 25px;
}


.page-template-servizi-template-v3 .grid.slider-container .swiper {
    padding: 100px 0;
}

.page-template-servizi-template-v3 .blocco--immagini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    padding-right: 0;
}
@media (max-width: 1024px) {
  .page-template-servizi-template-v3 .blocco--immagini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    padding: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }
}

body.page-template-servizi-template-v3 {
    transition: background-color 1.5s ease-in-out;
}

.page-template-servizi-template-v3 .about--text .text--h2 {
    color: #121313;
}

.page-template-servizi-template-v3 .about--text .text--p {
    color: #121313;
}

.page-template-servizi-template-v3 .slider-container {
  width: 100%;
  margin: 0 auto;
  /* border: 1px solid red; */
  display: flex;
  position: relative;
  padding: 50px 0;
}

.page-template-servizi-template-v3 img.img--popup {
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.page-template-servizi-template-v3 .swiper-pagination--container {
    /* border: 1px solid red; */
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-template-servizi-template-v3 .swiper-horizontal>.swiper-pagination-bullets,
.page-template-servizi-template-v3 .swiper-pagination-bullets.swiper-pagination-horizontal,
.page-template-servizi-template-v3 .swiper-pagination-custom,
.page-template-servizi-template-v3 .swiper-pagination-fraction {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
  .page-template-servizi-template-v3 .swiper-horizontal>.swiper-pagination-bullets,
  .page-template-servizi-template-v3 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .page-template-servizi-template-v3 .swiper-pagination-custom,
  .page-template-servizi-template-v3 .swiper-pagination-fraction {
      height: 100%;
      top: 0;
      width: 100%;
      z-index: 99;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}

.page-template-servizi-template-v3 .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--colore-bullet-about)!important;
    border: 2px solid var(--colore-bullet-about)!important;
    transform: scale(1.25);
    transition: all ease-in-out .6s;
}

.page-template-servizi-template-v3 .swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1!important;
    border: 2px solid var(--colore-bullet-about)!important;
}

@media (max-width: 768px) {
  .page-template-servizi-template-v3 .SwiperPartners .swiper-pagination-bullet {
      width: 10px!important;
      height: 10px!important;
      display: inline-block;
      border-radius: 100%;
      background: transparent;
      opacity: 1!important;
      border: 2px solid var(--colore-bullet-about)!important;
  }
}


/* PRODOTTI - V3 */
/*
SFONDO / TESTO DARK     #121313;
SFONDO / TESTO LIHGHT   #f5f2ed;
OMBRA DARK              #ffffff1c
OMBRA LIGHT             #0000001c
HOVER LIGHT             #8683831c
HOVER DARK              #8683831c
BORDO CARD DARK         #545454
BORDO CARD LIGHT        #ccc
*/

/* DARK MODE */

:root {
  --colore-background: #121313;
  --colore-background-footer: #121313;
  --colore-testo-menu: #ffffff;
  --colore-testo: #ffffff;
  --colore-testo-button: #ffffff;
  --colore-ombra: #ffffff1c;
  --colore-hover: #8683831c;
  --colore-bordo: #545454;
  --colore-bordo-hover: #ffffff;
  --colore-background-card: transparent;
  --colore-background-card-hover: transparent;
  --opacity-cards: 1;
}

/* LIGHT MODE */
/* :root {
  --colore-background: #f5f2ed;
  --colore-background-footer: #f5f2ed;
  --colore-testo-menu: #000000;
  --colore-testo: #000000;
  --colore-testo-button: #000000;
  --colore-ombra: #0000001c;
  --colore-hover: #8683830f;
  --colore-bordo: #121313;
  --colore-bordo-hover: #121313;
  --colore-background-card: transparent;
  --colore-background-card-hover: #ffffff;
  --opacity-cards: 1;
} */

body.page-template-prodotti-template-v3 {
  background: var(--colore-background);
  color: var(--colore-testo);
}

.page-template-prodotti-template-v3 .main-content {
    opacity: 1;
}

.page-template-prodotti-template-v3 main#content {
    padding: 0;
}

.page-template-prodotti-template-v3 .header-container.init {
  transform: translateY(0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background));
  /* background: #121313; */
}

.page-template-prodotti-template-v3 .scroll-down .header-container {
    transform: none;
    transition: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background));
    /* background: #121313; */
}

.page-template-prodotti-template-v3 .header-container {
    padding-top: 0;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background));
    /* background: #121313; */
    transform: translateY(0%);
    transition: color .3s ease-in-out, transform .4s ease-in-out, background-color .4s ease-in-out .15s;
    width: 100%;
    z-index: 999;
    border-bottom: 0;
}

.page-template-prodotti-template-v3 .header-container.is-open {
    transform: translateY(0%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background));
    /* background: #121313; */
    border-bottom: 0;
}

.page-template-prodotti-template-v3 .header__menu {
    margin-bottom: 0;
    height: 35px;
    display: flex;
    align-items: center;
}

.page-template-prodotti-template-v3 .header a {
    color: var(--colore-testo-menu);
    padding: 15px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.page-template-prodotti-template-v3 li#menu-item-1095 {
    background: #F44336;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.page-template-prodotti-template-v3 li#menu-item-1095 a {
    color: var(--colore-testo-button);
    padding: 5px 10px;
}

.page-template-prodotti-template-v3 footer {
    background: #121313;
    position: relative;
    margin-top: 100px !important;
    color: #f5f2f2!important;
    border-top: 1px solid #545454;
    position: relative;
}

.page-template-prodotti-template-v3 footer a,
.page-template-prodotti-template-v3 footer a:hover,
.page-template-prodotti-template-v3 footer p {
  color: #f5f2f2!important;
  font-size: 1.4rem!important;
}

.page-template-prodotti-template-v3 footer {
  font-family: 'Bebas Neue', sans-serif;
}

.page-template-prodotti-template-v3 footer:after {
    content: '';
    background: var(--colore-bordo);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    z-index: 1;
}

.page-template-prodotti-template-v3 .logo__footer {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    padding: 25px;
    position: absolute;
    left: calc(50% - 75px);
    top: -75px;
    border: 5px solid #545454;
    z-index: 2;
}

.page-template-prodotti-template-v3 h1.page--title {
    font-size: clamp(2rem, 4vw, 4rem);
    text-transform: uppercase;
    color: var(--colore-testo);
    line-height: 100%;
    margin-bottom: 100px;
    font-family: 'Bebas Neue', sans-serif;
}

.page-template-prodotti-template-v3 .container--prodotti {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: transparent;
    /* border: 1px solid green; */
}
@media screen and (min-width: 1025px) and (max-width: 1320px) {
  .page-template-prodotti-template-v3 .container--prodotti {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: transparent;
    /* border: 1px solid green; */
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px)  {
  .page-template-prodotti-template-v3 .container--prodotti {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: transparent;
    /* border: 1px solid green; */
  }
}
@media screen and (max-width: 768px) {
  .page-template-prodotti-template-v3 .container--prodotti {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: transparent;
    margin-bottom: 20px;
    /* border: 1px solid green; */
  }
}

.page-template-prodotti-template-v3 .content--prodotti {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    border: 1px solid var(--colore-bordo);
    height: auto;
    padding: 0;
    /* box-shadow: 0 2px 50px 0 rgba(0, 0, 0, .1); */
    background: transparent;
    border-radius: 10px;
    padding: 25px;
    /* border: 1px solid red; */
    position: relative;
}

.page-template-prodotti-template-v3 .content--prodotti {
    opacity: 0;
    transform: translateY(30px);
}

.page-template-prodotti-template-v3 .content--prodotti:hover {
    box-shadow: 0 0 50px var(--colore-ombra);
    border: 1px solid var(--colore-bordo-hover);
    background-color: var(--colore-background-card-hover);
    opacity: 1 !important;
}

.page-template-prodotti-template-v3 .slider-container {
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid red; */
    position: relative;
}


.page-template-prodotti-template-v3 .prodotti--titolo h3{
    background: transparent;
    border-radius: 0;
    color: var(--colore-testo);
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4rem;
    line-height: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    margin-bottom: 25px;
}

.page-template-prodotti-template-v3 .prodotti--titolo h3:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100px;
    height: 6px;
    background: #F44336;
}

.page-template-prodotti-template-v3 .prodotti--descrizione {
    min-height: 50px;
    margin-bottom: 5px;
}

.page-template-prodotti-template-v3 .prodotti--descrizione p {
    font-size: 1.25rem;
    line-height: 110%;
    font-family: 'Lexend', sans-serif;
}


.page-template-prodotti-template-v3 .slide-img--hover {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-prodotti-template-v3 .slide-img--hover img.wh {
    height: 100%;
    width: 50%;
    opacity: 1;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: -1;
    position: relative;
}

.page-template-prodotti-template-v3 .slide-img--hover a:hover {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--colore-hover);
    /* mix-blend-mode: multiply; */
    z-index: 1;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.page-template-prodotti-template-v3 .glightbox-clean .gclose {
    width: 40px !important;
    height: 40px !important;
    top: 25px !important;
    right: 3% !important;
    border-radius: 50% !important;
    position: absolute;
    background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-close-popup-white.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    background-color: #F44336;
    opacity: 1;
}

.page-template-prodotti-template-v3 .glightbox-clean .gclose:hover,
.page-template-prodotti-template-v3 .glightbox-clean .gnext:hover,
.page-template-prodotti-template-v3 .glightbox-clean .gprev:hover {
    background-color: #F44336;
}

.page-template-prodotti-template-v3 .SwiperSlideGalleryPR01,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR02,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR03,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR04,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR05,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR06,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR07,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR08,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR09,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR10,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR11,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR12,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR13,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR14,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR15,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR16,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR17,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR18,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR19,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR20 {
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}

.page-template-prodotti-template-v3 .SwiperSlideGalleryPR01 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR02 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR03 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR04 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR05 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR06 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR07 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR08 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR09 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR10 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR11 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR12 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR13 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR14 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR15 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR16 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR17 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR18 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR19 .swiper-slide,
.page-template-prodotti-template-v3 .SwiperSlideGalleryPR20 .swiper-slide {
    width: 100%!important;
}


.page-template-prodotti-template-v3 .swiper-pagination--container {
    /* border: 1px solid red; */
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-template-prodotti-template-v3 .swiper-horizontal>.swiper-pagination-bullets,
.page-template-prodotti-template-v3 .swiper-pagination-bullets.swiper-pagination-horizontal,
.page-template-prodotti-template-v3 .swiper-pagination-custom,
.page-template-prodotti-template-v3 .swiper-pagination-fraction {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
  .page-template-prodotti-template-v3 .swiper-horizontal>.swiper-pagination-bullets,
  .page-template-prodotti-template-v3 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .page-template-prodotti-template-v3 .swiper-pagination-custom,
  .page-template-prodotti-template-v3 .swiper-pagination-fraction {
      height: 100%;
      top: 0;
      width: 100%;
      z-index: 99;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}

.page-template-prodotti-template-v3 .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--colore-testo)!important;
    border: 2px solid var(--colore-testo)!important;
    transform: scale(1.25);
    transition: all ease-in-out .6s;
}

.page-template-prodotti-template-v3 .swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1!important;
    border: 2px solid var(--colore-testo)!important;
}

@media (max-width: 768px) {
  .page-template-prodotti-template-v3 .SwiperPartners .swiper-pagination-bullet {
      width: 10px!important;
      height: 10px!important;
      display: inline-block;
      border-radius: 100%;
      background: transparent;
      opacity: 1!important;
      border: 2px solid var(--colore-testo)!important;
  }
}


/* GENERAL TEMPLATE */

body.page-template-home-template-v3,
body.page-template-servizi-template-v3,
body.page-template-prodotti-template-v3,
body.page-template-contatti-template,
body.page-template-work-template,
body.page-template-legal-template,
body.page-template-certificazioni-template,
body.page-template-default,
body.blog,
body.archive,
body.single,
body.search,
body.error404 {
  background: var(--colore-background-home);
  color: var(--colore-testo-home)!important;
}

.page-template-home-template-v3 main#content,
.page-template-servizi-template-v3 main#content,
.page-template-prodotti-template-v3 main#content,
.page-template-contatti-template main#content,
.page-template-work-template main#content,
.page-template-legal-template main#content,
.page-template-certificazioni-template main#content,
.page-template-default main#content,
.blog main#content,
.archive main#content,
.single main#content,
.search main#content,
.error404 main#content {
    padding: 0;
}

.page-template-home-template-v3 .header-container.init,
.page-template-servizi-template-v3 .header-container.init,
.page-template-prodotti-template-v3 .header-container.init,
.page-template-contatti-template .header-container.init,
.page-template-work-template .header-container.init,
.page-template-legal-template .header-container.init,
.page-template-certificazioni-template .header-container.init,
.page-template-default .header-container.init,
.blog .header-container.init,
.archive .header-container.init,
.single .header-container.init,
.search .header-container.init,
.error404 .header-container.init {
  transform: translateY(0);
  /* background: #ffffff; */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background-home));
}

.page-template-home-template-v3 .scroll-down .header-container,
.page-template-servizi-template-v3 .scroll-down .header-container,
.page-template-prodotti-template-v3 .scroll-down .header-container,
.page-template-contatti-template .scroll-down .header-container,
.page-template-work-template .scroll-down .header-container,
.page-template-legal-template .scroll-down .header-container,
.page-template-certificazioni-template .scroll-down .header-container,
.page-template-default .scroll-down .header-container,
.blog .scroll-down .header-container,
.archive .scroll-down .header-container,
.single .scroll-down .header-container,
.search .scroll-down .header-container,
.error404 .scroll-down .header-container {
    transform: none;
    transition: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background-home));
}

.page-template-home-template-v3 .header-container,
.page-template-servizi-template-v3 .header-container,
.page-template-prodotti-template-v3 .header-container,
.page-template-contatti-template .header-container,
.page-template-work-template .header-container,
.page-template-legal-template .header-container,
.page-template-certificazioni-template .header-container,
.page-template-default .header-container,
.blog .header-container,
.archive .header-container,
.single .header-container,
.search .header-container,
.error404 .header-container {
    padding-top: 0;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background-home));
    transform: translateY(0%);
    transition: color .3s ease-in-out, transform .4s ease-in-out, background-color .4s ease-in-out .15s;
    width: 100%;
    z-index: 999;
    border-bottom: 0;
}

.page-template-home-template-v3 .header-container.is-open,
.page-template-servizi-template-v3 .header-container.is-open,
.page-template-prodotti-template-v3 .header-container.is-open,
.page-template-contatti-template .header-container.is-open
.page-template-work-template .header-container.is-open,
.page-template-legal-template .header-container.is-open,
.page-template-certificazioni-template .header-container.is-open,
.page-template-default .header-containe.is-openr,
.blog .header-container.is-open,
.archive .header-container.is-open,
.single .header-container.is-open,
.search .header-container.is-open,
.error404 .header-container.is-open {
    transform: translateY(0%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), var(--colore-background-home));
    border-bottom: 0;
}

.page-template-home-template-v3 .header__menu,
.page-template-servizi-template-v3 .header__menu,
.page-template-prodotti-template-v3 .header__menu,
.page-template-contatti-template .header__menu,
.page-template-work-template .header__menu,
.page-template-legal-template .header__menu,
.page-template-certificazioni-template .header__menu,
.page-template-default .header__menu,
.blog .header__menu,
.archive .header__menu,
.single .header__menu,
.search .header__menu,
.error404 .header__menu {
    margin-bottom: 0;
    height: 35px;
    display: flex;
    align-items: center;
}

.page-template-home-template-v3 .header a,
.page-template-servizi-template-v3 .header a,
.page-template-prodotti-template-v3 .header a,
.page-template-contatti-template .header a,
.page-template-work-template .header a,
.page-template-legal-template .header a,
.page-template-certificazioni-template .header a,
.page-template-default .header a,
.blog .header a,
.archive .header a,
.single .header a,
.search .header a,
.error404 .header a {
    color: #fff;
    padding: 15px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.page-template-home-template-v3 li#menu-item-1397,
.page-template-servizi-template-v3 li#menu-item-1397,
.page-template-prodotti-template-v3 li#menu-item-1397,
.page-template-contatti-template li#menu-item-1397,
.page-template-work-template li#menu-item-1397,
.page-template-legal-template li#menu-item-1397,
.page-template-certificazioni-template li#menu-item-1397,
.page-template-default li#menu-item-1397,
.blog li#menu-item-1397,
.archive li#menu-item-1397,
.single li#menu-item-1397,
.search li#menu-item-1397,
.error404 li#menu-item-1397,

.page-template-home-template-v3 li#menu-item-1095,
.page-template-servizi-template-v3 li#menu-item-1095,
.page-template-prodotti-template-v3 li#menu-item-1095,
.page-template-contatti-template li#menu-item-1095,
.page-template-work-template li#menu-item-1095,
.page-template-legal-template li#menu-item-1095,
.page-template-certificazioni-template li#menu-item-1095,
.page-template-default li#menu-item-1095,
.blog li#menu-item-1095,
.archive li#menu-item-1095,
.single li#menu-item-1095,
.search li#menu-item-1095,
.error404 li#menu-item-1095 {
    background: #F44336;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 !important;
}


.page-template-home-template-v3 li#menu-item-1397 a,
.page-template-servizi-template-v3 li#menu-item-1397 a,
.page-template-prodotti-template-v3 li#menu-item-1397 a,
.page-template-contatti-template li#menu-item-1397 a,
.page-template-work-template li#menu-item-1397 a,
.page-template-legal-template li#menu-item-1397 a,
.page-template-certificazioni-template li#menu-item-1397 a,
.page-template-default li#menu-item-1397 a,
.blog li#menu-item-1397 a,
.archive li#menu-item-1397 a,
.single li#menu-item-1397 a,
.search li#menu-item-1397 a,
.error404 li#menu-item-1397 a,

.page-template-home-template-v3 li#menu-item-1095 a,
.page-template-servizi-template-v3 li#menu-item-1095 a,
.page-template-prodotti-template-v3 li#menu-item-1095 a,
.page-template-contatti-template li#menu-item-1095 a,
.page-template-work-template li#menu-item-1095 a,
.page-template-legal-template li#menu-item-1095 a,
.page-template-certificazioni-template li#menu-item-1095 a,
.page-template-default li#menu-item-1095 a,
.blog li#menu-item-1095 a,
.archive li#menu-item-1095 a,
.single li#menu-item-1095 a,
.search li#menu-item-1095 a,
.error404 li#menu-item-1095 a {
    color: #ffffff;
    padding: 5px 10px!important;
}

.page-template-home-template-v3 footer,
.page-template-servizi-template-v3 footer,
.page-template-prodotti-template-v3 footer,
.page-template-contatti-template footer,
.page-template-work-template footer,
.page-template-legal-template footer,
.page-template-certificazioni-template footer,
.page-template-default footer,
.blog footer,
.archive footer,
.single footer,
.search footer,
.error404 footer,
.customer-area footer,
.page-id-907 footer,
.page-id-913 footer,
.page-id-917 footer,
.page-id-918 footer {
    background: #121313;
    position: relative;
    margin-top: 100px !important;
    color: #f5f2f2!important;
    border-top: 1px solid #545454;
    position: relative;
    font-family: 'Bebas Neue', sans-serif;
}

.page-template-home-template-v3 footer a, .page-template-home-template-v3 footer a:hover, .page-template-home-template-v3 footer p,
.page-template-servizi-template-v3, .page-template-servizi-template-v3, .page-template-servizi-template-v3 footer p,
.page-template-prodotti-template-v3 footer a, .page-template-prodotti-template-v3 footer a:hover, .page-template-prodotti-template-v3 footer p,
.page-template-contatti-template footer a, .page-template-contatti-template footer a:hover, .page-template-contatti-template footer p,
.page-template-work-template footer a, .page-template-work-template footer a:hover, .page-template-work-template footer p,
.page-template-legal-template footer a, .page-template-legal-template footer a:hover, .page-template-legal-template footer p,
.page-template-certificazioni-template footer a, .page-template-certificazioni-template footer a:hover, .page-template-certificazioni-template footer p,
.page-template-default footer a:hover, .page-template-default footer a:hover, .page-template-default footer p,
.blog footer a, .blog footer a:hover, .blog footer p,
.archive footer a, .archive footer a:hover, .archive footer p,
.single footer a, .single footer a:hover, .single footer p,
.search footer a, .search footer a:hover, .search footer p,
.error404 footer a, .error404 footer a:hover, .error404 footer p,
.customer-area footer a, .customer-area footer a:hover, .customer-area footer p,
.page-id-907 footer a, .page-id-907 footer a:hover, .page-id-907 footer p,
.page-id-913 footer a, .page-id-913 footer a:hover, .page-id-913 footer p,
.page-id-917 footer a, .page-id-917 footer a:hover, .page-id-917 footer p,
.page-id-918 footer a, .page-id-918 footer a:hover, .page-id-918 footer p
{
  color: #f5f2f2!important;
  font-size: 1.4rem!important;
}

.page-template-home-template-v3 footer:after,
.page-template-servizi-template-v3 footer:after,
.page-template-prodotti-template-v3 footer:after,
.page-template-contatti-template footer:after,
.page-template-work-template footer:after,
.page-template-legal-template footer:after,
.page-template-certificazioni-template footer:after,
.page-template-default footer:after,
.blog footer:after,
.archive footer:after,
.single footer:after,
.search footer:after,
.error404 footer:after,
.customer-area footer:after,
.page-id-907 footer:after,
.page-id-913 footer:after,
.page-id-917 footer:after,
.page-id-918 footer:after {
    content: '';
    background: #545454;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    z-index: 1;
}

.page-template-home-template-v3 .logo__footer,
.page-template-servizi-template-v3 .logo__footer,
.page-template-prodotti-template-v3 .logo__footer,
.page-template-contatti-template .logo__footer,
.page-template-work-template .logo__footer,
.page-template-legal-template .logo__footer,
.page-template-certificazioni-template .logo__footer,
.page-template-default .logo__footer,
.blog .logo__footer,
.archive .logo__footer,
.single .logo__footer,
.search .logo__footer,
.error404 .logo__footer,
.customer-area .logo__footer,
.page-id-907 .logo__footer,
.page-id-913 .logo__footer,
.page-id-917 .logo__footer,
.page-id-918 .logo__footer {
    width: 150px;
    height: 150px;
    background: #121313;
    border-radius: 50%;
    padding: 30px;
    position: absolute;
    left: calc(50% - 75px);
    top: -75px;
    border: 1px solid #545454;
    z-index: 2;
}

.page-template-home-template-v3 h1.page--title,
.page-template-servizi-template-v3 h1.page--title,
.page-template-prodotti-template-v3 h1.page--title,
.page-template-contatti-template h1.page--title,
.page-template-work-template h1.page--title,
.page-template-legal-template h1.page--title,
.page-template-certificazioni-template h1.page--title,
.page-template-default h1.page--title,
.blog h1.page--title,
.archive h1.page--title,
.single h1.page--title,
.search h1.page--title,
.error404 h1.page--title {
    font-size: clamp(2rem, 4vw, 4rem);
    text-transform: uppercase;
    color: var(--colore-testo);
    line-height: 100%;
    margin-bottom: 100px;
    font-family: 'Bebas Neue', sans-serif;
}

body.customer-area {
  background: #fff!important;
}

.customer-area header {
  background: #121313!important;
}



@media screen and (max-width: 1024px) {
  .page-template-home-template-v3 .header__menu,
  .page-template-servizi-template-v3 .header__menu,
  .page-template-prodotti-template-v3 .header__menu,
  .page-template-contatti-template .header__menu,
  .page-template-work-template .header__menu,
  .page-template-legal-template .header__menu,
  .page-template-certificazioni-template .header__menu,
  .page-template-default .header__menu,
  .blog .header__menu,
  .archive .header__menu,
  .single .header__menu,
  .search .header__menu,
  .error404 .header__menu {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    margin: 0;
    padding: 3%;
    padding-top: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-home-template-v3 .header a,
  .page-template-servizi-template-v3 .header a,
  .page-template-prodotti-template-v3 .header a,
  .page-template-contatti-template .header a,
  .page-template-work-template .header a,
  .page-template-legal-template .header a,
  .page-template-certificazioni-template .header a,
  .page-template-default .header a,
  .blog .header a,
  .archive .header a,
  .single .header a,
  .search .header a,
  .error404 .header a {
    color: #121313;
    padding: 15px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 0!important;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-home-template-v3 .header__hamburger,
  .page-template-servizi-template-v3 .header__hamburger,
  .page-template-prodotti-template-v3 .header__hamburger,
  .page-template-contatti-template .header__hamburger,
  .page-template-work-template .header__hamburger,
  .page-template-legal-template .header__hamburger,
  .page-template-certificazioni-template .header__hamburger,
  .page-template-default .header__hamburger,
  .blog .header__hamburger,
  .archive .header__hamburger,
  .single .header__hamburger,
  .search .header__hamburger,
  .error404 .header__hamburger {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 40px;
      min-height: 40px;
      border: 0;
      background: #F44336!important;
      border-radius: 50%;
      padding: 0;
      margin: 0;
      z-index: 99;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-home-template-v3 footer:after,
  .page-template-servizi-template-v3 footer:after,
  .page-template-prodotti-template-v3 footer:after,
  .page-template-contatti-template footer:after,
  .page-template-work-template footer:after,
  .page-template-legal-template footer:after,
  .page-template-certificazioni-template footer:after,
  .page-template-default footer:after,
  .blog footer:after,
  .archive footer:after,
  .single footer:after,
  .search footer:after,
  .error404 footer:after {
    content: '';
    background: #545454;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    z-index: 1;
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-home-template-v3 .footer__menu,
  .page-template-servizi-template-v3 .footer__menu,
  .page-template-prodotti-template-v3 .footer__menu,
  .page-template-contatti-template .footer__menu,
  .page-template-work-template .footer__menu,
  .page-template-legal-template .footer__menu,
  .page-template-certificazioni-template .footer__menu,
  .page-template-default .footer__menu,
  .blog .footer__menu,
  .archive .footer__menu,
  .single .footer__menu,
  .search .footer__menu,
  .error404 .footer__menu {
      width: 100%;
      border-bottom: 1px solid #545454;
      text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-home-template-v3 .footer__menu--service,
  .page-template-servizi-template-v3 .footer__menu--service,
  .page-template-prodotti-template-v3 .footer__menu--service,
  .page-template-contatti-template .footer__menu--service,
  .page-template-work-template .footer__menu--service,
  .page-template-legal-template .footer__menu--service,
  .page-template-certificazioni-template .footer__menu--service,
  .page-template-default .footer__menu--service,
  .blog .footer__menu--service,
  .archive .footer__menu--service,
  .single .footer__menu--service,
  .search .footer__menu--service,
  .error404 .footer__menu--service {
      width: 100%;
      border-bottom: 1px solid #545454;
      text-align: left;
      margin-top: -25px;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-home-template-v3 .footer__bottom--right,
  .page-template-servizi-template-v3 .footer__bottom--right,
  .page-template-prodotti-template-v3 .footer__bottom--right,
  .page-template-contatti-template .footer__bottom--right,
  .page-template-work-template .footer__bottom--right,
  .page-template-legal-template .footer__bottom--right,
  .page-template-certificazioni-template .footer__bottom--right,
  .page-template-default .footer__bottom--right,
  .blog .footer__bottom--right,
  .archive .footer__bottom--right,
  .single .footer__bottom--right,
  .search .footer__bottom--right,
  .error404 .footer__bottom--right {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-weight: 100;
      padding: 25px 0;
      border-top: 1px solid #545454;
  }
}

.item__certificazione-sep {
    width: 200px;
    background: #ffffff;
    display: flex;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.item__certificazione-sep img {
    width: 100%;
}


.SwiperPartners .swiper-wrapper {
    transition-timing-function: linear!important;
}

.SwiperPartners .swiper-slide {
    width: auto;
}


img.azienda__logo-img {
  width: 100%;
}

.section__partner {
    background: #fff;
}

.partner__cover img {
    width: 100%;
    padding: 25px;
}
@media screen and (max-width: 768px) {
  .partner__cover img {
    width: 100%;
    padding: 25px;
    max-width: 70%;
  }
}

.footer--boxed {
    padding: 3%;
}

.footer .text-left {
    padding-left: 0;
}

.footer .text-right {
    padding-right: 0;
}


.form-search {
    width: 280px;
    border: 3px solid #ddd;
    border-radius: 100px;
    padding-left: 15px;
    position: relative;
    background: transparent !important;
    color: #fff !important;
}

.blog .form-search input {
    width: calc(100% - 40px);
    border: none;
    background: transparent;
    color: #ffffff;
}

.blog .form-search img {
    width: 25px;
    filter: invert(1);
}

.container--cat {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.container--cat a {
    background: #F44336;
    border-radius: 15px;
    padding: 5px 15px;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 5px;
}

.search .content--post--cover,
.search .blog--cat,
.search .blog--tag {
  display: none;
}

.search .content--post--text {
    padding: 0;
}

.SwiperHomeBottom .swiper-slide[aria-label='4 / 4'] .images__content {
  background: #F44336;
}


img.logo--nero.mobile {
    display: none;
}

.menu-open .logo--nero.mobile {
    display: block;
}

.menu-open .logo--bianco {
    display: none;
}


.SwiperHomeTop .swiper-slide[aria-label='1 / 4'] h3.title--slide {
  font-weight: normal;
  font-family: 'space_ageregular', sans-serif;
}

.SwiperHomeBottom .images__content img {
    width: 100%;
}

@media screen and (min-width: 1200px) {
  .SwiperHomeBottom .swiper-wrapper {
    overflow: hidden;
  }
}


.images__descr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

.home--center h2 {
    text-align: center;
    margin: 0 auto;
}

.home--center p {
  max-width: 50%;
    text-align: center;
    margin: 0 auto;
}


/* LAN */
li#menu-item-1605-it,
li#menu-item-1606-it {
    margin-left: 20px!important;
}
li#menu-item-1605-it:before,
li#menu-item-1606-it:before {
    content: '';
    position: absolute;
    left: -10px;
    top: calc(50% - 15px);
    width: 1px;
    height: 30px;
    background-color: #ffffff;
}

li#menu-item-1605-it, 
li#menu-item-1605-en,
li#menu-item-1606-it, 
li#menu-item-1606-en {
    position: relative;
    margin-left: 5px;
}

li#menu-item-1605-it a, 
li#menu-item-1605-en a,
li#menu-item-1606-it a, 
li#menu-item-1606-en a {
    background: transparent !important;
    height: 40px !important;
    width: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    padding: 0 !important;
}

li#menu-item-1605-it.current-lang a, 
li#menu-item-1605-en.current-lang a,
li#menu-item-1606-it.current-lang a, 
li#menu-item-1606-en.current-lang a {
    background: transparent !important;
    height: 40px !important;
    width: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    border: 2px solid #F44336 !important;
    color: #F44336 !important;
    padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  li#menu-item-1605-it a, 
  li#menu-item-1605-en a,
  li#menu-item-1606-it a, 
  li#menu-item-1606-en a {
      background: transparent !important;
      height: 40px !important;
      width: 40px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50% !important;
      border: 2px solid #000000 !important;
      color: #000000 !important;
      padding: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  li#menu-item-1605-en,
  li#menu-item-1606-en {
    position: absolute;
    top: 25px;
    right: 75px;
  }
}

@media screen and (max-width: 1024px) {
  li#menu-item-1605-it,
  li#menu-item-1606-it {
    position: absolute;
    top: 25px;
    right: 125px;
  }
}





.page-id-913 .fail-message.alert.alert-warning,
.page-id-913 .collection-footer-metas.collection-list-blocks.br-t {
    display: none;
}

@media screen and (min-width: 1025px) {
  .page-id-913 .cuar-css-wrapper .cuar-toolbar {
    position: fixed!important;
    padding: 10px;
    vertical-align: top;
    border-top: 0;
    border-bottom: 0;
    top: 110px!important;
    left: 15px;
    width: 70px!important;
    z-index: 99999;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-913 .cuar-css-wrapper .cuar-toolbar {
    position: fixed!important;
    padding: 10px;
    vertical-align: top;
    border-top: 0;
    border-bottom: 0;
    top: 90px!important;
    left: 15px;
    width: 70px!important;
    z-index: 9;
  }
}

@media screen and (min-width: 1025px) {
  .page-id-913 .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button {
      padding: 4px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-size: 35px;
      background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__profilo-bianco.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-color: #121313;
      border: 0;
      transition: all ease .8s;
      box-shadow: none!important;
      animation: none!important;
      top: 5px;
      border: 2px solid #121313!important;
  }
}

@media screen and (max-width: 1024px) {
  .page-id-913 .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button {
      padding: 4px;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-size: 35px;
      background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__profilo-grigio.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff;
      border: 0;
      transition: all ease .8s;
      box-shadow: none!important;
      animation: none!important;
  }
}

@media screen and (max-width: 1024px) {
  .page-id-913 .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button {
      padding: 4px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-size: 35px;
      background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__profilo-grigio.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff;
      border: 0;
      transition: none!important;
      box-shadow:none!important;
      animation: none!important;
      position: fixed;
      top: 96px;
      left: 15px;
      cursor: auto!important;
  }
}

.page-id-913 .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button:hover {
  transform: none!important;
  translate: none!important;
  border: 2px solid #fff!important;
}


.page-id-913 .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button>img {
    display: none;
}

@media screen and (min-width: 1025px) {
    .page-id-913 .customer-area__menu {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 25px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 120px;
        background: #121313;
        height: 50px;
        color: #fff;
        font-size: 18px;
        z-index: 9999;
        font-family: 'Fira Sans', sans-serif;
        padding-left: 80px;
        border-top: 1px solid #545454;
    }
}

body.page-id-907,
body.page-id-913,
body.page-id-917,
body.page-id-918 {
    background: #fff !important;
}

.page-id-907 header,
.page-id-913 header,
.page-id-917 header,
.page-id-918 header {
    background: #121313 !important;
}

.page-id-907 .section__partner,
.page-id-913 .section__partner,
.page-id-917 .section__partner,
.page-id-918 .section__partner {
    display: none !important;
}

.page-id-907 .panel-title,
.page-id-913 .panel-title,
.page-id-917 .panel-title,
.page-id-918 .panel-title {
    padding-left: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    line-height: inherit;
    color: #121313;
    text-decoration: none !important;
}


body.page-id-907 .table>tbody>tr>td, 
body.page-id-907 .table>thead>tr>th, 
body.page-id-907 table, 
body.page-id-907 table>tbody>tr>td, 
body.page-id-907 table>thead>tr>th, 
body.page-id-907 td, 
body.page-id-907 th,

body.page-id-913 .table>tbody>tr>td, 
body.page-id-913 .table>thead>tr>th, 
body.page-id-913 table, 
body.page-id-913 table>tbody>tr>td, 
body.page-id-913 table>thead>tr>th, 
body.page-id-913 td, 
body.page-id-913 th,

body.page-id-917 .table>tbody>tr>td, 
body.page-id-917 .table>thead>tr>th, 
body.page-id-917 table, 
body.page-id-917 table>tbody>tr>td, 
body.page-id-917 table>thead>tr>th, 
body.page-id-917 td, 
body.page-id-917 th,

body.page-id-918 .table>tbody>tr>td, 
body.page-id-918 .table>thead>tr>th, 
body.page-id-918 table, 
body.page-id-918 table>tbody>tr>td, 
body.page-id-918 table>thead>tr>th, 
body.page-id-918 td, 
body.page-id-918 th {
    font-size: 18px;
    color: inherit;
    color: #121313!important;
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif!important;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

body.page-id-907 tr,
body.page-id-913 tr,
body.page-id-917 tr,
body.page-id-918 tr  {
    background: transparent;
}

body.page-id-990713 td.cuar-title a,
body.page-id-913 td.cuar-title a,
body.page-id-917 td.cuar-title a,
body.page-id-918 td.cuar-title a {
  color: #121313!important;
}

body.page-id-907 .table-striped>tbody>tr:nth-of-type(odd),
body.page-id-907 .table-striped>tbody>tr:nth-of-type(odd),

body.page-id-913 .table-striped>tbody>tr:nth-of-type(odd),
body.page-id-913 .table-striped>tbody>tr:nth-of-type(odd),

body.page-id-917 .table-striped>tbody>tr:nth-of-type(odd),
body.page-id-917 .table-striped>tbody>tr:nth-of-type(odd),

body.page-id-918 .table-striped>tbody>tr:nth-of-type(odd),
body.page-id-918 .table-striped>tbody>tr:nth-of-type(odd) {
    background: transparent!important;
}

.page-id-907 .table,
.page-id-913 .table,
.page-id-917 .table,
.page-id-918 .table {
    --mdb-table-bg: transparent;
    --mdb-table-striped-color: #212529;
    --mdb-table-striped-bg: transparent!important;
    --mdb-table-active-color: #212529;
    --mdb-table-active-bg: transparent!important;
    --mdb-table-hover-color: #212529;
    --mdb-table-hover-bg: transparent!important;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #e0e0e0;
}

body.page-id-907 a,
body.page-id-913 a,
body.page-id-917 a,
body.page-id-918 a {
    background: transparent;
}

body.page-id-907 .label-default
body.page-id-913 .label-default,
body.page-id-917 .label-default,
body.page-id-918 .label-default
 {
    background-color: #F44336;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    padding: 4px 10px;
    font-weight: bold !important;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif !important;
}

@media screen and (min-width: 1025px) {
    .page-id-907 .customer-area__menu,
    .page-id-913 .customer-area__menu,
    .page-id-917 .customer-area__menu,
    .page-id-918 .customer-area__menu {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 25px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 120px;
        background: #121313;
        height: 50px;
        color: #fff;
        font-size: 18px;
        z-index: 9999;
        font-family: 'Fira Sans', sans-serif;
        padding-left: 15px;
        border-top: 1px solid #545454;
    }
}

@media screen and (min-width: 1025px) {
    .page-id-907 .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button,
    .page-id-913 .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button,
    .page-id-917 .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button,
    .page-id-918 .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button  {
        padding: 4px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-size: 35px;
        background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__profilo-bianco.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-color: #121313;
        border: 0;
        transition: all ease .8s;
        box-shadow: none !important;
        animation: none !important;
        top: 5px;
        border: 2px solid #121313 !important;
    }
}

.page-id-907 .cuar-page-content-main.cuar-content-styles.cuar-clearfix,
.page-id-913 .cuar-page-content-main.cuar-content-styles.cuar-clearfix,
.page-id-917 .cuar-page-content-main.cuar-content-styles.cuar-clearfix,
.page-id-918 .cuar-page-content-main.cuar-content-styles.cuar-clearfix {
    width: 100% !important;
    max-width: 1650px !important;
}

.page-id-907 h1.page--title,
.page-id-913 h1.page--title,
.page-id-917 h1.page--title,
.page-id-918 h1.page--title, 
.customer-area h1.page--title {
    font-size: clamp(2rem, 4vw, 4rem);
    text-transform: uppercase;
    color: #121213;
    line-height: 100%;
    margin-bottom: 100px;
    font-family: 'Bebas Neue', sans-serif;
}

body.page-id-907,
body.page-id-913,
body.page-id-917,
body.page-id-918 {
    background: #fff !important;
}


body.page-id-907 span.label.label-default.cuar-file-count,
body.page-id-913 span.label.label-default.cuar-file-count,
body.page-id-917 span.label.label-default.cuar-file-count,
body.page-id-918 span.label.label-default.cuar-file-count {
    background-color: #F44336!important;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    padding: 4px 10px;
    font-weight: bold !important;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif !important;
}




div#cuar-js-collection-gallery,
body.page-id-907 div#cuar-js-collection-gallery,
body.page-id-913 div#cuar-js-collection-gallery,
body.page-id-917 div#cuar-js-collection-gallery,
body.page-id-918 div#cuar-js-collection-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: transparent;
}
@media screen and (min-width: 1025px) and (max-width: 1320px) {
  div#cuar-js-collection-gallery,
  body.page-id-907 div#cuar-js-collection-gallery,
  body.page-id-913 div#cuar-js-collection-gallery,
  body.page-id-917 div#cuar-js-collection-gallery,
  body.page-id-918 div#cuar-js-collection-gallery  {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: transparent;
    /* border: 1px solid green; */
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px)  {
  div#cuar-js-collection-gallery,
  body.page-id-907 div#cuar-js-collection-gallery,
  body.page-id-913 div#cuar-js-collection-gallery,
  body.page-id-917 div#cuar-js-collection-gallery,
  body.page-id-918 div#cuar-js-collection-gallery  {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: transparent;
    /* border: 1px solid green; */
  }
}
@media screen and (max-width: 768px) {
  div#cuar-js-collection-gallery,
  body.page-id-907 div#cuar-js-collection-gallery,
  body.page-id-913 div#cuar-js-collection-gallery,
  body.page-id-917 div#cuar-js-collection-gallery,
  body.page-id-918 div#cuar-js-collection-gallery  {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: transparent;
    margin-bottom: 20px;
    /* border: 1px solid green; */
  }
}


.customer-area .collection-item,
body.page-id-907 .collection-item,
body.page-id-913 .collection-item,
body.page-id-917 .collection-item,
body.page-id-918 .collection-item {
    width: 100%!important;
    background: #121313 !important;
    border: 2px solid #121313 !important;
    border-radius: 10px !important;
    padding: 2px;
}


body.page-id-907 .collection-description.collection-list-right.panel-footer,
body.page-id-913 .collection-description.collection-list-right.panel-footer,
body.page-id-917 .collection-description.collection-list-right.panel-footer,
body.page-id-918 .collection-description.collection-list-right.panel-footer {
    padding: 10px 15px;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

body.page-id-907 .collection-thumbnail-overlay-content,
body.page-id-913 .collection-thumbnail-overlay-content,
body.page-id-917 .collection-thumbnail-overlay-content,
body.page-id-918 .collection-thumbnail-overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}

body.page-id-907 table.collection-metas.table,
body.page-id-913 table.collection-metas.table,
body.page-id-917 table.collection-metas.table,
body.page-id-918 table.collection-metas.table {
    display: none;
}

body.cuar-title.h4,
body.cuar-title.h4,
body.cuar-title.h4,
body.cuar-title.h4 {
    margin: 0;
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content:after, 
body.customer-area-active .cuar-css-wrapper .collection .collection-content:before {
    display: none;
}

body.page-id-907 p.collection-excerpt.br-t.pt20,
body.page-id-913 p.collection-excerpt.br-t.pt20,
body.page-id-917 p.collection-excerpt.br-t.pt20,
body.page-id-918 p.collection-excerpt.br-t.pt20 {
  display: none;
}

td.cuar-title a,
.cuar-title.h4 a {
  color: #121213;
}

body.customer-area-active .cuar-css-wrapper .br-a {
    border: 0;
}

.collection-description.collection-list-right.panel-footer {
    padding: 10px 15px;
    background-color: #ffffff;
}

.panel.top.cuar-page-content-dashboard-default .panel-heading {
    position: relative;
    height: auto;
    line-height: 36px;
    background: #fff;
    color: #121313;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    font-family: 'Fira Sans', sans-serif;
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail, 
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail {
    text-align: center;
    background: #000000;
}

.dropbtn {
  background-color: #121313;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  text-indent: -999999px;
  top: 0;
  border-radius: 50%;
  padding: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-size: 35px;
  background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__profilo-bianco.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #121313;
  border: 0;
  transition: all ease .8s;
  box-shadow: none !important;
  animation: none !important;
  top: 5px;
  border: 2px solid #121313 !important;
}

.dropdown--user {
  position: relative;
  z-index: 1000;
  float: left;
  min-width: auto;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  margin-right: 10px;
  height: 50px;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 51px;
  left: -3px!important;
  min-width: 160px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  background-clip: padding-box;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown--user:hover .dropdown-content {
  display: block;
}

.dropdown--user:hover .dropbtn {
  background-color: #121313;
  border: 2px solid #fff!important;
}

.cuar-toolbar {
  display: none!important;
}

.single-post h1 {
    line-height: 100%;
}


.page-id-917 .media-body.va-m {
    width: auto;
    display: flex;
}

.page-id-917 .media-left.pr30,
.page-id-918  .media-left.pr30 {
    display:
     none;
}

.page-id-917 .panel-body,
.page-id-918 .panel-body {
    color: #121213;
}

.page-id-917 .cuar-title.media-heading.text-primary {
    background: #121313;
    border-radius: 5px;
    padding: 10px;
    color: #fff !important;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
}

.page-id-917 .cuar-account-fields.cuar-js-msnry.row.clearfix {
    display: flex;
    flex-direction: column;
}

.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_login.cuar-short-text-field,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_email.cuar-email-field,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-nickname.cuar-short-text-field,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-display_name.cuar-select-text-field,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_pass.cuar-password-field,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-first_name.cuar-short-text-field,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-last_name.cuar-short-text-field,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_url.cuar-short-text-field,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-description.cuar-long-text-field,

.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_login.cuar-short-text-field,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_email.cuar-email-field,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-nickname.cuar-short-text-field,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-display_name.cuar-select-text-field,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_pass.cuar-password-field,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-first_name.cuar-short-text-field,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-last_name.cuar-short-text-field,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_url.cuar-short-text-field,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-description.cuar-long-text-field {
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}


.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_login.cuar-short-text-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_email.cuar-email-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-nickname.cuar-short-text-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-display_name.cuar-select-text-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_pass.cuar-password-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-first_name.cuar-short-text-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-last_name.cuar-short-text-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_url.cuar-short-text-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-description.cuar-long-text-field div,

.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_login.cuar-short-text-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_email.cuar-email-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-nickname.cuar-short-text-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-display_name.cuar-select-text-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_pass.cuar-password-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-first_name.cuar-short-text-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-last_name.cuar-short-text-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_url.cuar-short-text-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-description.cuar-long-text-field div {
    padding: 15px 0;
}


.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_login.cuar-short-text-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_email.cuar-email-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-nickname.cuar-short-text-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-display_name.cuar-select-text-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_pass.cuar-password-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-first_name.cuar-short-text-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-last_name.cuar-short-text-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_url.cuar-short-text-field div,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-description.cuar-long-text-field div,

.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_login.cuar-short-text-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_email.cuar-email-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-nickname.cuar-short-text-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-display_name.cuar-select-text-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_pass.cuar-password-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-first_name.cuar-short-text-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-last_name.cuar-short-text-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_url.cuar-short-text-field div,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-description.cuar-long-text-field div {
    padding: 15px 0;
}


.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_login.cuar-short-text-field div a,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_email.cuar-email-field div a,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-nickname.cuar-short-text-field div a,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-display_name.cuar-select-text-field div a,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_pass.cuar-password-field div a,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-first_name.cuar-short-text-field div a,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-last_name.cuar-short-text-field div a,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-user_url.cuar-short-text-field div a,
.page-id-1623 .cuar-field.cuar-readonly-field.cuar-field-id-description.cuar-long-text-field div a,

.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_login.cuar-short-text-field div a,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_email.cuar-email-field div a,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-nickname.cuar-short-text-field div a,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-display_name.cuar-select-text-field div a,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_pass.cuar-password-field div a,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-first_name.cuar-short-text-field div a,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-last_name.cuar-short-text-field div a,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-user_url.cuar-short-text-field div a,
.page-id-917 .cuar-field.cuar-readonly-field.cuar-field-id-description.cuar-long-text-field div a {
    color: #121313;
    font-weight: bold;
}

.page-id-1623 .cuar-js-msnry-item.col-xs-12.col-sm-12.col-md-6.col-lg-6.col-xl-4.panel.clearfix,
.page-id-917 .cuar-js-msnry-item.col-xs-12.col-sm-12.col-md-6.col-lg-6.col-xl-4.panel.clearfix {
    width: 100%;
}



.page-id-918 .submit-container,
.page-id-1643 .submit-container
{
    width: calc(100dvw - 6%)!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    position: fixed!important;
    left: 3%!important;
    bottom: 3%!important;
    z-index: 99!important;
}

@media screen and (max-width: 1024px) {
    .customer-area__menu {
        width: 100%;
        max-width: 1650px;
        margin: 0 auto;
        padding: 25px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 90px;
        left: 0;
        background: #121313;
        height: 50px;
        color: #fff;
        font-size: 18px;
        z-index: 9;
        font-family: 'Fira Sans', sans-serif;
        padding-left: 15px;
        border-top: 1px solid #545454;
        border-bottom: 1px solid #545454;
    }
}

@media screen and (min-width: 1025px) {
  .dropdown--file {
    display: none!important;
  }
}


.dropbtn--file {
  background-color: #121313;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  text-indent: -999999px;
  top: 0;
  border-radius: 50%;
  padding: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-size: 25px;
  background-image: url('https://fabbro-s.com/wp-content/themes/fabbrosouvenir/icons/i-area-riservata__menu.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  border: 0;
  transition: all ease .8s;
  box-shadow: none !important;
  animation: none !important;
  top: 5px;
  border: 0;
}

.dropdown--file {
    position: absolute;
    z-index: 1000;
    float: right;
    right: 0;
    min-width: auto;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    margin-right: 3%;
    /* border: 1px solid red; */
}

.dropdown-content--file {
  display: none;
  position: absolute;
  top: 51px;
  right: 0!important;
  min-width: 160px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  background-clip: padding-box;
  z-index: 1;
}

.cuar-menu-container {
    display: none !important;
}

.dropdown-content--file a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content--file a:hover {background-color: #f1f1f1;}

.dropdown--file:hover .dropdown-content--file {
  display: block;
}

.dropdown--file:hover .dropbtn--file {
  background-color: #ffffff;
  border: 0;
}

.dropdown-content--file a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.single-cuar_private_file h1 {
    color: #131312;
    line-height: 100%;
}

.single-cuar_private_file p {
    color: #131312;
    line-height: 100%;
}