/*PC e tablet sono definiti qua*/
@media screen and (min-width: 48em) {
  
/*Palle maledette*/ 
  .wp-block-cover.aligncenter.has-background-dim-NaN{
    height:auto;
    width:auto;
    max-height:610px;
    max-width:610px;
    min-height:610px;
    min-width:610px;
  }
  
  /*Bottoni */
  .entry-content .wp-block-button__link{
  font-size:22px;
  background-color:#005b28;
  }
  
/*Altezza header front page*/
  .has-header-image.twentyseventeen-front-page .custom-header {
	   /*display: table;*/
	   /*height: 300px;*/
	  height: 65vh;
	  /*width: 100%;*/
  }

/* Fa vedere header a full width*/
   .has-header-image.twentyseventeen-front-page .custom-header-media img {
      position: absolute;
   }
  
/*Altezza header altre pagine*/
   .has-header-image .custom-header {
	   height: 55vh;
  }

/* Fa vedere header a full width*/
   .has-header-image .custom-header-media img {
      position: absolute;
    }
}

/*cellulari sono definiti qua*/
@media screen and (max-width: 48em) {
 /*Palle maledette*/ 
  .wp-block-cover.aligncenter.has-background-dim-NaN{
    height:auto;
    width:auto;
    max-height:330px;
    max-width:330px;
    min-height:330px;
    min-width:330px;
  }
  
  /*Bottoni */
  .entry-content .wp-block-button__link{
  font-size:22px;
  background-color:#005b28;
  }
  
/*Altezza header front page*/
  .has-header-image.twentyseventeen-front-page .custom-header {
	   /*display: table;*/
	   /*height: 300px;*/
	   /*height: 75vh;*/
	   height: 18vh;
   	/*width: 100%;*/
  }
  
/* Fa vedere header a full width*/
   .has-header-image.twentyseventeen-front-page .custom-header-media img {
      position: absolute;
   }
  
/*Altezza header altre pagine*/
   .has-header-image .custom-header {
	   height: 18vh;
  }

/* Fa vedere header a full width*/
   .has-header-image .custom-header-media img {
      position: absolute;
    }

}

/*Rimuove Powered by wordpress in basso*/
.site-info {
  display: none;
}

/*rimuove la tendina per l'ordine dei prodotti nello shop*/
.woocommerce .woocommerce-ordering {
  display:none;
}