/*
Theme Name: Filippo Berio
Theme URI: https://www.ic-digital.com/
Description: Tema Wordpress per il brand Filippo Berio.
Author: ic-digital
Author URI: https://www.ic-digital.com/
Version: 2.0
Tags: filippoberio
*/

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

*:focus {
  outline: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&display=swap');

html, body {
  width: 100%;
  font-family: 'Oswald', sans-serif;
  padding: 0;
  max-width: 1920px;
  margin: 0 auto !important;
  font-size: 16px;
}

body {
  position: relative;
}

#page-tracciabilita .modal ul {
  padding: 5px 0 0 20px;
}

/* FULLPAGE STYLE */
html,
body,
#fullpage,
.section,
.slide,
.fp-tableCell
{
    height: 100%;
}
/* end FULLPAGE STYLE */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  padding: 0;
  margin: 0;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: 0 -715px; }
}

a {
  text-decoration: none;
}

a[href^=tel] {
  text-decoration: none;
}

header > a[href="#"] {
  pointer-events: none;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.text-white {
  color: #fff;
}

.text-gold {
  color: #947526 !important;
}

.bg-gold {
  background-color: #947526;
}

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

/* STYLE OLIO */
.text-italiano {
  color: #1A171B;
}

.bg-italiano {
  background-color: #1A171B;
}

.text-classico {
  color: #6C8232;
}

.bg-classico {
  background-color: #6C8232;
}

.text-bassa-acidita {
  color: #50A4DC;
}

.bg-bassa-acidita {
  background-color: #50A4DC;
}

.text-biologico {
  color: #466322;
}

.bg-biologico, .bg-oliva {
  background-color: #ffffff;
}

.bg-biologico-green {
  background-color: #466322;
}

/* STYLE BUTTONS */

.btn-primary {
  color: #fff;
  text-transform: uppercase;
  background-color: #947526;
  font-size: 30px;
  padding: 20px 55px;
  display: inline-block;
  border: 1px solid #947526;
}

/* .btn-primary:hover {
  background-color: #fff;
  color: #947526;
  border: 1px solid #947526;
} */

.btn-secondary {
  font-size: 20px;
  font-weight: 300;
  padding: 10px 30px 8px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  display: inline-block;
}

@media screen and (max-width: 1440px) {
  .btn-primary {
    font-size: 26px;
  }
}

@media screen and (max-width: 680px) {
  .btn-primary {
    font-size: 16px;
  }
}

.fp-tableCell {
  vertical-align: inherit !important;
  position: relative;
}

/* FORMATTAZIONE TESTI */
.page-content--wrapper article ul {
  padding-left: 40px;
}

.page-content--wrapper article a {
  color: #947526;
  word-wrap: break-word;
}

.page-content--wrapper .word-break {
  word-wrap: break-word;
}

.page-content--wrapper p, .page-content--wrapper table td, .page-content--wrapper li  {
  font-weight: 300;
}

.page-content--wrapper p strong, .page-content--wrapper table th, .page-content--wrapper li strong{
  font-weight: normal;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

table td, table th {
  border: 1px solid #947526;
  padding: 10px 8px;
}

table th {
  background-color: #947526;
  color: #fff;
}

article ul, article ol, #page-metodo .section-metodo .intro ul {
  list-style: none;
}

article ul li, article ol li, #page-metodo .section-metodo .intro ul li {
  position: relative;
}

article ul li:before, #page-metodo .section-metodo .intro ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 10px;
  background-color: #000;
}

article ol {
  counter-reset: section;
}

article ol li:before {
  counter-increment: section;
  content: counters(section,".") ".";
  position: absolute;
  left: 0;
  color: inherit;
}

#page-metodo .section-metodo .intro ul li {
  padding-left: 40px;
  display: inline-block;
}

#page-metodo .section-metodo .intro ul li:before {
  left: 15px;
  background-color: #947526;
  top: 15px;
}

@media screen and (max-width: 680px) {
  .table--wrapper {
    overflow-x: scroll;
  }
}

/* HEADER */
header.header {
  position: absolute;
  top: 0;
  width: 100%;
  color: #ffffff;
  z-index: 10;
}
header > a[href="#"] {
  pointer-events: none;
}
body.template-homepage header.header {
  display: none;
}

body.fp-viewing-il-metodo-berio header.header {
  display: block;
}

header.header .mainbar-wrapper {
  padding: 25px 60px 0;
  justify-content: space-between;
}

header.header .navbar-brand {
  max-width: 170px;
}

header.header .navbar-brand a.custom-logo-link {
  display: block;
}

header.header .navbar-brand a.custom-logo-link img {
  width: 100%;
  height: auto;
}

header.header .navbar nav ul.menu {
  list-style: none;
  padding-top: 45px;
}

header.header .navbar nav ul.menu li.menu-item:not(:last-child) {
  padding-right: 40px;
}

header.header .navbar nav ul.menu li.menu-item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

.products-template-default header.header .navbar nav ul.menu li.menu-item a,
.page-template-default header.header .navbar nav ul.menu li.menu-item a,
.error404 header.header .navbar nav ul.menu li.menu-item a,
.products-template-default header.header .nav-social .nav-social__follow,
.page-template-default header.header .nav-social .nav-social__follow,
.error404 header.header .nav-social .nav-social__follow {
  color: #947526;
}

header.header .navbar nav ul.menu li.menu-item .sub-menu {
  list-style: none;
  display: none;
  position: absolute;
  z-index: 10;
}

header.header .navbar nav ul.menu li.menu-item-has-children {
  cursor: default;
}

header.header .navbar nav ul.menu li.menu-item .sub-menu li {
  padding: 0 0 0 20px;
}

header.header .navbar nav ul.menu li.current-menu-item > a,
header.header .navbar nav ul.menu li.current-menu-parent > a,
header.header .navbar nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a {
  border-bottom: 2px solid;
}

header.header .navbar nav ul.menu li.menu-item .sub-menu li a {
  text-transform: inherit;
  font-weight: 300;
}

header.header .navbar nav ul.menu li.menu-item:hover .sub-menu {
  display: block;
}

header.header .nav-social {
  flex-direction: column;
  align-items: center;
}

header.header .nav-social .nav-social__follow {
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 10px;
}

header.header .nav-social .link-social {
  max-width: 30px;
  border-radius: 50%;
}

header.header .nav-social .link-social img.-mobile,
.products-template-default header.header .nav-social .link-social img.-desktop,
.page-template-default header.header .nav-social .link-social img.-desktop,
.error404 header.header .nav-social .link-social img.-desktop {
  display: none;
}

.products-template-default header.header .nav-social .link-social img.-mobile,
.page-template-default header.header .nav-social .link-social img.-mobile,
.error404 header.header .nav-social .link-social img.-mobile {
  display: block;
}

header.header .nav-social .link-social:not(:last-child) {
    margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
  header.header .navbar-brand {
    max-width: 150px;
  }

  header.header .navbar nav ul.menu {
    padding-top: 35px;
  }

  header.header .navbar nav ul.menu li.menu-item:not(:last-child) {
    padding-right: 20px;
  }

  header.header .navbar nav ul.menu li.menu-item a {
    font-size: 16px;
  }

  header.header .nav-social .link-social {
    max-width: 25px;
  }

  header.header .nav-social .link-social:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1023px) {
  header.header .hamburger,
  header.header .mobile-brand {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  body.template-homepage header.header {
    display: block;
  }

  header.header .container {
    position: fixed;
    width: 100%;
  }

  header.header .hamburger {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    transition: all 0.5s;
  }

  header.header .hamburger.scrollUp {
    transform: translateY(-80px);
  }

  .lock-scroll {
    overflow: hidden !important;
  }

  header.header .hamburger > div {
    width: 34px;
    height: 4px;
    border-radius: .25rem;
    margin: 4px 0;
    transition: 0.4s;
  }

  header.header .hamburger.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  header.header .hamburger.change .bar2 {
    opacity: 0;
  }

  header.header .hamburger.change .bar3 {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(-6px, -6px);
  }

  header.header .hamburger.change > div {
    background-color: #947526;
  }

  header.header .mainbar-wrapper {
    display: none;
    flex-direction: column;
    padding: 50px 45px 35px;
    z-index: 9999999;
    background-color: #fff;
  }

  header.header .mainbar-wrapper.open {
    display: block !important;
  }

  header.header .navbar nav ul.menu li.menu-item:hover .sub-menu {
    display: none;
  }

  header.header .mobile-brand {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  header.header .navbar-brand {
    max-width: 140px !important;
    margin: 0 auto;
  }

  header.header .navbar nav ul.menu {
    flex-direction: column;
    text-align: center;
    padding: 35px 0 45px;
  }

  header.header .navbar nav ul.menu li.menu-item:not(:last-child) {
    padding: 0 0 20px;
  }

  header.header .navbar nav ul.menu li.menu-item-has-children {
    cursor: pointer;
  }

  header.header .navbar nav ul.menu li.menu-item a {
    font-size: 24px;
    color: #947526;
  }

  header.header .navbar nav ul.menu li.menu-item .sub-menu {
    position: inherit;
  }

  header.header .navbar nav ul.menu li.menu-item .sub-menu.show {
    display: block !important;
  }

  header.header .navbar nav ul.menu li.menu-item .sub-menu li {
    padding: 10px 0 0;
  }

  header.header .nav-social .link-social img.-desktop {
    display: none;
  }

  header.header .nav-social .link-social img.-mobile {
    display: block;
  }

  header.header .nav-social {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  header.header .nav-social .nav-social__follow {
    font-size: 15px;
    padding-bottom: 0;
    color: #947526;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  header.header .nav-social .link-social {
    min-width: 45px;
  }

  header.header .nav-social .link-social:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0;
  }

  header.header .mobile-brand .navbar-brand{

    max-width: 140px;
  }

  header.header .mobile-brand .navbar-brand a.custom-logo-link {
    display: block;
  }

  header.header .mobile-brand .navbar-brand a.custom-logo-link img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1280px) {
  header.header .navbar-brand {
    max-width: 125px;
  }
}

@media screen and (max-width: 375px) {
  header.header .mainbar-wrapper {
    padding: 30px 25px 35px;
  }

  header.header .mobile-brand {
    top: 30px;
  }

  header.header .mobile-brand .navbar-brand,
  header.header .navbar-brand {
    max-width: 125px !important;
  }
}
/* end HEADER */

/* FOOTER */
footer.footer {
  position: relative;
  height: 200px;
}

footer.footer .footer--wrapper {
  padding: 25px 60px;
  border-top: 4px solid;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer.footer .footer--wrapper .footer-sx,
footer.footer .footer--wrapper .footer-dx {
  align-items: flex-end;
}

footer.footer .footer--wrapper .footer-sx > a {
  max-width: 145px;
}

footer.footer .footer--wrapper .footer-sx > a img {
  width: 100%;
  height: auto;
}

footer.footer .footer--wrapper .footer-sx address {
  padding-left: 25px;
  font-style: normal;
  font-weight: 300;
}

footer.footer .footer--wrapper .footer-sx address > div > img {
  width: 15px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}

footer.footer .footer--wrapper .footer-center {
  flex: 0 0 100%;
  justify-content: center;
  align-items: baseline;
  padding-top: 30px;
}

footer.footer .footer--wrapper .footer-center small {
  margin-right: 3px;
  font-weight: 300;
}

footer.footer .footer--wrapper .footer-center ul.menu {
  list-style: none;
}

footer.footer .footer--wrapper .footer-center ul.menu li.menu-item {
  display: inline;
}

footer.footer .footer--wrapper .footer-center ul.menu li.menu-item a {
  color: #947526;
  font-size: smaller;
  font-weight: 300;
}

footer.footer .footer--wrapper .footer-center ul.menu li.menu-item:before {
  content: '- ';
  font-size: smaller;
}

footer.footer .footer--wrapper .footer-dx {
  justify-content: flex-end;
}

footer.footer .footer--wrapper .footer-dx a.newsletter {
  font-size: 15px;
  padding: 8px 15px;
  text-transform: uppercase;
}

footer.footer .nav-footer--social {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

footer.footer .footer--wrapper .footer-dx .nav-footer--social p {
  flex: 0 0 100%;
  margin-bottom: 7px;
  width: min-content;
}

footer.footer .footer--wrapper .footer-dx .nav-footer--social .link-social {
  max-width: 30px;
  border-radius: 50%;
}

footer.footer .footer--wrapper .footer-dx .nav-footer--social .link-social:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width: 1023px) {
  footer.footer .footer--wrapper {
    flex-direction: column;
  }

  footer.footer .footer--wrapper .footer-sx,
  footer.footer .footer--wrapper .footer-dx {
    flex-direction: column;
    align-items: center;
  }

  footer.footer .footer--wrapper .footer-sx address {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
  }

  footer.footer .footer--wrapper .footer-sx address .place {
    flex: 0 0 100%;
  }

  footer.footer .footer--wrapper .footer-sx address .phone {
    margin-right: 3px;
  }

  footer.footer .footer--wrapper .footer-sx address .phone:after {
    content: '-';
  }

  footer.footer .footer--wrapper .footer-sx address > div > img {
    display: none;
  }

  footer.footer .footer--wrapper .footer-dx a.newsletter {
    margin: 30px 0 0;
  }

  footer.footer .nav-footer--social {
    margin-top: 20px;
  }

  footer.footer .footer--wrapper .footer-center {
    padding-top: 20px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 680px) {
  footer.footer .footer--wrapper {
    padding: 25px 45px;
  }

  footer.footer .footer--wrapper .footer-sx > a {
    max-width: 100px;
  }
}

@media screen and (max-width: 374px) {
  footer.footer .footer--wrapper {
    padding: 25px;
  }
}
/* end FOOTER */

/* HOMEPAGE */
/* SECTION */
section.tracciabilita,
section.storia, section.ricette {
  position: relative;
}

section.tracciabilita .content,
section.storia .content, section.ricette .content,
.page-content--wrapper {
  padding: 50px 60px;
}

#page-tracciabilita .page-content--wrapper {
  padding: 50px 0;
}

#prodotto section.tracciabilita .content,
#prodotto section.mappa-gusto .content {
  width: 75%;
  padding-right: 0;
}

section.olio .content,
section.mappa-gusto .content,
section.certificazioni .content,
section.altri-oli .content {
  padding: 50px 60px 0;
}

section.olio .slide .content--wrapper > a, section.tracciabilita .content > header > a,
section.storia > div > div > a, section.ricette > div > div > a, section.ricette > div > header > a,
section.mappa-gusto .content > article > header > a,
section.certificazioni .content > header > a {
  display: inline-block;
}

.title-section {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  display: inline-block;
  padding-right: 30px;
  border-bottom: 4px solid;
}

.overlay-gray {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#page-villa-berio .overlay-gray,
#archive-ricette .overlay-gray,
#category-news .overlay-gray {
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1440px) {
  section .title-section {
    font-size: 42px;
  }

  section.section h3[class*="title-"],
  h2[class*="title-"] {
    font-size: 46px !important;
  }
}

@media screen and (max-width: 1280px) {
  section .title-section,
  section.section h3[class*="title-"],
  h2[class*="title-"] {
    font-size: 40px !important;
    line-height: 50px;
  }
}

@media screen and (max-width: 1023px) {
  section.olio, section.tracciabilita, section.tracciabilita > div,
  section.storia, section.storia > div,
  section.ricette, section.ricette > div {
    height: auto !important;
  }

  section.olio .slide {
    height: auto;
    display: block;
  }

  section.olio .content, section.altri-oli .content {
    padding-left: 0;
    padding-right: 0;
  }

  section.metodo_berio, section.metodo_berio > div {
    height: 735px !important;
  }

  #prodotto section.tracciabilita .content,
  #prodotto section.mappa-gusto .content {
    width: 100%;
    padding: 50px 60px;
  }
}

@media screen and (max-width: 680px) {
  section.tracciabilita .content,
  section.storia .content, section.ricette .content,
  .page-content--wrapper {
    padding: 50px 45px 75px !important;
  }

  #page-tracciabilita .page-content--wrapper {
    padding: 50px 0 !important;
  }

  section.mappa-gusto .content {
    padding: 50px 45px 0 !important;
  }

  section.certificazioni .content {
    padding: 0 45px;
  }

  section .title-section {
    font-size: 30px !important;
    line-height: 40px;
  }

  section.section h3[class*="title-"],
    h2[class*="title-"] {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 425px) {
  section.tracciabilita .content,
  section.storia .content, section.ricette .content,
  .content--wrapper, .page-content--wrapper {
    padding: 50px 25px !important;
  }

  #page-tracciabilita .page-content--wrapper {
    padding: 50px 0 !important;
  }

  section.mappa-gusto .content {
    padding: 50px 25px 0 !important;
  }

  section.certificazioni .content {
    padding: 0 25px;
  }
}

/* IL METODO */
section.metodo_berio {
  padding-top: inherit;
  height: inherit !important;
}
section.metodo_berio picture img {
  height: 100%;
  object-fit: cover;
}

section.metodo_berio .text--wrapper {
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  width: calc(100% - 40px);
}

section .link-play-video {
  display: inline-block;
}

section .subtitle-video {
  font-size: 20px;
  font-weight: 300;
  padding-top: 20px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
}

section .subtitle-video:after {
  content: url('images/svg/play_video.svg');
  width: 38px;
  margin-top: 5px;
}

section.metodo_berio figure.oil_animation {
  width: 90px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}

@media screen and (max-width: 1440px) {
  section .subtitle-video {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  section .subtitle-video {
    padding-top: 14px;
  }

  section.metodo_berio figure.oil_animation {
    width: 75px;
  }
}
/* end IL METODO */

/* I NOSTRI OLI */
section.olio, section.olio > div.slide  {
  position: relative;
}

section.olio .fp-tableCell {
  display: flex;
  z-index: 0;
}

section.olio .slide .bg-slide-desktop {
  width: 66.66%;
  z-index: -1;
  -webkit-animation: slide 25s linear infinite;
}

section.olio .slide .bg-slide-mobile {
  display: none;
}

section.olio .slide .content--wrapper {
  padding: 50px 0 0 60px;
  width: 33.33%;
  height: calc(100% - 320px);
  background-color: #fff;
}

section.olio .slide article.article-olio {
  padding-top: 60px;
}

section.olio .slide article.article-olio .title-slide {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 65px;
}

section.olio .slide article.article-olio .subtitle-slide {
  font-size: 50px;
  line-height: 65px;
  padding-top: 20px;
}

section.olio .slide article.article-olio > p {
  color: #000;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding: 20px 0 25px;
}

section.olio .slide article.article-olio  .cta-slide {
  width: 150px;
  text-align: center;
}

section.olio .slide article.article-olio .certificato--wrapper {
  flex-direction: column;
  width: max-content;
}

section.olio .slide .certificato--wrapper.-mobile {
  display: none;
}

section.olio .slide article.article-olio .certificato--wrapper span {
  font-size: 25px;
}

section.olio .slide article.article-olio .certificato--wrapper img {
  max-width: 150px;
  height: auto;
}

section.olio .slide .bottom-slide {
  position: absolute;
  bottom: 0;
  height: 320px;
  width: 100%;
  border-top: 5px solid #A7813A;
  z-index: -1;
}

section.olio .slide .bottom-slide .bottiglia {
  position: absolute;
  bottom: calc(100% - 255px);
  right: 20%;
  width: 255px;
  cursor: pointer;
}

section.olio .fp-controlArrow {
  bottom: 100px;
  top: inherit;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 13px;
}

section.olio .fp-controlArrow.fp-prev {
  left: 60px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

section.olio .fp-controlArrow.fp-next {
  left: 340px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

section.olio .fp-slidesNav.fp-bottom {
  bottom: 25px;
  left: 110px !important;
}

section.olio .fp-slidesNav.fp-bottom ul {
  width: max-content;
}

section.olio .fp-slidesNav.fp-bottom li {
  width: 50px;
  height: 9px;
  margin: 8px 10px;
}

section.olio .fp-slidesNav.fp-bottom li a span.fp-sr-only {
  width: 100%;
  height: 100%;
  margin: 0;
  clip: inherit;
  border-radius: inherit;
  display: block;
  left: auto;
  top: auto;
  background-color: transparent;
  text-indent: -9999px;
}

section.olio .fp-slidesNav.fp-bottom li a.active span.fp-sr-only {
  background-color: #947526;
}

section.olio .fp-slidesNav.fp-bottom li a span {
  display: none;
}

section.olio .fp-slidesNav.fp-bottom li a:before {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-size: contain !important;
  display: inline-block;
  width: 50px;
  height: 125px;
  content: '';
}

section.olio .fp-slidesNav.fp-bottom li:first-child a:before {
  background: url('images/homepage/olio-verde.png') no-repeat center;
}

section.olio .fp-slidesNav.fp-bottom li:nth-child(2) a:before {
  background: url('images/homepage/olio-nero.png') no-repeat center;
}

section.olio .fp-slidesNav.fp-bottom li:nth-child(3) a:before {
  background: url('images/homepage/olio-rosso.png') no-repeat center;
}

section.olio .fp-slidesNav.fp-bottom li:nth-child(4) a:before {
  background: url('images/homepage/olio-bianco.png') no-repeat center;
}

@media screen and (max-width: 1440px) {
  section.olio .slide .bottom-slide {
    height: 230px;
  }

  section.olio .slide .content--wrapper {
    height: calc(100% - 230px);
  }

  section.olio .slide .bottom-slide .bottiglia {
    width: 160px;
    bottom: calc(100% - 160px);
    right: 20%;
  }

  section.olio .fp-slidesNav.fp-bottom {
    bottom: 10px;
    left: 100px !important;
  }

  section.olio .fp-controlArrow.fp-next {
    left: 385px;
  }

  section.olio .fp-controlArrow {
    padding: 10px;
    bottom: 70px;
  }

  section.olio .fp-slidesNav.fp-bottom li {
    margin: 8px;
  }

  section.olio .fp-slidesNav.fp-bottom li a:before {
    transform: translateX(-50%) scale(.8);
    bottom: 100%;
  }
}

@media screen and (max-width: 1280px) {
  section.olio .slide .content--wrapper {
    width: 50%;
  }

  section.olio .slide article.article-olio .certificato--wrapper img {
    max-width: 120px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1024px) and (max-height: 900px) {
  section.olio .slide .content--wrapper {
    width: 65%;
  }

  section.olio .slide article.article-olio {
    padding-top: 15px;
  }

  section.olio .slide article.article-olio > p {
    padding: 8px 0 20px;
  }

  section.olio .slide article.article-olio .certificato--wrapper {
    display: inline-flex;
    margin: 0 0 0 35px;
    align-items: center;
    vertical-align: top;
  }

  section.olio .slide article.article-olio .certificato--wrapper span {
    font-size: 20px;
  }

  section.olio .slide article.article-olio .certificato--wrapper img {
    width: 70px;
  }

  section.olio .slide .bottom-slide {
    border-width: 3px;
    height: 200px;
  }

  section.olio .slide .bottom-slide .bottiglia {
    width: 155px;
    bottom: calc(100% - 155px);
    right: 16%;
  }
}

@media screen and (min-height: 767px) {
  section.olio .slide article.article-olio .certificato--wrapper {
    align-items: center;
    display: flex;
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 1023px) {
  section.olio .fp-tableCell {
    display: inherit;
  }

  section.olio .slide .content--wrapper {
    width: 100%;
    padding: 50px 60px 0;
    background-color: transparent;
    height: calc(100% - 190px);
    position: relative;
  }

  section.olio .slide article.article-olio .certificato--wrapper {
    display: none;
  }

  section.olio .slide .certificato--wrapper.-mobile {
    flex-direction: column;
    width: max-content;
    align-items: center;
    display: flex;
    margin-top: 10px;
  }

  section.olio .slide .certificato--wrapper.-mobile span {
    font-size: 22px;
  }

  section.olio .slide .certificato--wrapper.-mobile img {
    max-width: 75px;
  }

  section.olio .slide article.article-olio {
    padding-bottom: 90px;
  }

  section.olio .slide article.article-olio > p {
    width: 75%;
    line-height: 26px;
  }

  section.olio .slide .bg-slide-desktop {
    display: none;
  }

  section.olio .slide .bg-slide-mobile {
    display: block;
    width: 100%;
    height: calc(100% - 190px);
    background-size: contain !important;
    position: absolute;
    top: 0;
    z-index: -1;
  }

  section.olio .slide .bottom-slide {
    position: relative;
    height: 190px;
    z-index: 0;
    padding: 0 60px;
  }

  section.olio .slide .bottom-slide .bottiglia {
    right: 50px;
    width: 115px;
    bottom: calc(100% - 115px);
  }

  section.olio .fp-controlArrow {
    position: absolute;
    bottom: 10px;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 1;
    left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.olio .fp-controlArrow.arrow-gold:before {
    border-color: #947526;
  }

  section.olio .fp-controlArrow:before {
    content: '';
    padding: 8px;
    margin: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  section.olio .fp-controlArrow.fp-next {
    left: 125px;
  }

  section.olio .fp-slidesNav.fp-bottom {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  section.olio .slide .content--wrapper {
    padding: 50px 45px 0;
  }

  section.olio .slide article.article-olio {
    padding-top: 20px;
  }

  section.olio .slide article.article-olio .title-slide {
    font-size: 38px !important;
  }

  section.olio .slide article.article-olio > p {
    font-size: 18px;
  }

  section.olio .slide .bottom-slide {
    padding: 0 45px;
  }

  section.olio .fp-controlArrow.fp-prev {
    left: 45px;
  }

  section.olio .fp-controlArrow.fp-next {
    left: 105px;
  }

}

@media screen and (max-width: 425px) {
  section.olio .slide .content--wrapper {
    padding: 50px 25px 0;
  }

  section.olio .slide .bottom-slide {
    padding: 0 25px;
  }

  section.olio .fp-controlArrow {
    left: 25px !important;
    width: 36px;
    height: 36px;
  }

  section.olio .fp-controlArrow {
    padding: 6px;
  }

  section.olio .fp-controlArrow.fp-next {
    left: 75px !important;
  }

  section.olio .slide .bottom-slide .bottiglia {
    right: 25px;
  }

  section.olio .fp-controlArrow:before {
    padding: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 425px) and (max-height: 680px) {
  section.olio .content--wrapper {
    padding: 25px !important;
  }

  section.olio .slide .bg-slide-mobile,
  section.olio .slide .content--wrapper {
    height: calc(100% - 150px);
  }

  section.olio .slide article.article-olio > p {
    padding: 5px 0 10px;
    width: 80%;
  }

  section.olio .slide article.article-olio .title-slide {
    font-size: 34px !important;
  }

  section.olio .slide .bottom-slide .bottiglia {
    right: 20px;
    width: 90px;
    bottom: calc(100% - 90px);
  }

  section.olio .slide .bottom-slide {
    border-width: 3px;
    height: 150px;
    position: absolute;
  }

  section.olio .slide .certificato--wrapper.-mobile span {
    font-size: 16px;
  }

  section.olio .slide .certificato--wrapper.-mobile img {
    max-width: 50px;
  }
}
/* end I NOSTRI OLI */

/* TRACCIABILITA' */
section.tracciabilita .title-section {
  margin-bottom: 55px;
}

section.tracciabilita article .step-tracciabilita--wrapper {
  justify-content: center;
  padding-bottom: 60px;
}

section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item > div {
  border: 1px solid #947526;
  border-radius: 50%;
  width: 168px;
  height: 168px;
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  z-index: 1;
}

section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item > div:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #947526;
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  transform: translateY(-50%);
  z-index: -1;
}

section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item:last-child > div:after {
  content: none;
}

section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item:not(:last-child) {
  padding-right: 50px;
}

section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item > div figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 75px;
}

section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item > div figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item span {
  font-size: 20px;
}

section.tracciabilita article .description-tracciabilita {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

section.tracciabilita article .title-tracciabilita--wrapper {
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px;
}

section.tracciabilita article .title-tracciabilita {
  font-size: 64px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

#prodotto section.tracciabilita article .title-tracciabilita {
  font-size: 44px;
  line-height: 56px;
}

section.tracciabilita article .title-tracciabilita:before {
  content: url('images/svg/olive.svg');
  transform: scaleX(-1) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -130px;
}

section.tracciabilita article .title-tracciabilita:after {
  content: url('images/svg/olive.svg');
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -130px;
}

#prodotto section.tracciabilita article .title-tracciabilita:before {
  transform: scaleX(-1) translateY(-50%) scale(0.5);
  left: -100px;
}

#prodotto section.tracciabilita article .title-tracciabilita:after {
  transform: translateY(-50%) scale(0.5);
  right: -100px;
}

@media screen and (max-width: 1440px) {
  section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item > div {
    width: 138px;
    height: 138px;
  }

  section.tracciabilita article .title-tracciabilita {
    font-size: 46px;
    line-height: 52px;
  }

  section.tracciabilita article .title-tracciabilita--wrapper img {
    max-width: 100px;
  }

  section.tracciabilita article .title-tracciabilita:before {
    transform: scaleX(-1) translateY(-50%) scale(0.7);
    left: -105px;
  }

  section.tracciabilita article .title-tracciabilita:after {
    transform: translateY(-50%) scale(0.7);
    right: -105px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
  #prodotto section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item:not(:last-child) {
    padding-right: 25px;
  }

  #prodotto section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item > div {
    width: 120px;
    height: 120px;
  }

  #prodotto section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item > div:after {
    width: 25px;
  }

  #prodotto section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item span {
    font-size: 17px;
  }

  #prodotto section.tracciabilita article .title-tracciabilita--wrapper {
    margin-top: 25px;
  }

  #prodotto section.tracciabilita article .title-tracciabilita {
    font-size: 32px !important;
    line-height: 44px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) and (max-height: 750px) {
  section.tracciabilita .content > header > a {
    margin-bottom: 30px;
  }

  section.tracciabilita article .step-tracciabilita--wrapper {
    padding-bottom: 40px;
  }

  section.tracciabilita article .title-tracciabilita {
    font-size: 40px;
  }

  section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item > div {
    width: 125px;
    height: 125px;
  }

  section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item span {
    font-size: 18px;
  }

  section.tracciabilita article .title-tracciabilita--wrapper {
    margin-top: 15px;
  }

  section.tracciabilita article .description-tracciabilita {
    font-size: 20px;
    line-height: 30px;
  }

  section.tracciabilita article .title-tracciabilita--wrapper img {
    max-width: 65px;
  }
}

@media screen and (max-width: 1023px) {
  section.tracciabilita article.article-tracciabilita {
    display: flex;
    flex-direction: column-reverse;
  }

  section.tracciabilita article.article-tracciabilita > header {
    order: 1;
    padding-bottom: 20px;
  }

  section.tracciabilita article.article-tracciabilita > a {
    width: max-content;
    margin: 0 auto;
  }

  section.tracciabilita article.article-tracciabilita .step-tracciabilita--wrapper {
    padding: 35px 0 0;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
  }

  #page-prodotti section.tracciabilita article.article-tracciabilita .step-tracciabilita--wrapper {
    display: none;
  }

  section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item:not(:last-child) {
    padding: 0 0 15px;
  }

  section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
  }

  section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item > div:after {
    width: 1px;
    height: 15px;
    top: calc(100% + 1px);
    left: 50%;
    transform: inherit;
  }
}

@media screen and (max-width: 1023px) {
  section.tracciabilita .content > header > a {
    margin-bottom: 0;
  }

  section.tracciabilita article .description-tracciabilita {
    padding: 50px 0 30px;
  }
}

@media screen and (max-width: 991px) {
  section.tracciabilita article .title-tracciabilita--wrapper {
    margin: 0;
  }

  section.tracciabilita article .title-tracciabilita {
    padding: 0 60px;
  }

  section.tracciabilita article .title-tracciabilita:before,
  #prodotto section.tracciabilita article .title-tracciabilita:before {
    transform: scaleX(-1) translateY(-50%) scale(0.5);
    left: -70px;
    top: 0;
  }

  section.tracciabilita article .title-tracciabilita:after,
  #prodotto section.tracciabilita article .title-tracciabilita:after {
    transform: translateY(-50%) scale(0.5);
    right: -70px;
    top: 0;
  }
}

@media screen and (max-width: 680px) {
  section.tracciabilita article .description-tracciabilita {
    line-height: 25px;
    font-size: 18px;
    padding: 25px 0;
  }

  section.tracciabilita article .title-tracciabilita--wrapper {
    align-items: flex-start;
  }

  section.tracciabilita article .title-tracciabilita {
    font-size: 30px !important;
    line-height: 35px !important;
    margin-top: 20px;
    padding: 0 40px;
  }

  section.tracciabilita article .title-tracciabilita:before,
  #prodotto section.tracciabilita article .title-tracciabilita:before {
    transform: scaleX(-1) translateY(-50%) scale(0.3);
    left: -50px;
  }

  section.tracciabilita article .title-tracciabilita:after,
  #prodotto section.tracciabilita article .title-tracciabilita:after {
    transform: translateY(-50%) scale(0.3);
    right: -50px;
  }

  section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item > div {
    width: 65px;
    height: 65px;
  }

  section.tracciabilita article .step-tracciabilita--wrapper .step-tracciabilita--item > div figure {
    width: 35px;
    height: 40px;
  }
}
/* end TRACCIABILITA' */

/* LA NOSTRA STORIA */
#fullpage .section .content .title-section {
  margin-bottom: 55px;
}

section.storia article .title-storia {
  font-size: 66px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 28px;
}

@media screen and (max-width: 680px) {
  #fullpage .section .content .title-section {
    margin-bottom: 35px;
  }

  section.storia article .title-storia {
    padding-bottom: 16px;
    line-height: 38px;
  }
}

/* end LA NOSTRA STORIA */

/* RICETTE */
section.ricette .ricette--wrapper {
  padding: 80px 0 50px;
  flex-wrap: wrap;
  margin: 0 -60px;
}

#archive-ricette section.ricette .ricette--wrapper,
#single-ricette section.ricette .ricette--wrapper {
  padding: 0 0 100px;
  margin: 0;
}

#category-news section.archive-news .news--wrapper {
  padding: 60px 0 100px;
}

#category-news section.archive-news .news--wrapper {
  flex-wrap: wrap;
}

#single-ricette section.ricette .title-section {
  margin: 0 0 80px 60px;
}

section.ricette .ricette--wrapper > a {
  width: 25%;
  padding-top: 25%;
  position: relative;
  height: 0;
  margin-bottom: 5px;
}

#category-news section.archive-news .news--wrapper > article {
  width: 33.33%;
  padding-top: 33.33%;
  position: relative;
  height: 0;
  cursor: pointer;
}

section.ricette .ricette--wrapper > a article,
#category-news section.archive-news .news--wrapper > article picture {
  position: absolute;
  top: 0;
  overflow: hidden;
}

section.ricette .ricette--wrapper > a article,
section.ricette .ricette--wrapper > a article picture,
section.ricette .ricette--wrapper > a article picture img:not(.chef),
#category-news section.archive-news .news--wrapper > article picture,
#category-news section.archive-news .news--wrapper > article picture img {
  width: 100%;
  height: 100%;
}

#category-news section.archive-news .news--wrapper > article picture img,
section.ricette .ricette--wrapper > a article picture img:not(.chef) {
  object-fit: cover;
  transition: all .3s;
}

section.ricette .ricette--wrapper > a article picture img.chef {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: auto;
  z-index: 1;
}

section.ricette .ricette--wrapper > a:hover:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  background: inherit;
}

section.ricette .ricette--wrapper > a:hover picture > img:not(.chef) {
  transform: scale(1.2);
}

section.ricette .ricette--wrapper article.article-ricette .hover-ricette,
#category-news section.archive-news .news--wrapper article .hover-news {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px 20px;
}

#category-news section.archive-news .news--wrapper article .hover-news {
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 30px 20px;
}

section.ricette .ricette--wrapper article.article-ricette .hover-ricette .chef {
  color: #ffffff;
}

section.ricette .ricette--wrapper article.article-ricette .hover-ricette .title-ricette,
#category-news section.archive-news .news--wrapper article .hover-news .title-news {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  padding-bottom: 5px;
}

#category-news section.archive-news .news--wrapper article .hover-news .title-news {
  font-size: 28px;
}

section.ricette .ricette--wrapper article.article-ricette .hover-ricette .info-ricette > div {
  flex-direction: column;
  align-items: center;
  padding-right: 25px;
}

section.ricette .ricette--wrapper article.article-ricette .hover-ricette .info-ricette > div img {
  height: 30px;
}

section.ricette .ricette--wrapper article.article-ricette .hover-ricette .info-ricette > div span {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
}

#category-news section.archive-news .news--wrapper article .hover-news p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  cursor: auto;
}

#category-news section.archive-news .news--wrapper article .hover-news span {
  display: none;
}

#category-news section.archive-news .news--wrapper article .hover-news > a {
  margin-top: 15px;
}

section.ricette .ricette--wrapper > a:hover .hover-ricette,
section.ricette .ricette--wrapper > a:hover .overlay-gray,
#category-news section.archive-news .news--wrapper > article:hover .hover-news {
  display: block !important;
}

section.ricette .ricette--wrapper article.article-ricette .overlay-gray {
  display: none;
}

section.ricette .filtri-ricette--wrapper {
  padding: 35px 0 40px;
  justify-content: center;
}

section.ricette .filtri-ricette--wrapper a:not(:last-child) {
  margin-right: 100px;
}

section.ricette .filtri-ricette--wrapper .filtri-ricette {
  position: relative;
}

section.ricette .filtri-ricette--wrapper .filtri-ricette .filtri-icon--wrapper {
  position: absolute;
  width: 100px;
  bottom: 30%;
  height: 100px;
  background: red;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 50%;
  border: 1px solid #947526;
}

section.ricette .filtri-ricette--wrapper a {
  font-size: 28px;
  font-weight: 300;
  padding: 15px 50px;
  position: relative;
}

section.ricette .filtri-ricette--wrapper a .filtri-icon--wrapper,
#archive-ricette .filtri-ricette--wrapper .random a .filtri-icon--wrapper {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 36px);
  padding: 14px 18px;
  background-color: #947526;
}

#archive-ricette .filtri-ricette--wrapper .random a .filtri-icon--wrapper {
  background-color: #fff;
  border: 1px solid;
}

#archive-ricette .filtri-ricette--wrapper .random a .filtri-icon--wrapper:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 2px);
  height: 50%;
  background: #fff;
  z-index: -1;
}

section.ricette .filtri-ricette--wrapper a .filtri-icon--wrapper img,
#archive-ricette .filtri-ricette--wrapper .random a .filtri-icon--wrapper img {
  height: 40px;
  width: 40px;
}

#archive-ricette .filtri-ricette--wrapper .random a .filtri-icon--wrapper img#hover {
  display: none;
}
section.ricette .filtri-ricette--wrapper a span,
#archive-ricette .filtri-ricette--wrapper .random a span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #searchRecipe--chef{
    max-width: 120px;
  }
}

section.ricette .title-ricette-olio {
  text-transform: uppercase;
  font-size: 75px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  section.ricette .ricette--wrapper article.article-ricette .hover-ricette .title-ricette,
  #category-news section.archive-news .news--wrapper article .hover-news .title-news {
    font-size: 28px !important;
  }

  #category-news section.archive-news .news--wrapper article .hover-news p {
    font-size: 20px;
    line-height: 28px;
  }

  section.ricette .ricette--wrapper article.article-ricette .hover-ricette .info-ricette > div {
    padding-right: 15px;
  }

  section.ricette .ricette--wrapper article.article-ricette .hover-ricette .info-ricette > div img {
    height: 25px;
    width: 25px;
  }

  section.ricette .ricette--wrapper article.article-ricette .hover-ricette .info-ricette > div span {
    font-size: 12px;
  }

  section.ricette .filtri-ricette--wrapper a {
    font-size: 26px;
  }

  section.ricette .filtri-ricette--wrapper a:not(:last-child) {
    margin-right: 50px;
  }

  section.ricette .filtri-ricette--wrapper a .filtri-icon--wrapper img {
    height: 35px;
    width: 35px;
  }
}

@media screen and (max-width: 1280px) {
  section.ricette .ricette--wrapper article.article-ricette .hover-ricette .title-ricette,
  #category-news section.archive-news .news--wrapper article .hover-news .title-news {
    font-size: 20px !important;
    line-height: 30px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) and (max-height: 800px) {
  section.ricette .ricette--wrapper {
    padding: 30px 0 25px;
  }

  .template-homepage section.ricette .ricette--wrapper > a {
    padding-top: 20%;
  }

  section.ricette .filtri-ricette--wrapper {
    padding: 25px 0 20px;
  }

  section.ricette .filtri-ricette--wrapper a {
    font-size: 20px;
    padding: 15px 50px 10px;
  }

  section.ricette .filtri-ricette--wrapper a .filtri-icon--wrapper {
    padding: 15px 19px;
  }

  section.ricette .filtri-ricette--wrapper a .filtri-icon--wrapper img {
    height: 25px;
    width: 25px;
  }
}

@media screen and (max-width: 1023px) {
  section.ricette .ricette--wrapper {
    padding: 50px 0;
  }

  #single-ricette section.ricette .ricette--wrapper {
    padding: 0 0 60px !important;
  }

  section.ricette .ricette--wrapper > a,
  #category-news section.archive-news .news--wrapper > article {
    width: 50%;
    padding-top: 50%;
  }

  section.ricette .ricette--wrapper > a:hover .overlay-gray {
    display: none !important;
  }

  section.ricette .ricette--wrapper > a:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    background: inherit;
  }

  section.ricette .ricette--wrapper > a:hover picture > img {
    transform: none;
  }

  section.ricette .ricette--wrapper article.article-ricette .hover-ricette {
    display: block !important;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px;
  }

  section.ricette .ricette--wrapper article.article-ricette .overlay-gray {
    display: block;
    background-color: rgba(0, 0, 0, 0.30);
  }

  section.ricette .ricette--wrapper article.article-ricette .hover-ricette .title-ricette,
  #category-news section.archive-news .news--wrapper article .hover-news .title-news {
    font-size: 22px !important;
  }

  section.ricette .filtri-ricette--wrapper,
  section.ricette .title-ricette-olio {
    display: none;
  }

  #archive-ricette section.ricette .filtri-ricette--wrapper {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #category-news section.archive-news .news--wrapper > article {
    width: 100%;
    padding-top: 100%;
  }

  #category-news section.archive-news .news--wrapper article .hover-news {
    display: block;
    background-color: rgba(255, 255, 255, 0.85);
  }

  #category-news section.archive-news .news--wrapper article .hover-news > p,
  #category-news section.archive-news .news--wrapper article .hover-news > a {
    display: none;
  }

  #category-news section.archive-news .news--wrapper article .hover-news span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
  }
}

@media screen and (max-width: 680px) {
  section.ricette .ricette--wrapper {
    padding: 25px 0;
    margin: 0 -45px;
  }

  section.ricette .ricette--wrapper > a article picture img.chef {
    top: 10px;
    right: 10px;
    width: 35px;
  }

  #single-ricette section.ricette .title-section {
    margin: 0 0 40px 45px;
  }

  section.ricette .ricette--wrapper article.article-ricette .hover-ricette {
    padding: 0 10px 10px;
  }

  section.ricette .ricette--wrapper article.article-ricette .hover-ricette .info-ricette > div {
    padding-right: 10px;
  }

  section.ricette .ricette--wrapper article.article-ricette .hover-ricette .chef {
    font-size: 14px;
  }

  section.ricette .ricette--wrapper article.article-ricette .hover-ricette .title-ricette {
    font-size: 16px !important;
    line-height: 20px;
  }

  section.ricette .ricette--wrapper article.article-ricette .hover-ricette .info-ricette > div img {
    height: 20px;
    width: 20px;
  }

  section.ricette .ricette--wrapper article.article-ricette .hover-ricette .info-ricette > div span {
    font-size: 7px;
  }
}

@media screen and (max-width: 425px) {
  section.ricette .ricette--wrapper {
    margin: 0 -25px;
  }

  #single-ricette section.ricette .title-section {
    margin: 0 0 30px 25px;
  }
}
/* end RICETTE */

/* NAVIGATION DOTS FULLPAGE */
#navigation-fullPage {
  position: absolute;
  right: 80px;
  bottom: 90px;
}

#navigation-fullPage ul {
  list-style: none;
  flex-direction: column;
  text-align: right;
}

#navigation-fullPage ul li a {
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
}

body.nav-reverse #navigation-fullPage ul li a {
  color: #947526;
}

#navigation-fullPage ul li a span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

#navigation-fullPage ul li.active a span {
  background-color: #fff;
}

#navigation-fullPage ul li:not(:last-child) a span:after {
  content: '';
  position: absolute;
  width: 1px;
  background: #fff;
  height: calc(100% + 5px);
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

body.nav-reverse #navigation-fullPage ul li.active a span,
body.nav-reverse #navigation-fullPage ul li:not(:last-child) a span:after {
  background-color: #947526;
}

body.nav-reverse #navigation-fullPage ul li a span {
  border-color: #947526;
}

@media screen and (max-width: 1280px) {
  #navigation-fullPage {
    bottom: 70px;
  }
}

@media screen and (max-width: 1023px) {
  #navigation-fullPage {
    display: none !important;
  }
}

/* end HOMEPAGE */

/* SCREEN */
.screen {
  overflow: hidden;
  height: 100vh;
  position: relative;
  max-height: 1080px;
}

#page-storia .screen {
  z-index: 1;
}

.screen.-small {
  padding-top: 20.83%;
  height: 0;
}

.screen.-medium {
  padding-top: 30%;
  height: 0;
}

.screen.-simple-page {
  height: 300px !important;
}

.screen picture, .screen.-small > img, .screen > article > picture {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.screen.-medium > picture > img {
  object-fit: cover;
  height: 100%;
}

.screen picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen video.placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page-contatti .screen .overlay-gray {
  background-color: rgba(0, 0, 0, 0.6);
}

.screen .text--wrapper {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 62%;
}

#page-mappa-del-gusto .screen .text--wrapper {
  width: 68%;
  bottom: 10%;
}

.screen.-medium .text--wrapper {
  width: 70%;
  bottom: 10%;
}

.screen .text--wrapper .title {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
}

.screen .text--wrapper .title.-mobile {
  display: none;
}

.screen .text--wrapper .subtitle {
  font-size: 25px;
  line-height: 35px;
  padding-top: 10px;
}

@media screen and (max-width: 1440px) {
  .screen .text--wrapper .title {
    font-size: 42px;
    line-height: 48px;
  }
}

@media screen and (max-width: 1280px) {
  .screen.-medium .text--wrapper {
    width: 85%;
  }

  .screen.-medium .text--wrapper .title {
    font-size: 36px;
    line-height: 40px;
  }

  .screen.-medium .text--wrapper .subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .screen {
    height: 568px !important;
  }

  .screen.-small, #single-news .screen.-medium {
    height: 300px !important;
  }

  .screen picture > img,
  .screen.-small > img,
  .screen > article > picture {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .screen .text--wrapper {
    width: calc(100% - 40px) !important;
  }

  #single-news .screen .text--wrapper .title,
  #single-news .screen .text--wrapper .subtitle {
    display: none;
  }

  #single-news .screen .text--wrapper .title.-mobile {
    display: block !important;
  }

  #page-contatti .screen .overlay-gray {
    background-color: rgba(0, 0, 0, 0.45);
  }
}

@media screen and (max-width: 680px) {
  .screen .text--wrapper .title {
    font-size: 30px;
    line-height: 40px;
  }

  .screen .text--wrapper .subtitle {
    font-size: 22px;
    line-height: 33px;
  }
}

@media screen and (max-width: 374px) {
  #page-mappa-del-gusto .screen .text--wrapper {
    bottom: 5%;
  }

  .screen .text--wrapper .subtitle {
    line-height: 28px;
  }
}

/* end SCREEN  */

/* ARCHIVIO PRODOTTI */
#page-prodotti .article--wrapper,
#page-prodotti .altri-oli--wrapper,
#prodotto .article--wrapper {
  margin: 0 -60px;
  padding-top: 75px;
  overflow: hidden;
  position: relative;
}

#page-prodotti .altri-oli--wrapper {
  height: 795px;
}

#page-prodotti .altri-oli--wrapper:after,
#page-prodotti .article--wrapper:after,
#prodotto .article--wrapper:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #947526;
  position: absolute;
  bottom: 345px;
  z-index: -1;
}

#page-prodotti .article--wrapper:after,
#prodotto .article--wrapper:after {
  bottom: 420px;
}

#page-prodotti .article--wrapper .article-olio.-mobile,
#page-prodotti .altri-oli--wrapper .altri-oli--item.-mobile,
#prodotto .article--wrapper .article-olio.-mobile {
  display: none;
}

#page-prodotti .article--wrapper .article-olio,
#prodotto .article--wrapper .article-olio {
  flex: 1;
}

#page-prodotti .altri-oli--wrapper .altri-oli--item {
  flex: 0 0 33%;
}

#page-prodotti .article--wrapper .article-olio .bottiglia--wrapper,
#page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper,
#prodotto .article--wrapper .article-olio .bottiglia--wrapper {
  position: relative;
  height: 375px;
  padding: 0;
}

#page-prodotti .article--wrapper .article-olio .bottiglia--wrapper .bottiglia,
#prodotto .article--wrapper .article-olio .bottiglia--wrapper .bottiglia {
  width: 180px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  cursor: pointer;
}

#page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper .bottiglia {
  width: 184px;
  height: 530px;
  position: absolute;
  right: 50%;
  top: 0;
}

#page-prodotti .article--wrapper .article-olio .bottiglia--wrapper .bottiglia:after,
#page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper .bottiglia:after,
#prodotto .article--wrapper .article-olio .bottiglia--wrapper .bottiglia:after {
  content: '';
  background: url('images/svg/ombra.svg') no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0.2;
  transform: translateX(-50%);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  background-size: 330px;
  width: 330px;
  height: 100px;
}

#page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper .bottiglia:after {
  bottom: -40px;
}

#page-prodotti .article--wrapper .article-olio .bottiglia--wrapper .svg,
#prodotto .article--wrapper .article-olio .bottiglia--wrapper .svg {
  position: absolute;
  width: 100%;
  z-index: -1;
  display: none;
}

#page-prodotti .article--wrapper .article-olio .bottiglia--wrapper .bottiglia:hover .bottiglia-img,
#prodotto .article--wrapper .article-olio .bottiglia--wrapper .bottiglia:hover .bottiglia-img {
  transform: scale(1.1);
  transform-origin: bottom;
}

#page-prodotti .article--wrapper .article-olio .bottiglia--wrapper .bottiglia:hover + .svg,
#prodotto .article--wrapper .article-olio .bottiglia--wrapper .bottiglia:hover + .svg {
  display: block;
}

#page-prodotti .article--wrapper .article-olio > div,
#page-prodotti .altri-oli--wrapper .altri-oli--item .bottom--wrapper,
#prodotto .article--wrapper .article-olio > div {
  flex-wrap: wrap;
  padding: 0 20px 65px;
  height: 420px;
  align-items: flex-end;
}

#page-prodotti .altri-oli--wrapper .altri-oli--item .bottom--wrapper {
  justify-content: flex-end;
  flex-wrap: nowrap;
  height: 345px;
}

#page-prodotti .article--wrapper .article-olio .article-text,
#prodotto .article--wrapper .article-olio .article-text {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

#page-prodotti .article--wrapper .article-olio .article-text .text--wrapper,
#prodotto .article--wrapper .article-olio .article-text .text--wrapper {
  align-items: flex-end;
}

#page-prodotti .altri-oli--wrapper .altri-oli--item .bottom--wrapper .text {
  flex-direction: column;
  text-align: right;
}

#page-prodotti .article--wrapper .article-olio .text--wrapper .title-article,
#prodotto .article--wrapper .article-olio .text--wrapper .title-article {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 55px;
  width: min-content;
  padding-right: 5px;
}

#prodotto .article--wrapper .article-olio .text--wrapper .title-article {
  width: auto;
}

#page-prodotti .altri-oli--wrapper .altri-oli--item .bottom--wrapper .text .title {
  text-transform: uppercase;
  font-size: 54px;
  padding-bottom: 30px;
}

#page-prodotti .article--wrapper .article-olio .text--wrapper .certificato-img,
#prodotto .article--wrapper .article-olio .text--wrapper .certificato-img {
  height: 60px;
}

#page-prodotti .article--wrapper .article-olio .cta--wrapper,
#prodotto .article--wrapper .article-olio .cta--wrapper {
  padding-top: 20px;
  flex: 0 0 100%;
}

@media screen and (max-width: 1440px) {
  #page-prodotti .altri-oli--wrapper {
    height: 655px;
  }

  #page-prodotti .article--wrapper .article-olio .bottiglia--wrapper,
  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper,
  #prodotto .article--wrapper .article-olio .bottiglia--wrapper {
    height: 315px;
  }

  #page-prodotti .article--wrapper:after,
  #prodotto .article--wrapper:after {
    bottom: 360px;
  }

  #page-prodotti .altri-oli--wrapper:after {
    bottom: 265px;
  }

  #page-prodotti .article--wrapper .article-olio .bottiglia--wrapper .bottiglia,
  #prodotto .article--wrapper .article-olio .bottiglia--wrapper .bottiglia {
    width: 150px;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper .bottiglia {
    width: 153px;
  }

  #page-prodotti .article--wrapper .article-olio .bottiglia--wrapper .bottiglia:after,
  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper .bottiglia:after,
  #prodotto .article--wrapper .article-olio .bottiglia--wrapper .bottiglia:after {
    background-size: 280px;
    width: 280px;
    height: 90px;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper .bottiglia:after {
    bottom: 50px;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottom--wrapper {
    height: 265px;
  }

  #page-prodotti .article--wrapper .article-olio .text--wrapper .title-article,
  #prodotto .article--wrapper .article-olio .text--wrapper .title-article {
    font-size: 50px;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottom--wrapper .text .title {
    font-size: 46px;
  }

  #page-prodotti .article--wrapper .article-olio > div,
  #prodotto .article--wrapper .article-olio > div {
    height: 360px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 1279px) {
  #page-prodotti .article--wrapper:after,
  #prodotto .article--wrapper:after {
    bottom: 290px;
  }

  #page-prodotti .article--wrapper .article-olio .bottiglia--wrapper,
  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper,
  #prodotto .article--wrapper .article-olio .bottiglia--wrapper {
    height: 230px;
  }

  #page-prodotti .altri-oli--wrapper {
    height: 525px;
  }

  #page-prodotti .article--wrapper .article-olio .bottiglia--wrapper .bottiglia,
  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper .bottiglia,
  #prodotto .article--wrapper .article-olio .bottiglia--wrapper .bottiglia {
    width: 110px;
  }

  #page-prodotti .article--wrapper .article-olio .bottiglia--wrapper .bottiglia:after,
  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper .bottiglia:after,
  #prodotto .article--wrapper .article-olio .bottiglia--wrapper .bottiglia:after {
    background-size: 235px;
    width: 235px;
    height: 80px;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper .bottiglia:after {
    bottom: -45px;
  }

  #page-prodotti .article--wrapper .article-olio > div,
  #prodotto .article--wrapper .article-olio > div {
    height: 290px;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottom--wrapper {
    height: 220px;
  }

  #page-prodotti .article--wrapper .article-olio .article-text .text--wrapper,
  #prodotto .article--wrapper .article-olio .article-text .text--wrapper {
    flex-wrap: wrap;
  }

  #page-prodotti .article--wrapper .article-olio .text--wrapper .title-article,
  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottom--wrapper .text .title,
  #prodotto .article--wrapper .article-olio .text--wrapper .title-article {
    font-size: 32px !important;
    line-height: 40px;
  }

  #page-prodotti .article--wrapper .article-olio .text--wrapper .certificato-img,
  #prodotto .article--wrapper .article-olio .text--wrapper .certificato-img {
    height: 38px;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item .bottiglia--wrapper .bottiglia {
    width: 112px;
    right: 55%;
  }

  #page-prodotti .altri-oli--wrapper:after {
    bottom: 220px;
  }
}

@media screen and (max-width: 1023px) {
  .section.olio .content header,
  .section.altri-oli .content header {
    padding: 0 60px;
  }

  #page-prodotti .article--wrapper,
  #page-prodotti .altri-oli--wrapper,
  #prodotto .article--wrapper {
    flex-wrap: wrap;
  }

  #page-prodotti .article--wrapper .article-olio.-desktop,
  #page-prodotti .altri-oli--wrapper .altri-oli--item.-desktop,
  #prodotto .article--wrapper .article-olio.-desktop,
  #page-prodotti .article--wrapper:after,
  #page-prodotti .altri-oli--wrapper:after,
  #prodotto .article--wrapper:after {
    display: none;
  }

  #page-prodotti .altri-oli--wrapper {
    height: auto;
  }

  #page-prodotti .article--wrapper .article-olio.-mobile,
  #page-prodotti .altri-oli--wrapper .altri-oli--item.-mobile,
  #prodotto .article--wrapper .article-olio.-mobile {
    display: block;
    flex: 0 0 100%;
    margin-top: 25px;
  }

  #page-prodotti .article--wrapper,
  #page-prodotti .altri-oli--wrapper,
  #prodotto .article--wrapper {
    padding-top: 0;
    margin: 0;
  }

  #page-prodotti .article--wrapper .article-olio > div,
  #page-prodotti .altri-oli--wrapper .altri-oli--item > div,
  #prodotto .article--wrapper .article-olio > div {
    padding: 0 60px 90px;
    height: auto;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item > div.text {
    height: 250px;
    align-items: flex-end;
  }

  #page-prodotti .article--wrapper .article-olio > div header,
  #prodotto .article--wrapper .article-olio > div header {
    padding: 0;
  }

  #page-prodotti .article--wrapper .article-olio > div.bottom,
  #page-prodotti .altri-oli--wrapper .altri-oli--item > div.bottom--wrapper,
  #prodotto .article--wrapper .article-olio > div.bottom {
    height: 170px;
    position: relative;
    border-top: 4px solid #A7813A;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }

  #page-prodotti .article--wrapper .article-olio > div.bottom.bg-biologico,
  section.olio .slide .bottom-slide.bg-biologico {
    border-bottom: 4px solid #A7813A;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item > div.bottom--wrapper {
    padding: 60px;
    justify-content: flex-start;
  }

  #page-prodotti .article--wrapper .article-olio > div.bottom .bottiglia,
  #page-prodotti .altri-oli--wrapper .altri-oli--item > div.bottom--wrapper .bottiglia,
  #prodotto .article--wrapper .article-olio > div.bottom .bottiglia {
    max-width: 105px;
    bottom: calc(100% - 105px);
    right: 110px;
    position: absolute;
  }

  #page-prodotti .article--wrapper .article-olio .text--wrapper .title-article,
  #prodotto .article--wrapper .article-olio .text--wrapper .title-article {
    width: auto;
    padding-bottom: 20px;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item .text .title {
    font-size: 38px !important;
    line-height: 45px;
    text-transform: uppercase;
  }

  #page-prodotti .article--wrapper .article-olio.-mobile .text--wrapper > p,
  #prodotto .article--wrapper .article-olio.-mobile .text--wrapper > p {
    color: #000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    padding-bottom: 25px;
    width: 75%;
  }

  #page-prodotti .article--wrapper .article-olio.-mobile .certificato--wrapper,
  #prodotto .article--wrapper .article-olio.-mobile .certificato--wrapper {
    flex-direction: column;
    width: max-content;
    align-items: center;
  }

  #page-prodotti .article--wrapper .article-olio.-mobile .certificato--wrapper span,
  #prodotto .article--wrapper .article-olio.-mobile .certificato--wrapper span {
    font-size: 25px;
  }

  #page-prodotti .article--wrapper .article-olio.-mobile .certificato--wrapper img,
  #prodotto .article--wrapper .article-olio.-mobile .certificato--wrapper img {
    max-width: 100px;
  }
}

@media screen and (max-width: 680px) {
  #page-prodotti .article--wrapper .article-olio.-mobile,
  #page-prodotti .altri-oli--wrapper .altri-oli--item.-mobile,
  #prodotto .article--wrapper .article-olio.-mobile {
    background-position-y: calc(100% - 170px) !important;
  }

  #page-prodotti .article--wrapper .article-olio > div,
  #page-prodotti .altri-oli--wrapper .altri-oli--item > div.text,
  #prodotto .article--wrapper .article-olio > div {
    padding: 0 45px 150px;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item > div.bottom--wrapper {
    padding: 35px 45px;
  }

  .section.olio .content header, .section.altri-oli .content header {
    padding: 0 45px;
  }

  #page-prodotti .article--wrapper .article-olio > div.bottom .bottiglia,
  #prodotto .article--wrapper .article-olio > div.bottom .bottiglia {
    right: 40px;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item > div.bottom--wrapper .bottiglia {
    right: 20px;
  }

  #page-prodotti .article--wrapper .article-olio.-mobile .text--wrapper > p,
  #prodotto .article--wrapper .article-olio.-mobile .text--wrapper > p {
    line-height: 30px;
  }
}

@media screen and (max-width: 374px) {
  #page-prodotti .article--wrapper .article-olio > div,
  #page-prodotti .altri-oli--wrapper .altri-oli--item > div.text,
  #prodotto .article--wrapper .article-olio > div {
    padding: 0 25px 150px;
  }

  #page-prodotti .altri-oli--wrapper .altri-oli--item > div.bottom--wrapper {
    padding: 35px 25px;
  }

  .section.olio .content header, .section.altri-oli .content header {
    padding: 0 25px;
  }
}

#prodotto section.mappa-gusto article{
  flex-direction: column;
}

section.mappa-gusto article > p,
section.certificazioni .content > p {
  padding: 50px 0 30px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  width: 73%;
  margin: 0 auto;
}

#page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory,
#page-villa-berio .villa-berio .article-villa-berio .text-villa-berio > p,
#page-sostenibilita .sostenibilita .article-sostenibilita .text-sostenibilita > p,
#single-news .single-news .article-single-news .text-single-news p,
#single-news .single-news .article-single-news .text-single-news time {
  font-size: 22px !important;
  line-height: 32px !important;
  font-weight: 300;
}

#page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory strong,
#page-villa-berio .villa-berio .article-villa-berio .text-villa-berio > p strong,
#page-sostenibilita .sostenibilita .article-sostenibilita .text-sostenibilita > p strong,
#single-news .single-news .article-single-news .text-single-news p strong {
  font-weight: normal;
}

#page-sostenibilita .btn-sostenibilita {
  padding: 80px 60px;
  text-align: center;
}

#prodotto section.mappa-gusto article > p {
  width: 75%;
}

section.mappa-gusto article figure.mappa-figure {
  width: 50%;
  margin: 30px auto 50px;
}

#prodotto section.mappa-gusto article figure.mappa-figure {
  width: 55%;
  margin: 55px auto 0;
}

@media screen and (max-width: 1440px) {
  section.mappa-gusto article > p,
  section.certificazioni .content > p,
  #page-mappa-del-gusto section .description,
  #page-certificazioni .page-content--wrapper > p,
  #page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory,
  #page-villa-berio .villa-berio .article-villa-berio .text-villa-berio > p,
  #page-sostenibilita .sostenibilita .article-sostenibilita .text-sostenibilita > p,
  #single-news .single-news .article-single-news .text-single-news p,
  #single-news .single-news .article-single-news .text-single-news time  {
    line-height: 32px !important;
    font-size: 22px !important;
  }
}

@media screen and (max-width: 1280px) {
  section.mappa-gusto article > p,
  section.certificazioni .content > p,
  #page-mappa-del-gusto section .description,
  #page-certificazioni .page-content--wrapper > p,
  #page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory,
  #page-villa-berio .villa-berio .article-villa-berio .text-villa-berio > p,
  #page-sostenibilita .sostenibilita .article-sostenibilita .text-sostenibilita > p,
  #single-news .single-news .article-single-news .text-single-news p,
  #single-news .single-news .article-single-news .text-single-news time  {
    line-height: 30px !important;
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1023px) {
  section.mappa-gusto article > p,
  #prodotto section.mappa-gusto article > p,
  section.certificazioni .content > p {
    width: 100%;
  }

  #page-prodotti section.certificazioni .certificazioni--wrapper {
    display: none;
  }

  #prodotto section.mappa-gusto article figure.mappa-figure {
    display: block;
    order: 1;
    margin: 35px auto 50px;
  }

  #prodotto section.mappa-gusto article > div.text-center {
    order: 2;
  }
}

@media screen and (max-width: 680px) {
  section.mappa-gusto article > p,
  section.certificazioni .content > p,
  #page-mappa-del-gusto section .description {
    line-height: 25px !important;
    font-size: 18px !important;
    padding: 35px 0 45px;
  }

  #page-certificazioni .page-content--wrapper > p,
  #page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory,
  #page-villa-berio .villa-berio .article-villa-berio .text-villa-berio > p,
  #page-sostenibilita .sostenibilita .article-sostenibilita .text-sostenibilita > p {
    line-height: 25px !important;
    font-size: 18px !important;
  }

  #prodotto section.mappa-gusto article figure.mappa-figure,
  section.mappa-gusto article figure.mappa-figure {
    width: 100%;
    margin-top: 0;
  }
}

section.certificazioni .certificazioni--wrapper {
  align-items: flex-start;
  padding-top: 60px;
  width: 73%;
  margin: 0 auto
}

#page-certificazioni section.certificazioni .certificazioni--wrapper {
  justify-content: space-between;
  padding: 100px 0 70px;
  width: 73%;
}

section.certificazioni .certificazioni--wrapper .certificazioni-name,
#page-certificazioni section.certificazioni .certificazioni--wrapper .certificazioni-name-single {
  font-size: 35px;
  position: relative;
  height: max-content;
}

section.certificazioni .certificazioni--wrapper .certificazioni-name:after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  border: solid;
  border-width: 0 3px 3px 0;
  padding: 12px;
  transform: rotate(45deg) translateX(-50%);
  -webkit-transform: rotate(45deg) translateX(-50%);
}

section.certificazioni .certificazioni--wrapper > img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}

section.certificazioni .certificazioni--wrapper .certificazioni-item {
  cursor: pointer;
  width: 365px;
  position: relative;
}

section.certificazioni .certificazioni--wrapper .loghi--wrapper {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
}

#page-certificazioni section.certificazioni .loghi--wrapper-single {
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}

section.certificazioni .certificazioni--wrapper .loghi--wrapper > img {
  width: 33.33%;
  padding: 0 10px;
}

#page-certificazioni section.certificazioni .loghi--wrapper-single > img {
  padding: 0 10px;
  max-height: 90px;
}

section.certificazioni .certificazioni--wrapper .certificazioni-item:hover .loghi--wrapper {
  display: flex;
}

section.certificazioni .certificazioni--wrapper .certificazioni-item:hover .certificazioni-name:after {
  display: none;
}

@media screen and (max-width: 1440px) {
  section.certificazioni .certificazioni--wrapper,
  #page-certificazioni section.certificazioni .certificazioni--wrapper {
    width: 90%;
  }

  section.certificazioni .certificazioni--wrapper .certificazioni-item {
    width: 315px;
  }

  section.certificazioni .certificazioni--wrapper .certificazioni-name,
  #page-certificazioni section.certificazioni .certificazioni--wrapper .certificazioni-name-single {
    font-size: 30px;
  }

  section.certificazioni .certificazioni--wrapper > img {
    width: 85px;
    min-width: auto;
  }

  #page-certificazioni section.certificazioni .loghi--wrapper-single > img {
    max-height: 70px;
  }
}
/* end ARCHIVIO PRODOTTI */

/* INTERNA PRODOTTI */
#prodotto .prodotto--wrapper {
  position: relative;
}

#prodotto .prodotto--wrapper > .bottiglia {
  width: 12.5%;
  right: 6%;
  position: sticky;
  position: -webkit-sticky;
  z-index: 9;
  top: 190px;
  float: right;
}

#prodotto .screen.-mobile {
  display: none;
}

#prodotto .screen {
  overflow: inherit;
}

#prodotto .screen picture {
  height: calc(100% - 320px);
}

#prodotto .screen .certificato--wrapper {
  position: absolute;
  bottom: 200px;
  left: calc(50% + 150px);
  flex-direction: column;
}

#prodotto .screen .certificato--wrapper img {
  width: 150px;
  height: auto;
}

#prodotto .screen .certificato--wrapper span {
  font-size: 32px;
}

#prodotto .screen .bottom-screen {
  position: absolute;
  bottom: 0;
  height: 320px;
  width: 100%;
  border-top: 5px solid #A7813A;
  z-index: -1;
  padding: 60px;
  justify-content: space-between;
}

#prodotto .screen .bottom-screen > div {
  flex-direction: column;
  right: 6%;
  position: absolute;
  bottom: 25px;
  width: 12.5%;
}

#prodotto .screen .bottom-screen > div > span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

#prodotto .screen .bottom-screen > div > img {
  margin-top: 7px;
  height: 22px;
}

#prodotto .screen .title {
  text-transform: uppercase;
  font-size: 60px;
}

#prodotto .screen .subtitle {
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
}

@media screen and (max-width: 1600px) {
  #prodotto .prodotto--wrapper > .bottiglia,
  #prodotto .screen .bottom-screen > div {
    width: 12%;
  }
}

@media screen and (max-width: 1440px) {
  #prodotto .prodotto--wrapper > .bottiglia {
    top: 170px;
    width: 12%;
  }

  #prodotto .screen .bottom-screen > div {
    bottom: 5px;
  }

  #prodotto .screen .bottom-screen {
    height: 230px;
  }

  #prodotto .screen picture {
    height: calc(100% - 230px);
  }

  #prodotto .screen .certificato--wrapper {
    bottom: 140px;
  }

  #prodotto .screen .certificato--wrapper img {
    width: 125px;
  }

  #prodotto .screen .certificato--wrapper span {
    font-size: 25px;
  }

  #prodotto .screen .title {
    font-size: 46px;
  }

  #prodotto .screen .subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1280px) {
  #prodotto .prodotto--wrapper > .bottiglia,
  #prodotto .screen .bottom-screen > div {
    width: 10.5%;
  }

  #prodotto .screen .certificato--wrapper {
    bottom: 160px;
  }

  #prodotto .screen .certificato--wrapper img {
    width: 100px;
  }

  #prodotto .screen .certificato--wrapper span {
    font-size: 20px;
  }

  #prodotto .screen .title {
    font-size: 40px;
  }

  #prodotto .screen .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) and (max-height: 700px) {
  #prodotto .prodotto--wrapper > .bottiglia, #prodotto .screen .bottom-screen > div {
    width: 9%;
  }

  #prodotto .screen {
    padding-top: 46%;
  }

  #prodotto .screen .bottom-screen {
    height: 200px;
  }

  #prodotto .screen picture {
    height: calc(100% - 200px);
  }

  #prodotto .screen .certificato--wrapper {
    bottom: 120px;
  }

  #prodotto .screen .bottom-screen > div > span {
    font-size: 14px;
    line-height: 18px;
  }

  #prodotto .screen .bottom-screen > div > img {
    height: 14px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1023px) {
  #prodotto .screen.-desktop {
    display: none;
  }

  #prodotto .screen.-mobile {
    display: block;
    height: 630px !important;
  }

  #prodotto .screen > article > picture {
    background-size: contain !important;
  }

  #prodotto .prodotto--wrapper > .bottiglia {
    top: 250px;
    width: 115px;
    right: 115px;
    position: absolute;
  }

  #prodotto .screen > article {
    height: 100%;
    padding-top: 150px;
    position: relative;
  }

  #prodotto .screen > article .top--wrapper {
    height: calc(100% - 150px);
    padding: 0 60px;
    position: relative;
  }

  #prodotto .screen > article > picture {
    position: absolute;
    height: calc(100% - 300px);
    top: 150px;
    z-index: -1;
  }

  #prodotto .screen .title {
    font-size: 38px;
    line-height: 45px;
  }

  #prodotto .screen .bottom {
    height: 150px;
    border-top: 4px solid #A7813A;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    align-items: center;
  }

  #prodotto .screen .bottom > div {
    display: none;
  }

  #prodotto .screen .certificato--wrapper {
    position: static;
    padding-top: 45px;
    padding-left: 30px;
    width: max-content;
  }
}

@media screen and (max-width: 680px) {
  #prodotto .prodotto--wrapper > .bottiglia {
    right: 40px;
  }

  #prodotto .screen > article .top--wrapper {
    padding: 0 45px;
  }
}

@media screen and (max-width: 375px) {
  #prodotto .screen > article .top--wrapper {
    padding: 0 25px;
  }

  #prodotto .screen .certificato--wrapper {
    padding-left: 15px;
  }
}

#prodotto .caratteristiche {
  padding: 50px 60px;
}

#prodotto .caratteristiche article {
  width: 75%;
}

#prodotto .caratteristiche .caratteristiche--wrapper {
  padding-top: 100px;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item {
  width: 33.33%;
  flex-direction: column;
  align-items: center;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item > div {
  width: 80%;
  margin: 0 auto;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item > div:not(:last-child) {
  margin-bottom: 40px;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item h4,
#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item p.formato {
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
  text-transform: uppercase;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item p {
  font-weight: 300;
  padding-top: 25px;
  font-size: 25px;
  line-height: 33px;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item .sagoma {
  width: auto;
  height: 240px;
  margin: 80px 0 50px;
  cursor: pointer;
  position: relative;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item .sagoma img {
  width: 82px;
  height: 100%;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item img.hover,
#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item object.mobile,
#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item .sagoma:hover img.forma-bottiglia {
  display: none;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item .sagoma:hover img.hover {
  display: block;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item > div .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 0;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item > div .subtitle {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item table tr td {
  padding: 10px 20px;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  border: 0;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item table tr td:first-child {
  padding-right: 0;
  text-align: left;
}

#prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item table tr td:last-child {
  padding-left: 0;
  text-align: right;
}

@media screen and (max-width: 1440px) {
  #prodotto .caratteristiche .caratteristiche--wrapper {
    padding-top: 45px;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item > div .title,
  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item h4,
  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item p.formato {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item p {
    font-size: 22px;
    line-height: 30px;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item table tr td,
  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item > div .subtitle  {
    font-size: 22px;
    line-height: 26px;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item > div:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1280px) {
  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item > div {
    width: 100%;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item > div .title,
  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item h4,
  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item p.formato {
    font-size: 20px;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 0;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item table tr td,
  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item > div .subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item img {
    margin-top: 20px;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item table tr td {
    padding: 10px;
  }
}

@media screen and (max-width: 1023px) {
  #prodotto .caratteristiche .caratteristiche--wrapper {
    flex-wrap: wrap;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item,
  #prodotto .caratteristiche article {
    width: 100%;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item:not(:last-child) {
    margin-bottom: 40px;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item h4 {
    font-size: 25px;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item > div .subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item > div .title,
  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item p.formato {
    font-size: 30px;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item .sagoma {
    margin-top: 0;
    height: auto;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item img.forma-bottiglia,
  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item .sagoma:hover img.hover {
    display: none;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item object.mobile {
    width: 85px;
    margin-top: 30px;
    display: block;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item table {
    margin-top: 30px;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item table tr td {
    padding: 10px 20px;
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 680px) {
  #prodotto .caratteristiche {
    padding: 35px 45px;
  }

  #prodotto .caratteristiche .caratteristiche--wrapper .caratteristiche--item table tr td {
    padding: 10px;
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width: 374px) {
  #prodotto .caratteristiche {
    padding: 35px 25px;
  }
}
/* end INTERNA PRODOTTI */

/* CONTATTI */
.contatti-wrapper {
  padding: 50px 0;
  align-items: center;
  justify-content: center;
}

.contatti-wrapper > div {
  flex: 0 0 40%;
  padding: 0 5px;
}

.contatti-wrapper .info-contatti--wrapper .title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 32px;
}

.contatti-wrapper .info-contatti--wrapper > div {
  padding-bottom: 18px;
}

.contatti-wrapper .info-contatti--wrapper > div p,
.contatti-wrapper .info-contatti--wrapper > div a {
  font-weight: 300;
  font-size: 23px;
  line-height: 20px;
}

.contatti-wrapper .info-contatti--wrapper div.address p {
  line-height: 28px;
}


.contatti-wrapper .info-contatti--wrapper > div p strong {
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
}

.contatti-wrapper .info-contatti--wrapper > div img {
  min-width: 40px;
  height: 20px;
  margin-right: 10px;
}

.contatti-wrapper .form-contatti--wrapper p,
.contatti-wrapper .form-contatti--wrapper span {
  font-weight: 300;
}

.contatti-wrapper .form-contatti--wrapper .intro {
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
}

.contatti-wrapper .form-contatti--wrapper .form-wrapper {
  flex-wrap: wrap;
}

.contatti-wrapper .form-contatti--wrapper .form-wrapper .form-name {
  padding-right: 7.5px;
  width: 50%;
}

.contatti-wrapper .form-contatti--wrapper .form-wrapper .form-email {
  padding-left: 7.5px;
  width: 50%;
}

.contatti-wrapper .form-contatti--wrapper .form-wrapper .form-message {
  flex: 0 0 100%;
  padding-top: 15px;
}

.contatti-wrapper .form-contatti--wrapper .form-wrapper > div label,
.contatti-wrapper .form-contatti--wrapper .form-wrapper > div label span {
  display: block;
}

.contatti-wrapper .form-contatti--wrapper .form-wrapper > div input,
.contatti-wrapper .form-contatti--wrapper .form-wrapper > div textarea {
  border: 1px solid #947526;
  padding: 12px 15px;
  width: 100%;
  color: #947526;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.contatti-wrapper .form-contatti--wrapper .form-wrapper > div textarea {
  resize: none;
  height: 115px;
}

.contatti-wrapper .form-contatti--wrapper .form-wrapper > div input::placeholder,
.contatti-wrapper .form-contatti--wrapper .form-wrapper > div textarea::placeholder {
  color: #947526;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.contatti-wrapper .form-contatti--wrapper .check-privacy {
  padding-top: 10px;
}

.contatti-wrapper .form-contatti--wrapper .check-privacy .wpcf7-list-item {
  display: flex;
  margin: 0;
  position: relative;
}

.contatti-wrapper .form-contatti--wrapper .check-privacy input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.contatti-wrapper .form-contatti--wrapper .check-privacy span.wpcf7-list-item-label {
  margin-left: 35px;
  line-height: 20px;
}

.contatti-wrapper .form-contatti--wrapper .check-privacy input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  top: 0px;
  left: 0px;
  border: 1px solid #947526;
  cursor: pointer;
}

.contatti-wrapper .form-contatti--wrapper .check-privacy input[type=checkbox]:checked ~ span:before {
  background-color: #947526;
}

.contatti-wrapper .form-contatti--wrapper .check-privacy .privacy {
  margin-left: 35px;
}

.contatti-wrapper .form-contatti--wrapper .check-privacy .privacy a {
  text-decoration: underline;
}

.contatti-wrapper .form-contatti--wrapper input[type="submit"] {
  border-left: 0;
  border-right: 0;
  background-color: #fff;
  margin-top: 30px;
  font-size: 22px;
  font-family: inherit;
  padding: 8px 50px;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .contatti-wrapper .info-contatti--wrapper .title,
  .contatti-wrapper .info-contatti--wrapper > div p span {
    font-size: 23px;
  }

  .contatti-wrapper .info-contatti--wrapper > div p,
  .contatti-wrapper .info-contatti--wrapper > div a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .contatti-wrapper {
    padding: 35px 60px;
    flex-direction: column;
  }

  .contatti-wrapper > div {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }

  .contatti-wrapper .info-contatti--wrapper {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 680px) {
  .contatti-wrapper {
    padding: 35px 45px;
  }

  .contatti-wrapper .form-contatti--wrapper .form-wrapper > div {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contatti-wrapper .info-contatti--wrapper div.address p {
    line-height: 24px;
  }

  .contatti-wrapper .form-contatti--wrapper .form-wrapper .form-name {
    padding-bottom: 15px;
  }

  .contatti-wrapper .form-contatti--wrapper .form-wrapper > div textarea {
    height: 125px;
  }

  .contatti-wrapper .form-contatti--wrapper .check-privacy {
    padding-top: 20px;
  }

  .contatti-wrapper .form-contatti--wrapper input[type="submit"] {
    margin-top: 35px;
  }
}

@media screen and (max-width: 425px) {
  .contatti-wrapper {
    padding: 35px 25px;
  }
}
/* end CONTATTI */

/* LA STORIA */
#page-storia .time-line {
  padding: 70px 60px 150px;
  position: relative;
  transform: translateX(0);
  overflow: hidden;
}

#page-storia .line_time-line {
  position: fixed;
  width: 4px;
  background-color: #947526;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

#page-storia .line_time-line img {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 28px;
}

#page-storia .time-line .time-line--wrapper,
#page-storia .time-line .time-line--wrapper .title {
  align-items: center;
}

#page-storia .time-line .time-line--wrapper:not(:last-child) {
  padding-bottom: 80px;
}

#page-storia .time-line .time-line--wrapper > div {
  width: 50%;
}

#page-storia .time-line .time-line--wrapper .title {
  padding-right: 60px;
  justify-content: flex-end;
}

#page-storia .time-line .time-line--wrapper .title .title_time-line {
  margin-right: 20px;
  text-align: center;
}
#page-storia .time-line .time-line--wrapper .title .title_time-line .title_time-line-title{
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
}

#page-storia .time-line .time-line--wrapper .title .title_time-line .title_time-line-subtitle {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}

#page-storia .time-line .time-line--wrapper .title .img_time-line {
  width: 400px;
  height: 400px;
  border: 4px solid #947526;
  border-radius: 50%;
  object-fit: cover;
}

#page-storia .time-line .time-line--wrapper.reverse,
#page-storia .time-line .time-line--wrapper.reverse .title {
  flex-direction: row-reverse;
}

#page-storia .time-line .time-line--wrapper.reverse .title {
  padding-right: 0;
  padding-left: 60px;
}

#page-storia .time-line .time-line--wrapper.reverse .title .title_time-line {
  margin-left: 20px;
}

#page-storia .time-line .time-line--wrapper.reverse .description {
  padding-right: 60px;
  padding-left: 0;
  text-align: right;
}

#page-storia .time-line .time-line--wrapper .more-info {
  display: none;
}

#page-storia .time-line .time-line--wrapper .description {
  padding-left: 60px;
}

#page-storia .time-line .time-line--wrapper .description p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

#page-storia .time-line .time-line--wrapper .description p strong {
  font-weight: normal;
}

@media screen and (max-width: 1440px) {
  #page-storia .time-line {
    padding: 70px 20px 150px;
  }

  #page-storia .time-line .time-line--wrapper .title,
  #page-storia .time-line .time-line--wrapper.reverse .description {
    padding-right: 40px;
  }

  #page-storia .time-line .time-line--wrapper .title .img_time-line {
    width: 325px;
    height: 325px;
  }

  #page-storia .time-line .time-line--wrapper .description,
  #page-storia .time-line .time-line--wrapper.reverse .title {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1280px) {
  #page-storia .time-line .time-line--wrapper .title .img_time-line {
    width: 250px;
    height: 250px;
  }

  #page-storia .time-line .time-line--wrapper .title .title_time-line .title_time-line-title {
    font-size: 46px;
  }

  #page-storia .time-line .time-line--wrapper .title .title_time-line .title_time-line-subtitle {
    font-size: 22px;
  }

  #page-storia .time-line .time-line--wrapper .description p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1023px) {
  #page-storia .line_time-line {
    right: 60px;
    left: auto;
    transform: translateX(0);
  }

  #page-storia .time-line .time-line--wrapper,
  #page-storia .time-line .time-line--wrapper.reverse {
    flex-direction: column;
  }

  #page-storia .time-line .time-line--wrapper > div {
    width: calc(100% - 120px);
  }

  #page-storia .time-line .time-line--wrapper .title,
  #page-storia .time-line .time-line--wrapper.reverse .title {
    padding: 0;
    flex-direction: column-reverse;
  }

  #page-storia .time-line .time-line--wrapper .title .title_time-line {
    margin-right: 0;
    margin-top: 20px;
  }

  #page-storia .time-line .time-line--wrapper.reverse .title .title_time-line {
    margin-left: 0;
  }

  #page-storia .time-line .time-line--wrapper .title, #page-storia .time-line .time-line--wrapper.reverse .description {
    padding-right: 0;
    text-align: left;
  }

  #page-storia .time-line .time-line--wrapper .more-info {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #947526;
    border-radius: 50%;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
  }

  #page-storia .time-line .time-line--wrapper .more-info:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    line-height: 50px;
    font-weight: 100;
  }

    #page-storia .time-line .time-line--wrapper .more-info.open:before {
      content: '-';
      top: calc(50% - 5px);
    }

  #page-storia .time-line .time-line--wrapper .description {
    padding-left: 0;
    display: none;
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  #page-storia .time-line {
    padding: 20px 20px 40px;
  }

  #page-storia .time-line .time-line--wrapper .title .title_time-line .title_time-line-subtitle {
    font-size: 18px;
  }

  #page-storia .time-line .time-line--wrapper,
  #page-storia .time-line .time-line--wrapper.reverse {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 425px) {
  #page-storia .line_time-line {
    right: 14px;
    width: 3px;
  }

  #page-storia .line_time-line img {
    width: 30px;
    height: 16px;
  }

  #page-storia .time-line .time-line--wrapper > div {
    width: calc(100% - 40px);
  }
}
/* end LA STORIA */

/* IL METODO BERIO PAGE */
#page-metodo .section-metodo, #page-sostenibilita .section-sostenibilita {
  padding: 60px 0;
  overflow: hidden;
}

#page-metodo .section-metodo .intro--wrapper,
#page-sostenibilita .section-sostenibilita .intro--wrapper {
  padding: 0 130px;
  margin-bottom: 60px;
}

#page-metodo .section-metodo header .title,
#page-sostenibilita .section-sostenibilita header .title {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
}

#page-metodo .section-metodo .intro p,
#page-metodo .section-metodo .intro li,
#page-sostenibilita .section-sostenibilita .intro p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

#page-metodo .section-metodo .intro p strong,
#page-metodo .section-metodo .intro li strong,
#page-sostenibilita .section-sostenibilita .intro p strong {
  font-weight: normal;
}

#page-metodo .section-metodo .intro ul li:before {
  left: 15px;
  background-color: #947526;
  top: 15px;
}

#page-metodo .section-metodo .intro .text-hide .subtitle{
  display: none;
}

#page-metodo .section-metodo .intro .more-info,
#page-mappa-del-gusto .more-info {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #947526;
  border-radius: 50%;
  margin: 20px auto 0;
  position: relative;
  cursor: pointer;
}

#page-mappa-del-gusto .article-degustazione .more-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  margin: 0;
}

#page-metodo .section-metodo .intro .more-info:before,
#page-mappa-del-gusto .more-info:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
}

#page-metodo .section-metodo .intro .more-info.open:before,
#page-mappa-del-gusto .more-info.open:before {
  content: '-';
  top: calc(50% - 5px);
}

@media screen and (max-width: 1440px) {
  #page-metodo .section-metodo .intro--wrapper,
  #page-sostenibilita .section-sostenibilita .intro--wrapper  {
    padding: 0 70px;
  }

  #page-metodo .section-metodo header .title,
  #page-sostenibilita .section-sostenibilita header .title {
    font-size: 60px;
  }

  #page-metodo .section-metodo .intro p,
  #page-metodo .section-metodo .intro li,
  #page-sostenibilita .section-sostenibilita .intro p {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1280px) {
  #page-metodo .section-metodo header .title,
  #page-sostenibilita .section-sostenibilita header .title {
    font-size: 40px;
  }

  #page-metodo .section-metodo .intro p,
  #page-metodo .section-metodo .intro li,
  #page-sostenibilita .section-sostenibilita .intro p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1023px) {
  #page-mappa-del-gusto .article-degustazione .more-info {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  #page-metodo .section-metodo, #page-sostenibilita .section-sostenibilita {
    padding: 25px 0 40px;
  }

  #page-metodo .section-metodo .intro--wrapper,
  #page-sostenibilita .section-sostenibilita .intro--wrapper {
    padding: 0 20px;
    margin-bottom: 25px;
  }

  #page-metodo .section-metodo .intro p,
  #page-metodo .section-metodo .intro li,
  #page-sostenibilita .section-sostenibilita .intro p {
    font-size: 18px;
    line-height: 25px;
  }
}

#page-metodo .section-metodo .article-metodo,
#page-mappa-del-gusto .profile-sensory .article-profile-sensory,
#page-villa-berio .villa-berio .article-villa-berio,
#page-sostenibilita .sostenibilita .article-sostenibilita,
#single-news .single-news .article-single-news {
  flex-direction: column;
  padding: 150px 0 0;
  position: relative;
}

#single-news .single-news .article-single-news {
  padding-top: 20px;
}

#single-news .single-news header.-mobile h1 {
  text-transform: uppercase;
  font-size: 42px;
  font-size: 36px;
  line-height: 40px;
  padding: 60px 60px 40px;
}

#page-mappa-del-gusto .profile-sensory .article-profile-sensory {
  padding: 0;
}

#page-mappa-del-gusto .profile-sensory .article-profile-sensory:not(:first-child),
#page-villa-berio .villa-berio .article-villa-berio,
#page-sostenibilita .sostenibilita .article-sostenibilita {
  padding-top: 40px;
}

#page-villa-berio .villa-berio .article-villa-berio:not(:first-child),
#page-sostenibilita .sostenibilita .article-sostenibilita:not(:first-child) {
  padding-top: 60px;
}

#page-metodo .section-metodo .article-metodo .img-metodo,
#page-mappa-del-gusto .profile-sensory .article-profile-sensory .img-profile-sensory,
#page-villa-berio .villa-berio .article-villa-berio .img-villa-berio,
#page-sostenibilita .sostenibilita .article-sostenibilita .img-sostenibilita,
#single-news .single-news .article-single-news .img-single-news {
  padding-top: 96.33%;
  overflow: hidden;
  height: 0;
  position: relative;
}

#page-metodo .section-metodo .article-metodo .img-metodo img,
#page-mappa-del-gusto .profile-sensory .article-profile-sensory .img-profile-sensory img,
#page-villa-berio .villa-berio .article-villa-berio .img-villa-berio img,
#page-sostenibilita .sostenibilita .article-sostenibilita .img-sostenibilita img,
#single-news .single-news .article-single-news .img-single-news img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page-mappa-del-gusto .profile-sensory .article-profile-sensory header,
#page-villa-berio .villa-berio .article-villa-berio .title-article,
#page-sostenibilita .sostenibilita .article-sostenibilita .title-article {
  order: 2;
  margin-top: 20px;
}

#page-villa-berio .villa-berio .article-villa-berio .title-article,
#page-sostenibilita .sostenibilita .article-sostenibilita .title-article {
  margin: 20px 60px 0;
}

#page-metodo .section-metodo .article-metodo .text-metodo {
  padding: 25px 45px 0;
}

#page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory,
#page-villa-berio .villa-berio .article-villa-berio .text-villa-berio,
#page-sostenibilita .sostenibilita .article-sostenibilita .text-sostenibilita {
  order: 3;
  padding: 45px 0;
}

#page-villa-berio .villa-berio .article-villa-berio .text-villa-berio,
#page-sostenibilita .sostenibilita .article-sostenibilita .text-sostenibilita,
#single-news .single-news .article-single-news .text-single-news {
  padding: 25px 60px;
}

#page-metodo .section-metodo .article-metodo .text-metodo .text-metodo--wrapper {
  border-left: 3px solid #947526;
  padding: 15px 0 20px 20px;
  position: relative;
  background: #fff;
}

#page-metodo .section-metodo .article-metodo .title-article {
  align-items: center;
  font-size: 35px;
  font-weight: 600;
}

#page-metodo .section-metodo .article-metodo .title-article img {
  margin-right: 10px;
  width: 60px;
  height: 60px;
}

#page-metodo .section-metodo .article-metodo .description-article p,
#page-metodo .section-metodo .article-metodo .description-article li {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

#page-metodo .section-metodo .article-metodo .description-article p strong,
#page-metodo .section-metodo .article-metodo .description-article li strong,
#single-news .single-news .article-single-news .text-single-news p strong {
  font-weight: normal;
}

#single-news .single-news .article-single-news .text-single-news .text-gold p,
#single-news .single-news .article-single-news .text-single-news .text-gold time {
  margin-bottom: 15px;
}

#page-metodo .section-metodo .article-metodo .description-article ul {
  padding: 10px 0 10px 40px;
}

#page-villa-berio .villa-berio .article-villa-berio .text-villa-berio a,
#page-sostenibilita .sostenibilita .article-sostenibilita .text-sostenibilita a,
#page-metodo .section-metodo .article-metodo .description-article {
  color: inherit;
}

#page-metodo .section-metodo .article-metodo .text-metodo .text-metodo--wrapper:before,
#page-metodo .section-metodo .article-metodo .text-metodo .text-metodo--wrapper:after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #947526;
  left: 0;
}

#page-metodo .section-metodo .article-metodo .text-metodo .text-metodo--wrapper:before {
  width: 60%;
  top: 0;
}

#page-metodo .section-metodo .article-metodo .text-metodo .text-metodo--wrapper:after {
  width: 100%;
  bottom: 0;
}

#page-metodo .section-metodo .article-metodo:before {
  content: '';
  position: absolute;
  background-color: #947526;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#page-villa-berio .villa-berio-gallery {
  padding: 100px 0 45px;
  overflow: hidden;
}

#single-news .single-news {
  overflow: hidden;
}

#page-villa-berio .villa-berio-gallery picture {
  overflow: hidden;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}

#page-villa-berio .villa-berio-gallery picture img {
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

/* SLICK */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
  bottom: -25px !important;
  height: 15px;
  display: flex !important;
  justify-content: center;
}

.slick-dots li, .slick-dots li button:before {
  width: 15px !important;
  height: 15px !important;
}

.slick-dots li:before {
  content: none;
}

.slick-dots li button {
  padding: 0;
}

.slick-dots li button:before {
  content: '' !important;
  background: rgba(148, 117, 38, 0.3);
  border-radius: 50%;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  background-color: rgb(148, 117, 38);
}

.slick-arrow {
  top: auto !important;
  bottom: -40px !important;
  z-index: 10;
}

.slick-prev:before, .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1 !important;
}

.slick-prev {
  left: 60px !important;
}

.slick-prev:before {
  content: url('images/svg/arrow-slick.svg') !important;
}

.slick-next {
  right: 60px !important;
}

.slick-next:before {
  content: url('images/svg/arrow-slick.svg') !important;
  transform: translate(-50%, -50%) scaleX(-1);
}

@media screen and (max-width: 680px) {
  .slick-prev {
    left: 45px !important;
  }

  .slick-next {
    right: 45px !important;
  }
}

@media screen and (max-width: 425px) {
  .slick-prev {
    left: 25px !important;
  }

  .slick-next {
    right: 25px !important;
  }
}
/* end SLICK */

@media screen and (max-width: 680px) {
  #page-metodo .section-metodo .article-metodo {
    padding: 70px 0 0;
  }

  #page-metodo .section-metodo .article-metodo .text-metodo {
    padding: 25px 20px 0;
  }

  #page-mappa-del-gusto .profile-sensory .article-profile-sensory header {
    padding: 0 45px !important;
  }

  #page-villa-berio .villa-berio .article-villa-berio .title-article,
  #page-sostenibilita .sostenibilita .article-sostenibilita .title-article {
    margin-left: 45px;
    margin-right: 45px;
  }

  #page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory,
  #page-villa-berio .villa-berio .article-villa-berio .text-villa-berio,
  #page-sostenibilita .sostenibilita .article-sostenibilita .text-sostenibilita,
  #single-news .single-news header.-mobile h1,
  #single-news .single-news .article-single-news .text-single-news,
  #page-sostenibilita .btn-sostenibilita {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 425px) {
  #page-mappa-del-gusto .profile-sensory .article-profile-sensory header {
    padding: 0 25px !important;
  }

  #page-villa-berio .villa-berio .article-villa-berio .title-article,
  #page-sostenibilita .sostenibilita .article-sostenibilita .title-article {
    margin-left: 25px;
    margin-right: 25px;
  }

  #page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory,
  #page-villa-berio .villa-berio .article-villa-berio .text-villa-berio,
  #page-sostenibilita .sostenibilita .article-sostenibilita .text-sostenibilita {
    padding: 45px 25px !important;
  }

  #single-news .single-news header.-mobile h1,
  #single-news .single-news .article-single-news .text-single-news,
  #page-sostenibilita .btn-sostenibilita {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}


@media screen and (max-width: 1023px) {
  #page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory {
    padding-right: 60px;
  }

  #page-mappa-del-gusto, #page-villa-berio {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 1024px) {
  #page-mappa-del-gusto, #page-villa-berio {
    padding-bottom: 85px;
  }

  #page-metodo .section-metodo .article-metodo,
  #page-mappa-del-gusto .profile-sensory .article-profile-sensory,
  #page-villa-berio .villa-berio .article-villa-berio,
  #page-sostenibilita .sostenibilita .article-sostenibilita {
    flex-direction: row;
    padding: 85px 0 0;
  }

  #single-news .single-news {
    padding: 85px 60px;
  }

  #single-news .single-news .article-single-news {
    flex-direction: row;
    padding-top: 0;
  }

  #single-news .single-news .article-single-news:not(:last-child) {
    padding-bottom: 25px;
  }

  #single-news .single-news header.-mobile {
    display: none;
  }

  #page-metodo .section-metodo .article-metodo .img-metodo,
  #page-mappa-del-gusto .profile-sensory .article-profile-sensory .img-profile-sensory,
  #page-villa-berio .villa-berio .article-villa-berio .img-villa-berio,
  #page-sostenibilita .sostenibilita .article-sostenibilita .img-sostenibilita,
  #single-news .single-news .article-single-news .img-single-news {
    width: 40%;
    padding-top: 0;
    height: auto;
  }

  #page-mappa-del-gusto .profile-sensory .article-profile-sensory,
  #page-villa-berio .villa-berio .article-villa-berio,
  #page-sostenibilita .sostenibilita .article-sostenibilita {
    padding-top: 65px;
    flex-wrap: wrap;
  }

  #page-mappa-del-gusto .profile-sensory .article-profile-sensory header {
    flex: 0 0 100%;
    margin-bottom: 60px;
    padding: 0 100px;
    order: inherit;
  }

  #page-villa-berio .villa-berio .article-villa-berio .title-article,
  #page-sostenibilita .sostenibilita .article-sostenibilita .title-article {
    flex: 0 0 100%;
    margin-bottom: 60px;
    order: inherit;
    padding-left: 60px;
    margin: 20px 0 60px;
  }

  #page-mappa-del-gusto .profile-sensory .article-profile-sensory .img-profile-sensory,
  #page-villa-berio .villa-berio .article-villa-berio .img-villa-berio,
  #page-sostenibilita .sostenibilita .article-sostenibilita .img-sostenibilita {
    width: 55%;
    order: inherit;
  }

  #page-metodo .section-metodo .article-metodo .text-metodo,
  #page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory,
  #single-news .single-news .article-single-news .text-single-news {
    width: calc(60% + 60px);
    z-index: 0;
    margin: 40px 0 40px -60px;
    padding: 30px;
    position: relative;
  }

  #single-news .single-news .article-single-news .text-single-news {
    padding-right: 0;
  }

  #single-news .single-news .article-single-news.reverse .text-single-news {
    padding-left: 0;
    padding-right: 30px;
  }

  #single-news .single-news .article-single-news .text-single-news {
    background-color: #fff;
  }

  #page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory,
  #page-villa-berio .villa-berio .article-villa-berio .text-villa-berio,
  #page-villa-berio .villa-berio .article-villa-berio.reverse .text-villa-berio,
  #page-sostenibilita .sostenibilita .article-sostenibilita .text-sostenibilita,
  #page-sostenibilita .sostenibilita .article-sostenibilita.reverse .text-sostenibilita {
    margin: 40px -60px 40px 0;
    padding: 50px 50px 50px 0;
    z-index: 1;
    background: #fff;
    width: calc(45% + 60px);
    order: inherit;
    padding-left: 100px;
  }

  #single-news .single-news .article-single-news.reverse .text-single-news {
    margin: 40px -60px 40px 0;
  }

  #page-sostenibilita .sostenibilita .article-sostenibilita .text-sostenibilita {
    margin: 150px 0 150px -200px;
    padding: 80px 90px 80px 90px;
    width: calc(45% + 200px);
  }

  #page-sostenibilita .sostenibilita .article-sostenibilita.reverse .text-sostenibilita {
    margin: 150px -200px 150px 0;
    padding: 80px 90px 80px 90px;
  }

  #page-mappa-del-gusto .profile-sensory .article-profile-sensory.reverse .text-profile-sensory,
  #page-villa-berio .villa-berio .article-villa-berio .text-villa-berio {
    margin: 40px 0 40px -60px;
    padding: 50px 60px 50px 50px;
  }

  #page-villa-berio .villa-berio .article-villa-berio.reverse .text-villa-berio,
  #page-sostenibilita .sostenibilita .article-sostenibilita.reverse .text-sostenibilita {
    text-align: right;
    padding-left: 60px;
  }

  #page-metodo .section-metodo .article-metodo .text-metodo:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 90px;
    background: #fff;
    top: 0;
    left: 0;
  }

  #page-metodo .section-metodo .article-metodo .text-metodo .text-metodo--wrapper:before {
    width: 30%;
  }

  #page-metodo .section-metodo .article-metodo .text-metodo .text-metodo--wrapper:after {
    width: 45%;
  }

  #page-metodo .section-metodo .article-metodo:before {
    height: calc(100% + 60px);
  }

  #page-metodo .section-metodo .article-metodo.reverse,
  #page-mappa-del-gusto .profile-sensory .article-profile-sensory.reverse,
  #page-villa-berio .villa-berio .article-villa-berio.reverse,
  #page-sostenibilita .sostenibilita .article-sostenibilita.reverse,
  #single-news .single-news .article-single-news.reverse {
    flex-direction: row-reverse;
  }

  #page-metodo .section-metodo .article-metodo.reverse .text-metodo {
    margin: 40px -60px 40px 0;
  }

  #page-metodo .section-metodo .article-metodo.reverse .text-metodo:before {
    right: 0;
    left: auto;
  }

  #page-metodo .section-metodo .article-metodo.reverse .text-metodo .text-metodo--wrapper {
    padding: 15px 20px 20px 0;
    border-right: 3px solid #947526;
    border-left: 0;
  }

  #page-metodo .section-metodo .article-metodo.reverse .text-metodo .text-metodo--wrapper:before,
  #page-metodo .section-metodo .article-metodo.reverse .text-metodo .text-metodo--wrapper:after {
    left: auto;
    right: 0;
  }

  #page-metodo .section-metodo .article-metodo.reverse .title-article {
    justify-content: flex-end;
  }

  #page-metodo .section-metodo .article-metodo.reverse .description-article {
    text-align: right;
  }
}

@media screen and (max-width: 1280px) {
  #page-mappa-del-gusto .profile-sensory .article-profile-sensory header {
    padding: 0 60px;
  }

  #page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory {
    padding-left: 60px;
  }
}

@media screen and (min-width: 1441px) {
  #page-metodo .section-metodo .article-metodo .text-metodo {
    margin: 80px 0 80px -100px;
    width: calc(60% + 100px);
    padding: 45px;
  }

  #page-mappa-del-gusto .profile-sensory .article-profile-sensory .text-profile-sensory {
    margin: 80px -100px 80px 0;
    width: calc(45% + 100px);
  }

  #page-metodo .section-metodo .article-metodo.reverse .text-metodo {
    margin: 80px -100px 80px 0;
  }

  #page-mappa-del-gusto .profile-sensory .article-profile-sensory.reverse .text-profile-sensory {
    margin: 80px 0px 80px -100px;
  }

  #page-metodo .section-metodo .article-metodo .text-metodo:before {
    width: 105px;
  }

  #page-metodo .section-metodo .article-metodo .title-article {
    font-size: 80px;
  }

  #page-metodo .section-metodo .article-metodo .description-article p,
  #page-metodo .section-metodo .article-metodo .description-article li {
    font-size: 22px;
    line-height: 32px;
  }

  #page-metodo .section-metodo .article-metodo .description-article ul {
    padding: 25px 0 25px 40px;
  }
}
/* end IL METODO BERIO */

/* MAPPA DEL GUSTO - PAGE */
#page-mappa-del-gusto section.profile-sensory .content {
  padding-top: 10px;
}

#page-mappa-del-gusto section .content {
  padding: 75px 100px 0;
}

#page-mappa-del-gusto section .description {
  font-size: 22px;
  line-height: 30px;
  padding: 35px 0 25px;
  font-weight: 300;
}

#page-mappa-del-gusto section .description strong {
  font-weight: normal;
}

section.degustazione .degustazione--wrapper {
  padding-top: 40px;
}

section.degustazione .degustazione--wrapper .article-degustazione {
  width: 33.33%;
  padding-top: 33.33%;
  position: relative;
  cursor: pointer;
}

section.degustazione .degustazione--wrapper .article-degustazione > div {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 82%;
  left: 50%;
  top: 80px;
  z-index: 1;
  transform: translateX(-50%);
  padding: 40px 0;
  -webkit-box-shadow: -10px 0px 25px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -10px 0px 25px 0px rgba(0,0,0,0.3);
  box-shadow: -10px 0px 25px 0px rgba(0,0,0,0.3);
}

section.degustazione .degustazione--wrapper .article-degustazione header img {
  height: 60px;
  width: auto;
}

section.degustazione .degustazione--wrapper .article-degustazione header h2 {
  padding: 15px 0 20px;
  font-size: 34px;
  font-weight: 500;
}

section.degustazione .degustazione--wrapper .article-degustazione .article-degustazione_description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
}

section.degustazione .degustazione--wrapper .article-degustazione .article-degustazione_description strong {
  font-weight: normal;
}

section.degustazione .degustazione--wrapper .article-degustazione:hover > div {
  display: block;
}

section.panel-test div.-mobile {
  display: none;
}

section.panel-test .panel-parameters {
  font-size: 18px;
}

section.panel-test .table--wrapper {
  padding: 50px 0;
  flex-wrap: wrap;
  display: none;
}

section.panel-test .table--wrapper.d-flex {
  display: flex !important;
}

section.panel-test table tr th {
  background-color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  padding: 20px 10px;
  width: 50%;
}

section.panel-test table tr td {
  padding: 30px;
  vertical-align: top;
  text-align: left;
}

table tr td:empty {
  border: 0;
}

section.panel-test table tr td.no-border {
  border: 0;
}

section.panel-test table tr th:last-child  {
  border-left: 0;
}

section.panel-test table tr td:nth-child(2n+0) {
  border-left: 0;
  width: 40%;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  padding-left: 10px;
}

section.panel-test table tr td:nth-child(2n+1) {
  width: 10%;
  font-weight: 500;
  font-size: 25px;
  color: #947526;
  padding-right: 10px;
  border-right: 0;
}

section.panel-test .panel-source {
  width: 100%;
  text-align: right;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  padding-top: 30px;
}

section.profile-sensory, section.villa-berio, section.sostenibilita {
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  section.degustazione .degustazione--wrapper .article-degustazione > div {
    padding: 20px 0;
  }

  section.degustazione .degustazione--wrapper .article-degustazione header img {
    height: 40px;
  }

  section.degustazione .degustazione--wrapper .article-degustazione header h2 {
    font-size: 28px;
    padding-top: 0;
  }

  section.degustazione .degustazione--wrapper .article-degustazione .article-degustazione_description,
  section.panel-test table tr td {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  section.panel-test table tr td {
    padding: 20px;
  }

  section.panel-test table tr th {
    font-size: 24px;
  }
}

@media screen and (max-width: 1280px) {
  #page-mappa-del-gusto section .content {
    padding: 75px 60px 0;
  }

  section.degustazione .degustazione--wrapper .article-degustazione > div {
    width: 92%;
  }

  section.degustazione .degustazione--wrapper .article-degustazione header h2 {
    padding-bottom: 10px;
    font-size: 24px;
  }

  section.panel-test table tr th {
    font-size: 20px;
  }

  section.degustazione .degustazione--wrapper .article-degustazione .article-degustazione_description,
  section.panel-test table tr td {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media screen and (max-width: 1023px) {
  section.degustazione .degustazione--wrapper {
    flex-direction: column;
  }

  section.degustazione .degustazione--wrapper .article-degustazione {
    width: 100%;
    padding-top: 100%;
    background-size: contain !important;
  }

  section.degustazione .degustazione--wrapper .article-degustazione > div {
    display: block !important;
    width: 80%;
    margin: -110px auto 0;
    padding-bottom: 60px;
    position: static;
    transform: none;
  }

  section.panel-test div.-mobile {
    display: block;
  }

  section.panel-test div.-desktop {
    display: none;
  }

  section.panel-test table:not(:first-child) {
    margin-top: 30px;
  }

  section.panel-test .table--wrapper {
    padding: 45px 0 0;
  }

  section.panel-test table tr th:first-child, section.panel-test table tr td:not(:last-child) {
    border-right: 1px solid #947526;
  }

  section.panel-test table tr th:last-child {
    border-left: 1px solid #947526;
  }

  section.panel-test table tr th {
    border-left: 1px solid #947526;
    border-right: 1px solid #947526;
  }

  section.panel-test table tr td:nth-child(2n+1) {
    width: 25%;
    border-top: 0;
  }

  section.panel-test table tr td:nth-child(2n+0) {
    width: 75%;
    border-top: 0;
  }

  section.profile-sensory {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  section.panel-test table tr th {
    padding: 20px 40px;
  }

  section.panel-test table tr td {
    display: block;
    width: 100% !important;
    border-bottom: 1px solid #947526;
  }

  section.panel-test table tr td:nth-child(2n+0) {
    border-left: 1px solid #947526;
    padding: 10px 20px 20px;
  }

  section.panel-test table tr td:nth-child(2n+1) {
    border-bottom: 0;
    padding: 20px 20px 10px;
  }
}

@media screen and (max-width: 680px) {
  #page-mappa-del-gusto section .content {
    padding: 45px 45px 0;
  }

  section.degustazione .degustazione--wrapper .article-degustazione > div {
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 425px) {
  #page-mappa-del-gusto section .content {
    padding: 45px 25px 0;
  }

  section.degustazione .degustazione--wrapper .article-degustazione > div {
    width: calc(100% - 50px);
  }
}
/* end MAPPA DEL GUSTO - PAGE */

/* CERTIFICAZIONI - PAGE */
#page-certificazioni .page-content--wrapper > p {
  font-size: 22px !important;
  line-height: 32px !important;
}

@media screen and (max-width: 1023px) {
  #page-certificazioni section.certificazioni .certificazioni--wrapper {
    flex-wrap: wrap;
    padding: 0 0 30px;
  }

  #page-certificazioni section.certificazioni .certificazioni--wrapper .certificazioni-item-single {
    flex: 0 0 100%;
    padding-top: 50px;
  }
}

@media screen and (max-width: 680px) {
  #page-certificazioni section.certificazioni .certificazioni--wrapper {
    width: 100%;
  }

  #page-certificazioni section.certificazioni .loghi--wrapper-single {
    padding-top: 15px;
  }
}

@media screen and (max-width: 425px) {
  #page-certificazioni section.certificazioni .certificazioni--wrapper .certificazioni-name-single {
    font-size: 26px;
  }

  #page-certificazioni section.certificazioni .loghi--wrapper-single > img {
    width: 33.33%;
    max-height: none;
  }
}
/* end CERTIFICAZIONI - PAGE */

/* ARCHIVIO RICETTE */
#archive-ricette .filtri-ricette--wrapper {
  padding: 10px 60px 90px;
  align-items: flex-end;
  flex-wrap: wrap;
}

#archive-ricette .filtri-ricette--wrapper > div,
#archive-ricette .filtri-ricette--wrapper > span {
  margin-top: 65px;
}

#archive-ricette .filtri-ricette--wrapper > span,
#category-news .archive-news .filtri-news--wrapper > span {
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 30px;
  font-weight: 500;
}

#archive-ricette .filtri-ricette--wrapper > span {
  align-self: center;
}

#category-news .archive-news .filtri-news--wrapper > span {
  margin-right: 100px;
}

#archive-ricette .filtri-ricette--wrapper > span:after,
#category-news .archive-news .filtri-news--wrapper > span:after {
  content: ':';
}

#archive-ricette .filtri-ricette--wrapper > div img {
  height: 60px;
}

#archive-ricette .filtri-ricette--wrapper select,
#category-news .archive-news .filtri-news--wrapper select {
  text-transform: uppercase;
  border-left: 0;
  border-right: 0;
  font-size: 15px;
  padding: 8px 25px 8px 15px;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  margin-top: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(images/svg/freccia_storia.svg) no-repeat right center;
  background-size: 12px;
  background-position-x: calc(100% - 3px);
}

#category-news .archive-news .filtri-news--wrapper select {
  margin-top: 0;
}

#category-news .archive-news .filtri-news--wrapper select:not(:last-child) {
  margin-right: 80px;
}

#archive-ricette .filtri-ricette--wrapper select option,
#category-news .archive-news .filtri-news--wrapper select option {
  border: 0;
  font-weight: 300;
  padding: 8px 20px 8px 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
}

#archive-ricette .filtri-ricette--wrapper > div:not(:last-child) {
  flex-direction: column;
  align-items: center;
  margin-right: 60px;
}

#archive-ricette .filtri-ricette--wrapper > div:last-child {
  margin-right: 20px;
}

#archive-ricette .filtri-ricette--wrapper .filters > div img {
  max-height: 60px;
}

#archive-ricette .filtri-ricette--wrapper .random a {
  text-transform: uppercase;
  padding: 15px 30px;
  position: relative;
  border: 1px solid;
}

#archive-ricette .filtri-ricette--wrapper .random a:hover,
#archive-ricette .filtri-ricette--wrapper .random a:hover .filtri-icon--wrapper,
#archive-ricette .filtri-ricette--wrapper .random a:hover .filtri-icon--wrapper:after {
  background-color: #947526;
  color: #fff !important;
}

#archive-ricette .filtri-ricette--wrapper .random a:hover .filtri-icon--wrapper {
  border-color: #947526;
}

#archive-ricette .filtri-ricette--wrapper .random a:hover .filtri-icon--wrapper img#hover {
  display: block;
  margin-bottom: 6px;
}

#archive-ricette .filtri-ricette--wrapper .random a:hover .filtri-icon--wrapper img#initial {
  display: none;
}

@media screen and (max-width: 1440px) {
  #archive-ricette .filtri-ricette--wrapper {
    padding: 10px 20px 90px;
  }

  #archive-ricette .filtri-ricette--wrapper > span {
    font-size: 20px;
    margin-right: 20px;
  }

  #category-news .archive-news .filtri-news--wrapper > span {
    font-size: 20px;
  }

  #archive-ricette .filtri-ricette--wrapper > div:not(:last-child) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1023px) {
  #category-news .archive-news .filtri-news--wrapper {
    padding: 25px !important;
  }

  #archive-ricette .filtri-ricette--wrapper > span,
  #category-news .archive-news .filtri-news--wrapper > span {
    margin: 0;
    position: relative;
    cursor: pointer;
  }

  #archive-ricette .filtri-ricette--wrapper > span.change-arrow:after,
  #category-news .archive-news .filtri-news--wrapper > span.change-arrow:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
  }

  #archive-ricette .filtri-ricette--wrapper > div:not(:last-child),
  #category-news .archive-news .filtri-news--wrapper > select {
    display: none;
  }

  #archive-ricette .filtri-ricette--wrapper > div.open,
  #category-news .archive-news .filtri-news--wrapper > select.open {
    display: block;
  }

  #archive-ricette .filtri-ricette--wrapper {
    padding: 25px 0;
    flex-direction: column;
  }

  #category-news .archive-news .filtri-news--wrapper {
    border-bottom: 1px solid #947526;
    padding-bottom: 20px;
    flex-direction: column;
  }

  #archive-ricette .filtri-ricette--wrapper select,
  #category-news .archive-news .filtri-news--wrapper > select {
    width: 175px;
  }

  #category-news .archive-news .filtri-news--wrapper > select {
    margin-top: 15px;
  }

  #archive-ricette .filtri-ricette--wrapper > div:not(:last-child) {
    margin: 0;
  }

  #category-news .archive-news .filtri-news--wrapper select:not(:last-child) {
    margin-right: 0;
  }

  #archive-ricette .filtri-ricette--wrapper > div:last-child {
    margin: 20px 0 0;
    padding-top: 55px;
    border-top: 1px solid;
  }

  #archive-ricette .filtri-ricette--wrapper > div > img {
    display: none;
  }

  #archive-ricette .filtri-ricette--wrapper > span:after,
  #category-news .archive-news .filtri-news--wrapper > span:after {
    content: '';
    display: inline-block;
    border: solid;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    margin-left: 10px;
    vertical-align: middle;
  }

  #archive-ricette .filtri-ricette--wrapper .random {
    text-align: center;
  }

  #archive-ricette .filtri-ricette--wrapper .random a {
    font-size: 18px;
  }
}

#noresults {
  margin: 0 auto;
  font-size: 30px;
}

@media screen and (max-width: 1023px) {
  #noresults {
    margin: 25px auto 0;
  }
}
/* end ARCHIVIO RICETTE */

/* RICETTA INTERNA */
#single-ricette .screen {
  overflow: inherit;
}

#single-ricette .screen picture {
  overflow: hidden;
}

#single-ricette .screen header {
  position: absolute;
  left: 60px;
  bottom: 105px;
  width: 40%;
}

#single-ricette .screen .scopri {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 75px;
  flex-direction: column;
}

#single-ricette .screen .scopri p {
  font-size: 17px;
  padding-bottom: 8px;
}

#single-ricette .screen .scopri img {
  width: 20%;
  margin: 0 auto;
}

#single-ricette .screen .border-ricetta {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: -40px;
}

#single-ricette .ricetta--wrapper {
  padding: 90px 60px 130px;
  margin-top: 40px;
}

#single-ricette .ricetta--wrapper > div {
  width: 20%;
  padding: 0 40px;
}

#single-ricette .ricetta--wrapper > div.ricetta-procedimento {
  width: 40%;
  flex-direction: column;
  justify-content: space-between;
}

#single-ricette .ricetta--wrapper > div:first-child {
  padding-left: 0;
  border-right: 1px solid;
}

#single-ricette .ricetta--wrapper > div:last-child {
  padding-right: 0;
}

#single-ricette .ricetta-caratteristiche > div {
  align-items: center;
}

#single-ricette .ricetta-caratteristiche > div:not(:last-child) {
  padding-bottom: 30px;
}

#single-ricette .ricetta-caratteristiche img {
  margin-right: 35px;
  width: 70px;
  height: 70px;
  min-width: 70px;
}

#single-ricette .ricetta-caratteristiche p.etichetta {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

#single-ricette .ricetta-caratteristiche p.valore {
  font-size: 18px;
  font-weight: 500;
}

#single-ricette .ricetta-ingredienti {
  border-right: 1px solid;
}

#single-ricette .ricetta-ingredienti > p {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

#single-ricette .ricetta-ingredienti > p:not(:first-child) {
  margin-top: 30px;
}

#single-ricette .ricetta-ingredienti > ul {
  margin-top: 15px;
}

#single-ricette .ricetta-ingredienti > ul li {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
}

#single-ricette .ricetta-ingredienti > ul li:not(:last-child) {
  padding-bottom: 15px;
}

#single-ricette .ricetta-ingredienti > ul li:before {
  left: 0;
  background-color: #947526;
}

#single-ricette .ricetta-procedimento p, #single-ricette .ricetta-procedimento li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

#single-ricette .ricetta-procedimento p strong, #single-ricette .ricetta-procedimento li strong {
  font-weight: 500;
}

#single-ricette .ricetta-procedimento p:first-child {
  margin-bottom: 15px;
  font-weight: 500;
}

#single-ricette .ricetta-procedimento a.video-ricette-link {
  margin-top: 30px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #947526;
  background: url('images/svg/play_video_ricetta.svg') center right no-repeat;
  background-size: 25px;
  padding-right: 30px;
}

#single-ricette .ricetta-procedimento li {
  padding-left: 20px;
}

#single-ricette .ricetta-procedimento .icon--wrapper {
  align-self: flex-end;
  margin-top: 40px;
}

#single-ricette .ricetta-procedimento .icon--wrapper a.share-recipe span {
  display: none;
}

#single-ricette .ricetta-procedimento .icon--wrapper a.print-recipe {
  margin-left: 15px;
  cursor: pointer;
}

#single-ricette .ricetta-prodotto {
  flex-direction: column;
  align-items: center;
}

#single-ricette .ricetta-prodotto figure {
  width: 60%;
  margin-bottom: 25px;
  position: relative;
}

#single-ricette .ricetta-prodotto img {
  width: 100%;
  height: auto;
}

/* #single-ricette .ricetta-prodotto figure:after {
  content: '';
  background: url('images/svg/ombra.svg') no-repeat;
  position: absolute;
  opacity: 0.2;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50%;
  background-position: center;
} */

@media screen and (max-width: 1440px ) {
  #single-ricette .ricetta--wrapper > div {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1280px ) {
  #single-ricette .screen header h1 {
    font-size: 36px !important;
  }

  #single-ricette .ricetta-caratteristiche img {
    margin-right: 25px;
    max-width: 55px;
    width: 100%;
    height: 55px;
    min-width: 55px;
  }
}

@media screen and (max-width: 1023px ) {
  #single-ricette .screen header {
    left: 50%;
    transform: translate(-50%);
    bottom: 160px;
    text-align: center;
    width: calc(100% - 120px);
  }

  #single-ricette .screen header h1 {
    padding: 0 15px 5px;
  }

  #single-ricette .screen .scopri {
    bottom: 60px;
  }

  #single-ricette .ricetta--wrapper {
    padding: 40px 60px;
  }

  #single-ricette .ricetta--wrapper {
    flex-wrap: wrap;
  }

  #single-ricette .ricetta--wrapper > div {
    width: 50%;
  }

  #single-ricette .ricetta--wrapper > div.ricetta-ingredienti {
    order: 1;
    padding-left: 0;
    padding-right: 60px;
  }

  #single-ricette .ricetta--wrapper > div.ricetta-caratteristiche {
    order: 2;
    border: 0;
    padding: 0 0 0 60px;
  }

  #single-ricette .ricetta--wrapper > div.ricetta-procedimento {
    flex: 0 0 100%;
    width: 100%;
    order: 3;
    padding: 0;
    margin-top: 60px;
  }

  #single-ricette .ricetta--wrapper .ricetta-prodotto,
  #single-ricette .ricetta-procedimento .icon--wrapper a.print-recipe {
    display: none;
  }

  #single-ricette .ricetta-procedimento .icon--wrapper a.share-recipe span {
    display: inline-block;
    font-weight: 300;
    margin-right: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 680px ) {
  #single-ricette .screen header h1 {
    font-size: 32px !important;
  }

  #single-ricette .ricetta--wrapper {
    padding: 40px 45px;
  }

  #single-ricette .ricetta--wrapper > div.ricetta-ingredienti {
    padding-right: 45px;
  }

  #single-ricette .ricetta--wrapper > div.ricetta-caratteristiche {
    padding: 0 0 0 45px;
  }

  #single-ricette .screen header {
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 425px ) {
  #single-ricette .screen header {
    width: calc(100% - 50px);
  }

  #single-ricette .ricetta--wrapper {
    padding: 40px 25px;
  }

  #single-ricette .ricetta--wrapper > div.ricetta-ingredienti {
    padding-right: 20px;
  }

  #single-ricette .ricetta--wrapper > div.ricetta-caratteristiche {
    padding: 0 0 0 20px;
  }

  #single-ricette .ricetta-caratteristiche img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 374px ) {
  #single-ricette .ricetta--wrapper {
    flex-direction: column;
  }

  #single-ricette .ricetta--wrapper > div {
    width: 100%;
    padding: 0 !important;
  }

  #single-ricette .ricetta--wrapper > div.ricetta-ingredienti {
    margin-bottom: 60px;
    border: 0;
  }
}
/* end RICETTA INTERNA */

/* ARCHIVIO NEWS */
#category-news .archive-news .filtri-news--wrapper {
  padding: 60px 60px 0;
  justify-content: center;
  align-items: center;
}
/* end ARCHIVIO NEWS */

/* NEWS INTERNA */
#single-news section.single-news > div {
  align-items: center;
  justify-content: space-between;
  padding-top: 85px;
}

#single-news section.single-news > div a.back,
#single-news section.single-news > div a.share {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

#single-news section.single-news > div a.share {
  text-transform: inherit;
}

#single-news section.single-news > div a.back:before,
#single-news section.single-news > div a.share:before {
  margin-right: 10px;
  vertical-align: middle;
}

#single-news section.single-news > div a.back:before {
  content: url('images/svg/arrow-slick.svg');
}

#single-news section.single-news > div a.share:before {
  content: url('images/svg/share.svg');
}

@media screen and (max-width: 1023px) {
  #single-news section.single-news > div {
    padding: 25px 60px 55px;
  }
}

@media screen and (max-width: 680px) {
  #single-news section.single-news > div {
    padding: 25px 45px 55px;
  }

  #single-news section.single-news > div a.back,
  #single-news section.single-news > div a.share {
    font-size: 20px;
    line-height: 27px;
  }
}

@media screen and (max-width: 425px) {
  #single-news section.single-news > div {
    padding: 25px 25px 55px;
  }
}
/* end NEWS INTERNA */

/* NEWSLETTER */
#mailpoet_form_1 form.mailpoet_form {
  padding: 0 !important;
}

#mailpoet_form_1 .mailpoet_paragraph {
  color: #947526;
  margin: 0 !important;
  line-height: normal !important;
}

#mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > div.mailpoet_form_columns {
  margin: 0 auto !important;
}

#mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > div.mailpoet_form_columns > div {
  flex-basis: auto !important;
}

#mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > div.mailpoet_form_columns + p.mailpoet_form_paragraph {
  font-size: 14px;
  width: 740px;
  margin: 5px auto 18px;
}

#mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > p:first-child {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 45px;
}

#mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > p:nth-child(2) {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}

#mailpoet_form_1 .mailpoet_form_column > p a {
  text-decoration: underline;
  margin-left: 36px;
}

#mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column .mailpoet_form_columns > div:first-child input {
  margin: 0 0 0 auto !important;
}

#mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column .mailpoet_form_columns > div input {
  padding: 12px 15px !important;
  width: 360px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  color: #947526;
}


#mailpoet_form_1 .mailpoet_form_column label.mailpoet_checkbox_label,
#mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > div.mailpoet_paragraph + p.mailpoet_form_paragraph {
  width: 740px;
  margin: 0 auto !important;
  font-weight: 300;
}

#mailpoet_form_1 .mailpoet_form_column label.mailpoet_checkbox_label {
  padding-top: 18px;
  position: relative;
  padding-left: 36px;
  line-height: 20px;
}

#mailpoet_form_1 .mailpoet_submit {
  border-top: 1px solid #947526 !important;
  border-bottom: 1px solid #947526 !important;
  border-left: 0;
  border-right: 0;
  background-color: #fff;
  margin-top: 30px !important;
  font-size: 22px;
  font-family: inherit;
  padding: 8px 50px !important;
  cursor: pointer;
  color: #947526;
  font-weight: 300;
}

#mailpoet_form_1 .mailpoet_form_column > div:last-child {
  margin: 0 auto !important;
}

#mailpoet_form_1 .mailpoet_checkbox {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  appearance: inherit;
  position: absolute;
  border: 1px solid #947526;
  cursor: pointer;
}

#mailpoet_form_1 input.mailpoet_checkbox:checked {
  background-color: #947526;
}

@media screen and (max-width: 1023px) {
  #mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > div.mailpoet_form_columns {
    flex-direction: column;
    width: 100% !important;
  }

  #mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > div.mailpoet_form_columns > div {
    flex-basis: 100% !important;
  }

  #mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column .mailpoet_form_columns > div input,
  #mailpoet_form_1 .mailpoet_form_column label.mailpoet_checkbox_label,
  #mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > div.mailpoet_paragraph + p.mailpoet_form_paragraph,
  #mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > div.mailpoet_form_columns > div > div {
    width: 100%;
  }

  #mailpoet_form_1 .mailpoet_form_column:not(:first-child) {
    margin: 18px 0 14px !important;
  }

  #mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > p:first-child {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  #mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > p:nth-child(2) {
    margin-bottom: 26px;
  }

  #mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column .mailpoet_form_columns > div input {
    font-size: 16px;
  }

  #mailpoet_form_1 .mailpoet_submit {
    margin-top: 60px !important;
  }
}
/* end NEWSLETTER */

/* iframe responsive */
.iframe--wrapper {
  /* position: relative;
  width: 100%;
  height: 100vh; */
  /* padding-top: 56.25%; */
}

.responsive-iframe {
  /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; */
  width: 100%;
  /* height: 100%; */
  border: 0;
}
/* end iframe responsive */

/* Scroll Magic */
.step-tracciabilita--item {
		opacity: 0;
		-webkit-transform: translateX(-40px);
			 -moz-transform: translateX(-40px);
				-ms-transform: translateX(-40px);
				 -o-transform: translateX(-40px);
						transform: translateX(-40px);
    -webkit-transition: all 0.5s ease-out;
			 -moz-transition: all 0.5s ease-out;
				-ms-transition: all 0.5s ease-out;
				 -o-transition: all 0.5s ease-out;
						transition: all 0.5s ease-out;
	}

	.step-tracciabilita--item.visible {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
	}

	.step-tracciabilita--item:nth-child(2) {
    -webkit-transition: all 1s ease-out;
			 -moz-transition: all 1s ease-out;
				-ms-transition: all 1s ease-out;
				 -o-transition: all 1s ease-out;
						transition: all 1s ease-out;
	}

	.step-tracciabilita--item:nth-child(3) {
    -webkit-transition: all 1.5s ease-out;
			 -moz-transition: all 1.5s ease-out;
				-ms-transition: all 1.5s ease-out;
				 -o-transition: all 1.5s ease-out;
						transition: all 1.5s ease-out;
	}
	.step-tracciabilita--item:nth-child(4) {
    -webkit-transition: all 2s ease-out;
			 -moz-transition: all 2s ease-out;
				-ms-transition: all 2s ease-out;
				 -o-transition: all 2s ease-out;
						transition: all 2s ease-out;
	}
	.step-tracciabilita--item:nth-child(5) {
    -webkit-transition: all 2.5s ease-out;
			 -moz-transition: all 2.5s ease-out;
				-ms-transition: all 2.5s ease-out;
				 -o-transition: all 2.5s ease-out;
						transition: all 2.5s ease-out;
	}

/* SMOOTH SCROLL */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 60px;
  font-size: 15px;
  padding: 6px 20px 2px;
  text-transform: uppercase;
  background-color: #947526;
  font-weight: 300;
  display: none;
  cursor: pointer;
  z-index: 20;
}

.back-to-top.active {
  display: block;
}

.back-to-top .arrow-top {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 10px);
  background-color: #947526;
  width: 30px;
  height: 30px;
}

.back-to-top .arrow-top img {
  transform: scaleY(-1) translate(-50%, -50%);
  width: 16px;
  position: absolute;
  left: 50%;
}

@media screen and (min-width: 1921px) {
  .back-to-top {
    right: calc(50% - 900px);
  }
}

@media screen and (max-width: 1023px) {
  .back-to-top.active {
    display: none;
  }
}

.box_privacy {
  max-height: 75%;
  height: 100%;
  background: #fff;
  padding: 55px;
  z-index: 9999;
}
.box_privacy a{
  color: #947526 !important;
  word-break: break-all;
}
.box_privacy .alert-success {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}
.box_privacy .alert-success::-webkit-scrollbar {
  width: 5px;
}
.box_privacy .alert-success::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.box_privacy .alert-success::-webkit-scrollbar-thumb {
  background: #947526;
  border-radius: 10px;
}
.box_privacy .alert-success::-webkit-scrollbar-thumb:hover {
  background: var(--green);
}
.box_privacy .alert-success > div {
  padding: 0;
}
.box_privacy .alert-success > div p {
  margin-bottom: 32px;
}
.box_privacy .alert-success > div .btn-wrapper {
  text-align: center;
}
.box_privacy .alert-success > div .btn-wrapper #box_privacy_button {
  appearance: none;
  border-left: 0;
  border-right: 0;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 22px;
  font-family: inherit;
  padding: 8px 50px;
  cursor: pointer;
}

#popup-contatti {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
#popup-contatti .alert-success {
  background: #fff;
}
#popup-contatti .alert-success > div {
  padding: 55px;
}
#popup-contatti .alert-success .gradient_r-a {
  color: var(--green);
}
#popup-contatti .alert-success .close-popup {
  position: absolute;
  right: 55px;
  top: 55px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#popup-contatti .alert-success .close-popup.box_priva {
  right: 10px !important;
  top: 10px !important;
  height: 25px;
  width: 25px;
}
#popup-contatti .alert-success .close-popup.box_priva::before, #popup-contatti .alert-success .close-popup.box_priva::after {
  height: 25px !important;
  left: 12.5px;
}
#popup-contatti .alert-success .close-popup::before, #popup-contatti .alert-success .close-popup::after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2.5px;
  background-color: #5e5f5d;
}
#popup-contatti .alert-success .close-popup::before {
  transform: rotate(45deg);
}
#popup-contatti .alert-success .close-popup::after {
  transform: rotate(-45deg);
}
#popup-contatti .alert-success .popup-wrap {
  padding: 95px 0 50px;
  text-align: center;
}
#popup-contatti .alert-success .popup-wrap h3 {
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 20px;
}
#popup-contatti .alert-success .popup-wrap p {
  font-size: 28px;
  line-height: 32px;
}

@media screen and (max-width: 1280px) {
  #popup-contatti {
    width: 70%;
 }
  #popup-contatti .alert-success .popup-wrap {
    padding-top: 70px;
 }
  #popup-contatti .alert-success .popup-wrap h3 {
    font-size: 42px;
 }
  #popup-contatti .alert-success .popup-wrap p {
    font-size: 22px;
    line-height: 28px;
 }
}
@media screen and (max-width: 991px) {
  #popup-contatti {
    width: 80%;
 }
  #popup-contatti .alert-success > div {
    padding: 40px;
 }
  #popup-contatti .alert-success .close-popup {
    right: 40px;
    top: 40px;
 }
  #popup-contatti .alert-success .close-popup.box_priva {
    right: 10px !important;
    top: 10px !important;
    height: 25px;
    width: 25px;
 }
  #popup-contatti .alert-success .close-popup.box_priva::before, #popup-contatti .alert-success .close-popup.box_priva::after {
    height: 25px !important;
    left: 12.5px;
 }
}
@media screen and (max-width: 575px) {
  .box_privacy{
    padding: 55px 35px;
  }
  
  #popup-contatti {
    filter: drop-shadow(10px 10px 25px #d4d2d1);
    width: calc(100% - 40px);
 }
  #popup-contatti .alert-success > div {
    padding: 0px;
 }
  #popup-contatti .alert-success .close-popup {
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
 }
  #popup-contatti .alert-success .close-popup.box_priva {
    right: 10px !important;
    top: 10px !important;
    height: 25px;
    width: 25px;
 }
  #popup-contatti .alert-success .close-popup.box_priva::before, #popup-contatti .alert-success .close-popup.box_priva::after {
    height: 25px !important;
    left: 12.5px;
 }
  #popup-contatti .alert-success .close-popup::before, #popup-contatti .alert-success .close-popup::after {
    height: 25px;
 }
  #popup-contatti .alert-success .popup-wrap {
    padding: 45px 0 30px;
 }
  #popup-contatti .alert-success .popup-wrap h3 {
    font-size: 26px;
    margin-bottom: 15px;
 }
  #popup-contatti .alert-success .popup-wrap p {
    font-size: 18px;
    line-height: 22px;
 }
}

#popup-contatti:before,#popup-contatti:after{
	content:none!important;
}
@media screen and (max-width: 500px) {
  #mailpoet_form_1 .mailpoet_paragraph .mailpoet_form_column > div.mailpoet_form_columns {
    flex-direction: row;
    width: 100% !important;
  }
}

