body.extraspace {
	margin-top: 178px;
	min-height: calc(100vh - 178px);
	font-size: 19px;
}

body.menu-centrato .over-the-top-bar .navbar-toggler {
    margin: 0 -8px 0 0 !important;
}

body.menu-centrato .navbar-toggler {
    position: absolute;
    right: 1em;
    margin: 8px 12px !important;
}

section {
	min-height: 10vh; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: inherit;
}

h1.lead, h2.lead, h3.lead, h4.lead, h5.lead, h6.lead, .h1.lead, .h2.lead, .h3.lead, .h4.lead, .h5.lead, .h6.lead {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
}

.card{
	border: inherit;
	border-radius: 0.5rem !important;
}

.metro-slider .img-container{
 border: 2px solid #fff;
}

.metro-slider .aspect-ratio-21-18 {
    padding-bottom: 86.35%;
}

.menu-principale .navbar-toggler {
    position: absolute;
}

.menu-principale.affix .navbar-brand img {
	height: 30px;
}

.menu-principale .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: .4rem;
    letter-spacing: -0.2px;
}

.over-the-top-bar {
	font-size: 18px;
}

.affix .navbar-brand img {
    transform: none;
	transition: all .3s;
}

.footer-superiore .h4, .footer-superiore h4 {
    font-weight: inherit !important;
}

.metro-slider .col-md-12.col-lg-6 h2 {
    font-size: 24px;
}

h5.titolo {
    font-size: 22px;
}

@media screen and (max-width:991px){
	body.extraspace {
		margin-top: 136px;
		min-height: calc(100vh - 136px);
	}
}

@media (min-width:992px){
	body.menu-centrato.extraspace .sticky-top {
		top:160px;
	}
	
	.menu-principale {
		padding-top: 1.2rem !important;
		padding-bottom: .8rem !important;
	}
	
	.affix .navbar-brand img {
		transform: none;
		margin-top: 5px;
	}
}

@media screen and (min-width:992px) and (max-width:1599px) {
	.menu-principale {
		font-size: 17px;
	}
}

@media (min-width:1200px) and (max-width:1599px){
	body.extraspace {
		font-size: 17px;
	}
}

body > section.blog.articoli-dal-blog.siOverflow.pb-0 > div > div > div.colonnaSecondaria.col-md-4.col-xl-3.sticky-top.align-self-start > a:nth-child(7) > img {
	margin-top: 3em;
}

/* == METEO WIDGET ==  */

header .container {
	position: relative;
}

.meteo_widget {
	display: none;
}

.meteo_widget {
    position: absolute;
    width: 52px;
    height: 52px;
    right: 0;
    background: #ffffff;
    border-radius: 5em;
    box-shadow: 0 0 0 2px var(--primary), 0 0 0 5px #FFF;
	z-index: 3;
}

.affix .meteo_widget {
	width: 46px;
    height: 46px;
	top:2px;	
}

/* == Articoli correlati == */

.articoli-dal-blog.correlati{
	padding: 1em 1em 0 1em;
	background: var(--light);
	position: relative;
	border-radius: 12px;
}

.network-logo {
	position: absolute;
	width: 120px;
	top: 12px;
	right: 16px;
}

.correlati img.ref {
	width: 22px;
	margin-right: 4px;
	margin-left: -2px;
}

/* == Widjet == */

.visualizzatoreLateraleGrafico1 {
	background: var(--light);
    border-radius: 0.25rem;
	border: 2px solid var(--primary);
    padding: 1.5rem 1rem 1rem;
    text-align: center;
}

.visualizzatoreLateraleGrafico1 > h5:before{
	content:'\e074';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
    position: absolute;
    top: -26px;
    padding: 0;
	right: 0;
	left:0;
	width:100%;
	font-size: 36px;
	color: var(--primary);
}

/* == NEWS SCROLLER == */

.news {
    width: 140px;
	position: relative;
}

.news:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 100%;
	top: 0;
	right: -40px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 1;
}

 .breaking-news {
	border: 1px solid #ddd;
    padding: 4px;
 }

.news-scroll a {
    text-decoration: none;
	color: rgba(0,0,0,0.75);
}

.news-scroll a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f101";
    margin-left: 16px;
    margin-right: 8px;
    color: rgba(0,0,0,0.35);
    display: inline-block
}
