@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

body.extraspace {
    margin-top: 170px;
    min-height: calc(100vh - 170px);
}

.over-the-top-bar nav {
    min-height: 72px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

 #testoBarraSuperiore {
	border-right: 1px solid rgba(255,255,255,0.25);
	padding-right: 12px;
    margin-right: 12px !important;
 }

.menu-principale.extraspace {
    margin-top: 72px;
}

.over-the-top-bar .profili-social {
	display: none;
}

.over-the-top-bar .badge-primary {
	background-color: var(--warning) !important;
	transform: translateY(-3px);
}

.over-the-top-bar .text-light a.dropdown-item {
	color: var(--primary);
}

.over-the-top-bar .text-light a.dropdown-item.active,
.over-the-top-bar .text-light a.dropdown-item:active {
	color: var(--primary);
	background: var(--light-over);
}

#topMenu {
	text-align: center;
	padding-right: 12px;
}

.labelVisibile.portfolio .text-title{
	font-family: 'Poppins', sans-serif;
}

footer .img-fluid {
    width: inherit;
}

#dropdownMenuLink {
	color: #FFF;
}

@media (min-width:768px){
	
	body.extraspace {
		margin-top: 136px;
		min-height: calc(100vh - 136px);
	}
	
	.over-the-top-bar nav {
		min-height: 32px;
	}
	
	.over-the-top-bar .badge-secondary {
		background-color: var(--warning) !important;
		transform: none;
	}
	
	.menu-principale.extraspace {
		margin-top: 38px;
	}
		
	.over-the-top-bar .profili-social {
		display: inline-block;
	}
	
	#testoBarraSuperiore {
		border-right: none;
	}
}	

@media (min-width:992px){
	
	body.extraspace {
		margin-top: 38px;
		min-height: calc(100vh - 38px);
	}
	
	.menu-principale{
		background: rgb(2,0,36);
		background: linear-gradient(180deg, rgba(0,8,45,0.8491771708683473) 0%, rgba(255,255,255,0) 98%) !important;
		border-bottom: transparent !important;
	}
	
	.menu-principale.affix{
		background: var(--dark) !important;
	}
}