/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* general */
.box_flex {
    display: flex;
}

/* form */
form.wpcf7-form input:not([type="submit"]),
form.wpcf7-form textarea,
form.wpcf7-form select {
    margin-top: 0;
    margin-bottom: 20px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7-list-item-label {
    font-size: 12px;
    line-height: 16px;
}
.newsletter,
.privacy  {
    margin: 15px 0 0;
    display: inline-block;
}
.privacy {
    clear: both;
    line-height: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    display: block;
}
.wpcf7 .privacy input[type="checkbox"] {
    display: inline;
    height: auto;
    margin: 0 5px 0 0;
    width: auto;
}

/* Mega Menu - Chi siamo */
header .l-subheader-h,
header .l-subheader-h nav #mega-menu-wrap-us_main_menu.mega-menu-wrap,
header .l-subheader-h nav #mega-menu-wrap-us_main_menu.mega-menu-wrap #mega-menu-us_main_menu,
header .l-subheader-h nav .menu-menu-rennova-group-sottomenu-chi-siamo-container {
    position: unset;
}
header .l-subheader-h nav #mega-menu-wrap-us_main_menu.mega-menu-wrap #mega-menu-us_main_menu ul.mega-sub-menu ul.mega-sub-menu {
   max-width: 1200px;
   margin: auto;
}
header .l-subheader-h nav ul.mega-sub-menu ul {
    margin-left: 0;
}
ul.mega-sub-menu .btn_close_submenu {
    background: url("img/close.svg") no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 20px;
    right: -30px;
    cursor: pointer;
}
ul.mega-sub-menu .first_item_menu {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 20px;
}
ul.mega-sub-menu .col_card .textwidget {
    max-width: 90%;
}
header#page-header #mega-menu-wrap-us_main_menu #mega-menu-us_main_menu li.mega-menu-column.col_card ul.mega-sub-menu h4.mega-block-title {
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    color: #374151;
    margin-bottom: 10px;
}
ul.mega-sub-menu .col_card p {
    line-height: 22px;
    padding-bottom: 15px;
}
ul.mega-sub-menu .col_card p .w-btn {
    background: #FFFFFF;
    border: 2px solid #009982;
    border-radius: 3px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #009982;
}
ul.mega-sub-menu .col_card p .w-btn:before {
    display: none;
}


/********/
/* Home */
/********/

/* sezione Partners / Progetti */
#box_2_images.l-section {
    padding: 0;
}
#box_2_images .w-image {
    overflow: hidden;
}
#box_2_images .wpb_column.vc_column_container:hover img {
    transform: scale(1.05);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
#box_2_images img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
#box_2_images .box_caption {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(7.5px);
    width: 100%;
    padding: 7% 0;
    z-index: 9;
    min-height: 250px;
}
#box_2_images .box_caption .wpb_column.vc_column_container {
    text-align: left;
    margin: auto;
    max-width: 500px;
}
#box_2_images .box_caption .w-hwrapper h3 {
    margin-bottom: 20px;
}
#box_2_images .box_caption .w-hwrapper .w-vwrapper:first-child {
    flex: 2.5;
}
#box_2_images .box_caption .w-hwrapper .w-vwrapper:last-child {
    flex: 1.5;
}

/* sezione Prodotti */
#prodotti {
    margin: 80px 0;
}
#prodotti .w-grid-item {
    filter: drop-shadow(0px 32px 58px rgba(41, 97, 88, 0.2));
    border-radius: 20px;
    background: white;
    padding: 0!important;
    margin: 0.4rem;
    width: 18.7%;
}
#prodotti .w-post-elm.post_image {
    border-radius: 20px 20px 0 0;
    background: white;
    display: grid;
    min-height: 220px;
    align-items: center;
}
#prodotti .w-grid-item .post_image img {
    transform: scale(1);
    top: 0;
    bottom: auto;
    left: auto;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#prodotti h4.w-post-elm.post_custom_field {
    background: #009982;
    border-radius: 0 0 20px 20px;
    letter-spacing: 1.2px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    display: grid;
    align-items: center;
    color: #FFFFFF;
    padding: 18px 30px;
    text-align: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
/* hover */
#prodotti .w-grid-item:hover .w-grid-item-h {
    background-size: 85%!important;
    background-position: center 20px!important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#prodotti .w-grid-item:hover h4 {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#prodotti .w-grid-item:hover .post_image {
    background: transparent;
}
#prodotti .w-grid-item:hover .post_image:after {
    content: "";
    background: url("img/arrow-right.svg") no-repeat;
    width: 33px;
    height: 33px;
    float: right;
    position: absolute;
    right: 20px;
    bottom: 25px;
}
#prodotti .w-grid-item:hover .post_image img {
    transform: scale(0.7);
    top: auto;
    bottom: 14px;
    left: 8px;
    position: absolute;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* chi siamo */
#chi_siamo {

}

.section_invert h2,
.section_invert p {
    color: white;
}

/***********************/
/* approccio circolare */
/***********************/

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding and reset fonts */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core .body_orbit defaults */
.body_orbit {
  min-height: 90vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  display: grid;
  place-content: center;
  overflow: hidden;
  /* background: #4D585D; */
}

/* Make images easier to work with */
.body_orbit img,
.body_orbit picture {
  max-width: 100%;
  display: block;
}
/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --green-light: hsl(123deg, 47%, 74%);
  --green-dark: #2e7f32;
  --blue-light: hsl(210deg, 47%, 74%);
  --blue-dark: #2e577f;
  --orange-light: hsl(34deg, 93%, 77%);
  --orange-dark: #b66a07;
  --purple-light: hsl(231deg, 44%, 76%);
  --purple-dark: #334084;
  --yellow-light: hsl(54deg, 76%, 79%);
  --yellow-dark: #afa018;
  --brown-light: hsl(20deg, 41%, 69%);
  --brown-dark: #68402c;
  --red-light: hsl(0deg, 59%, 76%);
  --red-dark: #922626;
  --pink-light: hsl(295deg, 42%, 72%);
  --pink-dark: #6e2f74;
  --white-light: hsl(0deg, 0%, 100%);
  --white-dark: #999999;
}

.orbit {
  --size: 30rem;
  --speed: 100s;
  position: relative;
}
.orbit .center-text {
    width: var(--size);
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 0;
}
.orbit .center-text p {
    align-items: center;
    display: grid;
    height: 200px;
    width: 200px;
    position: relative;
    top: 140px;
    left: 30px;
    margin: auto;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #F3F4F6;
}
.orbit .center-text img {
  position: absolute;
  transition: opacity 500ms;
}
.orbit .center-text img:not(:first-child):hover {
  opacity: 0;
}
.orbit ul.arrow {
  display: grid;
  place-items: center;
  position: relative;
  list-style: none;
  transform-origin: center;
  width: var(--size);
  height: var(--size);
  animation: orbit var(--speed) linear infinite;
}
.orbit ul.arrow li {
  position: absolute;
  width: 8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  display: grid;
  place-items: center;
}
.orbit ul.arrow li > * {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: inherit;
    position: absolute;
    animation: orbit var(--speed) linear reverse infinite, throb 1s var(--throb-delay) ease-in-out infinite alternate;
    animation-play-state: var(--orbit-play-state, running), var(--throb-play-state, running);
}
.orbit ul.arrow li img {
    max-width: 100%;
    display: block;
}
.orbit ul.icons {
  display: grid;
  place-items: center;
  width: var(--size);
  height: var(--size);
  position: relative;
  list-style: none;
  --icon-bg: var(--green-light);
  --text-bg: var(--green-dark);
  transform-origin: center;
  animation: orbit var(--speed) linear infinite;
}
/* #outer-orbit:hover, */
.orbit:hover {
  --spin-right-play-state: paused;
}
.orbit ul.icons:hover {
  animation-play-state: paused;
  --orbit-play-state: paused;
}
.orbit ul.icons li {
  --icon-bg: pink;
  --text-bg: blue;
  position: absolute;
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-weight: 500;
  color: var(--white-light);
  text-align: center;
  line-height: 1;
  display: grid;
  place-items: center;
}

#outer-orbit {
    position: absolute;
    top: 0;
    left: 40px;
    width: 480px;
    height: 480px;
    /* border-radius: 100%; */
    background: url('assets/arrows.png') no-repeat;
    background-size: 100%;
    /* -webkit-animation: spin-right 100s linear infinite; */
    animation: spin-right 100s linear infinite;
    animation-play-state: var(--spin-right-play-state, running);
}
/* ---------- Animation ---------- */
@-webkit-keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.orbit:hover {
  --spin-right-play-state: paused;
}
.orbit ul.icons li:hover {
  --throb-play-state: paused;
}
.orbit ul.icons li:nth-child(1) {
  --throb-delay: 0ms;
}
.orbit ul.icons li:nth-child(2) {
  --throb-delay: 500ms;
}
.orbit ul.icons li:nth-child(3) {
  --throb-delay: 1000ms;
}
.orbit ul.icons li:nth-child(4) {
  --throb-delay: 1500ms;
}
.orbit ul.icons li:nth-child(5) {
  --throb-delay: 2000ms;
}
.orbit ul.icons li:nth-child(6) {
  --throb-delay: 2500ms;
}
.orbit ul.icons li:nth-child(7) {
  --throb-delay: 3000ms;
}
.orbit ul.icons li:nth-child(8) {
  --throb-delay: 3500ms;
}
.orbit ul.icons li > * {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: inherit;
  position: absolute;
  animation: orbit var(--speed) linear reverse infinite, throb 1s var(--throb-delay) ease-in-out infinite alternate;
  animation-play-state: var(--orbit-play-state, running), var(--throb-play-state, running);
  scale: 1.2;
}
.orbit ul.icons li > div {
  /* background-color: var(--icon-bg); */
  background: transparent;
}
.orbit ul.icons li > div:before {
    content: "";
    width: 75px;
    height: 76px;
    position: absolute;
    background: transparent;
    display: block;
    clip-path: polygon(48% 0%, 102% 50%, 52% 102%, 0% 52%);
    z-index: -1;
}
.orbit ul.icons li > div:hover:before {
    background: white;
}
.orbit ul.icons li > div img:hover {
    filter: invert(1) brightness(1) contrast(0.2);
    cursor: pointer;
}
.orbit ul.icons li > p {
  background: var(--text-bg);
  transition: opacity 500ms;
  opacity: 0;
}
.orbit ul.icons li:hover > p {
  opacity: 1;
}
.orbit ul.icons li:nth-child(1) {
  --icon-bg: var(--blue-light);
  --text-bg: var(--blue-dark);
  transform: translate(15rem, 0rem);
}
.orbit ul.icons li:nth-child(2) {
  --icon-bg: var(--green-light);
  --text-bg: var(--green-dark);
  transform: translate(10rem, 10rem);
}
.orbit ul.icons li:nth-child(3) {
  --icon-bg: var(--pink-light);
  --text-bg: var(--pink-dark);
  transform: translate(0, 15rem);
}
.orbit ul.icons li:nth-child(4) {
  --icon-bg: var(--red-light);
  --text-bg: var(--red-dark);
  transform: translate(-10rem, 10rem);
}
.orbit ul.icons li:nth-child(5) {
  --icon-bg: var(--brown-light);
  --text-bg: var(--brown-dark);
  transform: translate(-15rem, 0rem);
}
.orbit ul.icons li:nth-child(6) {
  --icon-bg: var(--yellow-light);
  --text-bg: var(--yellow-dark);
  transform: translate(-10rem, -10rem);
}
.orbit ul.icons li:nth-child(7) {
  --icon-bg: var(--purple-light);
  --text-bg: var(--purple-dark);
  transform: translate(0, -15rem);
}
.orbit ul.icons li:nth-child(8) {
  --icon-bg: var(--orange-light);
  --text-bg: var(--orange-dark);
  transform: translate(10rem, -10rem);
}

@keyframes orbit {
  100% {
    rotate: 1turn;
  }
}
@keyframes hold-position {
  100% {
    rotate: -1turn;
  }
}
@keyframes throb {
  100% {
    /* scale: 1.05; */
  }
}
/*# sourceMappingURL=style.css.map */


/* newsletter */
#newsletter input[type="email"] {
    background: #FFFFFF;
    border-radius: 5px 0px 0px 5px;
    margin-bottom: 0;
}
#newsletter .box_flex {
    column-gap: 0.5em;
}

/* servizi */
#servizi_footer h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #374151;
}
#servizi_footer p {
    text-align: center;
    font-size: 14px;
}
.home footer #servizi_footer {
    display: none;
}

/* foodsafety */
#foodsafety h2 {
    color: white;
}

/* footer */
#box_contatti .wpb_text_column a {
    font-weight: 100;
    font-size: 20px;
    line-height: 25px;
    text-decoration-line: underline;
}
#box_footer p,
#box_footer a,
#box_footer h2 {
    color: white;
    /* font-family: 'HelveticaNeue-thin'; */
}
#box_footer p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
}
#box_footer h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

/* pagina: Chi siamo */
.box_chisiamo .boxed {
    max-width: 1000px;
    margin: auto;
}
.box_chisiamo .boxed h2 {
    margin-bottom: 50px;
    font-family: 'HelveticaNeue';
    font-weight: 700;
    font-size: 56px;
    line-height: 65px;
    letter-spacing: -0.5px;
    /*background: url("img/mask_title_foodsafety.jpg") 0 0 / cover no-repeat;*/
    color: #daa675;
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
/*
#la-nostra-storia h2 {background: url("img/mask_title_storia.jpg") 0 0 / cover no-repeat;-webkit-background-clip: text;}
#servizi h2 {background: url("img/mask_title_servizi.jpg") 0 0 / cover no-repeat;-webkit-background-clip: text;}
#food-safety h2 {background: url("img/mask_title_foodsafety.jpg") 0 0 / cover no-repeat;-webkit-background-clip: text;}
#i-nostri-partners h2 {background: url("img/mask_title_partners.jpg") 0 0 / cover no-repeat;-webkit-background-clip: text;}
#just-in-time h2 {background: url("img/mask_title_justintime.jpg") 0 0 / cover no-repeat;-webkit-background-clip: text;}
*/

/* cerchio orbitale Partners */
.circle_partners.body_orbit {
    min-height: 90vh;
}
.circle_partners #outer-orbit {
    position: absolute;
    top: 0;
    left: 0;
    width: 445px;
    height: 445px;
    background: url('partners/bg_circle_partners.png') no-repeat;
    background-size: 100%;
    animation: none;
    animation-play-state: none;
}
.circle_partners .orbit ul.icons {
    width: 445px;
    height: 445px;
    margin: 0;
}
.circle_partners .orbit {
    --size: 30rem;
    --speed: 100s;
    position: relative;
}
.circle_partners .orbit ul.icons li {
    box-shadow: 0px 22.2727px 33.4091px rgba(0, 0, 0, 0.15);
}
.circle_partners .orbit ul.icons li > * {
    scale: 1.2;
}
.circle_partners .orbit ul.icons li > div img:hover {
    filter: none;
    cursor: initial;
}
.circle_partners .orbit ul.icons li > div:hover:before {
    background: transparent;
}
.circle_partners .orbit ul.icons li:nth-child(1) {
  transform: translate(2.5rem, -9rem);
}
.circle_partners .orbit ul.icons li:nth-child(2) {
  transform: translate(10rem, -0.5rem);
}
.circle_partners .orbit ul.icons li:nth-child(3) {
  transform: translate(3.5rem, 9rem);
}
.circle_partners .orbit ul.icons li:nth-child(4) {
  transform: translate(-7.5rem, 6.5rem);
}
.circle_partners .orbit ul.icons li:nth-child(5) {
  transform: translate(-8rem, -5rem);
}
.circle_partners .orbit ul.icons:hover {
  animation-play-state: running;
  --orbit-play-state: running;
}
.circle_partners .orbit:hover {
  --spin-right-play-state: running;
}
.circle_partners .orbit ul.icons li:hover {
  --throb-play-state: running;
}

/* pagina: Servizi */
.box_chisiamo .boxed .us_custom_796bc194 h2 {
    font-size: 46px;
    line-height: 55px;
}

/* pagina Prodotto */
#header_prodotto.l-section {
    margin-top: 80px;
    padding: 0;
}
#header_prodotto .l-section-h.i-cf {
    padding-top: 0;
}
#header_prodotto .w-image,
#header_prodotto .w-image img {
    width: 1700px;
}
#header_prodotto .w-image {
    /* content: ""; */
}
#content_prodotto p {
    text-align: justify;
}
#content_prodotto .box_icons {
    background: #F4F4F4;
    padding: 10px 10px 25px;
}
#content_prodotto .box_icons .w-grid-item:not(:last-child) {
    margin-bottom: 1rem;
}
.box_gallery .w-image-h img {
    margin-bottom: 5px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.box_gallery .w-image-h img:hover{
    transform: scale(1.2);
    box-shadow: 0px 50.9245px 50.9245px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.box_gallery .w-post-elm.post_image {
    overflow: visible;
}
.box_gallery .w-grid-item-h:hover .w-post-elm.post_image {
    z-index: 9;
    box-shadow: 0px 50.9245px 50.9245px rgba(0, 0, 0, 0.15);
}
.box_prodotti#prodotti {
    max-width: 1100px;
    margin: auto;
}
.box_prodotti#prodotti .w-grid-item {
    margin: 0.4rem;
    width: 23.6%;
}

/* pagina: Appoccio Circolare */
.title_ac {
    position: relative;
    z-index: 1;
}
.title_ac h1 {
    font-family: 'HelveticaNeue';
    font-weight: 700;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #374151;
}
.box_ac.box_chisiamo {
    margin-top: -90px;
}
.box_ac.box_chisiamo .boxed {
    padding: 60px 0;
}
.box_ac.box_chisiamo .boxed h2 {
    background: none;
    /* -webkit-text-fill-color: #009982; */
    color: #009982;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0;
}

/* pagina: Personalizzazioni */
.box_customize.box_ac.box_chisiamo .boxed {
    max-width: 800px;
}
.box_customize.box_ac.box_chisiamo .boxed h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #374151;
    -webkit-text-fill-color: #374151;
}
#supporti .boxed {
    max-width: 620px;
    margin: 50px auto;
}
.boxed.bowl .w-image.style_circle img {
    padding: 25px;
    background: linear-gradient(180deg, #DEE4E3 0%, #E4EBE7 43.75%, #E4EAE5 67.19%, #DEE1D8 82.81%, #D3D5D0 100%);
    width: 450px;
}

/* Nuova Homepage 2025 */
#box_main_home .l-section-video>video {
    filter: hue-rotate(250deg) blur(5px);
}
#box_main_home .w-hwrapper {
    gap: 2rem;
}
#box_main_home .w-hwrapper .w-image {
    box-shadow: 0 0 15px 1px #e4e4e4;
    background: white;
    border-radius: 15px;
    opacity: 0.85;
    transition: all 200ms linear;
}
#box_main_home .w-hwrapper .w-image img {
    transform: scale(1);
    padding: 20px 40px;
    transition: all 200ms linear;
}
#box_main_home .w-hwrapper .w-image:hover {
    box-shadow: 0 0 15px 0px #ddd;
    opacity: 1;
    transition: all 200ms linear;
}
#box_main_home .w-hwrapper .w-image:hover img {
    transform: scale(1.05);
    transition: all 200ms linear;
}
