/*
 *	Media query da 768px
 */

/*
 *	MAIN MENU
 */
body.admin-bar #main-menu { top: 32px; 	height: calc(100vh - 32px); }



/*
 *	WORLDWIDE
 */
#legend {
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.legend-el {
	align-items: center;
	margin-top: 0;
	margin-left: 40px;
}



/*
 *	SINGLE-FILIALE
 */
.secondary-header {
	display: flex;
}
.secondary-header > div {
	flex-grow: 1;
}
.secondary-header .filiale-title {}
.secondary-header .go_back {
	display: flex;
	align-items: center;
	padding: 0 40px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.secondary-header .go_back i {
	margin: 0 15px -1px 0;
}

/* TAB NEWS & EVENTS */
.filiale-news { margin-bottom: 80px; }
.news { transition: all .3s ease; }
.news:hover {
	border-color: transparent;
    box-shadow: 0 0 25px #cacaca;
}
.news .news-descrizione {
	border-top: 2px solid #214871;
}
.news .news-button {
    position: absolute;
    top: calc(100% + 3px);
    right: -3px;
    width: 100%;
    max-width: 400px;
    padding: 20px 30px;
    background-color: #214871;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
	margin: 0;
    text-align: left;
}



/*
 *	SINGLE CASE-HISTORY
 */
.ch-grid {}
.ch-grid:after {
	content: '';
	display: block;
	clear: both;
}
.ch-grid > div {
	float: left;
	width: 50%;
	padding: 0;
	height: 0;
	padding-bottom: 35%;
	position: relative;
}
.ch-grid .cell {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	margin: 0;
}

.ch-grid .cell > div { height: 100%; }
.ch-grid .cell .img { height: 100%; padding-bottom: 0; }



/*
 *	SINGLE POST
 */
.post-header {
	padding-bottom: 350px;
}

