/* fix prodotti utilizzati fra 830px e 1000px */
@media (min-width: 830px) and (max-width: 1000px) {
  .recipe__logotype h3 {
    /* riduce la dimensione originale di 2.8rem */
    font-size: 2rem !important;
  }
}
/* fix prodotti utilizzati fra 830px e 1166px DE */
@media (min-width: 1001px) and (max-width: 1166px) {
  .recipe__logotype h3 {
    font-size: 2.4rem !important;
  }
}
@media (min-width: 830px) and (max-width: 1000px) {
  .wysiwyg-alt h3 {
    font-size: 2rem !important;
  }
}

/* fix prodotti utilizzati fra 830px e 1166px Paninari club */
@media (min-width: 1001px) and (max-width: 1166px) {
  .sandwich__logotype h3 {
    font-size: 2.4rem !important;
  }
}
@media (min-width: 830px) and (max-width: 1000px) {
  .sandwich__logotype h3 {
    font-size: 2rem !important;
  }
}


/* ridimensiona titoli fra 830px e 1175px */
@media (min-width: 830px) and (max-width: 1175px) {
  .recipe__title {
  	font-size: 2.5rem !important;
  }
}

/* ridimensiona info ricette fra 830px e 1166px */
@media (min-width: 996px) and (max-width: 1166px) {
  .recipe__info {
  	font-size: 1.1rem !important;
  }
}
@media (min-width: 832px) and (max-width: 995px) {
  .recipe__info {
  	font-size: 0.9rem !important;
  }
}

/* fix icone social fra 830px e 975px */
@media (min-width: 830px) and (max-width: 975px) {
  .block--social .block-addtoany .addtoany_list {
  	flex-direction: column !important;
  	/* top: 4rem !important; */
  }
  .page-node-type-recipe .block--social {
  	/* flex-direction: column !important; */
  	top: 4rem !important; 
  	left: 2% !important;
  }
  /* pagine Paninari club */
  .sandwich__body {
  	margin-left: 14% !important;
  }
  
}
/* fix icone social sotto 830px*/
@media (max-width: 830px) {
    .addtoany_list {
        margin-left: 0px !important;
    }
}