@charset "utf-8";
/* CSS Document — div_articles.css */

/************* Menu ARTICOLI **************/

.ArticlesMenu {
	font-family: 'Outfit', Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--color-sidebar-text, #2d3a52);
	text-align: left;
	vertical-align: top;
	line-height: 40px;
	border-bottom: 1px solid var(--color-sidebar-border, #dfe6f5);
	transition: background 0.15s ease;
}

.ArticlesMenu:hover {
	background: var(--color-bg-sidebar-hover, #e8f1ff);
}

.ArticlesSubMenu {
	display: none;
	color: var(--color-sidebar-text-muted, #6b7a99);
	font-size: 0.8rem;
	text-align: left;
	padding: 2px 3px 2px 0px;
	vertical-align: top;
}

.ArticlesMenuTitle {
	font-family: 'Outfit', Arial, sans-serif;
	font-weight: 600;
	color: #022363;
	font-size: 1.15em;
	text-align: left;
	vertical-align: top;
	line-height: 26px;
	padding: 0px 3px 15px 0px;
}


/************* Menu Bottom ARTICOLI **************/

.ArticlesBottomMenu {
	font-family: 'Outfit', Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #2d3a52;
	text-align: left;
	vertical-align: top;
	line-height: 25px;
}

.ArticlesBottomSubMenu {
	display: none;
	font-weight: 300;
	color: #6b7a99;
	font-size: 1em;
	text-align: left;
	padding: 2px 3px 2px 0px;
	vertical-align: top;
}

.ArticlesBottomMenuTitle {
	font-family: 'Outfit', Arial, sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: left;
	vertical-align: top;
	line-height: 36px;
}


@media screen and (min-width: 768px) {
	.PhotoArticlesDetail {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		padding: 0px 10px 10px 0px;
	}
}

@media screen and (max-width: 767px) {
	.PhotoArticlesDetail {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (min-width: 768px) {
	div#HomeArticles_Box {
		width: 50%;
		float: left;
		font-size: 1.1em;
		text-align: justify;
	}
	div#HomeArticles_Pad {
		padding: 20px 40px 10px 40px;
	}
}

@media screen and (max-width: 767px) {
	div#HomeArticles_Box {
		width: 100%;
		font-size: 1em;
		text-align: justify;
	}
	div#HomeArticles_Pad {
		padding: 0px 5px 10px 5px;
	}
}

@media screen and (min-width: 769px) {
	div#HomeNews_Box {
		width: 33%;
		font-size: 1em;
		text-align: justify;
		float: left;
		color: #6b7a99;
	}
	div#HomeNews_Pad {
		padding: 0px 0px 10px 10px;
	}
	div#ArticlesMenu_Pad {
		padding: 0px 0px 10px 20px;
	}
}

@media screen and (max-width: 768px) {
	div#HomeNews_Box {
		width: 100%;
		font-size: 1em;
		text-align: justify;
		color: #6b7a99;
	}
	div#HomeNews_Pad {
		padding: 0px 5px 10px 5px;
	}
}

.CorniceFotoArticles {
	height: 250px;
	overflow: hidden;
	border: 1px solid #dfe6f5;
	border-radius: 9px;
}

/* Dettaglio articolo: galleria foto (Bootstrap row) */
#Galleria.row {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

#Galleria [class*="col-"] img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

#Galleria [class*="col-"] {
	margin-bottom: 1rem;
}
