/* color patch */
:root {
	--color-primary: #0777c4;
	--color-secondary: #6c757d;
	--color-success: #198754;
	--color-info: #0dcaf0;
	--color-warning: #fd7e14;
	--color-danger: #dc3545;
	--color-light: #f8f9fa;
	--color-dark: #212529;
	--color-white: #ffffff;
	--color-black: #000000;
	--body-bg-color: #f5f5f7;
	--body-text-color: rgba(33, 33, 33, 0.75);
	--body-link-color: #0777c4;
	--body-link-hover-color: #0777c4;
	--mainnav-text-color: #181d24;
	--mainnav-link-color: #181d24;
	--mainnav-link-hover-color: #0777c4;
	--mainnav-link-active-color: #0777c4;
	--footer-bg-color: #181d24;
	--footer-text-color: rgba(255, 255, 255, 0.5);
	--footer-link-color: rgba(255, 255, 255, 0.5);
	--footer-link-hover-color: #ffffff;
}

:root {
	--heading-bg: #fff;
	--heading-color: #181D24;
	--bg-item: rgba(0, 0, 0, .05);
	--bg-acymailing: #FED90F;
	--bg-episode-timeline: #fff;
	--border-color: rgba(0, 0, 0, .05);
	--border-color-focus: rgba(0, 0, 0, .25);
	--placeholder-color: rgba(0, 0, 0, .35);
	--btn-dark: #181D24;
	--color-light: #212529;
}

.dark-active {
	--body-bg-color: #181D24;
	--body-text-color: rgba(255, 255, 255, .5);
	--heading-bg: #181D24;
	--heading-color: #fff;
	--mainnav-link-color: #fff;
	--bg-item: rgba(255, 255, 255, .1);
	--bg-acymailing: #13171D;
	--bg-episode-timeline: #13171D;
	--border-color: rgba(255, 255, 255, .05);
	--border-color-focus: rgba(255, 255, 255, .25);
	--placeholder-color: rgba(255, 255, 255, .3);
	--btn-dark: rgba(255, 255, 255, .05);
	--color-light: #f8f9fa;
}


/* GLOBAL */

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 2rem;
}

h4,
.h4,
.h4,
h5,
.h5,
.h5,
h6,
.h6,
.h6 {
	margin-top: 1.5rem;
	margin-bottom: .5rem;
}

/* .com-content-article.item-page h2, .com-content-article.item-page .h2, .com-content-article.item-page h3, .com-content-article.item-page .h3, .com-content-article.item-page h4, .com-content-article.item-page .h4 {
	margin-bottom: 2rem;
} */
.category-name>a {
	color: var(--color-white);
}

.podcast-meta .hits::before {
	background: var(--color-primary);
}

.acm-features.style-1 .features-item b {
	color: var(--color-primary);
}

.acm-features.style-1 .features-item .features-img .count-item {
	background: var(--color-light);
	color: var(--color-dark);
}

/* title::after */
.page-header h1::after,
.page-header .h1::after,
.categories-list h1::after,
.categories-list .h1::after,
.acm-features.style-2 .title-lead h1::after,
.acm-features.style-2 .title-lead .h1::after,
.acm-testimonial.style-1 .title-lead h2::after,
.acm-testimonial.style-1 .title-lead .h2::after,
.section-title-wrap .section-title::after {
	content: none;
	background-image: none;
	background-repeat: inherit;
	width: inherit;
	height: inherit;
	display: inherit;
}

/*!---------- ACYMAILING  ----------*/
#t4-section-acymailing {
	padding-bottom: 4rem !important;
}
.t4-section-acymailing .row {
	background: none;
}
/*!---------- BUTTON  ----------*/
.btn.btn-outline-white {
	border-color: var(--color-white);
	color: var(--color-white);
}
.btn.btn-outline-white:hover {
	background-color: var(--color-white);
	color: var(--color-black);
}
/* .btn.btn-outline-light:hover {
	background-color: var(--color-light);
	color: var(--color-white);
} */

/*!---------- ACCORDION  ----------*/
.accordion-button {
	font-weight:bold;
	color: var(--t4-accordion-btn-color);
	background-color: var(--t4-accordion-btn-bg);
	transition: var(--t4-accordion-transition);
}
/* .accordion-button:not(.collapsed) {
	color: var(--t4-light);
	background-color: var(--t4-dark);
} */
/* .accordion-button:focus {
	border-color: var(--t4-light);
	box-shadow: var(--t4-light);
} */

/*!---------- btn::after  ----------*/
.acym_module_form .acysubbuttons::after {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	margin-left: 8px;
	-webkit-transform: translateX(-50px) rotate(-45deg);
	-ms-transform: translateX(-50px) rotate(-45deg);
	transform: translateX(-50px) rotate(-45deg);
	position: relative;
	z-index: 10;
	font-weight: 600;
	color: #fff;
}

#myToolbar .btn:after {
	content: none;
}

/*!---------- LOGO ----------*/
.navbar-brand.logo-control img.logo-img {
	max-height: 65px; /* 1line => 45px */
	width: auto;
}

.navbar-brand a {
	display: block;
}

.navbar-brand.logo-control .logo-mobile img.logo-img-sm {
	max-height: 45px;
	width: auto;
}
.t4-off-canvas-header .logo-img-sm {
	width: auto;
}

/*!---------- MENU ----------*/
.separator.dropdown-item.dropdown-toggle {
	pointer-events: none;
}

.t4-megamenu ul.navbar-nav>li>a,
.t4-megamenu ul.navbar-nav>li>.nav-link,
.t4-megamenu ul.navbar-nav>li.dropdown>a,
.t4-megamenu ul.navbar-nav>li.dropdown>.nav-link {
	padding: 0 1rem;
	height: 72px;
	line-height: 72px;
}

.t4-megamenu .dropdown-menu {
	color: var(--mainnav-link-color);
}

/*!---------- SLIDESHOW ----------*/
.video-overlay, .video-placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	/* background: transparent url(images/grid.png) repeat; */
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

/*!---------- WEBCAM ----------*/
.acm-features.style-1.pimp-webcam .features-item .features-img {
	margin-right: 2rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 50%;
	position: relative;
}

/* METEO - font in EM ??? */
.icon-lg {
	font-size: 4rem;
}

.icon-xlg {
	font-size: 8rem;
}

.icon-xxlg {
	font-size: 12rem;
}

.icon-xxxlg {
	font-size: 16rem;
}

/*!---------- ARTICLE - podcast 2 ----------*/

.com-content-article.item-podcast.type-2 .box-detail h3 {
	margin: 1rem 0;
}

.com-content-article:not(.has-sidebar) .full-width {
	/* margin-left: calc(50% - 50vw);
	max-width: calc(100vw - 9px);
	width: 100vw; */
	margin-bottom: 4rem;
}

/*!---------- CATEGORY - Header Image ----------*/

.t4-main-body {
	padding-top: 0;
	padding-bottom: 3rem;
}

@media (min-width: 768px) {
	.t4-main-body {
		padding-top: 0;
		padding-bottom: 4.5rem;
	}
}

@media (min-width: 992px) {
	.t4-main-body {
		padding-top: 0;
		padding-bottom: 8rem;
	}
}

/* @media (min-width: 767.98px) {
	.item-podcast.type-2:not(.has-sidebar) .full-width {
		margin-top: -8rem;
	}
}
@media (max-width: 767.98px) {
} */

.view-article:not(.contentpane) .com-content-article.type-2:not(.has-sidebar) .full-width {
	margin-top: 0;
}

@media (min-width: 768px) {
	.view-article:not(.contentpane) .com-content-article.type-2:not(.has-sidebar) .full-width {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.view-article:not(.contentpane) .com-content-article.type-2:not(.has-sidebar) .full-width {
		margin-top: 0;
	}
}

/* Article - Header Image  */

.item-podcast.type-2 .podcast-info::before {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .5)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, .5));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, .5));
	background: linear-gradient(0deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .5));
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
}

.item-podcast.type-2 .podcast-info .title-article h1,
.item-podcast.type-2 .podcast-info .title-article .h1 {
	font-size: var(--h1-font-size);
	/* font-weight: 800;
	margin-top: 0;
	margin-bottom: .75rem; */
}

/*!---------- 940. PISTE ----------*/
#right #impianti_aperti_dx, #right #piste_aperte_dx {display: block}
#right #impianti_aperti {display: none}
#page #impianti_aperti_dx, #page #piste_aperte_dx {display: none}
#page #impianti_aperti {display: block}
#webcam-inside .label,
#impianti_aperti_dx .label,
#piste_aperte_dx .label,
#webcam-inside .label, #impianti_aperti_dx .label, #piste_aperte_dx .label, #impianti_aperti .label, #impianti_aperti .badge {
	font-size: 0.875rem;
	color: #fff;
	line-height: 1.5rem;
	width: 2rem;
	display: block;
	text-align: center;
	border-radius: 1rem;
}
#webcam-inside .label-important,
#impianti_aperti_dx .label-important,
#piste_aperte_dx .label-important,
#impianti_aperti .label-important, #impianti_aperti .badge-important {background-color: #b94a48}
#webcam-inside .label-success,
#impianti_aperti_dx .label-success,
#piste_aperte_dx .label-success,
#impianti_aperti .label-success, #impianti_aperti .badge-success {background-color: #468847}
#impianti_aperti h4 {margin-bottom: 10px}
#myToolbar .btn {min-width: auto;font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;height: 28px;line-height: 24px;margin-bottom: 8px;margin-right: 0;padding: 0 8px;}


/*!---------- 952. TABLE ----------*/
table.format {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: var(--body-text-color);
	margin: 2rem 0;
}

table.format td p,
table.format th p,
table.format td div,
table.format th div {
	margin: 0 !important;
	padding: 0 !important;
}

table.format th {
	background-color: var(--color-secondary);
	font-weight: 300;
	color: var(--color-white);
	padding: 0.5rem 1rem;
}

table.format tbody tr td {
	border-bottom: 1px solid var(--body-text-color);
	padding: 0.5rem 1rem;
	color: var(--color-light);
}

table.format b,
table.format strong {
	font-weight: 300;
	color: var(--color-white);
}

table.format td.select {
	background: var(--placeholder-color);
	color: var(--color-white);
	border-bottom: 1px solid var(--body-text-color);
}

table.format.less td {
	padding: 2px 8px;
	font-size: 11px;
}