@charset "utf-8";
/* FONT */
@import url('https://fonts.googleapis.com/css?family=Muli:300,400');
@import url('https://fonts.googleapis.com/css?family=Grand+Hotel');

@font-face {
  font-family: 'FuturaHeavy';
  src: url('font/futurah-webfont.eot');
  src: url('font/futurah-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/futurah-webfont.woff') format('woff'),
    url('font/futurah-webfont.ttf') format('truetype'),
    url('font/futurah-webfont.svg#FuturaHeavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaBookItalic';
  src: url('font/futurani-webfont.eot');
  src: url('font/futurani-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/futurani-webfont.woff') format('woff'),
    url('font/futurani-webfont.ttf') format('truetype'),
    url('font/futurani-webfont.svg#FuturaBookItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaBook';
  src: url('font/futuran-webfont.eot');
  src: url('font/futuran-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/futuran-webfont.woff') format('woff'),
    url('font/futuran-webfont.ttf') format('truetype'),
    url('font/futuran-webfont.svg#FuturaBook') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* VARIABILI COLORE */
:root {
  --oro-menu: #A08949;
  --grigio-testo: #313131;
}

body, html {
  font-family: 'FuturaBook', sans-serif;
  color: var(--grigio-testo);
  overflow-y: auto !important;
  /* permette di far scrollare la pagina nei vari dispositivi */
}

.content {
  margin-top: 76px;
}

.content .vc_column_container h2.vc_custom_heading {
  padding-top: 20px
}

a, a:hover, a:visited, a:link, a:active, a:focus {
  color: var(--oro-menu);
}

/* STILI DEI TITOLI */
h1 {
  font-family: 'FuturaHeavy', sans-serif;
}

h1>small, h2 {
  display: block;
  font-family: 'Grand Hotel', cursive;
}

h1>small::after, h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--oro-menu);
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
}

h1.titlePage {
  display: block;
  font-family: 'Grand Hotel', cursive;
}

h1.titlePage:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--oro-menu);
  margin-top: 0;
  margin-bottom: 40px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
}

h2::after {
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'FuturaBook', sans-serif;
  font-size: 1.75rem;
}

h3 {
  color: #fff;
  text-align: center;
}

h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  margin: 10px auto 20px auto;
}

h3.negative {
  color: var(--grigio-testo);
}

h3.negative::after {
  background-color: var(--grigio-testo);
}

h4 {}

h5 {
  font-size: 24px;
  line-height: 26px;
  color: var(--oro-menu);
  font-weight: bold;
}

.corsivo {
  font-family: 'Grand Hotel', cursive;
}

.extrabold {
  font-family: 'FuturaHeavy';
}

.bianco {
  color: #fff !important;
}

/* MARGINI E PADDING */
.marginTop20 {
  margin-top: 20px;
}

.marginTop25 {
  margin-top: 25px;
}

.marginTop30 {
  margin-top: 30px;
}

.marginTop50 {
  margin-top: 30px;
}

.marginTop60 {
  margin-top: 60px;
}

.marginBottom10 {
  margin-bottom: 10px
}

.paddingTop20 {
  padding-top: 20px;
}

.padding30 {
  padding: 30px
}

.padding-0-20 {
  padding: 0 20px
}

.marginBottom10-img img {
  margin-bottom: 10px
}

/* PAGINA SINGOLA RICETTA */
.recipe-container {
  padding: 50px 0;
  font-size: 18px;
  line-height: 1.5em;
}

.no-thumbnail-header .col-10 {
  padding-left: 0;
}

.thumbnail-header {
  height: calc(100vw * 0.3);
  max-height: 450px;
  background: no-repeat left center;
  background-size: cover;
}

.thumbnail-header div.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.thumbnail-header .container, .thumbnail-header .row {
  height: 100%;
}

.thumbnail-header h1 {
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
  font-weight: bold;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 80px;
}

.recipe-container .vc_col-sm-6:first-child {
  padding-right: 50px
}

.recipe-container .vc_col-sm-6:last-child {
  padding-left: 50px
}

.showXs {
  display: none
}

@media (max-width: 992px) and (min-width: 768px) {
  .thumbnail-header h1 {
    font-size: 2.3rem;
    line-height: 2.3rem;
    margin-bottom: 80px;
  }

  .thumbnail-header h1 small {
    margin-top: 15px;
  }

  .recipe-container .vc_col-sm-6:first-child, .recipe-container .vc_col-sm-6:last-child {
    padding: 0 20px
  }
}

@media (max-width: 767px) {
  .thumbnail-header h1 {
    display: none
  }

  .thumbnail-header-xs h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    /*padding: 20px 20px 0 20px;*/
    padding: 20px 0 0 0
  }

  .no-thumbnail-header .thumbnail-header-xs h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 20px 20px 0 20px;
  }

  .thumbnail-header-xs h1 small {
    font-size: 2rem;
    line-height: 2.5rem;
    /*margin-top: -80px;
    color: #fff;*/
    margin-top: 10px;
    margin-bottom: 40px;
    color: var(--grigio-testo);
  }

  .no-thumbnail-header .thumbnail-header-xs h1 small {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: -10px;
    margin-bottom: 0;
    color: var(--grigio-testo)
  }

  .no-thumbnail-header .thumbnail-header-xs h1 {
    margin-left: -15px;
  }

  .deleteXs {
    display: none
  }

  .showXs {
    display: block !important;
  }

  .recipe-container {
    padding: 35px 0;
  }

  .recipe-container .vc_col-sm-6:first-child, .recipe-container .vc_col-sm-6:last-child {
    padding: 0 20px
  }
}

.recipe-container-fluid {
  background: linear-gradient(to left, #ffffff 50%, #F7F4EE 50%);
}

@media (max-width: 767px) {
  .recipe-container-fluid {
    background: #fff
  }
}

.page {
  font-size: 18px;
  line-height: 1.5em;
}

/* altre riette box */
.other-recipes-container-fluid {
  color: #fff;
  background-color: #e4a417;
  background-image: radial-gradient(#e4a417 20%, #dfa017);
}

.other-recipes-container {
  padding: 50px 0;
}

.insta-recipes-container-fluid {
  color: #fff;
  background-color: #775200;
  background-image: radial-gradient(#775200 20%, #734f00);
}

.insta-recipes-container {
  padding: 50px 0;
}

/* MASONRY */
.grid {
  display: block;
}

.grid-item {
  display: block;
}

.archivioNotizieMasonry .grid-item .card-body {
  margin: 0 15px !important;
  border: 1px solid #efe8db;
}

.archivioNotizieMasonry .grid-item {
  margin-bottom: 25px
}

.archivioNotizieMasonry .row-archive-news, .archivioNotizieMasonry .row-archive-news-export {
  border: 1px solid #fff;
  border-radius: 0;
}

.row-archive-news-export a, .row-archive-news-export a:hover, .row-archive-news-export a:visited, .row-archive-news-export a:link, .row-archive-news-export a:active, .row-archive-news-export a:focus {
  color: var(--grigio-testo) !important;
  text-decoration: none !important;
}


@media (min-width: 768px) {
  .grid-item {
    width: calc(100% / 3);
    min-height: 330px;
    /* dimensione minima per visualizzare tutti i masonry -isotype */
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .grid-item {
    width: calc(100% / 2);
  }
}

@media (max-width: 575px) {
  .grid-item {
    width: calc(100%);
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .grid-item {
    width: calc(100% / 2);
  }

  .nascondeTerzoElemento .col-md-6:last-child {
    display: none;
  }
}

/* GOOGLE MAPS */
#boxMappa {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 500px;
}

/* HEADER  */
.fixed-progressbar {
  position: fixed;
  top: 81px;
  right: 0;
  left: 0;
  z-index: 1050;
}

.fixed-progressbar .readingProgressbar {
  z-index: 9000 !important
}

.navbar.bg-light {
  background-color: #ffffff !important;
  text-transform: uppercase;
  font-size: 15px
}

.navbar {
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.5);
}

/* MENU e sub-menu*/
#menuHeader ul.menu {
  list-style: none;
}

#menuHeader ul li.current-menu-item {
  font-weight: bold;
}

.pll-parent-menu-item:after {
  content: "\25be";
  color: var(--oro-menu);
}

#menuHeader ul.menu li ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  display: none;
  background: #fff;
  padding: 10px;
  width: 80px;
  text-align: center;
  z-index: 999;
  display: block;
}

ul.menu li ul.sub-menu a {
  color: var(--oro-menu);
}

#menuHeader ul.menu li:hover>ul,
#menuHeader ul.menu li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

#menuHeader ul.menu li ul li {
  clear: both;
  width: 100%;
}

@media (min-width: 992px) {
  #logoMobile {
    display: none;
  }
}

@media (max-width: 991px) {
  #logoMobile {
    position: relative;
    width: 100%;
    cursor: pointer;
  }

  #logoMobile img {
    max-width: 100px;
    position: absolute;
    margin: auto;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* 1200 */
@media (min-width: 1200px) {
  .navbar-nav ul li {
    display: inline;
    text-align: center;
    padding: 11px 5px;
  }

  /* voce menu lingua */
  .pll-parent-menu-item {
    /*padding: 11px 64px !important;*/
    margin-top: -0;
    margin-left: 30px;
    width: 80px;
    max-width: 80px;
    z-index: 0
  }

  li.pll-parent-menu-item:hover {
    -webkit-box-shadow: -1px -2px 4px 1px rgba(0, 0, 0, 0.51);
    box-shadow: -1px -2px 4px 1px rgba(0, 0, 0, 0.51);
  }

  #menuHeader ul.menu li ul.sub-menu {
    margin-top: 6px;
    margin-left: -8px;
    -webkit-box-shadow: -1px 3px 4px 1px rgba(0, 0, 0, 0.51);
    box-shadow: -1px 5px 4px 1px rgba(0, 0, 0, 0.51);
  }
}

/*  fine 1200 */
/* 1199 - 991  */
@media (min-width: 991px) and (max-width: 1199px) {
  .navbar-nav ul li {
    display: inline;
    text-align: center;
    padding: 11px 5px;
    font-size: 12px;
  }

  /* voce menu lingua */
  .pll-parent-menu-item {
    margin-left: 10px;
    width: 80px
  }

  li.pll-parent-menu-item:hover {
    -webkit-box-shadow: -1px -2px 4px 1px rgba(0, 0, 0, 0.51);
    box-shadow: -1px -2px 4px 1px rgba(0, 0, 0, 0.51);
  }

  #menuHeader ul.menu li ul.sub-menu {
    margin-top: 6px;
    margin-left: -5px;
    -webkit-box-shadow: -1px 3px 4px 1px rgba(0, 0, 0, 0.51);
    box-shadow: -1px 5px 4px 1px rgba(0, 0, 0, 0.51);
  }
}

/* fine 1199 - 991  */
/* 992 */
@media (min-width: 992px) {
  .navbar-nav {
    padding: 10px 0;
  }

  #menuHeader ul {
    padding: 0;
  }

  #menuHeader ul li {
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
  }

  li.homeMobile a {
    display: none;
    padding: 0;
  }

  .navbar-nav ul li.logoParma {
    background-image: url("../img/logo-consorzio.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 35px;
    left: 0;
    right: 0;
    padding: 100px;
    width: 100px;
    min-width: 100px;
    margin: 0 auto;
    transform: translateY(-46%);
    z-index: 10000;
  }

  .navbar-nav ul li.logoParma a {
    font-size: 0;
    /*width: 100px;
    min-width: 100px;*/
    cursor: pointer;
    padding: 100px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  #menuHeader ul.menu {
    height: 24px;
  }
}

/* fine 992 */
/* 991 */
@media (max-width: 991px) {
  .fixed-top .navbar-nav ul.menu {
    margin-left: -35px;
    margin-top: 20px
  }

  .navbar-nav ul li {
    display: block;
    text-align: left;
    padding: 5px 0;
  }

  .navbar-nav ul li.logoParma, .navbar-nav ul li.logoParma a {
    display: none;
    padding: 0;
    height: 0
  }

  #menuHeader ul.menu li ul.sub-menu {
    -webkit-box-shadow: -1px 3px 4px 1px rgba(0, 0, 0, 0.51);
    box-shadow: -1px 5px 4px 1px rgba(0, 0, 0, 0.51);
    position: absolute;
    display: block;
    margin-top: -20px;
    margin-left: 65px;
  }

  #menuHeader ul.menu li ul.sub-menu a {
    padding-left: 15px
  }
}

/* fine 991 */
.navbar-nav ul li a {
  color: var(--oro-menu);
}

.m_exportArea {
  background-color: var(--oro-menu);
  padding: 11px 10px 5px 10px !important;
  max-width: 115px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.m_exportArea a {
  color: #fff !important;
}

/* FOOTER */
#boxFooter {
  background-color: #F7F4EE;
  color: #96720e;
  font-size: 18px;
  line-height: 24px;
  padding: 40px 0 20px 0;
  /*margin-top: 60px*/
}

#boxFooter strong {
  font-size: 24px;
  line-height: 26px;
}

#boxFooter .navbar-nav ul li {
  display: table;
  padding: 5px 0;
}

#boxFooter .navbar-nav #menu-footer-menu-sinistro li, #boxFooter .navbar-nav #menu-footer-menu-sinistro-en li, #boxFooter .navbar-nav #menu-footer-menu-sinistro-fr li, , #boxFooter .navbar-nav #menu-footer-menu-sinistro-de li {
  text-align: left;
}

#boxFooter .navbar-nav #menu-footer-menu-destro, #boxFooter .navbar-nav #menu-footer-menu-destro-en, #boxFooter .navbar-nav #menu-footer-menu-destro-fr, #boxFooter .navbar-nav #menu-footer-menu-destro-de {
  float: right;
  text-align: right;
  position: absolute;
  right: 0;
}

@media (min-width: 992px) {
  /*#boxFooter .navbar-nav #menu-footer-menu-destro, #boxFooter .navbar-nav #menu-footer-menu-destro-en {
    margin-top: -40px
  }*/
}

#menu-footer-menu-sinistro, #menu-footer-menu-sinistro-en, #menu-footer-menu-sinistro-fr, #menu-footer-menu-sinistro-de {
  text-align: left;
  padding: 0;
}

#menu-footer-menu-destro, #menu-footer-menu-destro li, #menu-footer-menu-destro-en, #menu-footer-menu-destro-en li, #menu-footer-menu-destro-fr, #menu-footer-menu-destro-fr li, #menu-footer-menu-destro-de, #menu-footer-menu-destro-de li {
  text-align: right;
}

#boxFooter .consorzioParma::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background-color: #a48d54;
  margin-top: 5px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
}

#boxFooter .datiFooter {
  font-size: 14px;
  line-height: 28px;
  border-top: 1px solid #a48d54;
  margin-top: 15px;
  padding-top: 20px
}

@media (min-width: 576px) {
  .menuSocial {
    margin: 0 -17px 40px 0
  }
}

@media (max-width: 575px) {
  .menuSocial {
    margin: 0 0 60px 0
  }

  #menu-footer-menu-centro, #menu-footer-menu-centro-en {
    margin: -15px 0 0 -39px;
  }

  #menu-footer-menu-destro, #menu-footer-menu-destro-en {
    margin-right: 15px;
  }

  #boxFooter .datiFooter {
    margin: 10px 0 0 0
  }
}

.menuSocial a {
  color: var(--oro-menu);
  padding: 0 0 0 10px;
  font-size: 24px;
  line-height: 24px;
  float: right;
  text-align: right;
  display: table;
}

/* media query */
/* versione desktop */
@media (min-width: 992px) {
  .carouselMobile {
    display: none;
  }

  /*#submenu-ricette .filter {
    padding: 30px 40px;
  }*/
}

/* versione mobile */
@media (max-width: 991px) {
  .carouselDesktop {
    display: none;
  }

  /*#submenu-ricette .filter {
    padding: 30px 10px;
  }*/
}

/* interno pagine */
.capolettera p:first-child::first-letter {
  font-size: 90px;
  float: left;
  text-transform: uppercase;
  margin: 30px 10px 0 -5px;
}

@-moz-document url-prefix() {
  .capolettera p:first-child::first-letter {
    margin: 10px 10px 0 -5px;
  }
}

/* pagina le ricette */
#submenu-ricette ul.filter {
  list-style: none;
  width: 100%;
  text-align: center;
  border: 1px solid var(--oro-menu);
  padding: 10px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  #submenu-ricette ul.filter {
    margin: 20px 30px;
  }

  .noMargin2RecipesBox {
    margin-right: 2px
  }
}

@media (max-width: 575px) {
  #submenu-ricette ul.filter {
    margin: 20px 15px;
  }

  .noMargin2RecipesBox {
    margin: 0 20px
  }
}

@media (min-width: 992px) {
  #submenu-ricette ul.filter li {
    display: inline-table;
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  #submenu-ricette ul.filter li {
    display: block;
    /*padding: 0 20px;*/
  }
}

/*.page-template-page-archiveRicette*/
.otherRecipes .grigliaRicette a {
  display: block;
  overflow: hidden;
  /*  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
}

/*.page-template-page-archiveRicette*/
.otherRecipes .grigliaRicette a img {
  transition: all .5s;
}

/*.page-template-page-archiveRicette*/
.otherRecipes .grigliaRicette a:hover img {
  transform: scale(1.1);
}

/*.page-template-page-archiveRicette*/
.otherRecipes .grigliaRicetteHover, .otherRecipes .grigliaRicetteHoverBox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0px 15px;
}

/*.page-template-page-archiveRicette*/
.otherRecipes a .grigliaRicetteHover .otherRecipesTitle, .otherRecipes a .grigliaRicetteHoverBox .otherRecipesTitle, .otherRecipes a .otherRecipesTitle, .otherRecipes a .otherRecipesTitle {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  font-size: 20px;
  line-height: 24px;
  /*background: rgba(70, 55, 13, 0.74);*/
  background: var(--oro-menu);
  width: 100%;
  padding: 20px 25px;
  color: #fff
}

/* MEDIA QUERY dimensione immagine ed etichetta titolo */
@media (min-width: 1200px) {
  .otherRecipes a .grigliaRicetteHover .otherRecipesTitle, .otherRecipes a .grigliaRicetteHoverBox .otherRecipesTitle, .otherRecipes a .otherRecipesTitle, .otherRecipes a .otherRecipesTitle {
    min-height: 140px;
  }

  .page-template-page-archiveRicette .grid-item.otherRecipes {
    width: calc(100% / 3);
    min-height: 410px;
    padding: 0 15px;
    margin-bottom: 25px
  }

  .otherRecipes .grigliaRicetteHover, .otherRecipes .grigliaRicetteHoverBox {
    width: 92%;
  }

  /*.page-template-page-archiveRicette*/
  /*.otherRecipes .grigliaRicette {
    height: 340px;
  }*/
}

@media (max-width: 1199px) and (min-width: 992px) {
  .otherRecipes a .grigliaRicetteHover .otherRecipesTitle, .otherRecipes a .grigliaRicetteHoverBox .otherRecipesTitle, .otherRecipes a .otherRecipesTitle, .otherRecipes a .otherRecipesTitle {
    min-height: 180px;
  }

  .page-template-page-archiveRicette .grid-item.otherRecipes {
    width: calc(100% / 3);
    min-height: 330px;
    padding: 0 15px;
    margin-bottom: 25px
  }

  .otherRecipes .grigliaRicetteHover {
    width: 90.3%;
  }

  .otherRecipes .grigliaRicetteHoverBox {
    width: 90.4%;
  }

  .carouselDesktop a .news-home-title, .other-recipes-container .nascondeTerzoElemento a .news-home-title {
    font-size: 22px;
    line-height: 28px;
  }

  /*.page-template-page-archiveRicette*/
  /*.otherRecipes .grigliaRicette {
    height: 140px;
  }*/
}

@media (max-width: 991px) and (min-width:768px) {
  .otherRecipes a .grigliaRicetteHover .otherRecipesTitle, .otherRecipes a .grigliaRicetteHoverBox .otherRecipesTitle, .otherRecipes a .otherRecipesTitle, .otherRecipes a .otherRecipesTitle {
    min-height: 160px;
  }

  .page-template-page-archiveRicette .grid-item.otherRecipes {
    width: calc(100% / 2);
    min-height: 400px;
    padding: 0 15px;
    margin-bottom: 25px
  }

  .otherRecipes .grigliaRicetteHover {
    width: 91.4%;
  }

  .otherRecipes .grigliaRicetteHoverBox {
    width: 91.6%;
  }
}

@media (max-width: 767px) and (min-width:576px) {
  .otherRecipes a .grigliaRicetteHover .otherRecipesTitle, .otherRecipes a .grigliaRicetteHoverBox .otherRecipesTitle, .otherRecipes a .otherRecipesTitle, .otherRecipes a .otherRecipesTitle {
    min-height: 150px;
  }

  .page-template-page-archiveRicette .grid-item.otherRecipes {
    width: 100%;
    /*min-height: 225px;*/
    padding: 0 15px;
    margin-bottom: 25px
  }

  .otherRecipes .grigliaRicetteHover {
    width: 94.2%;
  }

  .otherRecipes .grigliaRicetteHoverBox {
    width: 89%;
  }
}

@media (max-width: 575px) {
  .otherRecipes.noMargin2RecipesBox {
    width: 320px;
    margin: 0 auto;
    position: relative;
  }

  .otherRecipes .grigliaRicette a {
    margin-bottom: 20px
  }

  .otherRecipes .grigliaRicetteHover {
    width: 100%;
    margin-left: 0px;
  }

  .otherRecipes .grigliaRicetteHoverBox {
    width: 320px;
    position: absolute;
    margin: 0 auto;
  }

  .otherRecipes a .grigliaRicetteHover .otherRecipesTitle {
    border-bottom: 20px solid #fff;
  }

  .otherRecipes a .grigliaRicetteHoverBox .otherRecipesTitle {
    border-bottom: 20px solid #e4a417;
  }
}

/* MEDIA QUERY dimensione immagine ed etichetta titolo  */
/*.page-template-page-archiveRicette*/
.otherRecipes a .grigliaRicetteHover .otherRecipesTitle,
/*.page-template-page-archiveRicette*/
.otherRecipes a:hover .grigliaRicetteHover .otherRecipesTitle,
/*.page-template-page-archiveRicette*/
.otherRecipes a:visited .grigliaRicetteHover .otherRecipesTitle,
/*.page-template-page-archiveRicette*/
.otherRecipes a:active .grigliaRicetteHover .otherRecipesTitle,
/*.page-template-page-archiveRicette*/
.otherRecipes a:focus .grigliaRicetteHover .otherRecipesTitle,
.otherRecipes a .grigliaRicetteHoverBox .otherRecipesTitle {
  color: #fff;
}

hr.dottedOro {
  border-bottom: 1px dotted var(--oro-menu);
  margin: 30px 0;
}

/* FASCIA NEWS */
.row-news a {
  display: block;
  width: 100%;
  border: 1px solid #F7F4EE;
  min-height: 207px;
  padding: 20px;
  text-decoration: none;
  font-size: 28px;
  line-height: 34px;
  background-size: cover;
  background-color: #fff;
  /*color: var(--grigio-testo);*/
}

.row-news a span.news-home-date {
  display: block;
  font-size: 14px;
}

.row-news a.no-thumbnail span.news-home-title::before {
  /*font-family: "Font Awesome 5 Free";*/
  /*content: "\f10d";*/
  font-family: dashicons;
  content: "\f205";
  font-weight: 900;
  /*color: #F7F4EE;*/
  color: var(--oro-menu);
  opacity: 0.3;
  font-size: 80px;
  float: left;
  text-transform: uppercase;
  margin: 14px 10px 0 0;
}

.row-news a.has-thumbnail {
  background-color: #000;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.90);
}

.dataNews {
  margin: 54px 0 -40px -15px;
}

.row-archive-news {
  border: 1px solid #efe8db;
  border-radius: 0
}

.row-archive-produttori {
  border: 1px solid #efe8db;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
}

.row-archive-produttori i {
  padding: 5px 1px 5px 15px
}

.row-archive-produttori h4 {
  font-size: 1.3rem;
}

.row-archive-produttori h4:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--oro-menu);
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50)
}

.card-columns .card.row-archive-news {
  margin-bottom: 20px;
}

.row-archive-news .card-body {
  padding: 0;
}

.row-archive-news a {
  display: block;
  width: 100%;
  /*border: 1px solid #F7F4EE;
  min-height: 207px;*/
  padding: 20px;
  text-decoration: none;
  font-size: 28px;
  line-height: 34px;
  background-size: cover;
  background-color: #fff;
}

.row-archive-news a span.news-home-date {
  display: block;
  font-size: 14px;
}

.row-archive-news a.no-thumbnail span.news-home-title::before {
  /*font-family: "Font Awesome 5 Free";*/
  /*content: "\f10d";*/
  font-family: dashicons;
  content: "\f205";
  font-weight: 900;
  /*color: #F7F4EE;*/
  color: var(--oro-menu);
  opacity: 0.3;
  font-size: 80px;
  float: left;
  text-transform: uppercase;
  margin: 14px 10px 0 0;
}

.row-archive-news a.has-thumbnail {
  background-color: #000;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.80);
  min-height: 207px;
  margin-bottom: 20px
}

@media (min-width: 576px) and (max-width: 768px) {
  .card-columns {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
}

/* elimina spazio sotto barra menu, modifica padding articoli news  */
@media (max-width: 991px) {
  .content {
    margin-top: 55px;
  }

  .no-thumbnail-header {
    padding-top: 20px
  }

  .single-news_trade .container-mobile, .single-news .container-mobile {
    padding: 10px 35px
  }

  .dataNews {
    margin: 15px 0 -40px -15px;
  }

  .showLg {
    display: none
  }
}

.carousel-control-prev-icon:before {
  font-family: dashicons;
  content: url('https://api.iconify.design/dashicons:arrow-left-alt2.svg?color=%23A08949&height=50');
  font-size: 50px;
  position: absolute;
  left: 5px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
  height: 50px;
}

.carousel-control-next-icon:before {
  font-family: dashicons;
  content: url('https://api.iconify.design/dashicons:arrow-right-alt2.svg?color=%23A08949&height=50');
  font-size: 50px;
  position: absolute;
  right: 5px;
}

.fontGold {
  color: var(--oro-menu)
}

/**
 * WP Forms Select2 Styles
 */
div.wpforms-container-full .wpforms-form .select2-container {
  border: 1px solid #bcbcbc;
  padding: 5px;
  position: relative;
}

div.wpforms-container-full .wpforms-form .select2-container .select2-selection__arrow {
  height: 34px;
}

/* icone SASSY plugin */
/*@media (min-width: 768px) {*/
  .heateorSssFacebookSvg, .heateorSssTwitterSvg, .heateorSssInstagramSvg, .heateorSssPinterestSvg, .heateorSssWhatsappSvg, .heateorSssTelegramSvg {
    background-color: var(--oro-menu) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .heateorSssTelegramSvg {
    background-color: var(--oro-menu) !important;
    border-bottom: 1px solid var(--oro-menu) !important;
    ;
  }
/*}*/

.btn-choose-country .vc_btn3-container {
  margin-bottom: 10px
}

.btn-choose-country .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  font-size: 18px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.btn-choose-country .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
  background-color: var(--oro-menu) !important;
  color: #fff !important;
}

.btn-choose-country .active .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  font-weight: bold;
  background-color: var(--oro-menu) !important;
  color: #fff !important;
}

.btn-custom-xm button {
  border-color: rgb(160, 137, 73) !important;
  color: rgb(160, 137, 73) !important;
  background-color: #fff !important;
  border-radius: 5px !important;
  font-size: 16px !important;
}

.btn-custom-xm button:hover {
  background-color: var(--oro-menu) !important;
  color: #fff !important;
}

.font-size-14 {
  font-size: 14px;
  line-height: 20px;
}

.wpb-js-composer .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: #EFEBE0 !important
}

.wpb-js-composer .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #E2DBC8 !important;
  background-color: #E2DBC8 !important;
}

.wpb-js-composer .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
  color: var(--grigio-testo) !important;
}

.wpb-js-composer .vc_tta-color-chino.vc_tta-style-classic .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-chino.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: var(--grigio-testo) !important;
}

/* STILI PER GOOGLE MAPS */
.gm-style-iw h4 {
  font-size: 16px;
}

.gm-style-iw p {
  line-height: 18px;
}

.dataNews {
  font-size: 14px;
}

.sommario {
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--oro-menu);
  line-height: 30px;
}

blockquote:before, blockquote:after {
  content: "";
  display: block;
  width: 40%;
  height: 3px;
  border-radius: 2px;
  background-color: #a48d54;
  margin: 30px auto;
}

blockquote p {
  margin: 0 60px;
  font-size: 22px;
  color: #636363;
  font-style: italic;
  line-height: 30px;
  font-weight: 100;
}

.capolettera blockquote p:first-child::first-letter {
  font-size: inherit !important;
  float: inherit !important;
  text-transform: inherit !important;
  margin: 0 !important;
}

.formRicercaProduttori .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 10px
}

.formRicercaProduttori button.btn-outline-secondary, .formRicercaProduttori button.btn-outline-secondary:active, .formRicercaProduttori button.btn-outline-secondary:link, .formRicercaProduttori button.btn-outline-secondary:visited, .formRicercaProduttori button.btn-outline-secondary:focus {
  border-color: rgb(160, 137, 73) !important;
  color: rgb(160, 137, 73) !important;
  background-color: #fff !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  box-shadow: none !important;
}

.formRicercaProduttori button.btn-outline-secondary:hover {
  background-color: var(--oro-menu) !important;
  color: #fff !important;
  box-shadow: none !important;
}

#momenti_consumo_immagine img {
  max-width: 100% !important;
}

/* FASCIA NEWSLETTER */
#iframe_clab_newsletter, #newsletter_clab {
  height: 587px;
}

/* largeImgModal */
#largeImgModal {
  top: calc(100vh / 2 - 300px);
}

#largeImgModal .modal-body {
  text-align: center;
}

/* btn form CONTATTI*/
.wpforms-submit-container button.wpforms-submit, .wpforms-submit-container button.wpforms-submit:active, .wpforms-submit-container button.wpforms-submit:link, .wpforms-submit-container button.wpforms-submit:visited, .wpforms-submit-container button.wpforms-submit:focus {
  border-color: rgb(160, 137, 73) !important;
  color: rgb(160, 137, 73) !important;
  background-color: #fff !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  box-shadow: none !important;
}

/* carosello  video paring_parma */
#paring_parma h3.negative {
  font-size: 20px;
  line-height: 24px;
}

#paring_parma h3.negative img {
  margin-bottom: 20px
}

#paring_parma .owl-nav {
  display: none;
}

#paring_parma .item.grigliaRicette {
  border: 1px dotted var(--oro-menu);
  margin-bottom: 20px;
}

#paring_parma .item.grigliaRicette .otherRecipesTitle {
  font-size: 20px;
  line-height: 24px;
  background: #fff;
  width: 100%;
  padding: 20px 25px;
  min-height: 190px;
}

#paring_parma .item.grigliaRicette a:hover {
  text-decoration: none;
}

#paring_parma .item.grigliaRicette .otherRecipesTitle h4 {
  font-size: 38px;
  line-height: 40px;
  display: block;
  font-family: 'Grand Hotel', cursive;
  color: var(--grigio-testo);
}

#paring_parma .item.grigliaRicette .otherRecipesTitle h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--oro-menu);
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
}

#paring_parma .owl-theme .owl-dots .owl-dot span {
  background: var(--oro-menu);
  opacity: 0.5
}

#paring_parma .owl-theme .owl-dots .owl-dot.active span, #paring_parma .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--oro-menu);
  opacity: 1
}

.spinner-border1rem {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  color: var(--oro-menu);
}

.pdfDownload_container {
  height: 50px
}

.img-thumbnail-produttori { max-width: 200px; }


/* NEW COOKIE BANNER SEEGIO 17/05/2022 */
.gdpr-block-heading { display: none !important; }


/* POP UP NOVEMBRE 2022 */
div#PDP_popup {
    background: hsl(0deg 0% 0% / 54%);
    z-index: 10000;
	position: fixed;
	width: 100vw;
	display: none;
    height: 100vh;
}


.PDP_box {
    width: 90%;
    max-width: 450px;
    background: #fff;
    position: absolute;
    text-align: center;
    padding: 30px 20px;
    top: 50%;
	font-family: 'FuturaBook', sans-serif;
    left: 50%;
	padding-bottom: 45px;
    transform: translate(-50%, -50%);
}

.PDP_box span {
    font-size: 26px;
}
.PDP_box img {
    max-width: 107px;
    clear: both;
    width: 100%;
}

.PDP_box p {
    font-size: 35px;
	font-family: 'FuturaHeavy';
    margin: 20px 0px;
    color: #927515;
	margin-bottom: 10px;
}

.PDP_box a.btn {
    background: #917726;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 30px;
    letter-spacing: 3px;
}

.PDP_box a:hover {
    background: #a0883c;
}


div#PDP_popup .close {
    color: #fff;
    width: 35px;
    height: 35px;
    background: #917726;
    position: absolute;
    right: -10px;
	opacity: inherit;
    top: -10px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

@media only screen and (max-width:768px) {
	.PDP_box p {
  	  font-size: 24px;
	}
	
	.PDP_box span {
    font-size: 20px;
}
}

/* POP UP NOVEMBRE 2022 */

.navbar .container {
    max-width: 1200px;
}