/*
Ride&Rest - nelle pagine con mappa laterale (categorie strutture, ricerca)
la mappa occupava troppo spazio (fino al 50% dello schermo su monitor larghi).
Riduciamo la mappa e allarghiamo la parte con le schede/elenco.
*/

@media all and (min-width: 1025px) {
	body:not(.page-fullwidth).half-layout.right-part .half-layout-part,
	body:not(.page-fullwidth).half-layout.left-part .half-layout-part {
		width: 22% !important;
	}
	body:not(.page-fullwidth).half-layout.right-part .site,
	body:not(.page-fullwidth).half-layout.right-part #citadela-announcements-bar {
		margin-right: 22% !important;
	}
	body:not(.page-fullwidth).half-layout.left-part .site,
	body:not(.page-fullwidth).half-layout.left-part #citadela-announcements-bar {
		margin-left: 22% !important;
	}
	body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky),
	body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky) {
		width: 78% !important;
	}
	.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.half-layout .site-header.is-sticky {
		width: 78% !important;
	}
}

@media all and (min-width: 1267px) {
	body:not(.page-fullwidth).half-layout.right-part .half-layout-part,
	body:not(.page-fullwidth).half-layout.left-part .half-layout-part {
		width: 26% !important;
	}
	body:not(.page-fullwidth).half-layout.right-part .site,
	body:not(.page-fullwidth).half-layout.right-part #citadela-announcements-bar {
		margin-right: 26% !important;
	}
	body:not(.page-fullwidth).half-layout.left-part .site,
	body:not(.page-fullwidth).half-layout.left-part #citadela-announcements-bar {
		margin-left: 26% !important;
	}
	body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky),
	body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky) {
		width: 74% !important;
	}
	.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.half-layout .site-header.is-sticky {
		width: 74% !important;
	}
}

@media all and (min-width: 1661px) {
	body:not(.page-fullwidth).half-layout.right-part .half-layout-part,
	body:not(.page-fullwidth).half-layout.left-part .half-layout-part {
		width: 30% !important;
	}
	body:not(.page-fullwidth).half-layout.right-part .site,
	body:not(.page-fullwidth).half-layout.right-part #citadela-announcements-bar {
		margin-right: 30% !important;
	}
	body:not(.page-fullwidth).half-layout.left-part .site,
	body:not(.page-fullwidth).half-layout.left-part #citadela-announcements-bar {
		margin-left: 30% !important;
	}
	body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky),
	body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky) {
		width: 70% !important;
	}
	.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.half-layout .site-header.is-sticky {
		width: 70% !important;
	}
}
