@charset "utf-8";

/* CSS Document */
/* Settaggi generali e fonts */
:root {
	--grid-column-gap: 30px;
	--grid-row-gap: 30px;
	--text-weight: 300;
	--termini-size: 1vw;
	--meta-piccoli: 0.8vw;
	--colore-divisore: #111111;
	--h1: 3vw;
	--h2: 2.4vw;
	--h3: 1.9vw;
	--h4: 1.6vw;
	--h5: 1.3vw;
	--h6: 1vw;
	--p: 1vw;
	--line-height-standard: 1em;
	--line-height-intermedio: 1.2em;
	--line-height-alto: 1.5em;
	--font-weight-titoli-grandi: 800;
	--font-weight-semibold: 600;
	--font-weight-buttons: 500;
	--font-weight-titoli: 400;
	--inner-gap-horizontal: 1vw;
	--inner-gap: 0.5vw;
	--small-item-padding: 1.5%;
	--small-item-gap: 0.1vw;
	--content-gap: 2vw;
}

body,
html body {
	font-size: var(--p) !Important;
	line-height: var(--line-height-intermedio) !Important;
}

h1,
.h1 {
	font-size: var(--h1) !Important;
	font-weight: 500;
	line-height: var(--line-height-standard) !Important;
	font-weight: var(--font-weight-titoli-grandi);
}

h2,
.h2 {
	font-size: var(--h2) !Important;
	line-height: var(--line-height-standard) !Important;
	font-weight: var(--font-weight-titoli-grandi);
}

h3,
.h3 {
	font-size: var(--h3) !Important;
	line-height: 1.1;
	line-height: var(--line-height-standard) !Important;
	font-weight: var(--font-weight-titoli);
}

h4,
.h4,
.h7 {
	font-size: var(--h4) !Important;
	line-height: var(--line-height-standard) !Important;
	font-weight: var(--font-weight-titoli);
}

h5,
.h5 {
	font-size: var(--h5) !Important;
	line-height: var(--line-height-standard) !Important;
	font-weight: var(--font-weight-titoli);
}

h6,
.h6 {
	font-size: var(--h6) !Important;
	line-height: var(--line-height-standard) !Important;
}

p,
.p {
	font-size: var(--p) !Important;
	font-weight: var(--text-weight);
	line-height: var(--line-height-alto) !Important;
	margin: 1vw 0;
}

a {
	font-weight: inherit;
	text-decoration: none !Important;
}

a:hover {}

.vlog-actions-button>span {
	font-size: 0.7vw
}

.vlog-menu a,
.vlog-menu i,
.vlog-menu a:before,
.vlog-menu .vlog-actions-social-list li a:before,
.vlog-top-bar a,
.vlog-soc-menu li a:before {
	font-size: var(--termini-size) !important;
}

.vlog-site-header .vlog-main-nav li .sub-menu a,
.vlog-top-bar a,
.vlog-soc-menu li a:before {
	line-height: var(--line-height-alto);
}

.vlog-header-1 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child {
	margin-right: 0
}

.entry-category a {
	font-size: var(--p) !Important;
	font-weight: var(--text-weight);
	line-height: var(--line-height-alto) !Important;
}

.material-symbols-outlined {
	font-size: 0.8vw !important
}

.data {
	margin: 3% 0;
	font-size: var(--meta-piccoli)
}

.posts__terms a {
	font-size: var(--meta-piccoli)
}

.sintesi .entry-headline.h4 {
	font-size: var(--h3)
}

.dl-menuwrapper li a {
	font-size: var(--p);
	padding: 1.5vw 3vw;
	line-height: var(--line-height-intermedio) !important
}

.presentazione-categorie {
	font-size: var(--h4) !Important;
}

/* Generale */
.vlog-site-content,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0
}

.vlog-main-nav .sub-menu li:hover>a,
.vlog-main-nav>.current_page_item>a,
.vlog-main-nav .current-menu-item>a,
.vlog-main-nav li:not(.menu-item-has-children):hover>a,
.vlog-actions-button.vlog-action-search:hover span,
.vlog-actions-button.vlog-cart-icon:hover a,
.dl-menuwrapper li a:focus,
.dl-menuwrapper li a:hover,
.dl-menuwrapper button:hover,
.vlog-main-nav .vlog-mega-menu .entry-title a:hover,
.vlog-menu-posts .entry-title a:hover,
.vlog-menu-posts .vlog-remove-wl:hover {
	color: var(--colore-principale)
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: var(--colore-testo)
}

.entry-title a,
.vlog-comments .url,
.vlog-format-inplay .action-item,
.vlog-format-inplay .entry-title a {
	color: var(--colore-link)
}

.rsswidget:hover,
.vlog-format-inplay .entry-category a:hover,
.vlog-format-inplay .meta-comments a:hover,
.vlog-format-inplay .entry-title a:hover {
	color: var(--colore-link-hover)
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-bottom: 0;
	line-height: 1;
	text-transform: none;
	font-family: 'Roboto Flex', sans-serif;
}

.presentazione h1 {
	text-align: center;
	color: var(--colore-testo);
	/* border-bottom: 1px solid var(--colore-divisore);
     */
	padding-bottom: 20px;
}

.vlog-header-1 .vlog-slot-l,
.vlog-header-1 .vlog-slot-r {
	width: 16%;
}

.vlog-header-1 .vlog-site-header .vlog-actions-menu .vlog-menu {
	position: relative;
	float: right;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.site-title img {
	padding: 2% 0;
	width: 100%;
	height: auto;
	max-width: 300px;
	max-height: 100%;
	object-fit: contain;
	object-position: left;
}

.vlog-responsive-header .vlog-actions-button:nth-child(3) {
	right: 12vw;
	margin-left: 0.5vw;
	position: relative;
}

.vlog-menu .vlog-actions-social-list li a {
	line-height: 0;
}

.vlog-page-title {
	display: none
}

.vlog-content {
	width: 100%;
}

body.single-post .vlog-content, .riassunto {
	width: 90%;
	max-width: 1800px;
	margin: auto;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
}

.meta-info {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.meta-info i {
	padding-right: 0.5vw;
}

.meta-info::after {
	display: inline-block;
	content: "•";
	color: #666;
	padding: 0 0.5vw;
}

.meta-info:last-child::after {
	content: "";
	padding: 0;
}

.sub-menu .vlog-menu-posts {
	margin: 0;
	padding-left: 6%;
}

.vlog-action-search .sub-menu {
	width: 450px;
}

.vlog-content {
	margin-top: 0 !Important
}

.vlog-format-inplay .entry-header {
	max-width: 65%
}

.vlog-header-shadow .vlog-header-wrapper,
.vlog-sticky-header {
	box-shadow: none;
}

.vlog-top-bar {
	height: auto
}

.vlog-top-bar .vlog-slot-l,
.vlog-top-bar .vlog-slot-r {
	position: relative;
	padding: 0.8% 0;
}

.vlog-top-bar ul li a {
	padding: 0;
}

.vlog-top-bar .vlog-slot-l {
	left: 0;
	float: left;
	width: 70%
}

.vlog-top-bar .vlog-slot-l ul>li {
	margin-right: 0;
	padding: 0 1vw;
}

.vlog-top-bar .vlog-slot-l ul>li:first-child {
	margin-left: -1vw;
}

.vlog-top-bar .vlog-slot-r {
	right: 0;
	float: right;
	width: 30%;
	/*   padding: 1.4% 0; */
}

.vlog-top-bar .vlog-slot-r .vlog-soc-menu {
	text-align: right
}

.vlog-top-bar .vlog-soc-menu li a {
	padding: 0;
	padding-left: 1vw;
	height: auto;
	width: auto;
}

/* ENTRY CONTENT SINGLE */
.entry-content-single {
	margin-bottom: 0;
	padding: 4% 0;
}

.entry-content.entry-content-single:has(.cover) {
	padding: 0;
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
	padding: 0;
}

/* .entry-content-single a {
     color: var(--colore-testo)!Important;
}
 */
.entry-content-single a:hover {
	color: var(--colore-link-hover) !Important
}

.alignleft {
	margin: 0
}

.vlog-lay-a .entry-image {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.vlog-featured,
.vlog-featured-2,
.vlog-featured-3,
.vlog-featured-5 {
	margin-top: 0;
	margin-bottom: 0
}

.vlog-featured-4 {
	margin-top: 0;
	margin-bottom: 0;
	background: #fff;
	background-color: #fff !Important;
}

.fluid-width-video-wrapper {
	margin-bottom: -100%;
	padding-bottom: 56.25% !important;
	padding-top: 0 !Important;
	height: 100%
}

.vlog-format-content {
	width: 60%;
	padding-bottom: 28%
}

.vlog-popup-wrapper {
	display: inline-flex
}

.vlog-format-content.vlog-sticky-video {
	bottom: 1vw;
	right: 1vw;
	width: 20vw;
}

.vlog-site-content .vlog-section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.vlog-site-content {
	position: relative
}

.vlog-pn-ico {
	font-size: var(--termini-size) !Important;
	margin-bottom: 1vw
}

.vlog-prev-next-nav .vlog-pn-link {
	font-size: var(--p);
	line-height: var(--line-height-intermedio) !Important
}

.vlog-featured-info-2 .entry-category a {
	padding: 0 0.3vw;
	line-height: 1.8vw;
}

.vlog-site-header,
.vlog-top-bar {
	text-transform: none;
}

.vlog-site-header a,
.dl-menuwrapper li a {
	font-weight: var(--font-weight-buttons);
}

.vlog-site-header,
.vlog-site-header .entry-title a,
.vlog-site-header a,
.vlog-custom-cart,
.dl-menuwrapper li a,
.vlog-site-header .vlog-search-form input[type=text],
.vlog-responsive-header,
.vlog-responsive-header a.vlog-responsive-header .entry-title a,
.dl-menuwrapper button,
.vlog-remove-wl,
.vlog-remove-ll {
	color: var(--colore-testo)
}

.vlog-header-1 .vlog-site-header .vlog-main-nav li .sub-menu a {
	line-height: var(--line-height-alto);
	padding-bottom: 2%;
}

.vlog-watch-later-count,
.vlog-sticky-header .vlog-watch-later-count {
	background-color: var(--colore-accessori)
}

.vlog-site-header .sub-menu {
	min-width: 15vw;
	background-color: #ededed !important;
	color: var(--colore-testo) !Important;
}

.vlog-header-1 .vlog-site-header,
.vlog-header-1 {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vlog-header-1 .vlog-header-wrapper {
	width: 100%;
	max-width: 100%;
}

.vlog-header-1 .vlog-slot-l {
	position: relative;
	display: block !Important;
	width: auto;
	height: auto !Important;
	left: 0 !Important;
	overflow: hidden
}

.vlog-header-1 .vlog-site-branding,
.vlog-header-1 .site-title,
.vlog-header-1 .site-title a,
.vlog-header-1 .site-title,
.vlog-header-1 .vlog-logo {
	display: block !Important;
}

.vlog-header-1 .vlog-slot-c {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.vlog-header-1 .vlog-slot-r {
	width: auto;
	right: 0 !Important;
	display: flex;
	align-items: center;
	position: relative;
}

.vlog-header-bottom .vlog-actions-button>span,
.vlog-header-bottom .vlog-actions-button>a {
	padding: 0
}

.vlog-actions-button,
.vlog-soc-menu>li,
.vlog-soc-menu {
	padding-left: 0.6vw
}

.vlog-header-1 .vlog-slot-r .vlog-menu>li.vlog-actions-button:last-child {
	margin-right: 0 !important
}

.vlog-menu .vlog-actions-social-list {
	display: flex
}

.vlog-header-bottom .vlog-actions-social-list li a {
	padding: 0
}

.vlog-action-search {
	order: 1
}

.vlog-watch-later {
	order: 2
}

.vlog-action-login {
	order: 3
}

.action-dark-mode {
	order: 4
}

.vlog-actions-social-list {
	order: 5
}

.vlog-sticky-header .container {
	margin: 0 auto;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.vlog-header-1 .vlog-header-middle .site-title img {
	max-width: 25vw;
	max-height: 8vw;
	margin: 2vw 0;
}

.vlog-sticky-header .site-title img {
	display: block;
	max-height: auto;
	padding: 0
}

.vlog-sticky-header .vlog-actions-button,
.vlog-sticky-header .vlog-soc-menu>li {
	padding-left: 1vw
}

.vlog-menu a {
	color: var(--colore-testo) !Important
}

.vlog-menu i {
	color: var(--colore-testo)
}

.vlog-menu a:before {
	color: var(--colore-testo)
}

.vlog-menu i:hover {
	color: var(--colore-principale) !important
}

.vlog-menu a:hover {
	color: var(--colore-principale) !important
}

.vlog-menu a:hover::before {
	color: var(--colore-principale) !important
}

.vlog-menu>li.vlog-actions-button:last-child {
	margin-right: 0;
	margin-left: 0;
}

.vlog-menu-posts .entry-title {
	padding: 0 0.7vw !Important
}

.vlog-action-login .sub-menu {
	min-width: 17vw;
	padding: 2vw
}

.vlog-mega-menu .sub-menu,
.vlog-actions-menu .sub-menu {
	min-width: 30vw
}

.vlog-site-header,
.vlog-header-shadow .vlog-header-wrapper,
.vlog-site-header .vlog-main-nav .sub-menu,
.vlog-actions-button .sub-menu,
.vlog-site-header .vlog-main-nav>li:hover>a,
.vlog-actions-button:hover>span,
.vlog-action-search.active.vlog-actions-button>span,
.vlog-actions-search input[type=text]:focus {
	background-color: transparent;
}

.vlog-header-1 .vlog-header-bottom .vlog-main-nav>li>a {
	padding: 0.2vw 0.7vw;
}

.current-menu-item a {
	color: var(--colore-principale) !important
}

img,
figure {
	max-width: 100%;
}

body.search-results .vlog-content {
	width: 100%
}

.vlog-action-search .vlog-search-form input[type="text"] {
	font-size: var(--p)
}

.vlog-site-header .vlog-main-nav {
	opacity: 1 !important
}

.vlog-wl-empty,
.vlog-ll-empty {
	width: 100%
}

.wp-block-column,
.wp-block-separator,
.wp-block-embed,
.wp-block-image,
.wp-block-pullquote,
.wp-block-pullquote.is-style-solid-color blockquote p,
.entry-content .wp-block-quote,
.wp-block-media-text,
.wp-block-table,
.wp-block-search,
.wp-block-audio,
.wp-block-categories,
.alignnone,
.gallery.gallery-columns-1,
.wp-audio-shortcode,
.wp-block-video,
.wp-block-audio,
.wp-block-search,
.entry-content .fluid-width-video-wrapper {
	margin-bottom: 0
}


.link_profilo {
	margin: 4% 0;
}

.vlog-site-footer {
	padding: 5vw 0
}

.vlog-site-footer .row {
	margin-left: -2.5vw;
	margin-right: -2.5vw;
}

.vlog-site-footer .row>div {
	padding: 0 2.5vw;
}

.widget {
	border: none;
	padding: 0
}

/* .vlog-site-footer .row > div:nth-child(2) {
     display: flex;
     justify-content: space-between;
}
 */
@media (min-width: 1272px) {
	.col-lg-3 {
		width: 16.67%;
	}

	.vlog-site-footer .row>div:first-child,
	.vlog-site-footer .row>div:last-child {
		width: 33.33%
	}
}

.logo-footer {
	max-width: 250px !Important
}

.vlog-site-footer .widget:first-child {
	margin: 0 0 1vw !Important
}

/* .meta-item {
     font-size: 0.75vw;
     font-weight: bold 
}
 */
.meta-item {
	font-size: 0.8vw;
	color: var(--colore-titoli-categorie);
	font-weight: var(--font-weight-semibold);
}

.widget ul li a {
	font-size: var(--p);
	line-height: var(--line-height-alto);
	font-weight: var(--text-weight)
}

.meta-tags a,
.widget_tag_cloud a {
	font-size: var(--meta-piccoli) !Important;
	font-weight: normal
}

.widget_tag_cloud a .tag-link-count {
	font-weight: bold
}

/* HEADER 5 */
.vlog-header-5 .site-title img {
	max-width: 25vw !important;
}

.vlog-ad {
	max-width: 35vw !important;
}

.vlog-header-5 .vlog-header-bottom {
	display: flex;
	align-items: center;
	height: 3vw;
}

.vlog-header-5 .vlog-header-middle {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1vw 0;
}

.vlog-header-5 .site-title img {
	max-height: 10vw;
	max-width: 40vw;
	padding: 1vw 0;
}

.vlog-header-5 .vlog-slot-r .vlog-ad {
	width: 60vw;
}

.vlog-header-5 .vlog-header-middle .vlog-slot-l,
.vlog-header-5 .vlog-header-middle .vlog-slot-r {
	position: relative;
}

.vlog-header-5 .vlog-header-bottom .vlog-slot-l {
	left: 0;
	display: block;
	bottom: 0;
	position: relative;
	float: left;
	width: 70%;
}

.vlog-header-5 .vlog-header-bottom .vlog-slot-r {
	right: 0;
	display: block;
	align-items: center;
	bottom: 0;
	position: relative;
	float: right;
	transform: translateY(50%);
	width: 30%;
	text-align: right;
}

.vlog-header-5 .vlog-main-nav>li,
.vlog-header-5 .vlog-actions-menu .vlog-menu>li,
.vlog-menu .vlog-actions-social-list li {
	padding: 0 1vw;
	text-transform: uppercase;
}

.vlog-header-5 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child {
	margin-right: -0.5vw;
}

.vlog-header-5 .vlog-slot-r .vlog-menu>li.vlog-actions-button:last-child {
	margin-right: 0
}

.vlog-header-5 .vlog-slot-l .vlog-menu>li:first-child {
	margin-left: -1vw;
}

.vlog-header-5 .vlog-header-bottom .vlog-main-nav>li>a {
	padding: 0;
}

.vlog-header-5 .vlog-header-bottom .vlog-main-nav>li>a:hover {
	background-color: transparent
}

.presentazione {
	padding: 0% 5% 4% !important;
}

/* .intestazione-seo {
     padding: 2% 5%!important;
}
 */
/* Senza .vlog-header-5 */
.vlog-site-header .vlog-menu {
	display: flex;
	align-items: center;
}

/* Breadcrumb */
.contenitore-crumbs {
	background-color: #000;
	padding: 5% 0;
}

#crumbs {
	margin-bottom: 1vh
}

.contenitore-crumbs a {
	color: #fff
}

.contenitore-crumbs h2 {
	color: #fff
}

/* Modello azienda */
.logo-azienda {
	max-width: 10vw;
	max-height: 10vw;
	margin-bottom: 3vw;
}

/* Categorie */
.vlog-featured-4 {
	margin-top: 0;
	background: #fff;
}

.vlog-featured-4 .fa-inner {
	max-width: 100%;
	margin: 4%;
}

.vlog-post .entry-image img {
	width: 100%
}

.vlog-module article {
	padding-left: unset;
	padding-right: unset;
	float: unset;
	margin-bottom: unset;
	max-width: unset;
}

.category .vlog-lay-a .entry-meta,
.category .entry-category {
	margin: 0 !Important;
	padding: 0 !Important
}

.col-vlog-offset {
	max-width: 100%;
}

.row {
	margin: 0 auto;
}

.slider-post .owl-item {
	width: calc(100vw * 40 / 100) !important;
	height: calc(100vw * 22.6 / 100);
}

.owl-item * {
	text-shadow: 0px 0px 4px #000000;
}

.vlog-featured-4 .owl-stage {
	padding: 2vw;
	margin-left: -2vw;
}

.slider-post .owl-stage-outer,
.slider-post .owl-stage {
	max-height: calc(100vw * 27 / 100);
	overflow: hidden
}

/* Pagine */
body:not(.home) .vlog-content .page {
	max-width: 90%;
	margin: auto;
}

/* STREAMING */
.live-streaming {
	position: relative;
	max-width: 90%;
	margin: auto;
}

.live-streaming .embed-container {
	z-index: 0;
}

.live-streaming .message {
	position: absolute;
	z-index: 1;
	margin: 2% 5%;
}

.live-streaming .message span {
	font-size: 200%;
	color: #fff;
}

/***** Home page *****/
/* COVER VIDEO */
.cover {
	max-width: 90%;
	margin: auto;
	padding: 0 0 4% 0;
	/* background-color: #535350;
     */
	background-color: #fff;
}

.unde-cover {
	width: 90%;
	margin: auto;
}

.video-loop {
	margin: auto;
}

.video-loop video {
	width: 100%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-cover-home {
	display: flex;
	margin: auto;
	gap: var(--content-gap);
}

.video-cover-player {
	width: 66.66%
}

.video-cover-playlist {
	width: 33.33%;
	max-height: calc(100vw * 0.33);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: var(--content-gap);
}

.playlist-video {
	height: 90%;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	/*   -ms-overflow-style: none; */
	/* IE 11 */
	/*   scrollbar-width: none; */
	/* Firefox 64 */
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.05);
}

.playlist-video::-webkit-scrollbar {
	width: 10px;
}

.playlist-video::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.playlist-video::-webkit-scrollbar {
	display: none;
}

.playlist-video {
	margin: 0 0 0.6vw;
}

.playlist-video :not(:last-child)::after {
	display: block;
	content: "";
	border-bottom: 1px solid var(--sfondo);
	opacity: 0.2
}

.inside {
	display: flex;
	align-items: center;
	gap: var(--inner-gap-horizontal);
}

.pulsante-playlist {
	background: transparent;
	border: none;
	width: 100%;
	text-align: left;
	padding: 1.5%;
}

.pulsante-playlist:not(:last-child) {
	margin-bottom: 2px;
}

.pulsante-playlist:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.2);
}

.video-cover-playlist .immagine {
	width: 30%
}

.immagine .post-thumbnail {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden
}

.video .immagine-articolo:after,
.pulsante-playlist .post-thumbnail:after {
	position: absolute;
	display: flex;
	left: calc(50% - 1vw);
	top: calc(50% - 1vw);
	width: 2vw;
	height: 2vw;
	text-align: center;
	content: "\25B6";
	color: #fff;
	opacity: 0.5;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 1;
	background-color: #000;
	align-items: center;
	justify-content: center;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-animation: pulseicon 0.7s alternate ease-in-out infinite;
	animation: pulseicon 0.7s alternate ease-in-out infinite;
	z-index: 3
}

.active {
	background: rgba(0, 0, 0, 0.2);
}

.active .post-thumbnail:after {
	content: "\23F8" !important;
	border: none !important;
	background: transparent !important;
}

.immagine .post-thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.video-cover-playlist .contenuto {
	width: 70%;
	padding: 0;
}

.contenuto .entry-title {
	font-size: var(--p);
	font-weight: var(--font-weight-buttons);
	color: var(--colore-testo) !Important;
	line-height: var(--line-height-intermedio);
}

.video-cover-playlist .titolo-playlist {
	font-size: var(--h4);
	font-weight: bold;
	/*   color: var(--colore-testo-meta-dati); */
}

/* presentazoine */
.presentazione {
	text-align: left;
	padding: 3% 0;
}

.presentazione h1 span {
	display: block;
	/*   font-size: var(--p); */
	font-size: 70%;
	font-weight: var(--font-weight-titoli);
}

/** IMPOSTAZIONI GENERALI PER LE GRIGLIE **/
.contenitore {
	display: block;
	position: relative;
	margin: auto;
	padding: 4% 5%;
	clear: both;
}

body.home .articoli .contenitore:nth-child(odd) {
	background-color: var(--sfondo);
}

.griglia {
	display: flex;
	position: relative;
	width: 100%;
	position: relative;
	gap: var(--content-gap);
	flex-wrap: wrap;
}

.section-header {
	display: block;
	width: 100%;
	clear: both;
}

.section-header .titolo-categoria,
.section-header .intro-categoria {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body.modal-on {
	overflow-y: hidden;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.modal .background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-head {
	position: relative;
	padding: 3%;
}

.modal-head .h5 {
	color: #fff;
	text-transform: uppercase;
}

.modal .box {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	width: 80vw;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 5px 5px 0 0;
	transform: translateX(-50%) translateY(-50%);
}

.modal .content {
	display: block;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translatey(-50%);
	color: #fff;
	cursor: pointer;
}

.section-header a {
	white-space: nowrap;
	word-break: break-all;
	margin-right: 1vw;
}

.descrizione-categoria {
	font-size: var(--p);
	padding: 1vw 0 2vw 0;
	font-weight: var(--font-weight-titoli);
	max-width: 55vw;
}

.section-header .player-video {
	display: none;
	width: 40%;
	padding: 1vw 0;
}

.section-header h1,
.section-header h2 {
	color: var(--colore-titoli-categorie);
}

.contenitore:nth-child(odd) .section-header h1,
.contenitore:nth-child(odd) .section-header h2 {
	color: var(--sfondo-dark);
}

.play-cat {
	margin: 0 1vw;
}

.play-cat a {
	display: flex;
	align-items: center;
}

.play-cat .play {
	text-decoration: none;
	background: var(--colore-principale);
	color: #fff;
	border-radius: 50%;
	width: 2.5vw;
	height: 2.5vw;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding-left: 0.2%;
	margin-right: 1vw;
}

.play-cat .play::after {
	position: absolute;
	content: '';
	bottom: -0.5vw;
	top: -0.5vw;
	left: -0.5vw;
	right: -0.5vw;
	background-color: transparent;
	border-radius: 50%;
	border: 4px solid #ddd;
	margin: 0px;
	opacity: 1;
	transform-origin: center;
	animation: anim 1600ms linear infinite;
}

.play-cat .play::before {
	position: absolute;
	content: '';
	bottom: -0.5vw;
	top: -0.5vw;
	left: -0.5vw;
	right: -0.5vw;
	background-color: transparent;
	border-radius: 50%;
	border: 4px solid #ddd;
	margin: 0px;
	opacity: 0.8;
	transform-origin: center;
	animation: anim 1600ms linear 800ms infinite;
}

@keyframes anim {
	from {
		margin: 0px;
		opacity: 1;
	}

	to {
		margin: -1vw;
		opacity: 0;
	}
}

.data {
	padding: 2% 0
}
.posts__inner-content {
    height: max-content;
    margin: auto 0;
}
.posts_text {
	display: flex;
	flex-direction: column;
	gap: var(--inner-gap);
}

.posts_text .entry-title {
	text-transform: none;
	text-wrap: pretty;
	max-height: none;
}

.posts__item .post-thumbnail {
	position: relative;
}

.immagine-articolo {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	z-index: 1;
	border: 1px solid #c7c7c740;
}

.immagine-articolo img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.posts__terms a {
	white-space: nowrap;
	text-transform: math-auto;
	color: var(--colore-testo);
	font-weight: bold;
}

.video-meta-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1vw;
}

.video-meta-info .meta-info {
	font-size: var(--meta-piccoli);
	color: var(--colore-testo-meta-dati);
}

.griglia article {
	margin-bottom: 0
}

.posts_text p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	/* number of lines to show */
	line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: var(--line-height-intermedio) !important;
	margin: 0;
}

/* DROPDOWN SOTTOCATEGORIE MOBILE */
.dropbtn {
	color: var(--colore-testo-dark);
	/* padding: 1vw 2vw;
     */
	padding: 1vw;
	font-size: var(--p);
	border: none;
	cursor: pointer;
	font-weight: var(--font-weight-buttons);
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.dropdown-content h3 {
	font-size: var(--p) !important;
}

.dropdown-content a {
	color: var(--colore-testo);
	padding: 1vw;
	text-decoration: none;
	display: block;
	width: 100%;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropbtn {
	white-space: nowrap;
	word-break: break-all;
	background: var(--colore-link);
	border: 1px solid var(--colore-link);
}

.dropdown:hover .dropbtn {
	background-color: var(--colore-link-hover);
}

.posts__inner-box {
	display: flex;
	flex-direction: column;
	gap: var(--inner-gap-horizontal);
}

/* GRIGLIA 1 */
.griglia-1 article {
	display: block;
	position: relative;
	float: left;
	width: calc(25% - 1.5vw);
}

.griglia-1 article:nth-child(4n+5) {
	clear: both;
}

/* GRIGLIA 2 */
.griglia-2 article {
	display: block;
	position: relative;
	float: left;
	width: calc(50% - 1vw);
}

.griglia-2 .posts__inner-box {
	flex-direction: row;
}

.griglia-2 article:nth-child(3) {
	clear: both;
}

.griglia-2 .posts__inner-box {
	display: flex;
}

.griglia-2 .post-thumbnail {
	width: 50%;
}

.griglia-2 .posts__inner-content {
	width: 50%;
}

/* GRIGLIA 3 */
.griglia-3 article {
	width: 100%;
	left: 0;
	display: block;
	position: relative;
}

.griglia-3 article .posts__inner-box {
	display: block;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden
}

.griglia-3 article .post-thumbnail {
	width: 100%;
}

.griglia-3 .posts__terms a {
	color: var(--colore-testo-meta-dati);
}

.griglia-3 img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.griglia-3 .griglia span {
	color: #fff;
	display: block;
}

.griglia-3 .griglia>article .posts__inner-content {
	width: 55%;
	position: absolute;
	z-index: 3;
	bottom: 4%;
	left: 3%
}

.griglia-3 .griglia>article .posts_text {
	gap: var(--inner-gap);
}

.griglia-3 .griglia>article .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8046570679052871) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 2
}

.griglia-3 .griglia>article .entry-title a {
	color: var(--colore-testo-dark) !important;
	font-size: var(--h2);
	font-weight: var(--font-weight-titoli-grandi);
	line-height: var(--line-height-standard);
}

.griglia-3 .posts_text p {
	color: var(--colore-testo-dark);
}

.griglia-3 .inner-float-box {
	position: absolute;
	z-index: 4;
	left: calc(66.66% + 2vw);
	top: 0%;
	width: calc(33.33% - 2vw);
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	padding: 2%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	/* IE 11 */
	scrollbar-width: none;
	gap: 0.1vw;
	padding: var(--small-item-padding) 0;
}

.griglia-3 .inner-float-box::-webkit-scrollbar {
	display: none;
}

.griglia-3 .inner-float-box article {
	left: unset;
	height: auto;
	padding-bottom: 0;
	margin: 0
}

.griglia-3 .inner-float-box .data {
	position: absolute;
	top: 4%;
	right: 0;
}

.griglia-3 .inner-float-box .posts__inner-box {
	display: block;
	height: auto;
	width: 100%;
	padding: var(--small-item-padding);
	display: flex;
	flex-direction: row;
	gap: var(--inner-gap-horizontal);
}

.griglia-3 .inner-float-box .post-thumbnail {
	position: relative;
	float: left;
	width: 30%;
}

.griglia-3 .inner-float-box .posts_text span {
	display: none
}

.griglia-3 .inner-float-box .posts__inner-content {
	position: relative;
	float: left;
	width: 66.66%;
	height: max-content;
	margin: auto 0;
}

.griglia-3 .inner-float-box .posts__terms {
	display: none;
}

.griglia-3 .inner-float-box .posts_text .entry-title a,
.griglia-3 .data {
	color: var(--colore-testo-dark) !important;
	font-size: var(--h6);
	line-height: var(--line-height-intermedio);
}

.griglia-3 .meta-item {
	color: var(--colore-testo-meta-dati)
}

.griglia-3 .inner-float-box .meta-item {
	display: none;
}

/* GRIGLIA 4 */
.griglia-4 .griglia>article {
	display: block;
	position: relative;
	width: 35%;
	float: left;
}

.griglia-4 .inner-float-box {
	display: block;
	position: relative;
	width: calc(65% - 2vw);
	float: left;
	display: flex;
	flex-wrap: wrap;
	gap: var(--content-gap);
}

.griglia-4 .inner-float-box article {
	width: calc(50% - 1vw);
	position: relative;
	float: left;
}

.griglia-4 .inner-float-box article:nth-child(odd) {
	clear: both
}

.griglia-4 .inner-float-box .posts__inner-box {
	display: flex;
	flex-direction: row;
}

.griglia-4 .inner-float-box .post-thumbnail {
	width: 33.33%;
	margin-top: 0%;
}

.griglia-4 .inner-float-box .post-thumbnail .immagine-articolo {
	padding-bottom: 100%;
}

.griglia-4 .inner-float-box .posts__inner-content {
	width: 66.66%;
	display: block;
	position: relative;
}

.griglia-4 .inner-float-box .entry-title a {
	font-size: var(--h5);
}

.griglia-4 .inner-float-box .posts__terms,
.griglia-4 .inner-float-box .entry-meta {
	display: none;
}

.griglia-4 .inner-float-box .data {
	margin-left: 5%
}

.griglia-4 .display-more {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin: -2% 0 0;
}

.griglia-4 .display-more a {
	background-color: var(--colore-link);
	padding: 0.5% 1%;
	color: var(--colore-testo-dark) !important;
}

/* GRIGLIA 6 */
.griglia-6 article {
	width: 100%;
	left: 0;
	display: block;
	position: relative;
}

.griglia-6 .griglia>article {
	width: 59%;
	position: relative;
	float: left;
	margin-right: 1%
}

.griglia-6 .griglia>article .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8046570679052871) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 2
}

.griglia-6 .griglia>article .posts__inner-content {
	position: absolute;
	bottom: 2%;
	left: 3%;
	z-index: 3
}

.griglia-6 .griglia>article .entry-title a {
	color: #fff
}

.griglia-6 .griglia>article p {
	color: #fff
}

.griglia-6 .inner-float-box {
	width: 40%;
	position: relative;
	float: left;
	padding-left: 1%
}

.griglia-6 .inner-float-box article {
	margin-bottom: 2%
}

.griglia-6 .inner-float-box article:not(:last-child) {
	margin-bottom: 9.5%;
}

.griglia-6 .inner-float-box .posts__inner-box {
	display: flex;
}

.griglia-6 .inner-float-box .post-thumbnail {
	width: 40%;
	padding-right: 1%
}

.griglia-6 .inner-float-box .posts__inner-content {
	width: 60%;
	padding-left: 1%;
	display: flex;
	align-items: center;
}

.griglia-6 .inner-float-box .posts__inner-content p {
	display: none
}

/* Singolo articolo */
.entry-header .entry-title {
	text-transform: none;
	padding: 1vw 0;
}

.vlog-featured-item .entry-title {
	max-height: none;
}

.vlog-featured-item .entry-title::before {
	content: none;
}

.vlog-featured-item .entry-title::after {
	content: none;
}

@media (min-width: 840px) {

	body.single-post .vlog-cover-bg,
	body.single-post .vlog-featured-2 .vlog-featured-item,
	body.single-post .vlog-featured-3 .vlog-featured-item,
	body.single-post .vlog-featured-4 .owl-item,
	body.single-post .vlog-featured-5 {
		height: 0 !Important;
		padding-bottom: 35%;
		position: relative;
	}

	body.single-post .vlog-featured-1 .vlog-featured-item .vlog-cover,
	body.single-post .vlog-featured-2 .vlog-featured-item .vlog-cover,
	body.single-post .vlog-featured-3 .vlog-featured-item .vlog-cover {
		position: absolute;
		display: inline-block;
		height: 100%;
		left: 0;
		right: 0;
		width: 100%;
	}

	body.single-post .vlog-featured-1 .owl-carousel .owl-item img,
	body.single-post .vlog-featured-2 .owl-carousel .owl-item img,
	body.single-post .vlog-featured-3 .owl-carousel .owl-item img,
	body.single-post .vlog-featured-1 .vlog-cover img,
	.vlog-featured-2 .vlog-cover img,
	body.single-post .vlog-featured-3 .vlog-cover img {
		float: right;
		width: 80%;
		height: 100%;
		object-position: top;
	}

	body.single-post .vlog-featured-2 .vlog-cover:after {
		width: 40%
	}

	body.single-post .vlog-featured-info-2 .entry-header {
		color: var(--colore-principale);
		/* width: 60%;
         */
		width: 80%;
		font-weight: 900;
	}
}

body.single-post .vlog-featured-info-2 .entry-header {
	color: var(--colore-principale);
	font-weight: 900;
}

.vlog-featured-info-2 .entry-category a,
.vlog-featured-info-2 .meta-item,
.vlog-featured-info-2 .meta-icon,
.vlog-featured-info-2 .meta-comments a,
.vlog-featured-info-2 .entry-meta .meta-item:after,
.contenitore-crumbs span.current {
	color: #ffffffb3;
}

.contenuto h1 {
	padding: 5% 0;
}

.sintesi .entry-headline.h4 {
	padding: 2% 0;
	color: var(--colore-principale)
}

.titolo-correlati {
	display: block;
	width: 100%;
	margin-bottom: 5%;
	text-align: center;
}

.vlog-related-wrapper {
	background: var(--sfondo);
}

.vlog-related-wrapper .correlati {
	max-width: 90%;
	margin: auto;
	padding: 5% 0;
}

.vlog-content .vlog-prev-next-nav {
	margin-bottom: 5%
}

/* Slider */
.slider .posts__inner-box {
	padding: 0 5%
}

.sezione-correlati {
	padding: 0 35px;
}

.slick-next {
	right: 0 !Important
}

.slick-prev {
	left: 0 !Important
}

.slick-next:before,
.slick-prev:before {
	color: var(--colore-accessori) !Important;
}

/* PDF Generator */
.pdf-button {
	background: none;
	border: none;
	color: #fff;
	margin-left: -10px;
}

.icon-print {
	filter: invert(1);
	max-width: 40px;
	margin-bottom: 10px;
}

/*** CATEGORIE ***/
.template-categorie {
	display: block;
	clear: both;
}

.in-evidenza {
	text-align: center;
	padding-top: 2vw
}

/* DARK MODE */
body.dark .vlog-site-content,
body.dark .vlog-content .entry-content-single a.vlog-popup-img,
body.dark .vlog-format-content.vlog-sticky-video {
	background-color: #000 !Important;
	background: #000 !important
}

body.dark {
	color: var(--colore-testo-dark)
}

body.dark .posts_text a {
	color: var(--colore-testo-dark);
}

body.dark .section-header h1,
body.dark .section-header h2 {
	color: var(--colore-titoli-categorie-dark);
}

body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark .h1,
body.dark .h2,
body.dark .h3,
body.dark .h4,
body.dark .h5,
body.dark .h6 {
	color: var(--colore-titoli-categorie-dark);
}

body.dark .cover {
	background-color: var(--sfondo-dark);
	color: var(--colore-testo-dark);
}

body.dark .contenuto .entry-title {
	color: var(--colore-testo-dark) !Important;
}

body.dark .active {
	background: rgba(255, 255, 255, 0.2);
}

body.dark .pulsante-playlist:hover {
	background: rgba(255, 255, 255, 0.2);
}

body.dark .presentazione h1 {
	border-color: var(--colore-testo-dark)
}

body.dark .entry-content p {
	color: var(--colore-testo-dark);
	opacity: 0.9;
}

body.dark .entry-title a {
	color: var(--colore-testo-dark);
}

body.dark .posts_text p {
	opacity: 0.9;
}

body.dark .posts__terms a {
	color: var(--colore-link) !important;
}

body.dark .griglia-3 .posts__terms a {
	color: #fff ! Important;
}

body.dark .meta-item {
	color: var(--colore-testo-meta-dati);
}

body.dark .video-cover-playlist,
body.dark .griglia-3 .inner-float-box {
	border-color: var(--colore-titoli-categorie);
}

body.dark .griglia-3 .inner-float-box .posts_text .entry-title a,
.griglia-3 .data {
	color: var(--colore-testo-dark) !important;
}

body.dark .elementor-heading-title {
	color: #fff !important;
}

body.dark .contenitore-crumbs {
	background: var(--sfondo);
}

.action-dark-mode {
	margin: -0.2vw 0;
	padding: 0 !Important
}

.vlog-responsive-actions .action-dark-mode {
	position: absolute;
	top: 0;
	max-width: none;
	height: 50px;
	display: inline-flex;
	align-items: center;
}

.vlog-responsive-actions .dark-button {
	font-size: 2vw;
	margin-right: -1vw;
}

.dark-button {
	font-size: 0.55vw;
	margin-right: -0.8em;
}

.dark-button-inner-left:before,
.dark-button-inner-left:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	/*transition*/
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	outline: none
}

.dark-button .dark-button-inner,
.dark-button .dark-button-inner-left {
	display: inline-block;
	font-size: 1.5em;
	position: relative;
	padding: 0em;
	line-height: 1em;
	cursor: pointer;
	color: rgba(149, 149, 149, 0.51);
	font-weight: normal
}

.dark-button .dark-button-inner-left:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	line-height: 2.125em;
	text-indent: 2.5em;
	height: 1em;
	width: 1em;
	margin: 0.25em;
	/*border-radius*/
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	right: 1.625em;
	bottom: 0em;
	background: #FFB200;
	transform: rotate(-45deg);
	box-shadow: 0 0 0.625em white
}

body.dark .dark-button .dark-button-inner-left:before {
	right: 0.6em;
	background: #000;
}

.dark-button .dark-button-inner-left:after {
	content: "";
	display: inline-block;
	width: 2.5em;
	height: 1.5em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background: rgba(255, 255, 255, 0.15);
	vertical-align: middle;
	margin: 0 0.625em;
	border: 0.125em solid var(--colore-testo)
}

.dark-button.active .dark-button-inner-left:before {
	right: 1.0625em;
	box-shadow: 0.3125em 0.3125em 0 0 #eee;
	background: transparent
}

.dark-button.active .dark-button-inner-left:after {
	background: rgba(0, 0, 0, 0.15);
	border: 0.125em solid white
}

.dark-button .dark-button-inner-left {
	color: rgba(250, 250, 250, 0.51);
	font-weight: bold
}

.dark-button.active .dark-button-inner-left {
	color: rgba(149, 149, 149, 0.51);
	font-weight: normal
}

.dark-button.active .dark-button-inner-left+.dark-button-inner {
	color: rgba(250, 250, 250, 0.51);
	font-weight: bold
}

@media (min-width: 1272px) {
	.container {
		width: 100%;
		margin: auto;
		padding: 0
	}

	.vlog-single-cover .container {
		width: 90%;
	}

	.vlog-top-bar .container,
	.vlog-header-wrapper .container,
	.vlog-header-bottom .container {
		width: 90%;
	}

	body.category .vlog-section .container {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
}

@media (min-width: 1024px) {
	.vlog-site-content {
		margin-top: 6vw;
	}

	/* FOOTER */
	.vlog-site-footer .container {
		padding: 0 5%
	}

	.vlog-site-footer .row .col-lg-6:nth-child(1) {
		width: 33.33%;
		padding-right: 5%
	}

	.vlog-site-footer .row .col-lg-6:nth-child(2) {
		width: 66.66%
	}
}

@media (min-width: 991px) and (max-width: 1600px) {
	.container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.contenitore-crumbs {
		margin: 0 -5.6%;
	}

	.vlog-featured-info-2 {
		width: 100% !important
	}
}

@media (max-width: 1024px) {
	:root {
		--termini-size: 1.1vw;
		--h1: 4vw;
		--h2: 3.2vw;
		--h3: 2.8vw;
		--h4: 2.4vw;
		--h5: 2.2vw;
		--h6: 1.6vw;
		--p: 2vw;
		--meta-piccoli: 1.6vw;
	}

	.contenitore-crumbs {
		margin: 0 -5.5%;
		padding: 5.5%;
	}

	.container {
		width: 100%;
		margin: auto;
		padding: 0
	}

	.vlog-site-branding {
		margin-left: -50px;
	}

	.slider-post .owl-stage-outer,
	.slider-post .owl-stage {
		max-height: calc(100vw * 49/ 100);
	}

	.vlog-featured-4 .vlog-featured-slider-4 .owl-item {
		height: calc(100vw * 50.55 / 100);
		width: calc(100vw * 90/ 100) !important;
	}

	.vlog-featured,
	.vlog-featured-2,
	.vlog-featured-3,
	.vlog-featured-4,
	.vlog-featured-5 {
		margin-top: 50px;
	}

	.single .container {
		width: 90%;
		margin: auto;
	}

	.action-item form {
		margin-left: 4px;
	}

	.vlog-content {
		width: 100%;
	}

	.sezione-correlati .posts__inner-box {
		padding: 0;
	}

	.vlog-actions-button>span {
		font-size: 3vw;
	}

	body.single-post .vlog-featured-1 .owl-carousel .owl-item img,
	body.single-post .vlog-featured-2 .owl-carousel .owl-item img,
	body.single-post .vlog-featured-3 .owl-carousel .owl-item img,
	body.single-post .vlog-featured-1 .vlog-cover img,
	.vlog-featured-2 .vlog-cover img,
	body.single-post .vlog-featured-3 .vlog-cover img {
		width: 100%
	}

	.vlog-featured-2 .vlog-format-action.large,
	.vlog-featured-2 .owl-next,
	.vlog-featured-2 .owl-prev,
	.vlog-featured-3 .owl-next,
	.vlog-featured-3 .owl-prev {
		top: 50%
	}

	.vlog-logo-only .site-title a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.vlog-site-branding {
		margin-left: 0;
	}

	.site-title img {
		max-width: 100%;
		padding: 1vw 35%;
	}

	.widget {
		max-width: 100%;
	}

	.griglia-1 article {
		/* width: 33.33% */
		width: 50%
	}

	.griglia-2 article {
		width: 100%
	}

	.video-cover-home {
		display: block;
	}

	.video-cover-player {
		width: 100%
	}

	.video-cover-playlist {
		width: 100%;
		height: 40vh;
		max-height: none;
		margin-left: 0;
	}

	.play-cat .play {
		width: 6vw;
		height: 6vw;
	}

	.vlog-site-footer {
		padding: 5vw 0
	}

	.vlog-site-footer .widget:first-child {
		margin: 0 0 2vw !Important
	}

	.vlog-site-footer .row>div {
		padding: 3vw 2.5vw
	}

	/* playlist */
	.playlist-video {
		height: 80%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
	}

	.playlist-video::-webkit-scrollbar {
		width: 10px;
	}

	.playlist-video::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 5px;
	}

	.playlist-video::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}

	/* griglia 3 */
	.griglia-3 .inner-float-box {
		position: relative;
		left: 0;
		width: 100%;
		max-height: 40vh
	}

	.griglia-3 .inner-float-box .posts_text .entry-title a,
	.griglia-3 .data {
		color: var(--colore-testo) !important;
	}

	.griglia-3 .inner-float-box .post-thumbnail {
		width: 20%;
	}

	.griglia-3 .inner-float-box .posts__inner-content {
		padding-left: 2%;
	}

	.griglia-3 .inner-float-box .posts__inner-box {
		padding-bottom: 2%
	}

	.griglia-3 .inner-float-box {
		background: none;
		border: 1px solid var(--sfondo);
		margin-bottom: 3%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
	}

	.griglia-3 .inner-float-box::-webkit-scrollbar {
		width: 10px;
	}

	.griglia-3 .inner-float-box::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 5px;
	}

	.griglia-3 .inner-float-box::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}

	.griglia-3 .inner-float-box .posts__terms a {
		font-size: 1.2vw
	}

	/* footer */
	.vlog-site-footer .container {
		max-width: 90% !important;
	}

	/* DARK MODE - scrollbar */
	body.dark .playlist-video,
	body.dark .griglia-3 .inner-float-box {
		scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0);
	}

	body.dark .playlist-video::-webkit-scrollbar-thumb,
	body.dark .griglia-3 .inner-float-box::-webkit-scrollbar-thumb {
		background-color: rgba(255, 255, 255, 0.5);
	}

	/* VLOG FEATURED ITEM */
	.vlog-cover-bg,
	.vlog-featured-2 .vlog-featured-item,
	.vlog-featured-3 .vlog-featured-item {
		height: 500px !important;
	}

	body.single-post .vlog-featured-info-2 .entry-header {
		margin-left: 0px;
	}
}

@media (max-width: 991px) and (min-width: 480px) {

	/* Header */
	.dark-button .dark-button-inner,
	.dark-button .dark-button-inner-left {
		font-size: 0.9em;
	}

	.vlog-responsive-header {
		height: auto;
	}

	.vlog-responsive-header>.container {
		display: flex;
		align-items: center;
	}

	.vlog-responsive-header.vlog-res-open .container {
		position: relative
	}

	.site-title img {
		padding: 1vw 25%;
		max-width: 80%;
		margin: 0 auto;
	}

	.dl-menuwrapper {
		top: 9vw;
	}

	.dl-trigger {
		top: -6vw;
		left: 5%;
	}

	.dl-trigger i {
		font-size: 3vw;
	}

	.meta-item {
		font-size: 1.5vw;
	}

	/* .vlog-responsive-header .vlog-actions-button {
         max-width: none;
         height: auto;
    }
     .vlog-site-branding {
    }
     .dl-menuwrapper {
         position: relative;
         top: 0;
         width: 10% 
    }
     .dl-menuwrapper button.dl-trigger {
         width: auto;
         font-size: 3.5vw;
         top: 50%;
         transform: translateY(-50%);
         right: 2%;
         left: auto;
         line-height: 1em;
    }
     .dl-menuwrapper button.dl-trigger .dl-active {
    }
     .vlog-responsive-header .vlog-actions-button {
         display: flex;
         height: 100%;
         align-items: center;
         position: relative;
         width: auto;
         right: auto!Important;
    }
     .vlog-action-search .sub-menu, .vlog-watch-later .sub-menu {
         position: absolute;
    }
     .vlog-action-search .vlog-search-form input[type="text"] {
         width: 70%;
         height: 6vw;
    }
     */
	.pulsanti-mobile {
		position: absolute;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-right: 2%;
		width: auto;
	}

	body.single-post .vlog-content {
		max-width: 100%
	}

	.vlog-responsive-header .vlog-actions-button:nth-child(3) {
		margin-right: 15px;
	}

	/* playlist */
	.video-cover-playlist .titolo-playlist {
		padding: 3% 0;
	}

	.pulsante-playlist {
		padding: 1%;
	}

	.video-cover-playlist .immagine {
		width: 20%;
	}

	/* presentazoine */
	.presentazione {
		text-align: left;
		padding: 3% 0;
	}

	/* category description */
	.descrizione-categoria {
		padding: 2.2vw 0;
		max-width: none;
	}

	/* griglia 2 */
	.griglia-2 article {
		padding: 1% 0.5%;
	}

	/* griglia 4 */
	.griglia-4 .griglia>article {
		width: 100%;
	}

	.griglia-4 .inner-float-box {
		width: 100%;
		margin-left: 0;
		margin-top: 2%;
	}

	.griglia-4 .display-more {
		align-items: flex-start;
		margin: -5% 0 0;
	}
}

@media (max-width: 480px) {
	:root {
		--termini-size: 3.4vw;
		--h1: 9vw;
		--h2: 7vw;
		--h3: 6vw;
		--h4: 5vw;
		--h5: 4vw;
		--h6: 3vw;
		--p: 4vw;
		--meta-piccoli: 3.2vw;
	}

	.vlog-site-content {
		margin-top: 12vw;
	}

	.contenitore {
		padding: 8% 5%;
	}

	.descrizione-categoria {
		padding: 0 0 8vw 0;
		max-width: none;
	}

	.dl-menuwrapper li {
		display: flex;
		align-items: center;
		margin-bottom: 5vw;
	}

	.dl-menuwrapper li a.vlog-menu-forward {
		font-size: var(--p);
		width: 10vw;
		height: 100%;
		line-height: 1em !Important;
		padding: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		top: 0;
	}

	#crumbs {
		line-height: var(--line-height-intermedio) !important
	}

	.single .container {
		width: 100%;
		margin: auto;
		/* padding: 0 5%;
         */
		overflow: hidden;
	}

	.vlog-site-branding {
		max-width: 45%;
	}

	.site-title img {
		max-width: 100%;
		padding: 0;
		max-height: none
	}

	body.category .container {
		width: 100%;
		margin: auto;
		padding: 0;
	}

	.dl-menuwrapper button.dl-trigger {
		width: auto;
		font-size: 6vw;
	}

	.vlog-responsive-actions .dark-button {
		font-size: 2.5vw;
		margin-right: 0;
	}

	.news,
	.griglia,
	.posts__item .posts__inner-box,
	.category .vlog-posts,
	#vlog-related .vlog-posts {
		display: flex !Important;
		flex-direction: column !Important;
	}

	.posts__item .post-thumbnail {
		width: 100% !Important;
		max-width: 100% !Important;
		padding-right: 0 !Important;
	}

	.posts__item .posts__inner-content {
		width: 100% !Important;
		max-width: 100% !Important;
		padding-left: 0 !Important;
	}

	.vlog-featured-4 .vlog-featured-slider-4 .owl-item {
		height: 169px
	}

	.vlog-format-content.video {
		width: 100%;
		padding-bottom: 0
	}

	.vlog-featured-2 .vlog-featured-item {
		background: #000;
		height: auto
	}

	.vlog-featured-info-2 {
		/* position: relative;
         top: 0;
         */
		position: absolute;
		top: 50%;
		padding: 5% !Important
	}

	.vlog-featured-2 .vlog-format-action.large,
	.vlog-featured-2 .owl-next,
	.vlog-featured-2 .owl-prev,
	.vlog-featured-3 .owl-next,
	.vlog-featured-3 .owl-prev {
		top: 25%;
	}

	.vlog-featured-info-2.vlog-pe-n {
		text-align: left;
	}

	.vlog-cover-bg {
		height: 0;
		padding-bottom: 56.25%
	}

	.vlog-featured,
	.vlog-featured-2,
	.vlog-featured-3,
	.vlog-featured-4,
	.vlog-featured-5 {
		margin-top: 0;
	}

	.vlog-actions-button>span,
	.vlog-menu .vlog-actions-social-list li a:before {
		font-size: 6vw
	}

	.icon-print {
		max-width: 30px;
		margin-bottom: 5px;
	}

	.video-cover-home {
		display: block;
	}

	.play-cat .play {
		width: 10vw;
		height: 10vw;
	}

	.dropbtn,
	.dropdown-content a {
		padding: 3vw
	}

	.video-cover-player {
		width: 100%
	}

	.section-header .titolo-categoria {
		display: block;
		margin-bottom: 5vw;
	}

	.sottocategorie {
		margin-top: 3vw;
	}

	.vlog-watch-later {
		margin-right: -1.4vw
	}

	.presentazione {
		padding: 5% !important;
	}

	.presentazione h1 {
		text-align: left;
		line-height: 1.4em !important;
	}

	.meta-item {
		font-size: 3vw;
	}

	/* GRIGLIE HOME */
	.display-more {
		display: block !important;
		margin: 5% 0 !important;
	}

	.griglia-1 article,
	.griglia-2 article,
	.griglia-6 .griglia>article,
	.griglia-6 .inner-float-box {
		width: 100%;
		margin-bottom: 5%;
	}

	.griglia-3 .posts_text p {
		display: none;
	}

	.griglia-3 .inner-float-box {
		padding: 3% 5%;
	}

	.griglia-3 .inner-float-box .posts__inner-box {
		padding-bottom: 0;
		flex-direction: row !important;
	}

	.griglia-3 .inner-float-box .data {
		top: -20%
	}

	.griglia-3 .inner-float-box .posts__inner-content {
		width: 100%;
		z-index: 3;
		bottom: 2%;
		left: 3%
	}

	.griglia-3 .inner-float-box .post-thumbnail {
		width: 40% !important;
	}

	.griglia-3 .inner-float-box .posts__terms {
		display: none;
	}

	.contenuto {
		padding-top: 5%
	}

	/* .griglia-3 .inner-float-box .posts__terms {
         position: absolute;
         top: -25%;
    }
     .griglia-3 .inner-float-box .overlay {
         position: absolute;
         top: 0;
         width: 100%;
         height: 100%;
         background: rgb(0, 0, 0);
         background: linear-gradient(0deg, rgba(0, 0, 0, 0.8046570679052871) 0%, rgba(0, 0, 0, 0) 100%);
         z-index: 2 
    }
     .griglia-3 .inner-float-box .posts_text .entry-title {
         margin: 0;
    }
     .griglia-3 .inner-float-box .entry-title a {
         color: #fff 
    }
     */
	.griglia-3 .inner-float-box article {
		margin-bottom: 5%;
	}

	.griglia-4 .griglia>article {
		width: 100%;
	}

	.griglia-4 .inner-float-box {
		width: 100%;
		margin: 0;
	}

	.sottocategorie {
		width: 50%
	}

	#footer .container {
		max-width: 90%
	}

	/* PLAYLIST */
	.playlist-video {
		height: 80%;
	}

	.video-cover-playlist {
		width: 100%;
		height: calc(100vw);
		max-height: calc(100vw);
		background: var(--sfondo);
		margin: 2% 0 0 0;
	}

	/* HEADER */
	.vlog-responsive-actions {
		display: flex;
		align-items: center;
	}

	.vlog-responsive-header {
		height: auto;
	}

	.vlog-responsive-header .vlog-actions-button:nth-child(3) {
		right: -2vw
	}

	.vlog-responsive-header>.container {
		display: flex;
		align-items: center;
		margin-left: 15% !Important;
	}

	.in-evidenza {
		padding: 6vw 0
	}

	.widget .widget-title {
		font-size: var(--h4) !Important
	}

	.vlog-site-footer {
		padding: 10vw 0
	}

	.vlog-site-footer .row>div {
		padding: 6vw 2.5vw
	}

	.vlog-site-footer .widget:first-child {
		margin: 0 0 3vw !Important
	}

	.video .immagine-articolo:after,
	.pulsante-playlist .post-thumbnail:after {
		bottom: 8vw;
		left: 8vw;
		top: auto;
	}

	.contenitore-crumbs {
		margin: 0;
	}
}

.vlog-page-title {
	display: none !important;
}

/* truncating text */
.entry-title {
	--lh: 1.4rem;
	--max-lines: 3;
	position: relative;
	max-height: calc(var(--line-height-standard) * var(--max-lines));
	overflow: hidden;
	padding-right: 1rem;
}

/*.entry-title::before {
     position: absolute;
     content: "...";
     bottom: 0;
     right: 0;
}
 .entry-title::after {
     content: "";
     position: absolute;
     right: 0;
     width: 1rem;
     height: 1rem;
} */
/* CONTACT PAGE */
.cnt-details {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 4% 0;
	margin: auto;
	gap: 0vw 3vw;
	background-color: #fff !important;
}

.cnt-detail-l,
.cnt-detail-r {
	width: 100%;
}

.cnt-detail-l h1 {
	color: var(--colore-link) !important;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.recapiti {
	display: flex;
	flex-direction: column;
	gap: 8px 8px;
	margin: 2vw 0;
}

.recapiti h3,
.indirizzo h3 {
	color: var(--colore-link);
	font-weight: var(--font-weight-titoli-grandi);
	margin-bottom: 1vw;
}

/* ICON LIST */
.cnt-icon-list {
	margin: 0 !important;
	list-style-type: none;
	margin-block-start: 0;
	padding-inline-start: 0;
}

.cnt-icon-list .cnt-icon-list-item a {
	width: 100%;
}

.cnt-icon-list .cnt-icon svg {
	--cnt-icon-list-icon-size: 1vw;
	fill: var(--colore-testo);
	width: var(--cnt-icon-list-icon-size, 1em);
	height: var(--cnt-icon-list-icon-size, 1em);
}

.cnt-icon-list .cnt-icon-list-item:not(:last-child) {
	padding-bottom: calc(1vw / 2);
}

.cnt-icon-list .cnt-icon-list-text {
	color: var(--colore-testo);
	font-weight: var(--font-weight-buttons);
}

.cnt-icon {
	padding-right: 1vw
}

.cnt-icon svg {
	width: 1vw
}

/* SOCIAL ICONS */
.d-flex {
	display: flex !important;
	align-items: flex-end !important;
	white-space: nowrap !important;
}

.socialIconsFooter {
	letter-spacing: -0.4px;
	font-weight: 700;
	box-shadow: none;
	color: var(--colore-link);
	font-size: 24px;
}

.socialIcons {
	margin-right: 1vw
}

.socialIcons svg {
	width: 1.5vw
}

/* INDIRIZZO */
.indirizzo p {
	font-weight: var(--font-weight-buttons);
}

/* GOOGLE MAP */
.google-map {
	padding-bottom: 100%;
	position: relative;
}

.google-map iframe {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

@media (max-width: 1024px) {
	.cnt-details {
		flex-direction: column;
		gap: 56px 56px;
		padding: 8% 0 4% 0;
	}
}

@media (max-width: 768px) {
	.cnt-details {
		gap: 30px 30px;
	}

	.recapiti {
		margin: 6vw 0;
	}
}