:root {
	--black: #222222;
	--text: #333333;
	--text-light: #555555;
	--primary: #0D4F85;
	--primary-dark: #082445;

	--grey-light: #D7D7D7;
	--text-overlay-light: #eeeeee;

	--bs-gutter-xlarge: 2.5rem;
	--bs-gutter-medium: 1.25rem;

	--title-hero: 54px;
	--title-hero-lh: 1;

	--title-1: 38px;
	--title-1-lh: 1.4;

	--title-2: 32px;
	--title-2-lh: 1.4;

	--title-3: 28px;
	--title-3-lh: 1.4;

	--tag-labels: 14px;
	--tag-labels-lh: 1;

	--text-body: 18px;
	--text-body-lh: 1.7;

	--text-xl: 24px;
	--text-xl-lh: 1.6;

	--text-16: 16px;
	--text-16-lh: 1.5;

	--post-meta: 13px;

	--text-min: 14px;
	--text-min-lh: 1.4;

	--container:1280px;
	--container-min:840px;
}

.container {
	margin: 0 auto;
	max-width: var(--container);
}

/* @media (min-width:576px){
	.container {
		max-width:540px;
	}
}
@media (min-width:768px){
	.container { 
		max-width:750px;
	}
}
@media (min-width:1025px){
	.container {
		max-width:1000px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1320px;
	}
} */

.container-min {
	margin: 0 auto;
	max-width: var(--container-min);
}
/* @media (min-width:576px){
	.container-min {
		max-width:540px;
	}
}
@media (min-width:768px){
	.container-min { 
		max-width:var(--container-min);
	}
} */

body {
	font-family: 'IBM Plex Mono Regular';
	font-size: var(--text-body);
	line-height: var(--text-body-lh);
}
h1,h2,h3,h4,h5,h6,
strong,b,
.post_meta_author,
.breadcrumb>li a,
body.single article ul.post_tags__list li a,
.triple-col-title,
.triple-col-link {
	font-family: 'IBM Plex Mono Bold';
}


.breadcrumb {
	border-bottom: unset;
}
.search-form__h.search_form_wrapper {
	box-shadow: unset;
	border-bottom: 1px solid var(--grey-light);
}
.search-form_it {
	outline: 0;
}

.row.has-gap-xlarge {
    --bs-gutter-x: var(--bs-gutter-xlarge, 2.5rem);
}
.widget-inner article .small_post.row_inner_small_post {
	--bs-gutter-x: var(--bs-gutter-medium, 1.25rem);
}

/*
header {
	margin-bottom: 1.5rem;
}
*/


header.tb-section.boxed #stickup-navigation .header-item-wrapper {
    box-shadow: unset;
}

#stickup-navigation .header-item-wrapper,
#stickup-navigation .nav__primary #topnav {
	-webkit-justify-content: center;
	justify-content: center;
}
@media (min-width: 1025px) {
    .header-item-hamburger {
        display: block;
    }
}
#stickup-logo .header-item-wrapper {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	gap: 1rem;
}
#stickup-logo .header-item-search {
	margin-left: 0;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#stickup-logo .header-item-hamburger {
	margin-right: 0;
}
.nav__primary #topnav > li > a {
	font-weight: unset;
}


@media (min-width: 1025px) {
	.offcanvas {
        position: fixed;
        top: 0;
        bottom: 0;
		right: 0;
        z-index: var(--bs-offcanvas-zindex);
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
    .offcanvas.show:not(.hiding), 
	.offcanvas.showing {
        transform: none;
    }
	.offcanvas.hiding, 
	.offcanvas.show, 
	.offcanvas.showing {
        visibility: visible;
    }
	.offcanvas.show {
        height: auto;
        opacity: 1;
		display: flex !important;
    }
}

@media (min-width: 576px) {
    .offcanvas.show.offcanvas_menu {
        width: 375px;
    }
}
@media (min-width: 768px) {
    .offcanvas.show.offcanvas_menu {
        width: 475px;
    }
}
@media (min-width: 1025px) {
    .offcanvas.show.offcanvas_menu {
        width: 575px;
    }
}

.offcanvas .offcanvas-header {
	background-color: var(--background-menu-mobile);
}
.offcanvas .offcanvas-header .ricerca_h {
	color: var(--color-item-menu-mobile);
	text-decoration: none;
	text-transform: uppercase;
}
.offcanvas .btn-close {
	display: flex;
    align-items: center;
    gap: 0.5rem;
}
.offcanvas .btn-close .bi {
	font-size: 1.5rem;
}
.nav__hamburger ul li a {
	padding: 1rem;
    border-top: 1px solid var(--primary);

	display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav__hamburger ul li:last-child a {
	border-bottom: 1px solid var(--primary);
}
.nav__hamburger ul > li > a::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}



/* Row con VR */
.row.has-vr > .vr {
    display: block;
    flex: 0 0 1px;
    width: 1px;
    min-width: 1px;
    min-height: auto;
    align-self: stretch;
    padding: 0;
    margin: 0;
    background-color: currentcolor;
    opacity: 0.25;
}
@media (max-width: 1024px){
	.row.has-vr > .vr {
		display: none;
	}
}

/* Colonne base con VR */
.row.has-vr > .col-1  { flex: 0 0 calc(8.333% - var(--bs-gutter-x) - 1px / 12);  width: calc(8.333% - var(--bs-gutter-x) - 1px / 12);  max-width: calc(8.333% - var(--bs-gutter-x) - 1px / 12); }
.row.has-vr > .col-2  { flex: 0 0 calc(16.666% - var(--bs-gutter-x) - 2px / 12); width: calc(16.666% - var(--bs-gutter-x) - 2px / 12); max-width: calc(16.666% - var(--bs-gutter-x) - 2px / 12); }
.row.has-vr > .col-3  { flex: 0 0 calc(25% - var(--bs-gutter-x) - 0.25px);       width: calc(25% - var(--bs-gutter-x) - 0.25px);       max-width: calc(25% - var(--bs-gutter-x) - 0.25px); }
.row.has-vr > .col-4  { flex: 0 0 calc(33.333% - var(--bs-gutter-x) - 4px / 12); width: calc(33.333% - var(--bs-gutter-x) - 4px / 12); max-width: calc(33.333% - var(--bs-gutter-x) - 4px / 12); }
.row.has-vr > .col-5  { flex: 0 0 calc(41.666% - var(--bs-gutter-x) - 5px / 12); width: calc(41.666% - var(--bs-gutter-x) - 5px / 12); max-width: calc(41.666% - var(--bs-gutter-x) - 5px / 12); }
.row.has-vr > .col-6  { flex: 0 0 calc(50% - var(--bs-gutter-x) - 0.5px);        width: calc(50% - var(--bs-gutter-x) - 0.5px);        max-width: calc(50% - var(--bs-gutter-x) - 0.5px); }
.row.has-vr > .col-7  { flex: 0 0 calc(58.333% - var(--bs-gutter-x) - 7px / 12); width: calc(58.333% - var(--bs-gutter-x) - 7px / 12); max-width: calc(58.333% - var(--bs-gutter-x) - 7px / 12); }
.row.has-vr > .col-8  { flex: 0 0 calc(66.666% - var(--bs-gutter-x) - 8px / 12); width: calc(66.666% - var(--bs-gutter-x) - 8px / 12); max-width: calc(66.666% - var(--bs-gutter-x) - 8px / 12); }
.row.has-vr > .col-9  { flex: 0 0 calc(75% - var(--bs-gutter-x) - 0.75px);       width: calc(75% - var(--bs-gutter-x) - 0.75px);       max-width: calc(75% - var(--bs-gutter-x) - 0.75px); }
.row.has-vr > .col-10 { flex: 0 0 calc(83.333% - var(--bs-gutter-x) - 10px / 12);width: calc(83.333% - var(--bs-gutter-x) - 10px / 12);max-width: calc(83.333% - var(--bs-gutter-x) - 10px / 12); }
.row.has-vr > .col-11 { flex: 0 0 calc(91.666% - var(--bs-gutter-x) - 11px / 12);width: calc(91.666% - var(--bs-gutter-x) - 11px / 12);max-width: calc(91.666% - var(--bs-gutter-x) - 11px / 12); }


/* Colonne sm con VR */
@media (min-width: 768px) {
    .row.has-vr > .col-sm-1  { flex: 0 0 calc(8.333% - var(--bs-gutter-x) - 1px / 12);  width: calc(8.333% - var(--bs-gutter-x) - 1px / 12);  max-width: calc(8.333% - var(--bs-gutter-x) - 1px / 12); }
    .row.has-vr > .col-sm-2  { flex: 0 0 calc(16.666% - var(--bs-gutter-x) - 2px / 12); width: calc(16.666% - var(--bs-gutter-x) - 2px / 12); max-width: calc(16.666% - var(--bs-gutter-x) - 2px / 12); }
    .row.has-vr > .col-sm-3  { flex: 0 0 calc(25% - var(--bs-gutter-x) - 0.25px);       width: calc(25% - var(--bs-gutter-x) - 0.25px);       max-width: calc(25% - var(--bs-gutter-x) - 0.25px); }
    .row.has-vr > .col-sm-4  { flex: 0 0 calc(33.333% - var(--bs-gutter-x) - 4px / 12); width: calc(33.333% - var(--bs-gutter-x) - 4px / 12); max-width: calc(33.333% - var(--bs-gutter-x) - 4px / 12); }
    .row.has-vr > .col-sm-5  { flex: 0 0 calc(41.666% - var(--bs-gutter-x) - 5px / 12); width: calc(41.666% - var(--bs-gutter-x) - 5px / 12); max-width: calc(41.666% - var(--bs-gutter-x) - 5px / 12); }
    .row.has-vr > .col-sm-6  { flex: 0 0 calc(50% - var(--bs-gutter-x) - 0.5px);        width: calc(50% - var(--bs-gutter-x) - 0.5px);        max-width: calc(50% - var(--bs-gutter-x) - 0.5px); }
    .row.has-vr > .col-sm-7  { flex: 0 0 calc(58.333% - var(--bs-gutter-x) - 7px / 12); width: calc(58.333% - var(--bs-gutter-x) - 7px / 12); max-width: calc(58.333% - var(--bs-gutter-x) - 7px / 12); }
    .row.has-vr > .col-sm-8  { flex: 0 0 calc(66.666% - var(--bs-gutter-x) - 8px / 12); width: calc(66.666% - var(--bs-gutter-x) - 8px / 12); max-width: calc(66.666% - var(--bs-gutter-x) - 8px / 12); }
    .row.has-vr > .col-sm-9  { flex: 0 0 calc(75% - var(--bs-gutter-x) - 0.75px);       width: calc(75% - var(--bs-gutter-x) - 0.75px);       max-width: calc(75% - var(--bs-gutter-x) - 0.75px); }
    .row.has-vr > .col-sm-10 { flex: 0 0 calc(83.333% - var(--bs-gutter-x) - 10px / 12);width: calc(83.333% - var(--bs-gutter-x) - 10px / 12);max-width: calc(83.333% - var(--bs-gutter-x) - 10px / 12); }
    .row.has-vr > .col-sm-11 { flex: 0 0 calc(91.666% - var(--bs-gutter-x) - 11px / 12);width: calc(91.666% - var(--bs-gutter-x) - 11px / 12);max-width: calc(91.666% - var(--bs-gutter-x) - 11px / 12); }
}


/* Colonne md con VR */
@media (min-width: 1025px) {
    .row.has-vr > .col-md-1  { flex: 0 0 calc(8.333% - var(--bs-gutter-x) - 1px / 12);  width: calc(8.333% - var(--bs-gutter-x) - 1px / 12);  max-width: calc(8.333% - var(--bs-gutter-x) - 1px / 12); }
    .row.has-vr > .col-md-2  { flex: 0 0 calc(16.666% - var(--bs-gutter-x) - 2px / 12); width: calc(16.666% - var(--bs-gutter-x) - 2px / 12); max-width: calc(16.666% - var(--bs-gutter-x) - 2px / 12); }
    .row.has-vr > .col-md-3  { flex: 0 0 calc(25% - var(--bs-gutter-x) - 0.25px); width: calc(25% - var(--bs-gutter-x) - 0.25px); max-width: calc(25% - var(--bs-gutter-x) - 0.25px); }
    .row.has-vr > .col-md-4  { flex: 0 0 calc(33.333% - var(--bs-gutter-x) - 4px / 12); width: calc(33.333% - var(--bs-gutter-x) - 4px / 12); max-width: calc(33.333% - var(--bs-gutter-x) - 4px / 12); }
    .row.has-vr > .col-md-5  { flex: 0 0 calc(41.666% - var(--bs-gutter-x) - 5px / 12); width: calc(41.666% - var(--bs-gutter-x) - 5px / 12); max-width: calc(41.666% - var(--bs-gutter-x) - 5px / 12); }
    .row.has-vr > .col-md-6  { flex: 0 0 calc(50% - var(--bs-gutter-x) - 0.5px); width: calc(50% - var(--bs-gutter-x) - 0.5px); max-width: calc(50% - var(--bs-gutter-x) - 0.5px); }
    .row.has-vr > .col-md-7  { flex: 0 0 calc(58.333% - var(--bs-gutter-x) - 7px / 12); width: calc(58.333% - var(--bs-gutter-x) - 7px / 12); max-width: calc(58.333% - var(--bs-gutter-x) - 7px / 12); }
    .row.has-vr > .col-md-8  { flex: 0 0 calc(66.666% - var(--bs-gutter-x) - 8px / 12); width: calc(66.666% - var(--bs-gutter-x) - 8px / 12); max-width: calc(66.666% - var(--bs-gutter-x) - 8px / 12); }
    .row.has-vr > .col-md-9  { flex: 0 0 calc(75% - var(--bs-gutter-x) - 0.75px); width: calc(75% - var(--bs-gutter-x) - 0.75px); max-width: calc(75% - var(--bs-gutter-x) - 0.75px); }
    .row.has-vr > .col-md-10 { flex: 0 0 calc(83.333% - var(--bs-gutter-x) - 10px / 12);width: calc(83.333% - var(--bs-gutter-x) - 10px / 12);max-width: calc(83.333% - var(--bs-gutter-x) - 10px / 12); }
    .row.has-vr > .col-md-11 { flex: 0 0 calc(91.666% - var(--bs-gutter-x) - 11px / 12);width: calc(91.666% - var(--bs-gutter-x) - 11px / 12);max-width: calc(91.666% - var(--bs-gutter-x) - 11px / 12); }

	/*
	#hero_seven.widget .widget-inner .row.has-vr > .col_onebig  { flex: 0 0 calc(58.333% - var(--bs-gutter-x) - 7px / 12); width: calc(58.333% - var(--bs-gutter-x) - 7px / 12); max-width: calc(58.333% - var(--bs-gutter-x) - 7px / 12); }

	#hero_seven.widget .widget-inner .row.has-vr > .col_small  { flex: 0 0 calc(41.666% - var(--bs-gutter-x) - 5px / 12); width: calc(41.666% - var(--bs-gutter-x) - 5px / 12); max-width: calc(41.666% - var(--bs-gutter-x) - 5px / 12); }
	*/

	#hero_seven.widget .widget-inner .row.has-vr > .col_onebig,
	#hero_seven.widget .widget-inner .row.has-vr > .col_small,
	#hero_six.widget .widget-inner .row.has-vr > .col_onebig,
	#hero_six.widget .widget-inner .row.has-vr > .col_small { flex: 0 0 calc(50% - var(--bs-gutter-x) - 0.5px); width: calc(50% - var(--bs-gutter-x) - 0.5px);        max-width: calc(50% - var(--bs-gutter-x) - 0.5px); }
}


/* Colonne lg con VR */
@media (min-width: 1280px) {
    .row.has-vr > .col-lg-1  { flex: 0 0 calc(8.333% - var(--bs-gutter-x) - 1px / 12);  width: calc(8.333% - var(--bs-gutter-x) - 1px / 12);  max-width: calc(8.333% - var(--bs-gutter-x) - 1px / 12); }
    .row.has-vr > .col-lg-2  { flex: 0 0 calc(16.666% - var(--bs-gutter-x) - 2px / 12); width: calc(16.666% - var(--bs-gutter-x) - 2px / 12); max-width: calc(16.666% - var(--bs-gutter-x) - 2px / 12); }
    .row.has-vr > .col-lg-3  { flex: 0 0 calc(25% - var(--bs-gutter-x) - 0.25px); width: calc(25% - var(--bs-gutter-x) - 0.25px); max-width: calc(25% - var(--bs-gutter-x) - 0.25px); }
    .row.has-vr > .col-lg-4  { flex: 0 0 calc(33.333% - var(--bs-gutter-x) - 4px / 12); width: calc(33.333% - var(--bs-gutter-x) - 4px / 12); max-width: calc(33.333% - var(--bs-gutter-x) - 4px / 12); }
    .row.has-vr > .col-lg-5  { flex: 0 0 calc(41.666% - var(--bs-gutter-x) - 5px / 12); width: calc(41.666% - var(--bs-gutter-x) - 5px / 12); max-width: calc(41.666% - var(--bs-gutter-x) - 5px / 12); }
    .row.has-vr > .col-lg-6  { flex: 0 0 calc(50% - var(--bs-gutter-x) - 0.5px); width: calc(50% - var(--bs-gutter-x) - 0.5px); max-width: calc(50% - var(--bs-gutter-x) - 0.5px); }
    .row.has-vr > .col-lg-7  { flex: 0 0 calc(58.333% - var(--bs-gutter-x) - 7px / 12); width: calc(58.333% - var(--bs-gutter-x) - 7px / 12); max-width: calc(58.333% - var(--bs-gutter-x) - 7px / 12); }
    .row.has-vr > .col-lg-8  { flex: 0 0 calc(66.666% - var(--bs-gutter-x) - 8px / 12); width: calc(66.666% - var(--bs-gutter-x) - 8px / 12); max-width: calc(66.666% - var(--bs-gutter-x) - 8px / 12); }
    .row.has-vr > .col-lg-9  { flex: 0 0 calc(75% - var(--bs-gutter-x) - 0.75px); width: calc(75% - var(--bs-gutter-x) - 0.75px); max-width: calc(75% - var(--bs-gutter-x) - 0.75px); }
    .row.has-vr > .col-lg-10 { flex: 0 0 calc(83.333% - var(--bs-gutter-x) - 10px / 12);width: calc(83.333% - var(--bs-gutter-x) - 10px / 12);max-width: calc(83.333% - var(--bs-gutter-x) - 10px / 12); }
    .row.has-vr > .col-lg-11 { flex: 0 0 calc(91.666% - var(--bs-gutter-x) - 11px / 12);width: calc(91.666% - var(--bs-gutter-x) - 11px / 12);max-width: calc(91.666% - var(--bs-gutter-x) - 11px / 12); }

	/*
	#hero_seven.widget .widget-inner .row.has-vr > .col_onebig  { flex: 0 0 calc(66.666% - var(--bs-gutter-x) - 8px / 12); width: calc(66.666% - var(--bs-gutter-x) - 8px / 12); max-width: calc(66.666% - var(--bs-gutter-x) - 8px / 12); }

	#hero_seven.widget .widget-inner .row.has-vr > .col_small  { flex: 0 0 calc(33.333% - var(--bs-gutter-x) - 4px / 12); width: calc(33.333% - var(--bs-gutter-x) - 4px / 12); max-width: calc(33.333% - var(--bs-gutter-x) - 4px / 12); }
	*/
	#hero_seven.widget .widget-inner .row.has-vr > .col_onebig  { flex: 0 0 calc(58.333% - var(--bs-gutter-x) - 7px / 12); width: calc(58.333% - var(--bs-gutter-x) - 7px / 12); max-width: calc(58.333% - var(--bs-gutter-x) - 7px / 12); }

	#hero_seven.widget .widget-inner .row.has-vr > .col_small  { flex: 0 0 calc(41.666% - var(--bs-gutter-x) - 5px / 12); width: calc(41.666% - var(--bs-gutter-x) - 5px / 12); max-width: calc(41.666% - var(--bs-gutter-x) - 5px / 12); }

	#hero_six.widget .widget-inner .row.has-vr > .col_onebig,
	#hero_six.widget .widget-inner .row.has-vr > .col_small { flex: 0 0 calc(50% - var(--bs-gutter-x) - 0.5px); width: calc(50% - var(--bs-gutter-x) - 0.5px); max-width: calc(50% - var(--bs-gutter-x) - 0.5px); }
}



.af_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
	border-bottom: none;

	margin-bottom: 2.5rem;
}
.af_title__heading {
    margin: 0;
}
.af_title .heading-line {
	padding: 0;
	text-transform: none;
	font-size: inherit;
	background-color: unset;
}
.af_title_sidebar .heading-line, 
.af_title .heading-line {
    color: var(--text)
}
.af_title__link {
	text-decoration: none;
}
@media (max-width: 768px){
	.af_title {
		flex-direction: column;
		align-items: flex-start;
	}
	.af_title__link {
		background-color: var(--primary);
    	color: var(--bianco);
		padding: 0.3rem 0.6rem;
		max-width: fit-content;
	}
}

.af_description {
	margin-bottom: 2.5rem;
	max-width: var(--container-min);
}


.tb-section.widget.boxed .widget-inner {
	padding-top: 4rem;
    padding-bottom: 4rem;
}
.tb-section.widget:not(.boxed) {
	padding-top: 6rem;
    padding-bottom: 6rem;
}
/*
.widget-inner .post_thumb > .post_link {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index: 2;
}
*/

@media (max-width: 1024px){
	.widget-inner .scroll_snap_mobile_wrap {
		display: -webkit-flex;
    	display: flex;

		-webkit-flex-wrap: nowrap;
    	flex-wrap: nowrap;

		scroll-snap-type: x mandatory;
        gap: 1.5rem;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 1rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
	}
	.widget-inner .scroll_snap_mobile_wrap .scroll_snap_mobile_item {
		scroll-snap-align: start;
		margin-bottom: 0;
		flex-shrink: 0;
		flex-grow: 0;
		flex-basis: 66.66666667%;
		width: 66.66666667%;
		max-width: 66.66666667%;
		max-height: fit-content;
		padding-left: 0;
		padding-right: 0;
	}
	.widget-inner .scroll_snap_mobile_wrap .scroll_snap_mobile_item .row_inner {
		gap: 1rem;
	}
	.widget-inner .scroll_snap_mobile_wrap::-webkit-scrollbar-thumb {
        background: var(--orange);
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
    }
	.widget-inner .scroll_snap_mobile_wrap::-webkit-scrollbar {
        height: 5px;
    } 
	.widget-inner .scroll_snap_mobile_wrap::-webkit-scrollbar-track {
        background-color: transparent;
        -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
    }

	.widget-inner .scroll_snap_mobile_item [class*="col-"] {
		flex: 0 0 100%;
    	width: 100%;
    	max-width: 100%;
	}
}


.widget.with_divider .widget-inner .small_posts:not(.scroll_snap_mobile_wrap) {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 1.5rem;
}
.widget.with_divider .widget-inner .small_posts.scroll_snap_mobile_wrap > .small_post_title_inner {
	display: none;
}
.widget.with_divider .widget-inner .small_posts article {
	margin-bottom: 0;
}
.widget.with_divider .widget-inner .small_posts article figure > img {
	max-height: 100px;
}
.widget-inner .triple-col-list article .post_title__heading,
.widget.with_divider .widget-inner .small_posts article .post_title__heading {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.widget-inner .triple-col-list article .post_title__heading,
.widget.with_divider .widget-inner.onebig_lastnews_widget .small_posts article .post_title__heading {
	-webkit-line-clamp: 2;
}


#hero_seven .widget-inner.onebig_foursmall_widget .small_posts article .post_thumb,
#hero_seven .widget-inner.onebig_foursmall_widget .small_posts article .post_thumb figure,
.widget-inner.onebig_lastnews_widget article .post_thumb,
.widget-inner.onebig_lastnews_widget article .post_thumb figure {
	height: 100%;
}
#hero_seven .widget-inner.onebig_foursmall_widget .small_posts article .post_thumb figure,
.widget-inner.onebig_lastnews_widget article .post_thumb figure {
	aspect-ratio: unset;
}
@media (max-width: 767px){
	.widget-inner.onebig_lastnews_widget article .post_thumb,
	.widget-inner.onebig_lastnews_widget article .post_thumb figure {
		height: unset;
	}
	.widget-inner.onebig_halfsmall_widget article.has_overlay .post_thumb figure,
	.widget-inner.onebig_lastnews_widget article .post_thumb figure {
		aspect-ratio: 1;
	}
}


/*
.widget.with_divider .widget-inner .small_posts article .post_meta .post_meta_date {
	margin-bottom: 0.3rem;
}
*/


/*
.widget-inner article .small_post .post_meta .post_meta_date,
.widget-inner article .post_meta .post_meta_date {
	margin-bottom: 0.3rem;
}
*/
.post_meta_divider {
	margin-right: 0.5rem;
	margin-bottom: 0.3rem;
}

.widget-inner article .post_meta .post_meta_author,
.widget-inner article .post_meta .post_meta_divider,
.widget-inner article .post_meta .post_meta_date {
	margin-bottom: 0;
}


.small_post_title_inner {
	margin-top: 0;
}


.onebig_halfsmall_wrap .row_inner_small_post {
	margin-top: 2.5rem;
}
.onebig_halfsmall_wrap .row_inner_small_post .post_thumb {
	margin-bottom: 1rem;
}


.onebig_twohalf_widget.widget-inner .col_half:not(.scroll_snap_mobile_wrap) {
	display: flex;
    flex-direction: column;
	gap: 2.5rem;
}
@media (min-width: 1025px){
	.onebig_twohalf_widget.widget-inner .col_half.scroll_snap_mobile_wrap {
		display: flex;
    	flex-direction: column;
		gap: 2.5rem;
	}
}
.onebig_twohalf_widget.widget-inner .col_half article {
	display: flex;
    flex-direction: column;
}
.onebig_twohalf_widget.widget-inner .col_half article .post_thumb {
	margin-bottom: 1rem;
}
.onebig_twohalf_widget.widget-inner .col_onebig article figure,
.onebig_twohalf_widget.widget-inner .col_half article figure {
	/*aspect-ratio: 2.5;*/
	aspect-ratio: 2;
} 

.widget.row_reverse .onebig_twohalf_widget .row {
	flex-direction: row-reverse;
}


.widget-inner.has-bg .af_title .heading-line,
.widget-inner.has-bg .af_title .af_title__link,
.widget-inner.has-bg article .post_title__heading,
.widget-inner.has-bg article .post_title__heading_h,
.widget-inner.has-bg article .post_excerpt,
.widget-inner.has-bg article .post_meta_author,
.widget-inner.has-bg article .post_meta_author_h, 
.widget-inner.has-bg article .post_meta_divider, 
.widget-inner.has-bg article .post_meta_date {
	color: var(--widget-text-color, inherit);
}


.widget_cta_h {
	max-width: fit-content;
	background-color: var(--primary);
	color: var(--bianco);
	margin-top: 0;
	font-weight: unset;
}
@media (min-width: 1025px){
	.widget_cta_h {
		float: right;
	}
}


.one_columns_small_widget_wrap.has-gap-xlarge {
	--bs-gutter-x: var(--bs-gutter-xlarge, 2.5rem);
}
@media (max-width: 767px) {
    .one_columns_small_widget_wrap {
        display: flex;
        flex-direction: column;
        gap: var(--bs-gutter-x);
    }
}
.hr_one_columns_small_posts {
	margin: 0;
}

@media (min-width: 1025px){
	.widget-inner .one_columns_small_widget_wrap article .small_post.row_inner_small_post {
		--bs-gutter-x: var(--bs-gutter-xlarge, 2.5rem);
	}
}
@media (max-width: 1024px){
	.widget-inner .one_columns_small_widget_wrap article .small_post.row_inner_small_post .col_image,
	.widget-inner .one_columns_small_widget_wrap article .small_post.row_inner_small_post .col_text {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
}


/**
 * Triple Columns Widget
 */
.triple-col-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.triple-col-title {
    margin: 0;
    text-transform: uppercase;
	color: var(--primary);
}
.triple-col-title a {
    text-decoration: none;
	color: var(--primary);
}
.triple-col-link {
    flex-shrink: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.triple_columns_widget .triple-col-featured .post_thumb {
	margin-bottom: 1rem;
}
.hr_triple_featured {
	margin: 1rem 0;
}
.triple-col-list {
    display: flex;
    flex-direction: column;
	gap: 1rem;
}
@media (min-width: 1025px){
	.triple_columns_widget .af_title {
		justify-content: center;
	}
}
@media (max-width: 1024px) {
	.triple-columns-row {
		display: -webkit-flex;
    	display: flex;

		-webkit-flex-wrap: nowrap;
    	flex-wrap: nowrap;

		scroll-snap-type: x mandatory;
        gap: 1.5rem;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 1rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
	}
	.triple-columns-row .triple-col {
		scroll-snap-align: start;
		margin-bottom: 0;
		flex-shrink: 0;
		flex-grow: 0;
		flex-basis: 75%;
		max-height: fit-content;
		padding-left: 0;
		padding-right: 0;
	}
	.triple-columns-row::-webkit-scrollbar-thumb {
        background: var(--orange);
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
    }
	.triple-columns-row::-webkit-scrollbar {
        height: 5px;
    } 
	.triple-columns-row::-webkit-scrollbar-track {
        background-color: transparent;
        -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
    }
}




/* FONTS */
.nav__primary #topnav > li > a {
	font-size: var(--text-body);
}
.offcanvas .btn-close,
.offcanvas .offcanvas-header .ricerca_h {
	text-transform: uppercase;
	font-size: var(--text-min);
}
.nav__hamburger ul li a {
	font-size: var(--text-body);
}
.widget-inner .post_meta {
	font-size: var(--post-meta);
}
.widget-inner .af_title__heading {
	font-size: var(--title-2);
	line-height: var(--title-2-lh);
}
.widget-inner .af_title__link {
	font-size: var(--text-xl);
	line-height: var(--text-xl-lh);
}
@media (max-width: 768px){
	.widget-inner .af_title__link {
		font-size: var(--text-min);
		line-height: var(--text-min-lh);
	}
}
body.archive .category_description,
.widget-inner .af_description {
	font-size: var(--text-body);
	line-height: var(--text-body-lh);
}

#hero_six .col_onebig .post_title__heading,
#hero_seven .col_onebig .post_title__heading {
	font-size: var(--title-3);
	line-height: var(--title-3-lh);
}
#hero_six .col_onebig .post_excerpt,
#hero_seven .col_onebig .post_excerpt {
	font-size: var(--text-xl);
	line-height: var(--text-xl-lh);
}
@media (max-width: 768px){
	#hero_six .col_onebig .post_title__heading,
	#hero_seven .col_onebig .post_title__heading {
		font-size: var(--text-body);
		line-height: var(--text-body-lh);
	}
	#hero_six .col_onebig .post_excerpt,
	#hero_seven .col_onebig .post_excerpt {
		font-size: var(--text-16);
		line-height: var(--text-16-lh);
	}
}

#hero_six .col_small .post_title__heading,
#hero_seven .col_small .post_title__heading {
	font-size: var(--text-16);
	line-height: var(--text-16-lh);
}

.onebig_halfsmall_widget article.has_overlay .post_title__heading {
	font-size: var(--title-2);
	line-height: var(--title-2-lh);
}
@media (max-width: 768px){
	.onebig_halfsmall_widget article.has_overlay .post_title__heading {
		font-size: var(--text-body);
		line-height: var(--text-body-lh);
	}
}
.onebig_halfsmall_widget .row_inner_small_post article .post_title__heading {
	font-size: var(--text-body);
	line-height: var(--text-body-lh);
}

.onebig_twohalf_widget .col_onebig article .post_title__heading {
	font-size: var(--title-3);
	line-height: var(--title-3-lh);
}
.onebig_twohalf_widget .col_onebig article .post_excerpt {
	font-size: var(--text-xl);
	line-height: var(--text-xl-lh);
}
@media (max-width: 768px){
	.onebig_twohalf_widget .col_onebig article .post_title__heading {
		font-size: var(--text-body);
		line-height: var(--text-body-lh);
	}
	.onebig_twohalf_widget .col_onebig article .post_excerpt {
		font-size: var(--text-16);
		line-height: var(--text-16-lh);
	}
}
.onebig_twohalf_widget .col_half article .post_title__heading {
	font-size: var(--text-body);
	line-height: var(--text-body-lh);
}

.widget-inner.one_columns_small_widget article .post_title__heading {
	font-size: var(--title-2);
	line-height: var(--title-2-lh);
}
@media (max-width: 768px){
	.widget-inner.one_columns_small_widget article .post_title__heading {
		font-size: var(--text-body);
		line-height: var(--text-body-lh);
	}
}

.small_post_title_inner {
	font-size: var(--title-2);
	line-height: var(--title-2-lh);
}
.triple-col-link,
.triple-col-title {
    font-size: var(--tag-labels);
}
.triple_columns_widget .triple-col-featured article .post_title__heading {
	font-size: var(--text-body);
	line-height: var(--text-body-lh);
}
.triple_columns_widget .triple-col-list article .post_title__heading {
	font-size: var(--text-min);
	line-height: var(--text-min-lh);
}

.row_columns_flexible_widget article .post_title__heading {
	font-size: var(--text-body);
	line-height: var(--text-body-lh);
}
.widget_cta_h {
	font-size: var(--text-min);
}
body.single .post_meta {
	font-size: var(--text-min);
	line-height: var(--text-min-lh);
}
body.archive .archive_loop .post_item .post_meta {
	font-size: var(--post-meta);
}
body.archive .category_title .category_title__heading,
body.single .single_post_title__heading {
	font-size: var(--title-1);
	line-height: var(--title-1-lh);
}

body.archive .archive_loop .post_item .post_title__heading {
	font-size: var(--text-body);
	line-height: var(--text-body-lh);
}
body.search .search_loop_list .post_item .post_title__heading {
	font-size: var(--title-2);
	line-height: var(--title-2-lh);
}




@media (min-width:576px){
	body.single article .post_categories,
	body.single article .post_tags,
	body.single article .single_post_title,
	body.single article .single_post_meta,
	body.single article .post_content > * {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 768px){
	body.single article .post_categories,
	body.single article .post_tags,
	body.single article .single_post_title,
	body.single article .single_post_meta,
	body.single article .post_content > * {
		max-width: var(--container-min);
		margin-left: auto;
		margin-right: auto;
	}
}

/* Immagini e media full-width */
body.single article .post_content > p:has(> img),
body.single article .post_content > p:has(> a > img),
body.single article .post_content > figure,
body.single article .post_content > .wp-block-image,
body.single article .post_content > .wp-block-gallery,
body.single article .post_content > .wp-block-video,
body.single article .post_content > .wp-block-embed {
    max-width: 100%;
	margin: 2rem 0;
}
body.single .post_meta .post_meta__inner {
	flex-wrap: wrap;
	gap: 0.5rem;
}
body.single .post_meta .post_meta__inner .post_meta_separator {
	padding: 0;
}
body.single article .post_thumb figure {
	display: flex;
	justify-content: center;
}
body.single article .post_meta_author img.author_avatar {
	max-width: 50px;
    border-radius: 100%;
    margin-right: 0.5rem;
}
body.single article ul.post_tags__list {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}
body.single article ul.post_tags__list li a {
	background-color: var(--text-overlay-light);
	padding: 0.5rem;
	font-size: var(--text-min);
	text-transform: uppercase;
}
body.single .post_thumb {
	margin-bottom: 2rem;
}
body.single article .post_thumb figure > img {
	width: 100%;
	max-height: 70vh;
}
body.single article .post_thumb small.excerpt_image,
body.single article figure figcaption {
	font-size:13px;
	width: 100%;
	display: block;
	max-width: var(--container-min);
	margin: .8em auto;
}


body.search .search_title__heading span {
	display: block;
}


body.author .category_title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
body.author .category_title .author_avatar {
	max-width: 100px;
    border-radius: 100%;
    margin-right: 0.5rem;
}
body.author .category_description {
	margin-bottom: 2rem;
}
body.archive .category_description {
    font-weight: unset;
}
.category_description {
	max-width: var(--container-min);
}

/* OVERRIDES */
.nav__primary #topnav {flex-flow:row wrap;}
.nav__primary #topnav > li > a {padding: 0.6rem 1.2rem;}

.offcanvas.offcanvas_menu {padding:0 2rem;}
.offcanvas.offcanvas_menu .offcanvas-header,
.offcanvas.offcanvas_menu .offcanvas-body {padding:0!important;}

.offcanvas.offcanvas_menu .offcanvas-body {
	overflow-x:hidden;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}
.offcanvas.offcanvas_menu .offcanvas-body::-webkit-scrollbar { display: none; } /* Chrome, Safari, Opera */

.offcanvas.offcanvas_menu .offcanvas-header .header-inner {
	width:100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding:1.5rem 0 1.4rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.nav__hamburger ul li a {border-top: 1px solid rgba(255,255,255,0.1);}
.nav__hamburger ul li:first-child a {border:unset!important;}

/* Fix: evita di far collassare l'icona se il testo è troppo lungo e va a capo */
.nav__hamburger ul li a::after {
	flex: 0 0 auto;
	margin-left: 0.5rem;
}

@media only screen and (max-width:1024px) {
	.offcanvas.offcanvas_menu {padding: 0 1.5rem;}
	.nav__hamburger ul li a {font-size:16px;}
}

@media only screen and (max-width:768px) {
	.offcanvas.offcanvas_menu {padding: 0 1.25rem;}
	.nav__hamburger ul li a {font-size:14px;}
}
