/*Inserire il font Hypnotica (Caffé Paradise)*/
@font-face {
  font-family: 'Hypnotica';
  src: url('../fonts/hypnotica.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*centrare logo menu mobile*/
.mobilemenuck-logo {
  margin-right: 0px !important;
  margin-top:20px;	
}


/*Cambiare colore di sfondo su mobile per mediabox*/
#mbCenter.mediaboxckmobile #mbBottom {
  background:#EFE7DA;
}

/* Forza l'affiancamento delle bandiere GTranslate dentro Maximenu CK */
.maximenuck .gtranslate_wrapper,
.maximenuck .gt_switcher,
.maximenuck .gt_float_switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    white-space: nowrap !important;
}

/*distanziare le bandiere tra loro	*/
a.glink img {

    margin-right: 15px !important;
}