@media screen and (max-width: 1199px) {
	
	/* Main Menu Styles */

	:root{
		--header-height: 120px;
	}

	#main-header { left: 1em; top: 1em; right: 1em; }

	#content { padding-top: calc(var(--header-height) + 2em); }
	.inner #content { padding-top: calc(var(--header-height)); }

	#main-footer { margin-top: 3em; }

	#mobile-menu-toggle { display:block; }
	#main-menu-wrapper, #main-header-widgets { display:none; }
	#logo-wrapper { padding: 2em 0; }

	.cogea-blue-row::after { top: 1.5em; bottom: 1.5em; }

	.cogea-product-image-column img, .cogea-product-image-column figure { padding: 0;}
}
