#container
{
	
}

section
{
	text-align: left;
	position: relative;
	z-index: 1;
}
	section .wrapper
	{
		padding: 80px;
		max-width: 1024px;
		margin: 0 auto;
	}
		section .wrapper p:last-child
		{
			margin: 0;
		}
	section .images
	{
		
	}
		section .images .image
		{
			width: 100%;
			height: 100%;
			min-height: 60vh;
			
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-size: cover;
		}

/*
	image grid
*/

.image-grid
{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/*
	margin-top: -25vw;
	*/
	z-index: 0;
}
	.grid-item
	{
		position: relative;
		width: 25vw;
		height: 25vw;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		overflow: hidden;
	}
		.grid-item .image-1,
		.grid-item .image-2
		{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: 50% 50%;
		}
	.grid-item.white
	{
		background: #fff;
	}
	.grid-item.rose
	{
		background: #e8d2c8;
	}
	.grid-item.green
	{
		background: #2b5355;
	}
	.grid-item.green-gfx
	{
		background-color: #2b5355;
		background-image: url('../img/pattern-balls-white.png');
	}
	.grid-item.rose-gfx-1
	{
		background-color: #e8d2c8;
		background-image: url('../img/ig/gfx-rose-1.png');
	}
	.grid-item.rose-gfx-2
	{
		background-color: #e8d2c8;
		background-image: url('../img/pattern-clouds-green.png');
	}
		#image-grid-1 .grid-item:nth-child(3) .image-1 { background-image: url('../img/ig/18.jpg'); }	
		#image-grid-1 .grid-item:nth-child(3) .image-2 { background-image: url('../img/ig/5.jpg'); }	

		#image-grid-1 .grid-item:nth-child(6) .image-1 { background-image: url('../img/ig/7.jpg'); }
		#image-grid-1 .grid-item:nth-child(6) .image-2 { background-image: url('../img/ig/10.jpg'); }

		#image-grid-1 .grid-item:nth-child(7) .image-1 { background-image: url('../img/ig/14.jpg'); }
		#image-grid-1 .grid-item:nth-child(7) .image-2 { background-image: url('../img/pattern-clouds-angle.png'), url('../img/ig/2.jpg');  }

		#image-grid-1 .grid-item:nth-child(8) .image-1 { background-image: url('../img/ig/13.jpg'); }
		#image-grid-1 .grid-item:nth-child(8) .image-2 { background-image: url('../img/ig/21.jpg'); }

		#image-grid-2 .grid-item:nth-child(4) .image-1 { background-image: url('../img/ig/5.jpg'); }
		#image-grid-2 .grid-item:nth-child(4) .image-2 { background-image: url('../img/ig/2.jpg'); }

		#image-grid-2 .grid-item:nth-child(5) .image-1 { background-image: url('../img/ig/12.jpg'); }
		#image-grid-2 .grid-item:nth-child(5) .image-2 { background-image: url('../img/ig/6.jpg'); }

		#image-grid-2 .grid-item:nth-child(7) .image-1 { background-image: url('../img/ig/3.jpg'); }
		#image-grid-2 .grid-item:nth-child(7) .image-2 { background-image: url('../img/ig/4.jpg'); }

#circle-text
{
	position: absolute;
	top: 50%;
	left: 75%;
	width: 120px;
	height: 120px;
	transform: translate(-50%, -50%);
	background: url('../img/circle-text.png') no-repeat 50% 50%;
	background-size: contain;
	mix-blend-mode: difference;
}

.lines-green
{
	position: absolute;
	width: 32vw;
	height: 32vw;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
	background: url('../img/pattern-waves-green.png');
	background-size: 32vw;
	z-index: 4;
	
	mix-blend-mode: difference;
	
}

/*
	navi
*/

#overlay
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .33);
	display: none;
	opacity: 0;
	z-index: 60;
}

#navi
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	mix-blend-mode: difference;
}
	#logo
	{
		position: absolute;
		top: 50px;
		left: 50px;
		width: 60px;
		height: 60px;
		background: #2b5355 url("../img/logo-big-green.png") no-repeat 50% 50%;
		background-size: 50px;
		cursor: pointer;
	}
	nav#menu
	{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 160px;
		max-width: 1024px;
		margin: 0 auto;
	}
		nav#menu .item
		{
			padding: 0 25px;
			cursor: pointer;
			font-size: 14px;
			text-transform: uppercase;
			letter-spacing: 2.5px;
			font-family: 'Gopher Text W05 Bold';
			line-height: 14px;
		}
			nav#menu .item a
			{
				border: 0;
			}
			nav#menu .item a:hover
			{
				color: #fff;
			}

	#social
	{
		position: absolute;
		right: 40px;
		top: 40px;
	}
		#social .item
		{
			display: inline-block;
			font-size: 19px;
			line-height: 70px;
			margin: 0 10px;
		}
			#social .item a
			{
				border: 0;
			}
				#social .item a:hover
				{
					color: #fff;
				}

#navi-mobile
{
	position: fixed;
	top: 0;
	left: 100%;
	width: calc(100% - 160px);
	height: 100%;
	background: #2b5355;
	color: #fff;
	z-index: 99;
	display: none;
	padding: 30px;
}
	#navi-mobile.active
	{
		display: flex;
		flex-direction: column;
	}
	#navi-mobile nav
	{
		flex-grow: 1;
		padding-top: 100px;
	}
	#navi-mobile nav .item
	{
		font-size: 36px;
		line-height: 62px;
		font-family: "Gopher Display W05 Bold", Helvetica, Arial, sans-serif;
		opacity: 0;
	}
		#navi-mobile .contact
		{
			font-size: 16px;
    		line-height: 23px;
			opacity: .65;
		}
		#navi-mobile h4
		{
			font-size: 24px;
			line-height: 24px;
		}
		#navi-mobile p
		{
			margin: 0;
		}

	#mobile-social
	{
		margin-top: 20px;
	}
		#mobile-social .item
		{
			display: inline-block;
		}
			#mobile-social .item a
			{
				display: inline-block;
				margin-right: 15px;
				height: 36px;
				line-height: 36px;
				text-align: center;
				border: 0;
			}
				#mobile-social .item a:hover
				{
					color: #e8d2c8;
				}

#navi-toggle
{
	position: absolute;
	top: 50px;
	right: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	text-align: center;
	cursor: pointer;
	display: none;
}
	#navi-toggle.close
	{
		font-size: 18px;
	}

/*
	header
*/

section#header
{
	color: #2b5355;
	padding-top: 120px;
}
	section#header .wrapper
	{
		padding-bottom: 0;
	}

/*
	lunch
*/

section#lunch
{
	background: #fff;
}
	section#lunch .wrapper
	{
		padding-bottom: 0;
	}
	#weekdays
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
		#weekdays .weekday
		{
			width: calc(50% - 40px);
			margin-bottom: 15px;
			margin-top: 25px;
		}
			#weekdays .weekday .content
			{
				margin-bottom: 20px;
			}
				#weekdays .item
				{
					margin-bottom: 20px;
				}
					#weekdays .item .allergens
					{
						opacity: .5;
					}

/*
	cafe
*/

section#cafe
{
	
}
	#cafe .columns
	{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
		#cafe .columns .col
		{
			position: relative;
			width: 50%;
			justify-content: center;
			padding: 80px;
		}
		#cafe .columns .col h2,
		#cafe .columns .col p
		{
			max-width: 760px;
		}
			#cafe .columns .col:last-child
			{
				padding-right: 0;
				padding-left: 0;
			}
				#cafe .columns .lines-green
				{
					left: 75%;
					top: 75%;
				}

/*
	catering
*/

section#catering
{
	background: #fff;
}
	#catering .columns
	{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
		#catering .columns .col
		{
			position: relative;
			width: 50%;
			padding: 80px;
		}
		#catering .columns .col h2,
		#catering .columns .col p
		{
			max-width: 760px;
		}
			#catering .columns .col:first-child
			{
				padding-right: 0;
				padding-left: 0;
			}
			#catering .columns .lines-green
			{
				right: 75%;
				top: 75%;
			}
	
/*
	catering
*/

section#shop
{
	background: #fff;
}
	#shop .columns
	{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
		#shop .columns .col
		{
			position: relative;
			width: 50%;
			padding: 80px;
		}
		#shop .columns .col h2,
		#shop .columns .col p
		{
			max-width: 760px;
		}

/*
	contact
*/

section#contact
{
	background: #2b5355;
	color: #fff;
}
	#contact .columns
	{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
		#contact .columns .col
		{
			width: calc(33% - 40px);
		}
			#contact .columns .col h3,
			#contact .columns .col p
			{
				font-size: 16px;
				line-height: 23px;
				margin: 0;
			}
			#contact .columns .col h3
			{
				margin-bottom: 5px;
			}
			#contact .columns .col p
			{
				margin-bottom: 15px;
				opacity: .65;
			}

/*
	mobile jquery
*/

.ui-loader
{
	display: none;
}

@media only screen and (min-width: 1281px)
{
	section .wrapper
	{
		max-width: 1280px;
		padding-top: 120px;
		padding-bottom: 120px;
	}
		section#header
		{
			padding-top: 50px;
		}
		section#header .wrapper,
		section#lunch .wrapper
		{
			padding-bottom: 30px;
		}
		section#header h1
		{
			margin-bottom: 50px;
		}
		section#header p
		{
			max-width: 760px;
		}
		#cafe .columns .col,
		#catering .columns .col,
		#shop .columns .col
		{
			padding-top: 150px;
			padding-bottom: 150px;
		}
	#weekdays
	{
		padding-bottom: 50px;
	}
	#weekdays .weekday
	{
		width: calc(33% - 40px);
	}
}
@media only screen and (max-width: 960px)
{
	section#header h1
	{
		font-size: 96px;
    	line-height: 92px;
	}
	section#cafe .columns
	{
		flex-direction: column-reverse;
	}
		section#cafe .columns .col
		{
			width: 100%;
			max-width: 960px;
		}
		section#cafe .columns .col:nth-child(2)
		{
			padding: 0;
		}
	section#catering .columns,
	section#shop .columns
	{
		flex-direction: column;
	}
		section#catering .columns .col,
		section#shop .columns .col
		{
			width: 100%;
			max-width: 960px;
		}
		section#catering .columns .col:nth-child(1)
		{
			padding: 0;
		}
		#shop .columns .col:nth-child(1)
		{
			background: #e8d2c8;
		}
}
@media only screen and (max-width: 820px)
{
	section#header h1
	{
		font-size: 82px;
    	line-height: 78px;
	}

	section .wrapper
	{
		margin: 0 auto;
		padding: 50px;
	}
	#navi-toggle
	{
		display: block;
	}
	nav#menu,
	#social
	{
		display: none;
	}
}
@media only screen and (max-width: 640px)
{
	#navi nav
	{
		display: none;
	}
	section#header h1
	{
		font-size: 100px;
    	line-height: 86px;
	}

	section#lunch .wrapper,
	section#header .wrapper
	{
		padding-bottom: 50px;
	}
	#weekdays,
	#summermenu .columns,
	#contact .columns
	{
		display: block;
	}
		#weekdays .weekday,
		#summermenu .columns .col,
		#contact .columns .col
		{
			width: 100%;
		}
	#summermenu .wrapper p
	{
		margin-bottom: 30px;
	}
	#summermenu .wrapper .col:last-child p:last-child
	{
		margin-bottom: 0;
	}
	.grid-item
	{
		width: 50vw;
		height: 50vw;
	}
		.grid-item.rose,
		.grid-item.white
		{
			display: none;
		}
	#image-grid-1
	{
		margin-top: 50px;
		background: #fff;
	}
		#image-grid-2 .grid-item:first-child
		{
			display: block;
		}
	#cafe .columns .col,
	#catering .columns .col,
	#shop .columns .col
	{
		padding: 50px;
	}
		#cafe .columns .col p:last-child,	
		#catering .columns .col p:last-child,
		#shop .columns .col p:last-child
		{
			margin-bottom: 0;
		}
	#circle-text
	{
		top: 33%;
		left: 50%;
	}
}