html{scroll-behavior:smooth}
.tax-cat_ricette.scrolled .header .container,
.page-template-templ-ricette.scrolled .header .container {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.single-ricette{
  font-family: Spartan, sans-serif;
}
.page-template-templ-ricette h1.titolo_normale{
  text-transform: unset;
}
body.tax-cat_ricette h1.titolo_normale:first-letter {
  text-transform: capitalize;
}
div.section_main .contenuto.ricette-single{
  padding:40px 0;
  background-color: #00000036;
  height: 100%;
  z-index:7;
}
.testo_ricette {
  margin: 20px;
}
.ricette_single_titolo{
  font-family: Spartan, sans-serif;
}
.ricette_single_titolo .titolo{
  text-align: left;
}
.freccia-destra-list{
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}
.testo_ricette p {
  font-size: 16px;
  line-height: 1.7;
}

.ricette_container {
  margin-left: 25px;
  margin-right: 25px;
  font-family: 'Montserrat', sans-serif;
}
.product-carousel-ricette ul {
  padding: 0 25px !important;
  margin: 0 -25px;
}
.product-carousel-ricette {
  max-width: 1080px;
  margin: 50px auto;
}
h2.accauno {
  display: inline-block;
  padding: 2% 0;
  line-height: 22px;
  font-weight: normal;
  color: #48443D;
  text-align: center;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
  width: 80%;
  font-size: 33px;
  text-transform: capitalize;
  clear: both;
  margin: 0 AUTO;
  display: block;
  font-weight: 600;
  padding-bottom: 0;
  padding-top: 60px;
}
.recipe-cont {
  font-family: 'Spartan', sans-serif;
  display: flex;
  flex-direction: column;
}

.ricette_header {
  position: relative;
  margin-top: 0px;
  overflow: hidden;
}

.ricette_header img.main {
  width: 200%;
  margin-left: -40%;
}

/*.ricette_header .ingriggio {*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  left: 0px;*/
/*  right: 0px;*/
/*  bottom: 5px;*/
/*  z-index: 1;*/
/*  background-color: rgba(0, 0, 0, 0.5);*/
/*}*/

.ricette_header .testo {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 115px;
  text-align: center;
  color: #FFF;
}

.ricette_header .testo .riga01 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: normal;
}

.ricette_header .testo .riga01 h1.nostyle {
  padding: 0;
  line-height: normal;
  font-size: 25px;
  color: white;
  font-weight: 600;
}

.ricette_header .testo .riga02 {
  margin-top: 5px;
}

.ricette_header .testo .riga02 a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: normal;
}

.ricette_header .testo .riga02 a:hover {
  text-decoration: underline;
}

.ricette_header .testo .riga03 {
  width: 300px;
  margin: 0 auto;
}


/* #recipe-filters {
  float: none !important;
  margin: 0 auto;
  width: 290px;
  color: #FFF;
  text-align: center;
  border: 1px solid #FFF;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  max-width: 300px;
  height: 42px;
  padding-left: 15px;
} */

/* #recipe-filters {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  background-size: 25px;
  background-image: url(https://np11.it/ventura/freccia-bianca.png);
  background-repeat: no-repeat;
  background-position: right;
} */



.ricette_filtri {
  width: auto;
  list-style-type: none;
  padding: 0px;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 52px;
  background: #ffffff;
  /* z-index: 6; */
  min-height: 90px;
  flex-direction: column-reverse;
  padding-bottom: 20px;
}

.ricette_filtri>ul {
  width: auto;
  margin: 0;
  height: auto;
  vertical-align: top;
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  text-transform: capitalize;
}

.ricette_filtri>ul>li {
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: auto;
  /* color: #FFF; */
  /* font-size: 18px; */
}

.ricette_filtri>ul>li a {
  color: #48443D;
  display: block;
  font-size: 13px;
  line-height: normal;
  font-weight: 600;
}

.ricette_filtraper {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  margin: 10px 0px;
}

.container-sticky{
  -moz-box-shadow: 0 4px 8px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  background-color: #FFFFFF;
}
/*elenco*/
ul.ricette_elenco,
ul.ricette_elenco li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
}

ul.ricette_elenco {
  margin-top: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 35px;
  scroll-margin-top: 200px;
}

ul.ricette_elenco li {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
  overflow: hidden;
  -ms-transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -transition: .5s;
  width: 100%;
}


ul.ricette_elenco li .ricette_foto {
  height: 45vw;
  background-size: cover;
  background-position: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

ul.ricette_elenco li .ricette_data {
  color: #000000;
  font-size: 14px;
  line-height: normal;
  display: flex;
  margin: 32px;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ricette-item{
  cursor: pointer;
}
ul.ricette_elenco li .ricette_titolo {
  color: #000000;
  margin-bottom: 35px;
  margin-top: 12px;
  margin-left: 32px;
  margin-right: 32px;
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 600;
}

a.ricette_cliccabile {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}


/*RICETTA SINGOLA*/
.ricettesingle_header {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.ricettesingle_header img {
  width: 100%;
  border-radius: 6px;
}

.recipe-table .tit {
  display: block;
  width: 100%;
  border: none;
  padding-right: 0px;
  padding-left: 0px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #48443D;
  font-size: 14px;
  margin-top:48px;
  margin-bottom: 24px;
}
.col-right h2.comepreparare {
  display: block;
  width: 100%;
  border: none;
  text-transform: none;
  font-family: Source Sans Pro;
  font-weight: 200;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  font-style: italic;
  margin-bottom: 5px;
}

.ricettesingle_header .ricettesingle_titolo {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  font-weight: 500;
}

.ricettesingle_header .ricettesingle_titolo h1 {
  border: none;
  margin: 24px 0;
  padding: 0px;
  width: auto;
  color: #48443D;
  font-family: 'Spartan', sans-serif;
  text-align: left;
  font-size: 16px;
  line-height: 140%;
  text-transform: unset;
}

.ricettesingle_header .ricettesingle_titolo span.cat {
  color: #634a22;
  padding-bottom: 20px;
  margin-top: 25px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #c1b5a7;
  font-size: 14px;
  line-height: normal;
  font-family: Montserrat, sans-serif;
  text-transform: lowercase;
}
.ricettesingle_header .ricettesingle_titolo span.categoria {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  text-transform: capitalize;
  color: #48443D99;
}
.ricettesingle_frutti{
  margin-bottom: 48px;
}
.ricettesingle_frutti .fruit_list{
  font-size: 11px;
  font-weight: 500;
  color: #48443D;
}
.ricettesingle_frutti .fruit_list span{
  text-transform: uppercase;
}
.ricettesingle_frutti .fruit_list a{
  font-weight: 600;
}
.ricettesingle_header .ricettesingle_titolo h1.tit {
  display: block;
  margin-top: 25px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.2;
  padding: 5px 10px 13px;
  font-weight: normal;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
}

.txtricetta {
  color: #48443D;
  font-family: Spartan, sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}
.txtricetta a {
  text-decoration:underline;
}
.txtricetta a:hover {
  text-decoration:none;
}
.txtricetta p{
  margin-bottom: 10px;
}
ul.ingredienti li {
  display: block;
}
ul.ingredienti li.titolo {
  margin-top: 20px;
  margin-bottom: 0px;
}
.ricette_box{
  padding:60px 0;
}
.ricette_filtri_container{
  margin: auto;
  position: sticky;
  top: 52px;
  z-index: 2;
}

.ricette_filtri_container .ricette-filtri{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 52px;
  background: #ffffff;
  /* z-index: 6; */
  min-height: 90px;
  max-width: 1280px;
  margin: 0 auto;
}
.ricette_filtri>ul>li a.active{
  color: #5CBB34 !important;
  border-bottom: 1px solid #5CBB34;
}
.ricette_filtri_container .recipe-list{
  max-width: 1280px;
  margin: 0 auto;
}
.select-wrapper-recipe{
 margin-top: 0;
}
a.anchor {
  display: block;
  position: relative;
  top: -160px;
  visibility: hidden;
}
@media (min-width:480px) {}

@media (min-width:768px) {
  .testo_ricette {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 45px;
  }
  .ricettesingle_header .ricettesingle_titolo h1.tit{
    font-size: 30px;
  }
  .ricette_header .testo .riga01 h1.nostyle {
    font-size: 3.6vw;
  }

  #recipe-filters {}

  .ricette_filtraper {
    display: inline-block;
    font-size: 1.3vw;
    margin: 0px;
    padding-top: 5.9vw;
  }
  .ricette_filtri {
    flex-direction: row;
    padding-bottom: 0;
  }

  .ricette_filtri>ul>li {
    width: auto;
  }

  .ricette_filtri>ul>li a {
    display: block;
    line-height: normal;
  }

  .ricette_header img.main {
    width: 100%;
    margin-left: 0px;
  }

  .ricette_header {
    margin-top: 0px;
  }

  .ricette_header .testo {
    top: 14vw;
  }

  .ricette_header .testo .riga01 {
    font-size: 3.8vw;
  }

  .ricette_header .testo .riga02 {
    margin-top: 1.4vw;
  }

  .ricette_header .testo .riga02 a {
    font-size: 1.4vw;
  }

  #recipe-filters {}

  ul.ricette_elenco li .news_titolo {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  ul.ricette_elenco li .news_foto {
    height: 40vw;
  }


  ul.ricette_elenco li {
    width: calc((100% - 35px ) / 2 );
  }

  ul.ricette_elenco li .ricette_foto {
    height: 20vw;
  }

  ul.ricette_elenco li .ricette_titolo {
    min-height: 50px;
  }

  .ricettesingle_header {
    margin-top: 0px;
  }

  .ricettesingle_header .ricettesingle_titolo h1 {
    font-size: 30px;
  }

  .ricettesingle_header .ricettesingle_titolo {
    margin-top: 0px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* H1 diventa H2 14/4/2017*/
  h2.accauno {
    font-size: 24px;
    width: 55%;
  }

  /* FINE H1 diventa H2 14/4/2017*/

}

@media (min-width:992px) {
  .ricettesingle_header .ricettesingle_titolo h1.tit {
    display: block;
    margin-top: 55px;
    font-weight: normal;
    margin-bottom: 40px;

  }
  .ricettesingle_header {
    /* margin-top: 120px; */
  }
  .product-carousel-ricette ul {
    padding: 0 40px !important;
  }

  #recipe-filters {
    font-size: 14px;
  }

  ul.ricette_elenco li .ricette_foto {
    height: 215px;
  }

  ul.ricette_elenco li {
    width: calc((100% - 70px) / 3);
  }
  .ricette_filtri_container{
    top:70px;
  }
}

@media (min-width:1200px) {

  .testo_ricette {
      margin-left: auto;
      margin-right: auto;
      max-width: 1100px;
  }

  .ricette_header .testo .riga01 {
    font-size: 45px;
  }

  .ricette_header .testo .riga01 h1.nostyle {
    font-size: 45px;
  }

  .ricette_header .testo .riga02 {
    margin-top: 20px;
  }

  .ricette_header .testo .riga02 a {
    font-size: 20px;
  }


  .ricette_filtri>ul>li a {
    /*1vw 4vw*/
    font-size: 16px;
    /*1.3vw*/
  }

  .ricette_filtraper {
    font-size: 15.6px;
    /*1.3vw*/
    padding-top: 70.8px;
    /*5.9x12vw*/
  }

  ul.ricette_elenco.hover li:not(:hover) {
    opacity: 0.4;
  }

  ul.ricette_elenco.hover li {
    opacity: 1
  }

  ul.ricette_elenco li {
    width: calc((100% - 105px) / 4);
  }
  ul.ricette_elenco li .ricette_titolo {
    margin-left: 32px;
    margin-right: 32px;
  }

  .ricettesingle_header .ricettesingle_titolo h1 {
    font-size: 30px;
  }
}


@media (min-width:1440px) {

  .ricette_container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
}
.cc {
  width: 100%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
}

.cc-in {
  width: 90%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

/* ==========================================================================
    RECIPE
    */

.recipe-name {
  border-bottom: 1px solid #003180;
  border-top: 1px solid #003180;
  margin: 5% auto;
  padding: 1% 0;
  width: 29%;
}

.recipe-name h2 {
  background-color: #fff !important;
  padding: 1% 0;
  line-height: 17px;
  font-size: 18px;
  color: #003180;
  font-family: 'Courgette', serif;
  text-transform: capitalize;
}

.recipe-category {
  overflow: hidden;
}

.recipe-category>div {
  float: left;
  width: 29%;
  padding: 4% 2% 1%;
  height: 210px
}

.recipe-category>div .title {
  font-size: 11px;
  padding: 2% 5%;
  text-transform: uppercase;
  width: 80%;
}

.recipe-category img {
  margin-bottom: 0px !important;
  width: 100%
}



#recipe-filter-toggle {
  padding: 5px 10px 4px;
  width: 70%;
}

.recipe-box-preview>div>a {
  overflow: hidden;
  background-image: url(../images/load.gif);
  background-position: center;
  display: block;
  margin: auto
}

.grey-stripe-recipe {
  background-color: #ffefce;
  margin-top: -22px;
  padding: 40px 0px 20px 0px;
  overflow: hidden
}

.grey-stripe-recipe .txt-pr {
  background-color: transparent;
}

#recipe-filters {
  font-family: 'Spartan';
  -webkit-appearance: none;
  appearance: none;
  margin: 0 5px;
  font-size: 13px;
  color: #48443D;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  width: 277px;
  padding: 13px 20px;
  position: relative;
  background-color: #ffffff;
}

#no-recipes-alert {
  margin: 50px auto 30px auto;
  padding: 40px 0px 40px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: none;
  background-color: #ffefce;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.recipe-cont .title {
  height: 30px;
  margin-top: 25px;
  line-height: 28px;
  padding: 5px 20px;
  font-size: 24px;
  color: #003180;
  text-align: center;
  text-transform: uppercase;
}

.recipe-cont img {
  width: 100%
}

.recipeUrl {
  float: left;
  margin-bottom: 30px;
  margin-right: 60px;
  text-align: center;
  width: 150px;
  padding: 4px 10px;
  background-color: #003180;
  color: #fff;
  font-size: 11px
}

.recipeUrl>a {
  color: #fff;
  text-transform: uppercase;
}

.recipeUrl>a:hover {
  color: #fff;
  text-transform: uppercase;
}


.col-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12vw;
  margin-bottom: 48px;
  font-size: 11px;
  line-height: 16px;
}

.col-left>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
  flex-direction: column;
}

.col-left>div .dida{
  display: flex;
  flex-direction: column;
}

.str600 {
  font-weight: 600;
}

.col-left img {
  width: 48px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.txt-bg h2,
.txt-pr h2,
.mix-bg h2 {
  width: 100%
}

.mix-bg h2 {
  width: 90%
}

.col-right {
  text-align: justify;
  margin-bottom: 5%;
}

.col-right img {
  padding: 0%;
  width: 9%;
  float: left;
}


.col-left h2,
.col-right h2 {
  background-color: #fff;
  color: #003180;
  float: left;
}

.col-left h2 {
  line-height: 500%;
  width: 100% !important;
  padding: 0px;
}

.col-right h2 {
  margin: 0;
  border-bottom: 1px solid #003180;
  border-top: 1px solid #003180;
  padding-right: 40px;
  background-color: transparent;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  color: #aba08f;
  padding: 0;
  text-transform: uppercase;
}


.label h2 {
  font-size: 12px
}

.plus {
  width: 100%
}

.plus h2 {
  border: 0px !important;
  line-height: 300%;
  padding-right: 0% !important
}
h2.ricette_sezione {
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

.col-right .ricetta-carousel img{
  width: 100%;
  aspect-ratio: 900/405;
  object-fit: cover;
  object-position: center;
}
.col-right .ricetta-carousel{
  margin:48px 0;
}

body.video_verticale .wp-video-popup-video{
  height: unset!important;
  width: auto !important;
  aspect-ratio: 9/16!important;
}
@media only screen and (max-width: 530px) {



  .col-right img {
    width: 15%
  }

  .center-mix a,
  .center a {
    text-align: center;
    display: table-cell;
    height: 150px;
    vertical-align: bottom;
  }

  .center-mix img,
  .center img,
  .all-products img {
    width: 80%
  }

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

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

  /*    #home-banner {display: none} */

  .bbmix-select img {
    width: 100% !important
  }


}

@media only screen and (max-width: 730px) {

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

@media only screen and (min-width: 731px) {

  .bb {
    border-right: 1px solid #fff;
  }
  .col-left>div {
    flex-direction: row;
  }
  .col-left img {
    margin-right: 16px;
    margin-bottom: 0;
  }

  .mix-bg .cc .last {
    margin-left: 0px;
    margin-right: 0px
  }


  #recipe-filter-toggle {
    width: 45%
  }

  .col-right img {
    width: 12%
  }


  .center-mix a {
    width: 100%
  }

  #random-recipe .pic>div {
    line-height: 20px;
    font-size: 18px
  }

  #slide_cont {
    width: 80%;
    left: 50%;
    margin-top: 8%;
    margin-left: -37%;
  }

  .row {
    margin-bottom: 10%;
  }

  .column {
    width: 48%;
    min-height: 350px;
  }

}

@media only screen and (min-width: 930px) {

  .mix-bg .cc .last {
    margin-left: 30px;
    margin-right: -50px
  }

  .recipe-name h2 {
    padding: 2% 0;
    width: 60% !important;
  }

  .list li .img {
    width: 10%
  }

  .list li .text-white {
    width: 90%
  }


}

@media only screen and (min-width: 1180px) {

  .cc {
    width: 1100px;
  }

  .cc-in {
    width: 900px;
  }

  .right,
  .left {
    overflow: visible
  }

  #logo {
    position: absolute;
    margin-left: -120px;
    margin-top: -15px;
    left: 50%;
    padding: 0 20px;
    z-index: 9999;
    display: block;
    width: 200px
  }

  .label h2 {
    width: 50%;
    /* 19 / 06 / 2017 sistemazione nomi prodotti homepage*/
    background-color: #e8e5e0 !important;
    color: #634a22;
    border-radius: 5px;
    padding: 18px 10px 18px;
    text-transform: uppercase;
  }


  #lateral-banner {
    position: absolute;
    right: 2%;
    display: block;
    text-align: center;
    top: 70px;
    z-index: 998;
    width: 170px;
    height: 407px
  }

  .center-mix a,
  .center a {
    text-align: center;
    display: table-cell;
    /*height: 250px;*/
    vertical-align: bottom;
    cursor: pointer
  }

  .more-about {
    display: block
  }

  .row {
    margin-bottom: 10%;
  }

  .column {
    width: 30%;
    min-height: 350px;
  }

  iframe {
    width: 100%;
  }

  #wellness-cat-menu>div.stripe>div {
    width: 23%;
    padding: 1%;
  }

  .wellness-table {
    margin-bottom: 10%;
    font-size: 12px
  }

  #random-recipe .pic>div {
    padding: 2% 5%;
    line-height: 22px;
    font-size: 20px
  }

  .all-products div {
    float: left;
    width: 25%;
    margin: 5% 0 0
  }

  .col-cont-blu {
    width: 46%;
    padding: 2%;
    min-height: 230px;
    font-size: 12px
  }

  #nutritional-table {
    width: 600px
  }

  #nutritional-table-tostati {
    width: 300px
  }


  #map {
    height: 400px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  #map>div {
    float: left;
    width: 430px;
  }

  #map-frame {
    width: 530px;
    background-image: url(../images/map.jpg);
    height: 400px;
  }


  #slide_cont {
    width: 50%;
    left: 50%;
    margin-top: 10%;
    margin-left: -25%;
  }

  #news {
    width: 80%;
    margin: auto
  }

  #news .text-in {
    width: 60%;
  }

  #news .img-in {
    width: 30%;
  }

  #news .img-in img {
    width: 100%;
  }

  /*   .singleProduct {float: left; padding: 2% 2%; width: 46%;}*/
  .singleProduct:first-child {
    float: left;
    padding: 2% 4% 2% 0;
    width: 46%;
  }

  .singleProduct:last-child {
    float: left;
    padding: 2% 0 2% 4%;
    width: 46%;
  }

  #light_black_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #003180;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 99999;
    display: block
  }

  #pop-up {
    z-index: 9999999;
    position: absolute;
    margin-left: -450px;
    left: 50%;
    top: 0%;
    width: 80%;
    z-index: 999999;
    display: block
  }

  #pop-up #maingallery_close {
    position: absolute;
    top: 25%;
    margin-left: 910px;
    z-index: 999999;
    display: block
  }
}

@media only screen and (min-width: 1440px) {

  .sx {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: block
  }

  .dx {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    display: block
  }

}



/* ==========================================================================
    Print styles
    ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  #slim-menu-wrapper {
    display: none
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

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

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h2 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h2 {
    page-break-after: avoid;
  }

  .path {
    display: none
  }

  #header {
    display: none
  }

  .pd-t80 {
    padding-top: 0px !important;
  }

  .grey-stripe-recipeProducts {
    display: none
  }

}
.hide{
  display: none !important;
}