/*		Desktop Layout: 1024px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    804    896    */
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	div.wrapper {
		width: 90vw;
	}
	
	.bars-rwd {
		display: inherit
	}
	
	.desktop-hide,
	.menu-main {
		display: none;
	}
	
	body>div>header div.menu-top .bars-rwd {
		font-size: 1.75rem;
		text-align: center;
	}

}