/* TCG: widgetkit: */
.uk-scope .uk-margin {
	margin-bottom: 5px !important;
}

/* TCG: center title bottom modules */
#sp-bottom .sp-module .sp-module-title {
	text-align: center;
}

#sp-copyright p {
	margin-bottom: 0.1rem;
}

/*
#sp-copyright {
	background: #4d0d16;
}
*/

/* TCG: widgetkit: change overlay color fill for bottles slider */
.uk-scope .uk-overlay-primary {
	background: rgba(77,13,22,.4) !important;
}

/* TCG: widgetkit: change font family for h1 header */
.uk-scope .uk-h1, .uk-scope h1, .uk-h2 {
	font-family: Alkatra, sans-serif !important;
}

/* TCG: GDPR: center footer main menu */
.cc-revoke.cc-center {
	margin-left: -85px !important;
}
	

/* TCG: grid stack text font change */
.gridstack-text .uk-margin , .uk-button-default {
    font-family: 'sirenikregular', sans-serif !important;
	 /* 1. Applica il bordo dello stesso colore del testo */
-webkit-text-stroke-width: 1px;
  
  /* 2. TCG: Spinge il bordo DIETRO al font.
        In questo modo lo spessore cresce solo verso l'esterno, 
        salvando le linee interne e i dettagli nativi del Sirenik. */
  paint-order: stroke fill; 
}