/**
 *
 *  █▀▀▄  █    ▄▀▀▄  ▄▀▀  
 *  █▀▀█  █ ▄  █  █  █ ▀▌ 
 *  ▀▀▀   ▀▀▀   ▀▀   ▀▀▀  - BLOG
 *
 * ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
 */






/*∞∞∞∞∞∞ Section 2 ∞∞∞∞∞∞*/
#s2_single_blog .container { padding: 0 var(--c2o); }

#s2_single_blog .wrapper .text h1 { font-size: clamp(3rem, 4vw, 4rem); }
#s2_single_blog .wrapper .text :where( h2, h3, h4, h5, h6 ) { font-family: var(--main-font); }
#s2_single_blog .wrapper .text :where( h2, .h2 ) { font-size: clamp(2rem, 4vw, 2rem); }
#s2_single_blog .wrapper .text :where( h3, .h3, h4, .h4 ) { font-size: clamp(1.5rem, 4vw, 1.5rem); }
#s2_single_blog .wrapper .text :where( h5, .h5, h6, .h6 ) { font-size: clamp(1.25rem, 4vw, 1.25rem); }
#s2_single_blog .wrapper .text a:not(.link) { display: inline-block; font: inherit; text-decoration: underline; }
#s2_single_blog .wrapper .text a:hover { color: var(--light);  }
#s2_single_blog .wrapper .text p { line-height: 1.6; }
#s2_single_blog .wrapper .text li { margin: .25em 0; margin-left: 1.5rem; }
#s2_single_blog .wrapper .text li:first-of-type { margin-top: 0; }
#s2_single_blog .wrapper .text li:last-of-type { margin-bottom: 0; }





/* Wrapper */
#s2_single_blog .wrapper { padding: 0 var(--c5o); padding-top: var(--c10v); }
#s2_single_blog .single_paragraph { padding-top: var(--c10v); }


/* Immagine */



/* Galleria 
#s2_single_blog .single_gallery .swiper-slide {}
#s2_single_blog .single_gallery .swiper-slide .filter_black { opacity: 0; transition: .25s ease; }
#s2_single_blog .single_gallery .swiper-slide svg { width: 25%; max-width: 4em; filter: drop-shadow(0 0 .5em rgb(30 30 30 / 50%)); opacity: 0; transition: .25s ease; }
#s2_single_blog .single_gallery .swiper-slide svg .zoom_path { fill: var(--white); transition: .25s ease; }
#s2_single_blog .single_gallery .gallery_thumb { margin-top: 5px; }
#s2_single_blog .single_gallery .gallery_thumb button { display: block; transition: .25s ease; }
*/



/* Articolo Correlato */
#s2_single_blog .single_link {}
#s2_single_blog .single_link.text a { padding: 1.5em; background-color: var(--green); text-decoration: none !important; }
#s2_single_blog .single_link a > h3 {}
#s2_single_blog .single_link a > p {}




/*∞∞∞∞∞∞ Sidebar ∞∞∞∞∞∞*/
#sidebar_blog { 
	position: fixed; top: var(--c15v); left: 0;
	display: flex; align-items: flex-start; justify-content: space-between; transform: translateY(-200%); 
	padding: 1em; transition: .25s ease;
	overflow: visible; z-index: 2;
}
#sidebar_blog.active { transform: translateY(0); }

/* Overlay */
#sidebar_blog .mobile_overlay {
	display: none;
	position: fixed; top: 0; left: 0;
	width: 100vw; height: 100vh;
	background-color: rgb(var(--black-rgb) / 75%);
	z-index: 1;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	#sidebar_blog .mobile_overlay { 
		-webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); 
	}
}
#sidebar_blog .mobile_overlay.active { display: block; }

/* Sidebar Index */
#sidebar_blog .index { 
	display: block; flex: 1 1 auto; position: relative;
	background-color: var(--white); box-shadow: 0 0 .25em rgb(var(--black-rgb) / 25%), 0 0 2em rgb(var(--black-rgb) / 25%);
	transition: .25s ease; z-index: 2; overflow: hidden;
}

/* Icons */
#sidebar_blog .index:before, #sidebar_blog .index:after {
	display: inline-block; content: ''; 
	position: absolute; top: 0;
	width: 40px; height: 50px;
	transition: .25s ease;
}
#sidebar_blog .index:before { left: 0; background: url(../images/svg/index_icon.svg) no-repeat center / 1em; }
#sidebar_blog .index:after { right: 0; background: url(../images/svg/index_arrow.svg) no-repeat calc(100% - .75em) center / 1em; }
#sidebar_blog .index.opened:after { transform: scale(1, -1); }

/* Buttons */
#sidebar_blog .index li { list-style: none; }
#sidebar_blog .index li button {
	width: 100%; height: 50px; padding:  0 40px;
	font-size: 100%; line-height: 1.25; font-weight: 400; color: var(--black);
	text-align: left; cursor: pointer; transition: .25s ease;
}
#sidebar_blog .index_select li.active button { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

#sidebar_blog .index li button br { display: none !important; }
#sidebar_blog .index li.active button { color: var(--link_color); opacity: .375; }

/* Index Select */
#sidebar_blog .index_select { height: 50px; overflow: hidden; z-index: 1; }
#sidebar_blog .index_select:before, #sidebar_blog .index_select:after {
	display: block; content: ''; z-index: 1;
	position: absolute; left: 0; top: 0;
	width: 100%; height: .625em; background-color: var(--white);
}
#sidebar_blog .index_select:after { top: auto; bottom: 0; }
#sidebar_blog .index_select > ul { will-change: transform; transition: .125s linear .025s; }
#sidebar_blog .index_select li.active button { opacity: 1; }

/* Index List */
#sidebar_blog .index_list { display: none; z-index: 1; }
#sidebar_blog .index_list:before {
	display: inline-block; content: '';
	position: absolute; top: 0; left: 10px;
	width: calc(100% - 20px); height: 1px;
	background-color: #ccc;
}
#sidebar_blog .index.opened .index_list { padding: 15px 0; }

/* Trigger */
#sidebar_blog .index_trigger { position: absolute; top: 0; right: 0; width: 100%; height: 50px; z-index: 1; }
#sidebar_blog .index_trigger.hide { display: none; }

/* Sidebar Prev / Next */
#sidebar_blog .post_nav { display: none; }

/* Sidebar Newsletter */
#sidebar_blog #side_form { display: none; }

/* Sidebar Share */
#sidebar_blog #side_share { display: none; }

/* Related */
.sec_related .nav_btn { display: block; width: 2.5em; height: 2.5em; padding: .25em; }
.sec_related .nav_btn :where(img, svg) { width: 100% }
.sec_related .nev_prev {}
.sec_related .nav_next {}

.sec_related .nav_dots { gap: .5em; }
.sec_related .nav_dots span.swiper-pagination-bullet { width: 0.75em; height: 0.75em; border: 1px solid #3e3e3e; background: transparent; transition: .25s ease; }
.sec_related .nav_dots span.swiper-pagination-bullet.swiper-pagination-bullet-active { background: #3e3e3e; transform: scale(1.25); }

/* Section 4 */








@media screen and (min-width: 601px) {


	/*∞∞∞∞∞∞ BLOG ∞∞∞∞∞∞*/
	/* Sec 1 */
	/* Sec 2 */
	/* Sec 3 */


	/*∞∞∞∞∞∞ CARD BLOG ∞∞∞∞∞∞*/


	/*∞∞∞∞∞∞ SINGLE BLOG ∞∞∞∞∞∞*/
	
	#s2_single_blog .single_data { justify-content: space-between; }


}




@media screen and (min-width: 768px) {


	/*∞∞∞∞∞∞ BLOG ∞∞∞∞∞∞*/
	/* Sec 1 */
	/* Sec 2 */
	/* Sec 3 */


	/*∞∞∞∞∞∞ CARD BLOG ∞∞∞∞∞∞*/


	/*∞∞∞∞∞∞ SINGLE BLOG ∞∞∞∞∞∞*/


}




@media screen and (min-width: 1024px) {

	/*∞∞∞∞∞∞ BLOG ∞∞∞∞∞∞*/
	/* Sec 1 */
	/* Sec 2 */
	/* Sec 3 */


	/*∞∞∞∞∞∞ CARD BLOG ∞∞∞∞∞∞*/


	/*∞∞∞∞∞∞ SINGLE BLOG ∞∞∞∞∞∞*/
	
	
	
	/* Intro */
	/* Paragrafo */
	/* Citazione */
	/* Immagine */
	/* Galleria */
	/* Video */
	/* Articolo Correlato */
	/* CTA */
	/* Newsletter */
	
	/* Sidebar */
	#sidebar_blog { position: sticky; top: var(--c15v); left: auto; margin-top: 0; padding: 0; flex-wrap: wrap; transform: none; }
	#sidebar_blog h4 { font-family: var(--main-font); font-weight: 500; font-size: 2rem; }
	
	/* Sidebar Index */
	#sidebar_blog .index { box-shadow: unset; background-color: transparent; }
	#sidebar_blog .index:before, #sidebar_blog .index:after, #sidebar_blog .index_select { display: none; }
	#sidebar_blog .index_list { display: block; }
	#sidebar_blog .index_list:before { display: none; }
	#sidebar_blog .index li button { height: auto; padding: 0; }
	#sidebar_blog .index li + li button { padding-top: 1.5rem }
	#sidebar_blog .index li.active button {  }
	
	/* Sidebar Prev / Next */
	#sidebar_blog .post_nav {
		display: block; margin-top: 1em;
		border-radius: 0.5em; overflow: hidden;
		background-color: rgb(var(--black-rgb) / 25%); box-shadow: 0 0 1em rgb(var(--black-rgb) / 25%);
	}
	#sidebar_blog .post_nav .text { bottom: 0; left: 0; padding: 1em; }
	#sidebar_blog .post_nav .text p { font-weight: 700; color: var(--white); }

	/* Sidebar Share */
	#sidebar_blog #side_share { display: block; margin: var(--c5v) 0; padding: var(--c5v) 0; border-top: 1px solid var(--grey); border-bottom: 1px solid var(--grey); }  

	/* Related */
	/* Section 4 */


}




@media screen and (min-width: 1281px) {



}