body {
    background: local;
}
/* MAIN MENU =========================================================================================== */


.layout-home .t4-megamenu .navbar-nav > li > a, .layout-home .t4-megamenu .navbar-nav > li > .nav-link {
	color: #fff;
}

.layout-home .t4-megamenu .dropdown-toggle .item-caret::before {
	border-top: 4px solid #fff;
}

.dropdown-item {
	text-transform: uppercase;
}

.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
	line-height: 0;
}

.dropdown-item .menu-item-title::before {
	content: "/";
	margin-right: 5px;
}

/* Menu verticale */
.t4-content {
	padding-left: 0 !important;
}
@media (min-width:992px) {
	.horizontal-nav {
	display: none;
}
}
.horizontal-nav {
	background: #162559;
}

/* Fine Menu verticale */

/* OFFCANVAS =================================================================================================*/
.t4-offcanvas .t4-off-canvas-body .mod-menu-flex {
	justify-content: initial;
}


/* FOOTNAV =================================================================================================*/

.t4-footer .menu-item-title::before {
	content: "/ ";
}

.t4-footer .footer-item {
	padding: 80px 150px !important;
}

.com-content-article td {
	border: 1px solid #e0e0e0;
}

.dropfiles-content-table.dropfiles-content .table-bordered tr {
	height: 30px;
}
.dropfiles-content-multi {
	border: 1px solid #ccc;
	border-radius: 5px;
}

.item .dropfiles-content-multi {
	border: none;
}


/* MODULI =======================================================================================================*/
.header-wrap .t4-header-r .btn, .header-wrap .t4-header-r #acym_wrapper .acym__front__archive #acym__front__archive__search button, #acym_wrapper .acym__front__archive #acym__front__archive__search .header-wrap .t4-header-r button {
	min-height: auto;
}

.acm-hero .h4 {
	font-weight: initial;
}

.acm-hero.style-2 .hero-tabs-nav .nav-tabs li a.active .tab-title, .acm-hero.style-2 .hero-tabs-nav .nav-tabs li a:hover .tab-title, .acm-hero.style-2 .hero-tabs-nav .nav-tabs li a:focus .tab-title, .acm-hero.style-2 .hero-tabs-nav .nav-tabs li a:active .tab-title {
	color: #239ad2;
}

.acm-hero.style-2 .acm-hero-item .hero-content .hero-content-inner {
	background: #f8f8ff;
}
/* Fine */

/* CONTATTI ==================================================================================================== */
.contact .plain-style .contact-info .box-inner {
	background: #fff;
	color: #201F1E;
}
/* Fine */


.blog-item-content {
	background: ghostwhite;
	padding-left: 40px;
}

.bg-light {
	background-color: ghostwhite !important;
}

.acm-hero.style-2 .hero-tabs-nav .nav-tabs li a.active, .acm-hero.style-2 .hero-tabs-nav .nav-tabs li a:hover, .acm-hero.style-2 .hero-tabs-nav .nav-tabs li a:focus, .acm-hero.style-2 .hero-tabs-nav .nav-tabs li a:active {
	/* border-bottom-color: #FF7514;*/
	border-bottom: 4px solid #fee900;
}

/* --- OTTIMIZZAZIONE SITEMAP MARELAB --- */

/* Contenitore Principale */
.osmap-sitemap, 
div[class*="com-sitemap"], 
.sitemap-items {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

/* Rimuove i punti elenco standard e resetta i margini */
.osmap-sitemap ul, 
.osmap-sitemap ul {
    list-style-type: none;
    padding-left: 1.5rem;
    margin-bottom: 0;
    position: relative;
}

/* Primo livello di categorie (Le macro-aree del sito) */
.osmap-sitemap > ul > li {
    background: #ffffff;
    border: 1px solid #e3e8ec;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.osmap-sitemap > ul > li:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

/* Stile dei Link Principali (Macro Categorie) */
.osmap-sitemap > ul > li > a {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0d6efd; /* Colore Primary Bootstrap */
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e3e8ec;
    padding-bottom: 0.25rem;
    width: 100%;
}

/* Sotto-livelli (Pagine interne e Articoli) */
.osmap-sitemap ul ul li {
    position: relative;
    padding-left: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Creazione visiva dell'albero gerarchico (Linee guida) */
.osmap-sitemap ul ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 0.75rem;
    height: 1px;
    background-color: #ced4da;
}

.osmap-sitemap ul ul::before {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 0;
    bottom: 0.75rem;
    width: 1px;
    background-color: #ced4da;
}

/* Stile dei link di secondo e terzo livello */
.osmap-sitemap ul ul li a {
    color: #495057;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
    display: inline-block;
}

.osmap-sitemap ul ul li a:hover {
    color: #0b5ed7;
    text-decoration: underline;
}

/* Icone accanto ai link per distinguere le sezioni (opzionale con Bootstrap Icons) */
.osmap-sitemap > ul > li > a::before {
    content: "📁";
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.osmap-sitemap ul ul li a::before {
    content: "📄";
    margin-right: 0.5rem;
    font-size: 0.85rem;
    opacity: 0.7;
}

/* Ottimizzazione per Mobile (Griglia a una colonna nativa) */
@media (max-width: 768px) {
    .osmap-sitemap > ul > li {
        padding: 1rem;
    }
    .osmap-sitemap ul ul {
        padding-left: 1rem;
    }
}