/**GENERAL*/
.iubenda-cs-preferences-link {
 color: #fff !important;
}

.text-center {
  text-align: center;
}
.bounce-7 {
  animation-name: bounce-7;
  animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
  animation-duration: 5s;
  animation-iteration-count: infinite;
  display: block;
}
@keyframes bounce-7 {
    0%   { transform: scale(1,1)      translateY(0); }
    2.5%  { transform: scale(1.2,.9)   translateY(0); }
    5%  { transform: scale(.9,1.2)   translateY(-20px); }
    6.5%  { transform: scale(1.05,.95) translateY(0); }
    7.5%  { transform: scale(1,1)      translateY(-7px); }
    10%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}
.com-sppagebuilder #sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 0;
}
#sp-header.header-sticky ~ section#sp-section-2 {
  padding-top: 70px;
}
/***GENERAL*/

/**Menu*/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after, .secondary-menu .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  content: "";
}
.biostockMenuProdotti .sp-dropdown .sp-dropdown-inner {
  padding: 10px 30px;
}
.biostockMenuProdotti .sp-dropdown .sp-dropdown-inner .col-sm-2 {
  padding: 0;
}
.biostockMenuProdotti .col-sm-2 ul.sp-mega-group > li:not(:empty) {
  height: 210px;
}
.biostockMenuProdotti .sp-dropdown {
  left: 50% !important;
  transform: translateX(-39%);
  max-height: 85vh;
  overflow-y: auto;
}
.biostockMenuProdotti ul.sp-mega-group > li > a {
  height: calc(100% - 10px);
  text-align: center;
  padding: 13px 15px !important;
}
.biostockMenuProdotti ul.sp-mega-group > li .sp-module a,
.biostockMenuProdotti .col-sm-12 {
  padding: 0 !important;
}
.biostockMenuProdotti ul.sp-mega-group > li > a > img {
  margin-bottom: 10px;
}
.biostockMenuProdotti ul.sp-mega-group > li > a .image-title {
  line-height: 1.2;
  height: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offcanvas-menu li img {
  display: none;
}
.offcanvas-menu .mod-languages {
  justify-content: center;
}
.offcanvas-menu .sp-module.custom-login-module {
  justify-content: center;
  display: flex;
  margin-bottom: 35px !important;
}
.offcanvas-menu .custom.custom-login-module {
  position: relative;
}
.offcanvas-menu .custom-login-module .tooltiptext {
  right: 50%;
  bottom: -100%;
  top: unset;
  transform: translateX(50%);
}
body .offcanvas-menu .mod-languages .lang-inline {
  display: block;
}
/***Menu*/

/**Modules*/
.biostock-categorie-wk .uk-overlay-active .uk-active>.uk-overlay-scale,
.biostock-categorie-wk .uk-overlay-hover.uk-hover .uk-overlay-scale,
.biostock-categorie-wk .uk-overlay-hover:hover .uk-overlay-scale {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.biostock-categorie-wk .uk-panel h3 {
  height: 21px;
}
.biostock-categorie-wk .uk-panel {
  overflow: hidden;
  transition: all 400ms;
}
.biostock-categorie-wk .uk-panel .uk-panel-teaser {
  margin-top: 0;
}
.biostock-categorie-wk .uk-panel:hover > p .uk-button {
  background-color: #493939;
  color: white !important;
}
.biostock-categorie-wk .uk-panel:hover {
  background-color: rgba(73, 57, 57, 0.06);
}
@media(min-width: 480px) {
  .biostock-categorie-wk .uk-panel div:nth-of-type(2) {
    height: 110px;
  }
}
@media(min-width: 992px) {
  .biostock-categorie-wk .uk-panel div:nth-of-type(2) {
    height: 90px;
  }
}
/***Modules*/

.negozicitta .sp-page-title h2 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    text-shadow: 2px 2px 8px black;
  }
.negozicitta select[name="radius"],
.negozicitta #filter_catid,
.negozicitta .adv-search {
  display: none;
}
.negozicitta .form-search {
	justify-content: center;
  	display: flex;
}
.negozicitta .form-search h2{
  	display: none;
}
.negozicitta .form-search .controls {
	width: 80%;
}
.negozicitta #locationlocator #locationsearch_div .input-append {
 padding-right: 0;
}

@media (max-width: 768px) {
.negozicitta .sp-page-title h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitaluppercaseize;
    letter-spacing: 0;
    text-shadow: 2px 2px 8px black;
    padding-top: 10vw;
  }
}


/**PAGINE*/
.imgfullheight768 .sppb-image-holder {
    background-repeat: no-repeat;
    background-size: contain;
}
.treedomIframeWrapper iframe {
  width: 100%;
  height: 100%;
}
.treedomIframeWrapper {
  height: 598px;
}
@media(min-width: 769px) {
  .treedomIframeWrapper {
    height: 483px;
  }
}
@media(min-width: 877px) {
  .treedomIframeWrapper {
    height: 375px;
  }
}
/***PAGINE*/


@media (max-width: 1500px) {
  .ricette-interno .recipe-instructions {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

@media (max-width: 1199px) {
  .ricette-interno .recipe-ingredients {
    order: 2 !important;
    flex-basis: 50% !important;
  }

  .ricette-interno .recipe-customfields {
    order: 3 !important;
    flex-basis: 50% !important;
  }

  .ricette-interno .main-recipe-image-container {
    order: 1 !important;
    flex-basis: 100% !important;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

  .ricette-interno .main-recipe-image-container .postit,
  .ricette-interno .main-recipe-image-container:before {
    left: 30%;
  }
}

@media (max-width: 970px) {
  .ricette-interno .main-recipe-image-container .postit,
  .ricette-interno .main-recipe-image-container:before {
    left: 25%;
  }
}

@media (max-width: 767px) {
  .ricette-interno .main-recipe-image-container .postit,
  .ricette-interno .main-recipe-image-container:before {
    left: 20%;
  }

  .ricette-interno .article-header h1 {
    color: #493939 !important;
  }
}

@media (max-width: 706px) {
  .ricette-interno .recipe-customfields {
    padding: 40px 15px !important;
  }

  .ricette-interno .main-recipe-image-container .postit,
  .ricette-interno .main-recipe-image-container:before {
    left: 15%;
  }
}

@media (max-width: 767px) {
  .ricette-interno .recipe-ingredients {
    flex-basis: 100% !important;
    order: 3 !important;
    padding-top: 0 !important;
  }

  .ricette-interno .recipe-customfields {
    flex-basis: 100% !important;
    padding: 40px 40px 40px 40px !important;
    order: 2 !important;
  }

  .ricette-interno .recipe-ingredients {
    padding: 0px 40px 40px 40px !important
  }

  .ricette-interno .main-recipe-image-container .postit,
  .ricette-interno .main-recipe-image-container:before {
    left: 10%;
  }
  .ricette-interno .recipe-instructions {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#userForm input[type="file"] {
  width: auto;
}

#userForm input[type="submit"] {
  background-color: #72977E !important;
}
#userForm input[type="submit"],
#userForm input[type="reset"] {
  color: white !important;
}
.tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 220px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 99;
  opacity: 0;
  transition: opacity .6s;
}
.tooltip-left {
  top: 2px;
  right: 108%;
}
.tooltip1:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
#sp-title {
  text-shadow: 1px 1px 17px black;
}
.sp-page-title:after {
  display: none;
}

.blog-e-ricette .uk-panel p a {
  color: #493939 !important;
  letter-spacing: 1.07px;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid;
  padding: 2px 5px;
  white-space: nowrap;
}

.instagram-wall-logo {
  text-align: center;
  line-height: 68px;
  font-size: 21px;
  letter-spacing: 1.07px;
  font-weight: 500;
  text-transform: uppercase;
}

.instagram-wall-logo img {
  display: inline-block !important;
  margin-right: 10px;
}

.article-list .article .article-intro-image:after,
.article-list .article .article-intro-image:before {
  pointer-events: none;
}

.ricette-interno aside {
  display: none;
}

.ricette-interno .article-header {
  margin-bottom: 50px;
}

.ricette-interno .article-header [itemprop="headline"],
.blog-interno .article-header [itemprop="headline"] {
  line-height: 40px;
}

.ricette-interno .article-header h1 {
  max-width: 100% !important;
}

.ricette-interno .recipe-ingredients {
  order: 1;
  flex-basis: 30%;
  background-color: #faf1e3;
  padding: 40px 40px 40px 50px;
}

.ricette-interno .recipe-customfields {
  order: 2;
  flex-basis: 30%;
  background-color: #faf1e3;
  padding: 40px;
}

.ricette-interno .main-recipe-image-container {
  order: 3;
  flex-basis: 39.5%;
}

.ricette-interno .main-recipe-image-container .field-value {
  height: 100%;
  display: flex;
  border: 1px solid #493939;
  align-items: center;
  justify-content: center;
}

.ricette-interno .recipe-instructions {
  margin: 40px 0 0px;
}

.ricette-interno .recipe-instructions .recipe-subtitle {
  margin-bottom: 20px;
}

.main-recipe-image-container::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(/images/varie/postit.png);
  width: 56px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 21px;
}
.main-recipe-image-container {
  position: relative;
}
.main-recipe-image-container .postit {
    display: block;
    position: absolute;
    background-image: url(/images/varie/postit.png);
    width: 56px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 21px;
    color: white;
    text-align: center;
    font-size: 12px;
}
.main-recipe-image-container .postit img {
  margin: auto;
}

#row-mappe .sppb-col-md-6:first-child {
  border-right: 1px solid rgba(73, 57, 57, 0.25);
}
#row-mappe h1 {
  text-align: center;
}

.slider-alta h1, .slider-bassa h1 {
  font-weight: 500 !important;
  font-size: 60px !important;
  text-shadow: black 3px 3px 15px;
}
.slider-alta,
.slider-bassa {
  display: flex;
  align-items: center;
}

.page-19 .uk-panel p a.uk-button,
.page-73 .uk-panel p a.uk-button,
.page-19 .uk-card p a.uk-button,
.page-73 .uk-card p a.uk-button {
    letter-spacing: 1.07px;
    font-weight: 400;
    text-transform: uppercase;
    color: #493939 !important;
    background-color: #fff;
    border: 2px solid #493939 !important;
}
body .uk-scope .uk-card {
  display: flex;
  flex-direction: column;
}
body .uk-scope .uk-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.categorie-piatti-smalltitle .uk-heading-large {
  font-size: 30px;
  line-height: 31px;
}

.news-varie .uk-panel p a,
.ultimo_post .uk-panel p a{
    letter-spacing: 1.07px;
    font-weight: 400;
  font-size: 18px; 
    text-transform: uppercase;
    color: #678b75 !important;
    /* border: solid 2px #493939; */
    padding: 2px 5px;
}

.styled-button {
  letter-spacing: 1.07px;
  font-weight: 400;
    font-size: 18px; 
  text-transform: uppercase;
  color: #493939 !important;
  border: solid 2px #493939;
  padding: 7px 18px;
}

.styled-button:hover {
  color: #493939 !important;
  border: solid 2px #493939 !important;
  background-color: transparent !important;
}

.newsletter-row .sppb-row-container {
  min-width: 100%;
}
.newsletter-right-part h4,
.newsletter-right-part p,
.newsletter-right-part form {
  color: white;
}

.newsletter-right-part h4 {
  font-size: 30px;
  text-align: center;
  margin: 0 30px 20px 30px;
}

.newsletter-right-part p,
.newsletter-right-part {
  text-align: center;
}
.newsletter-right-part button {
  margin-top: 20px;
}

 .newsletter-row .sppb-column-addons div {
   height: 100%;
 }

 .newsletter-row .sppb-col-md-6 {
   padding: 0;
 }

 .newsletter-row .sppb-addon-content p {
   margin-bottom: 0.5rem;
 }

 .newsletter-row form .text-center {
   margin-bottom: 0.5rem;
 }

.newsletter-row form {
  text-align: center;
}
 .newsletter-row .email-field {
   display: inline-block;
   width: 80%;
 }

.newsletter-row .checkbox {
  margin-right: 1rem;
}

 .newsletter-row .check-box input {
   display: inline-block;
   border-color: #493939 !important;
 }

 .newsletter-right-part .sppb-addon-content {
   padding: 50px 20px;
 }

 /*.newsletter-row .newsletter-status {
   margin-bottom: 1rem !important;
 }*/

 .newsletter-row button {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 1.07px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 0 30px;
  transition: color 400ms, background-color 400ms;
  cursor: pointer;
}

 .newsletter-row button:hover {
   border-color: #493939;
   color: #493939;
 }

.faq-tabella h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.faq-introduzione .sppb-addon-content {
  padding: 0 30px;
}

iframe.timeline {
  width: 100%;
  height: 5000px;
  border: none;
}
#timeline .sppb-addon .sppb-addon-content {
  display: flex;
}

#sp-bottom4 .sp-module-content .menu {
  padding-top: 0 !important;
}

.contatti .loghi-social-media {
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .contatti .sppb-row-container {
    padding-left: 40px !important;
  }
  .categorie-piatti-smalltitle .uk-heading-large {
    font-size: 25px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .contatti {
    height: 100% !important;
    padding-top: 35px !important;
  }

  .contatti .sppb-col-md-4:nth-child(2),
  .contatti .sppb-col-md-4:nth-child(3) {
    display: flex;
    flex-basis: 50%;
  }

  .contatti .loghi-social-media {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .contatti .sppb-row-container {
    margin-top: calc(100vh - 807px) !important;
    padding-top: 35px;
  }

  .contatti {
    padding-top: 70px !important;
  }

  .testo-colonne .sppb-addon-content {
        margin-bottom: 25px;
  }

  .loghi-social-media {
    margin-top: 50px !important;
  }

  .loghi-social-media {
    margin-top: 70px !important;
  }
}

@media (max-width: 767px) {
  .contatti .sppb-row-container {
    padding-left: 30px !important;
  }

  .loghi-social-media {
    margin-top: 40px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 530px) {
  .contatti {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contatti .loghi-social-media {
    padding-right: 180px !important;
    margin-bottom: 0;
  }

  .contatti .sppb-row-container {
    margin-top: 0 !important;
  }

  .contatti .sppb-col-md-4:nth-child(2),
  .contatti .sppb-col-md-4:nth-child(3) {
    flex-basis: 100% !important;
  }

  .testo-colonne .sppb-addon-content {
    padding-bottom: 20px;
  }

  .colonna-2 .sppb-addon-content {
    padding-bottom: 0;
  }

  .loghi-social-media {
    padding-right: 200px;
  }
}

@media (max-width: 445px) {
  .contatti .loghi-social-media {
    padding-right: 30px !important;
  }

  .loghi-social-media {
    padding-right: 100px;
  }
}

@media (max-height: 635px) {
  .contatti {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100% !important;
  }

  .contatti .sppb-row-container {
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    padding-top: 90px !important;
    margin-top: 0 !important;
  }
}

.contatti {
  height: calc(100vh - 70px);
}

.contatti .sppb-row-container {
  background-color: #493939;
  margin-top: calc((100vh - 650px) / 2);
  padding-top: 60px;
  padding-left: 80px;
  padding-bottom: 35px;
}

.contatti .testo-colonne .sppb-addon-content,
.contatti .testo-colonne .sppb-addon-content a {
  color: white !important;
}

.contatti .loghi-social-media {
  padding-right: 90px;
}

.loghi-social-media {
  margin-top: 40px;
  gap: 10px;
  display: flex;
  justify-content: space-between;
}

.immagine-contatti {
  padding-right: 20px;
  margin-bottom: 20px;
}

.contatti .sppb-column-addons div.clearfix {
  margin-bottom: 0 !important;
}

.sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    background: #faf1e3;
    color: #493939;
}

.news-varie .sppb-row h3:first-child {
  color: #493939;
  font-size: 25px !important;
  letter-spacing: 1.07px;
  text-transform: uppercase;
  line-height: 68px;
}

.news-varie .sppb-row h3:first-child {
  position: relative;
}

.news-varie .sppb-row h3:first-child:before {
   transition: 0.4s;
   content: "";
   position: absolute;
   bottom: 10px;
   left: 0;
   background: #493939;
   height: 2px;
   width: 0;
 }

 .news-varie .sppb-row h3:first-child:hover:before {
   width: 20%;
 }

 .news-varie .sppb-row-container .sppb-col-md-4:nth-child(2) {
   border-left: #72977E solid 1px;
   border-right: #72977E solid 1px;
 }

@media (min-width: 992px) {
  .blog-e-ricette .sppb-row .sppb-col-md-6:first-child  {
    border-right: #72977E solid 1px;
    padding-right: 25px;
  }

  .blog-e-ricette .sppb-row .sppb-col-md-6:last-child {
    padding-left: 25px;
  }
  #sp-menu2 {
    -ms-flex: 1 1 35.333333%;
    flex: 1 1 35.333333%;
    max-width: 35.333333%;
  }
}

@media (max-width: 500px) {
  .le-nostre-linee .loghi-alti img {
    height: 80px !important;
  }

.le-nostre-linee .loghi-bassi img {
    height: 40px !important;
  }

.loghi-alti {
  padding-bottom: 10px;
  }
}

.le-nostre-linee .loghi-alti img {
  height: 200px;
}

.le-nostre-linee .loghi-bassi img {
  height: 100px;
}

.le-nostre-linee .sppb-row .sppb-col-md-1 {
  padding: 0;
  max-width: 0%;
}

.le-nostre-linee .sppb-row .sppb-col-md-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.testi-prodotti-alternati .uk-panel p {
  text-align: center;
}

.testi-prodotti-alternati .uk-panel p > a {
  letter-spacing: 1.07px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  background-color: #72977E;
}

.testi-prodotti-alternati .uk-panel p > a:hover {
  letter-spacing: 1.07px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  background-color: #493939;
}

.testi-prodotti-alternati h3 {
  position: relative;
}
.testi-prodotti-alternati h3 a:before {
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 35px;
  background: #493939;
  height: 0.15rem;
  width: 0;
}

.testi-prodotti-alternati h3 a:hover:before {
  width: 10%;
}

.testi-prodotti-alternati .uk-panel div.uk-margin {
  margin-top: 0;
}

.testi-prodotti-alternati h3 a {
  font-size: 30px !important;
  letter-spacing: 1.07px;
  text-transform: uppercase;
  line-height: 68px;
  margin: 1rem 0 1.5rem;
}



.testi-prodotti-alternati .uk-panel h3,
.testi-prodotti-alternati .uk-panel .uk-margin {
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 1199px) {
  .sppb-youtube-video-bg iframe,
  .page-content section.intestazione {
    margin-top: 0 !important;
    width: 100% !important;
    height: 560px !important;
    padding: 0 !important;
  }

  .sppb-youtube-video-bg {
    height: auto;
  }
}

@media (max-width: 999px) {
  .sppb-youtube-video-bg iframe,
  .page-content section.intestazione {
    height: 500px !important;
  }
}

@media (max-width: 885px) {
  .sppb-youtube-video-bg iframe,
  .page-content section.intestazione {
    height: 430px !important;
  }
}

@media (max-width: 765px) {
  .sppb-youtube-video-bg iframe,
  .page-content section.intestazione {
    height: 380px !important;
  }
}

@media (max-width: 675px) {
  .sppb-youtube-video-bg iframe,
  .page-content section.intestazione {
    height: 330px !important;
  }
}

@media (max-width: 585px) {
  .sppb-youtube-video-bg iframe,
  .page-content section.intestazione {
    height: 285px !important;
  }
}

@media (max-width: 505px) {
  .sppb-youtube-video-bg iframe,
  .page-content section.intestazione {
    height: 250px !important;
  }
}

@media (max-width: 445px) {
  .sppb-youtube-video-bg iframe,
  .page-content section.intestazione {
    height: 220px !important;
  }
}

@media (max-width: 390px) {
  .sppb-youtube-video-bg iframe,
  .page-content section.intestazione {
    height: 190px !important;
  }
}

@media (max-width: 335px) {
  .sppb-youtube-video-bg iframe,
  .page-content section.intestazione {
    height: 170px !important;
  }
}


@media(min-width: 1200px){
  .page-content section.intestazione {
    height: calc(100vh - 65px) !important;
    padding: 0;
    margin-top: -5px !important;
  }
  .biochampion .page-content section.intestazione {
    height: 100vh !important;
    margin-top: 0 !important;
  }
  .sppb-youtube-video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }

  .sppb-youtube-video-bg iframe {
  margin-left: 0 !important;
  margin-top: 0 !important;

  min-width: 100%;
  min-height: 100%;

  width: auto;
  height: auto;

  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  }
}

.mmlsearch input#searchname, .mmlsearch input#searchzipcode {
    display: none;
}

.uk-panel-space {
    padding: 0px !important;
}

.hidden {
  display: none;
}

section.biologico-vero-background-image {
  padding-top: calc((100vh - 260px) / 2) !important;
  padding-bottom: calc((100vh - 70px) / 2) !important;
}

.biologico-vero-background-image:nth-of-type(1) .sppb-row-container,
.biologico-vero-background-image:nth-of-type(3) .sppb-row-container,
.biologico-vero-background-image:nth-of-type(5) .sppb-row-container {
  background-image: linear-gradient( 93deg, rgb(250, 241, 227) 0%,
  rgba(250, 241, 227, 0.81) 82%, transparent 99% );
  padding-top: 30px;
  padding-right: 15%;
  padding-bottom: 20px;
  padding-left: 15%;
  margin-left: 0;
}

.biologico-vero-background-image:nth-of-type(2) .sppb-row-container,
.biologico-vero-background-image:nth-of-type(4) .sppb-row-container,
.biologico-vero-background-image:nth-of-type(6) .sppb-row-container {
  background-image: linear-gradient( 280deg, rgb(250, 241, 227) 0%,
  rgba(250, 241, 227, 0.81) 82%, transparent 99% );
  padding-top: 30px;
  padding-right: 15%;
  padding-bottom: 20px;
  padding-left: 15%;
  margin-right: 0;
}

.biologico-vero-text h2 {
  position: relative;
}

.biologico-vero-text h2:before {
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #493939;
  height: 2px;
  width: 0;
}

.biologico-vero-text h2:hover:before {
  width: 10%;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 16px;
    margin: 0 0 1.5rem;
}

.jux-tl-info {
    background: none repeat scroll 0 0 #5C5C5C;
    border-radius: 8px 8px 8px 8px;
    padding: 16px 26px;
    position: relative;
}


.jux-tl-title {
  font-size: 16px;
  font-weight: 300;
  }


.jux-tl-info {
    background: none repeat scroll 0 0 #faf1e3;
}


.il-gruppo h3.sppb-title-heading {
  text-transform: uppercase;
  margin:  40px 0 0 !important;
}
/*.certificazioni-probio, .certificazioni-gruppo {
  padding-top: 0 !important;
}*/

.azienda h3.sppb-title-heading {
  text-transform: uppercase;
  margin-top: 30px !important;
}

.azienda .sppb-section-title {
  margin-top: 40px;
  margin-bottom: 20px !important;
}

.certificazioni-probio h1.sppb-title-heading,
.certificazioni-gruppo h1.sppb-title-heading {
  font-weight: 400;
}

.certificazioni-probio h1.sppb-title-heading:before,
.certificazioni-gruppo h1.sppb-title-heading:before {
   transition: 0.4s;
   content: "";
   position: absolute;
   bottom: -10px;
   left: 0;
   background: #493939;
   height: 2px;
   width: 0;
 }

 .certificazioni-probio h1.sppb-title-heading:hover:before,
 .certificazioni-gruppo h1.sppb-title-heading:hover:before {
   width: 12%;
 }

 .certificazioni-probio img,
 .certificazioni-gruppo img {
   max-height: 300px;
 }

.secondary-menu .menu-child li a:after,
.sp-megamenu-parent .sp-dropdown .menu-child li a:after,
.secondary-menu .sp-dropdown-inner li a:after,
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li a:after {
  background-color: #493939;
}

.azienda a[target], .il-gruppo a[href] {
  color: #72977E !important;
}

.sp-page-builder .page-content #section-id-1511613808 {
  background-color: rgba(0, 0, 0, 0);
}

.sp-page-builder .page-content #section-id-1511613808 > .sppb-row-overlay {
    background-color: rgba(0, 0, 0, 0) !important;
}

.biologicovegetarianovero h3 {
  font-family: Raleway !important;
}

.intestazione h4 {
  color: #493939;
  font-weight: 400 !important;
  text-shadow: 5px 5px 40px #493939;
}

.sppb-btn.sppb-btn-primary {
  background-color: #72977E;
}

#sp-footer .sp-copyright {
    font-size: 14px;
    line-height: 24px;
}

#sp-footer, #sp-loghi-footer-container {
    text-align: center;
    background: #72977E;
    color: #fff;
}

#sp-bottom {
    background: #72977E;
    color: #fff;
    padding: 60px 0 30px;
    font-size: 14px;
    line-height: 1.6;
}
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 14px;
    line-height: 1.6;
}
#sp-bottom .sp-module .menu {
    padding-top: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    text-transform: none;
}

#sp-bottom h3, .latestnews a{
  color: #fff !important;
}

#sp-bottom .sp-module ul > li > a {
  color: #fff;
}

#sp-bottom .sp-module ul > li > a:hover {
  opacity: 1;
}

.latestnews a:hover {
  opacity: 1 !important;
}

#sp-header {
    background: #faf1e3;
    border: 0;
}

.mod-languages .lang-active {
  text-decoration: underline;
}

.secondary-menu > li > a, .sp-megamenu-parent > li > a {
    font-weight: 400 !important;
    color: #493939;
}

.article-list .article .readmore a {
    background-color: #008049;
}

.h1, h1{
    color: #493939;
    font-size: 30px !important;
    letter-spacing: 1.07px;
    text-transform: uppercase;
    line-height: 68px;
    margin: 1rem 0 1.5rem
}

.secondary-menu > li {
    padding-right: 27px;
}

.sp-megamenu-parent > li > a:before, .secondary-menu > li > a:before, .sp-megamenu-parent > li > span:before, .secondary-menu > li > span:before {
  background: #493939;
}
#sp-header > .row {
  margin: 0;
  justify-content: space-between;
}
#sp-top1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
}
#sp-top2 {
  text-align: left;
  display: flex;
  align-items: center;
  padding-right: 0;
}

#sp-top2 .loginform {
  position: absolute;
  width: 231px;
  z-index: 100;
  display: none;
  background-color: white;
  padding: 15px;
  right: 0;
  border-radius: 2%;
  margin-top: 6px;
  box-shadow: 0px 0px 15px -3px black;
}

#sp-top2 .loginform #form-login-remember,
#sp-top2 .loginform .unstyled li:first-child,
#sp-top2 .loginform #form-login-username .add-on,
#sp-top2 .loginform #form-login-password .add-on{
  display: none;
}

#sp-top2 .loginform .input-group-text {
  background-color: #007935;
  color: white;
  border-color: #007935;
}

#sp-top2 .loginform #form-login-submit {
  text-align: center;
}

#sp-top2 .loginform .unstyled li {
  display: block;
  text-align: center;
}

#sp-top2 .loginform .unstyled {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#sp-top2 .loginform input {
  color: inherit;
}
#sp-top2 .logofiorentina img {
  height: 70px;
  max-width: 109px;
}
.logofiorentina a {
  transition: all .2s ease-out;
}
.logofiorentina a:hover {
  opacity: 0.6;
}
#sp-top2 > .sp-column {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#sp-header .sp-megamenu-parent > li:empty {
  display: none;
}
#open-login-form {
  padding: 7px 15px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  border: 1px solid transparent;
  line-height: 1.25;
  border-radius: 4px;
  transition: all .15s ease-in-out;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: pre-line;
  vertical-align: middle;
}
.sp-module.custom-login-module-top {
  display: flex;
  align-items: center;
}
.custom.custom-login-module-top {
  position: relative;
}

.certificazioni-probio h1.sppb-addon-title,
.certificazioni-gruppo h1.sppb-addon-title {
  font-size: 15px !important;
  line-height: 20px !important;
  height: 25px;
}


div[class*="search-wrapper-"] .search-element img {
  height: 40px;
  margin: auto;
}

.search-wrapper-difficolta img {
  height: 30px !important;
}

.search-wrapper-difficolta .search-element {
  margin: 0 8px;
  flex-basis: auto !important;
}

div[class*="search-wrapper-"] .search-element {
  padding: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 0.8rem;
  flex-basis: 16.66%;
}

div[class*="search-wrapper-"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.custom-search-ricette .search-title,
.custom-search-articles .search-title {
  background-color: #faf1e3;
  padding: 5px 10px;
  font-weight: bold;
}

.custom-search-ricette input[type="text"] {
  padding: 5px 10px;
  font-size: 1rem;
}

.custom-search-ricette .submit-wrapper,
.custom-search-articles .submit-wrapper,
.custom-search-ricette .search-title,
.custom-search-articles .search-title {
  margin: 20px 0;
}

#sp-right .custom-search-ricette {
  padding: 0;
  border: 0;
}

#custom-search-form,
#custom-search-form-articles,
.view-article .custom-search-articles {
  display: none;
}

.jux-tl-title {
  padding: 0 26px 0 0;
}

.jux-tl-item.left .jux-tl-title {
  padding: 0 0 0 26px;
}

.jux-tl-title a {
  display: flex;
}

.jux-tl-item.left .jux-tl-title a {
  flex-direction: row-reverse;
}

.jux-tl-desc {
  display: block;
  padding: 26px 16px;
}

.jux-tl-item.left .jux-tl-desc {
  text-align: right;
}

.timeline-img-container {
  display: inline-block;
  width: 70px;
  height: 100px;
  background-size: cover;
}

.jux-tl-title .titletext {
  display: flex;
  margin-top: 16px;
  margin-left: 26px;
  align-items: center;
  margin-bottom: 16px;
}

.jux-tl-item.left .jux-tl-title .titletext {
  margin-top: 16px;
  margin-right: 26px;
  align-items: center;
  margin-bottom: 16px;
}

.jux-tl-info {
  padding: 0;
}
@media(max-width: 1299.99px) {
  #sp-top1, #sp-menu1 {
    display: none;
  }
  #sp-menu2 .sp-megamenu-parent {
    display: none !important;
  }
  #sp-top2 {
    flex-basis: auto;
    max-width: none;
    width: auto;
  }
  #sp-menu2 {
    margin-left: auto;
  }
  #sp-menu2 #offcanvas-toggler {
    margin-left: 0;
  }
  .helix-ultimate #sp-menu2 .sp-megamenu-wrapper {
    flex-direction: row;
  }
}
@media(min-width: 1300px) {
    #offcanvas-toggler {
      display: none;
    }
    .mobile-only {
        display: none;
    }
    #sp-top2 .logofiorentina {
      padding-left: 25px;
    }
}
.novitadalloshop h1,
.blog-e-ricette  h1,
.le-nostre-linee h3 {
  position: relative;
  line-height: 30px;
}

.novitadalloshop h1.sppb-addon-title:bef

.new-blog {
    letter-spacing: 1.07px;
    font-weight: 400;
  font-size: 18px; 
    text-transform: uppercase;
    color: #678b75 !important;
    /* border: solid 2px #493939; */
    padding: 2px 5px;
}