body, .sans-serif{
	font-family: 'Poppins', sans-serif;
}



@media ( prefers-reduced-motion: reduce ) {

	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}


/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */

figure img {
  width: 100%;
}

main {
	display: block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.faux-heading {
	/*font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	letter-spacing: -0.0415625em;
	line-height: 1.25;
	margin: 3.5rem 0 2rem;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-family: 'Barlow Condensed', sans-serif;*/
	font-weight: 600;
	color: #4a1741;

}




h1,.h1,.heading-size-1 {
	font-size: 2.2rem;
	line-height: 1;
}

h2,.h2{
	font-size: 1.6rem;
	line-height: 1;
}

.lead {
    font-size: 1rem;
	font-weight: 400;
}

/* p {
    font-size: 0.8rem;
} */

@media (min-width: 768px){
	h1,.h1,.heading-size-1 {
		font-size: 3.2rem;
	}
	h2,.h2{
		font-size: 2.4rem;
	}
	.lead {
		font-size: 1.25rem;
	}
	p{
		font-size: 1rem;
	}
}

@media (min-width: 1400px){
	h1,.h1,.heading-size-1 {
		font-size: 3.6rem;	}

	h2,.h2{
		font-size: 2.8rem;
	}
	p {
		font-size: 110%;
	}
}




/*
h2,
.heading-size-2 {
	font-size: 3.2rem;
}

h3,
.heading-size-3 {
	font-size: 2.8rem;
}

h4,
.heading-size-4 {
	font-size: 2.4rem;
}

h5,
.heading-size-5 {
	font-size: 2.1rem;
}

h6,
.heading-size-6 {
	font-size: 1.6rem;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}

p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}
*/

textarea.form-control {
    height: 4rem;
}

.wpcf7-form-control.wpcf7-captchar {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
}



/*HEADER*/
#nav-header.navbar{
	padding: 0.5rem;
	background: #fff;
}
#nav-header .custom-logo-link img{
	height: 4rem;
    width: auto;
}
#nav-header .site-title{
	display: none;
}

#primary{
	margin-top: 5rem;
}
.full-page-menu.navbar-collapse{
	top: 5rem;
}



@media (min-width: 768px){
	#nav-header.navbar{
		padding: 0.5rem;
		background: #fff;
	}
	#nav-header .custom-logo-link img{
		height: 5rem;
	}
	.admin-bar #nav-header{
		top: 46px;
	}
	#primary{
		margin-top: 6rem;
	}
	.full-page-menu.navbar-collapse{
		top: 6rem;
	}
}


@media (min-width: 1400px){
#nav-header.navbar{
		padding: 1rem;
	}
	#nav-header .custom-logo-link img{
		height: 6rem;
	}
	.admin-bar #nav-header{
		top: 32px;
	}
	#primary{
		margin-top: 8rem;
	}
}

/*layout*/
@media (min-width: 1400px){

.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1340px;
	}

}

.product-card img{
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

/* colors

fdece0
fef1ec

fe0243
352669
*/

body{
	background: #fff;
}

a {
    color: #e21717;
}
a:hover {
    color: #de0223;
}

.btn-primary {
    background-color: #e21717;
    border-color: #e21717;
	color: #fff !important;
}
.btn-primary:hover {
    background-color: #de0223;
    border-color: #de0223;
}
.btn-primary:focus {
    background-color: #de0223;
    border-color: #de0223;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #de0223;
    border-color: #de0223;
}

.bg-light{
	background-color: #f0e7f1 !important;
}
.bg-dark{
	background-color: #4a1741 !important;
}


#colophon a{
	font-weight:700;
	color: white;
}

.card-content{
	padding: 0.5rem;
	border-top: 1px solid #ddd;
}

@media (min-width: 768px){
	.card-content{
		padding: 1rem;
	}
}

.svgicon{
	display: inline;
    width: 20px;
    vertical-align: text-top;
}

a .svgicon{
	fill: #e21717;
}

a:hover .svgicon{
	fill: #de0223;
}

.fixed-top {
    z-index: 2001;
}





/*flexslider*/

.flexslider {
  background: transparent;
  border: 4px solid transparent;
}

.flexslider li{
	background: #fff;
}

.flexslider li img{
	/* max-height: 300px;
	width: auto !important; */
}

.h-300{
	height: 300px;
	width: auto !important;
}

.py-10{
	padding-bottom: 6rem!important;
	padding-top: 6rem!important;
}

.nw{
white-space: nowrap;
}


.floating-button {
	width: 100%;
	background: #fff;
	z-index: 1000;
	display:block;
}

.floating-button-fixed{
	position: fixed;
	padding: 1em;
	bottom: 0;
	left: 0;
	margin-bottom: 0 !important;
}

@media (min-width: 768px){
/* FLOATING BUTTON ON MOBILE */
	.floating-button {
		display:none;
	}
}

#contact-us{
	display: none;
	position: fixed;
	top:0;
	left:0;
	height:100vh;
	z-index:2000;
	overflow-x: auto;
}

#contact-us.show{
	display: block;
}
.admin-bar #contact-us.show{
	padding-top: 9rem !important;
}

#contact-us button.close{
	display: block;
}
@media (min-width: 768px){
	#contact-us, #contact-us.show{
		display: block;
		position: relative;
		top: auto;
		left: auto;
		height:auto;
	}
	#contact-us button.close{
		display:none;
	}
}

/*floating image*/
.floating-image-desktop-fixed{
	position: fixed;
	top:0;
}
.floating-image-desktop-absolute-bottom{
	position: absolute;
	bottom: 0;
}

/*NAV*/
#nav-header{
	/*font-family: 'Barlow condensed', sans-serif;*/
	/* text-transform: uppercase;
	font-size: 18px; */
}




/*MEGAMENU*/
.megamenu{
	position: inherit;
}
.megamenu .dropdown-menu.show{
	left: 0;
	width: 100%;
	background: #f0e7f1;
	margin:0;
	border:0;
	border-radius: 0;
}

.megamenu .dropdown-menu.show .row{
	width: 100%;
}

.megamenu .dropdown-menu.show a{
	color: #4a1741;
}

.megamenu .dropdown-menu.show a:hover{
	color: #fe1543; /*verde*/\\\
}

/* ================== */

.header-grid {
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    grid-auto-rows: minmax(33vh, auto);
}
.block-link{
		display: block;
		height: 100%;
		width: 100%;
	}
.header-grid .box {
    position: relative;
}
.header-grid .box:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: 1;
}
.header-grid .box:nth-child(2) {
    grid-row: 2;
    grid-column: 1 / span 3;
}
.header-grid .box:nth-child(3) {
    grid-row: 3;
    grid-column: 1 / span 3;
}

.header-grid .box h2{
	font-size: 1.75rem;
}

/* -- mq -- */

@media (min-width: 992px){

	.header-grid{
			grid-template-rows: 300px 300px;
	}
	.header-grid .box:nth-child(1){
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
	}
	.header-grid .box:nth-child(2){
		grid-row: 1;
		grid-column: 3;
	}
	.header-grid .box:nth-child(3){
		grid-row: 2 ;
		grid-column: 3;
	}
	.header-grid .box.wide{
		grid-column: 1 / span 3;
		grid-row: 1 / span 2;
	}

	.header-grid .box h2.h1{
		font-size: 3.2rem;
	}


}

.category-grid{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 200px 200px;
}
.category-grid .box:nth-child(1){
	position:relative;
	grid-column: 1;
}
.category-grid .box:nth-child(2){
	position:relative;
	grid-column: 2;
}
.category-grid .box:nth-child(3){
	position:relative;
	grid-column: 1;
}
.category-grid .box:nth-child(4){
	position:relative;
	grid-column: 2;
}

@media (min-width: 992px){
	.category-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 500px;
	}
	.category-grid .box:nth-child(3){
	position:relative;
	grid-column: 3;
	}
	.category-grid .box:nth-child(4){
		position:relative;
		grid-column: 4;
	}
}

.news-grid {
		display:grid;
		grid-template-columns: 1fr;
		grid-auto-rows: minmax(33vh, auto);
	}
.news-grid-item{
	position: relative;
    background: #fff;
	background-size:cover;
	background-position:50% 0;
}
.news-grid-item .gradient{
	position:absolute;
	bottom:0;
}

@media (min-width: 992px){
	.news-grid {
		display:grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 500px;
	}
	.news-grid-item{

	}
	.news-grid-item:nth-child(1){
		grid-column: 1 / span 2;
	}
}








.header-grid .box img,
.category-grid .box img{
    width: 120%;
	height: auto;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.header-grid .box p,
.header-grid .box h2{
/*text-shadow: 0 0 20px #0005;*/
}

.of-hidden{
overflow: hidden;
}

.gradient{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

/*SEARCH*/

.main-search-input{
	width: 100%;
	font-size: 1rem;
	background: #0000;
	border: 0 solid transparent;
	border-bottom: 2px solid #4a1741;
	padding: 0.5rem;
	border-radius: 0;
}

@media (min-width: 768px){
.main-search-input{
	font-size: 2rem;
	      width: 100%;
        max-width: 100%;
        box-sizing: border-box;
	}
}

.main-search-input:focus{
	outline: none;
	border-color: #e21717;
}

/*SINGLE*/
.attachment-post-thumbnail{
	max-width:100%;
	height: auto;
}

.entry-date.published{

}

.section-title{
	font-family: 'Poppins';
    font-size: 1.1rem;
    font-weight: 300;
    text-transform: uppercase;
}

.widget .textwidget,
.widget .menu li{

}

.widget .menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget .menu li{
	padding: 0;
}

.home .overflow-viewport .flex-viewport{
	overflow: visible !important;
}

/*blog*/
.img-box{
    padding: 100% 0 0;
    background: #fff;
    position: relative;
    display: block;
	overflow:hidden;
}
.img-box img{
	position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    width: 100%;
}

.post-categories{
list-style:none;
padding:0;
}
.post-categories li{
margin:0;
padding:0;
    font-weight: 700;
}

.navigation .nav-links{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.navigation .nav-links>div{
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.navigation .nav-links>div:nth-child(2){
	text-align:right;
}

.navigation .nav-links>div .nav-subtitle{
	font-size: 80%;
    font-weight: 400;
	display:block;
}

/*MENU*/
.navbar-nav-fixed.navbar-nav{
	-ms-flex-direction: row;
    flex-direction: row;

}

.navbar-nav-fixed.navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-nav-fixed.navbar-nav .dropdown-menu{
	position: absolute;
}

.full-page-menu.navbar-collapse{
	position: absolute;
	left: 0px;
	width:100%;
	background: #f0e7f1;
}

.full-page-menu.navbar-collapse .navbar-nav {
	margin: auto;
}

.current-lang{
	font-weight: bold;
}


@media (min-width: 576px){
	.full-page-menu.navbar-collapse .navbar-nav {
		max-width: 540px;

	}
}

@media (min-width: 768px){
	.full-page-menu.navbar-collapse .navbar-nav {
		max-width: 720px;
	}
}

@media (min-width: 992px){
	.full-page-menu.navbar-collapse .navbar-nav {
		max-width: 960px;
	}
}

@media (min-width: 1200px){
	.full-page-menu.navbar-collapse{
		position: inherit;
		top: inherit;
		left: inherit;
	}
	.full-page-menu.navbar-collapse .navbar-nav {
		max-width: 1140px;
	}
	.full-page-menu.navbar-collapse{
		background: transparent;
	}
	.menu-button{
		display:none;
	}
}

.navbar-nav .nav-link {
    font-size: 1rem;
}
.nav-item [type="button"]{
	-webkit-appearance: unset;
}
.navbar-light .navbar-nav .nav-link {
    color: #4a1741;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fe1543;
}






/*MENU*/


.products-menu .h6{
	display:none !important;
}

@media (min-width: 992px){
	.products-menu .h6{
		display:block !important;
	}
}

/*content*/
@media (min-width: 576px){
.container, .container-sm {
    max-width: 540px;
	max-width: calc(100% - 2rem);
}
}
@media (min-width: 768px){
.container, .container-md, .container-sm {
    max-width: calc(100% - 2rem);
}}
@media (min-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: calc(100% - 4rem);
}}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: calc(100% - 4rem);
}}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px;
}}

/* FLEXSLIDER */
.flexslider.overflow-viewport{
	margin-bottom: 7px;
}

.flex-control-nav{
	text-align: left;
}

/* HEADER */
.search-nav-link.dropdown-toggle::after {
    display: none;
}


.dropdown.megamenu.show:after{
content: "";
background: #00000088;
}



/*WP ADMINBAR ADJUSTMENTS*/
/* 32 48 */

.admin-bar #nav-header.fixed-top{
	top: 32px
}

@media screen and (max-width: 782px){
	.admin-bar #nav-header.fixed-top{
		top: 46px
	}
}

.img-rounded{
	border-radius: 100%!important;
}

h1.introheader{
	font-size: 2.5rem;
    color: #4a1741;
}
.header-grid {
		grid-auto-rows: minmax(50vh, auto);
	}

.titlebox {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
	width: 100%;
}

.container-small-fluid{

}

.navbar-light .navbar-nav .lang-item a {
  color: #4a1741;
}

.text-secondary {
  color: #4a1741 !important;
}
a.text-secondary:focus, a.text-secondary:hover {
  color: #982883 !important;
}

.bg-secondary {
  background-color: #4a1741 !important;
}

.navbar-nav .lang-item {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}


@media (min-width: 768px){
	h1.introheader{
		font-size: 3rem;
	}
	.header-grid {
		grid-auto-rows: minmax(33vh, auto);
	}
	.titlebox {
		width: auto;
	}
}
@media (min-width: 992px){
	h1.introheader{
		font-size: 4rem;
	}
}
@media (min-width: 1200px){
	h1.introheader{
		font-size: 5rem;
	}
}

.product-card h5,.dropdown-menu .h5{
	font-size: 1rem;
}
.full-page-menu{
	padding:15px;
}
.dropdown-menu .container{
	margin-top: 1rem;
}

@media (min-width: 768px){
	.product-card h5,.dropdown-menu .h5{
		font-size: 1.15rem;
	}
	.full-page-menu{
		padding:0;
	}
	.dropdown-menu .container{
		margin-top: 3rem;
	}
}

.pods-pagination-paginate{
	font-size: 1.5rem;
}

@media screen and (max-width: 860px){

.pods-pagination-paginate{
	font-size: 2rem;
    padding-top: 2rem;
    display: block;
}

.flex-direction-nav .flex-prev {
    left: -10px;
}
.flex-direction-nav .flex-next {
    right: -10px;
}
}

.search-nav-link .bi-search{
	height: 1.5rem;
	width: 1.5rem;
}

article .entry-footer, article .entry-meta{
	font-size: 80%;
}

.search-results article{
    margin-bottom: 3rem;
}

.search-results article img{
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

@media (max-width: 1199.98px) {
  html {
    font-size: 0.9375rem; } }

@media (max-width: 767.98px) {
  html {
    font-size: .875rem; } }
    
    
    
 /* Accessibility FIX FEDE */
.bg-dark a{
	color: #fff;
}

.bg-dark a .svgicon {
	fill: #fff;
}

.bg-light a {
	color: #ae0104;
}

.flex-control-nav li {
	margin: 0 12px;
}

.flex-control-paging li a {
  width: 13px;
  height: 14px;
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
    outline: 3px solid #0056b3 !important; /* Usa un colore ad alto contrasto */
    outline-offset: 2px !important;
}

.text-shadow{
  text-shadow: 2px 3px 4px rgb(0, 0, 0);
}

.text-decoration-underline {
	text-decoration: underline !important;
}

/*.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:focus-visible {
    outline: 3px solid #0056b3 !important;
    outline-offset: 2px !important;
}*/

.navbar-brand:focus,
.navbar-brand:focus-visible,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:focus-visible,
.dropdown-menu a:focus,
.dropdown-menu a:focus-visible,
.lang-item a:focus,
.lang-item a:focus-visible,
.breadcrumb-item a:focus,
.breadcrumb-item a:focus-visible {
    outline: 3px solid #0056b3 !important;
    outline-offset: 2px !important;
}


a {
	color: #b60003;
}

.bg-light a {
	color: #9e0003;
}

.btn-primary {
	background-color: #b60003;
	border-color: #b60003;
	color: #fff !important;
}

.entry-content a {
	text-decoration: underline;
}

/* Frecce direzionali FlexSlider - WCAG 2.2 */

/* 1. Azzera il testo letterale "Next/Prev" per evitare falsi positivi di contrasto e dimensioni (SC 1.4.3, 1.4.4) */
.flex-direction-nav a {
    font-size: 0 !important; 
    text-decoration: none !important;
    background-color: transparent !important;
}

/* 2. Ridimensiona solo l'icona vettoriale in unità relative (em/rem) e applica un colore ad alto contrasto */
.flex-direction-nav a::before {
    font-size: 2.5rem !important; 
    color: #333333 !important; /* Contrasto > 4.5:1 garantito */
}

/* 3. Indicatore visivo aggiuntivo (non solo colore) per hover e focus (SC 1.4.1 / 2.4.7) */
.flex-direction-nav a:hover,
.flex-direction-nav a:focus-visible {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 50% !important;
    outline: 3px solid #0056b3 !important;
    outline-offset: 2px !important;
}

/* 4. Stato disabilitato chiaro */
.flex-direction-nav a.flex-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}


/* 1. PALLINI DI NAVIGAZIONE (Risolve errori su 1, 2, 3, 4, 5) */
.flex-control-paging li a {
    /* Uccide il testo letterale "1" per i validatori statici */
    font-size: 0 !important; 
    color: transparent !important;
    text-indent: -9999px !important; 
    
    /* Costruisce il pallino visibile con unità relative (SC 1.4.4) e alto contrasto */
    width: 1rem !important;
    height: 1rem !important;
    background-color: #595959 !important; /* Supera il contrasto 3:1 per elementi UI */
    border: 2px solid transparent !important; 
}

/* Stato Attivo Pallini: Aggiunge un cambio di dimensione, non solo di colore (SC 1.4.1) */
.flex-control-paging li a.flex-active {
    background-color: #000000 !important;
    transform: scale(1.4) !important;
}

/* 2. FRECCE DIREZIONALI (Risolve errori su Next / Prev) */
.flex-direction-nav a {
    /* Uccide il testo letterale "Next/Prev" */
    font-size: 0 !important; 
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
}

/* Applica le regole di accessibilità SOLO all'icona vettoriale generata dal CSS */
.flex-direction-nav a::before {
    font-size: 2.5rem !important; /* Unità flessibile (SC 1.4.4) */
    color: #1a1a1a !important;    /* Nero quasi assoluto, supera contrasto 4.5:1 (SC 1.4.3) */
}

/* 3. FOCUS DI TASTIERA (SC 2.4.7) */
.flex-control-paging li a:focus-visible,
.flex-direction-nav a:focus-visible {
    outline: 3px solid #0056b3 !important;
    outline-offset: 3px !important;
    background-color: rgba(255, 255, 255, 0.8) !important; /* Sfondo per staccare dal background */
}











/* Contrasto pallini inattivi */
.flex-control-paging li a {
    background: #595959 !important; /* Grigio scuro per superare contrasto 3:1 */
}

/* Differenziazione pallino attivo (non solo colore) */
.flex-control-paging li a.flex-active {
    background: #000000 !important;
    transform: scale(1.4); /* Cambia dimensione: risolve SC 1.4.1 */
}

/* Indicatore di focus visibile da tastiera */
.flex-control-paging li a:focus-visible {
    outline: 3px solid #0056b3 !important;
    outline-offset: 2px !important;
}

/* 1. Sottolineatura permanente per i link immersi nel testo (SC 1.4.1) */
p a, .widget_text a, .card-content .small a {
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

/* 2. Inverti il comportamento all'hover (feedback visivo) */
p a:hover, .widget_text a:hover {
    text-decoration: none !important;
}

/* 3. Assicurati che bottoni e card mantengano il loro design pulito */
p a.btn{
    text-decoration: none !important;
}

/* Rende il link skip-to-content a norma quando riceve il focus */
.skip-link:focus {
    outline: 3px solid #0056b3 !important;
    text-decoration: underline !important;
    font-size: 1rem !important; /* Sovrascrive eventuali pixel fissi */
    background-color: #ffffff !important;
    color: #333333 !important;
}

/* 1. Mostra il contenitore principale (prima era display: none) */
#nav-header .site-title {
    display: block !important;
    margin-bottom: 0;
}

/* 2. Allinea logo e testo sulla stessa riga */
#nav-header .navbar-brand {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

/* 3. Ridimensiona il logo (usando i tuoi 5rem originali) */
#nav-header .navbar-brand img.custom-logo {
    height: 5rem !important;
    width: auto !important;
    margin-right: 15px !important; /* Spazio tra logo e scritta */
    display: block !important;
}

/* 4. Nascondi il testo del sito se vuoi vedere SOLO il logo (Opzionale) */
#nav-header .navbar-brand .site-name {
     display: none; 
}


/*************************/
