@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Body and some general stuff
2. HEvent ome
3. Events
4. The Menu


******************************/


/*********************************
1. Body and some general stuff
*********************************/

*
.button
{
	width: 100px;
	height: 30px;
	background: transparent;
	border: solid 2px #c4ab9f;
	text-align: center;
}
.button a
{
	display: block;
	font-size: 16px;
	color: #b49383;
	line-height: 30px;
}
.button:hover
{
	background: #c4ab9f;
}
.button:hover a
{
	color: #FFFFFF;
}

.section_subtitle
{
	font-size: 36px;
}
.section_title
{
	margin-top: 6px;
}
.section_title h1
{
	font-size: 48px;
	font-weight: 300;
}


/*********************************
2. Event Home
*********************************/

.home
{
	width: 100%;
	height: 524px;
}
.home_container
{
	position: absolute;
	bottom: 129px;
	left: 0;
	width: 100%;
}
.home_subtitle
{
	font-size: 26px;
	font-weight: 300;
	line-height: 0.75;
}
.home_title
{
	margin-top: -2px;
}
.home_title h1
{
	font-family: 'Rubik', sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #FFFFFF;
}

/*********************************
3. Events
*********************************/

.events
{
	width: 100%;
	background: #f7fafb;
	padding-top: 102px;
	padding-bottom: 102px;
}
.events_row
{
	margin-top: 54px;
}
.events_item:not(:last-child)
{
	margin-bottom: 57px;
}
.events_content
{
	width: 100%;
	padding-right: 31px;
}
.events_rating
{
	
}
.rating_r i::before
{
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 10px;
	color: #d6baa0;
}
.rating_r i:not(:last-child)
{
	margin-right: 3px;
}
.rating_r_1 i:first-child::before{content: "\f005";}
.rating_r_2 i:first-child::before{content: "\f005";}
.rating_r_2 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:first-child::before{content: "\f005";}
.rating_r_3 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:first-child::before{content: "\f005";}
.rating_r_4 i:nth-child(2)::before{content: "\f005";}
.rating_r_4 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:first-child::before{content: "\f005";}
.rating_r_5 i:nth-child(2)::before{content: "\f005";}
.rating_r_5 i:nth-child(3)::before{content: "\f005";}
.rating_r_5 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:nth-child(5)::before{content: "\f005";}
.events_name
{
	font-size: 24px;
	color: #232323;
	margin-top: 1px;
}
.events_price
{
	font-size: 24px;
	color: #232323;
}
.events_content_list
{
	margin-top: 4px;
}
.events_content_list ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	font-size: 16px;
	color: #636363;
	margin-left: 5px;
	margin-right: 5px;
}
.events_content_list ul li
{
	font-size: 16px;
	color: #636363;
}
.events_content_list p
{
	font-size: 16px;
	line-height: 1.3em;
	color: #636363;
}
.events_button
{
	width: 250px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.events_image
{
	width: 100%;
}
.events_image img
{
	max-width: 100%;
}
.button_largepast
{
	font-size: 30px;
	background: #232323;
	padding: 10px;
	border: solid 2px #c4ab9f;
}
.button_largepast:hover
{
	background: transparent;
}
.button_largepast:hover a
{
	color: #c4ab9f;
}

/*********************************
4. The Menu
*********************************/

.themenu
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 102px;
	padding-bottom: 102px;
	border-bottom: solid 2px #c4ab9f;
}
.themenu_text_row
{
	margin-top: 24px;
}
.themenu_row
{
	margin-top: 93px;
}
.themenu_image
{
	width: 100%;
	margin-bottom: 31px;
}
.themenu_image img
{
	max-width: 100%;
}
.themenu_col
{
	width: 100%;
	padding-left: 33px;
	padding-top: 39px;
	padding-right: 28px;
	padding-bottom: 44px;
	border: solid 1px #dadada;
}
.themenu_col:hover
{
	box-shadow: 0px 27px 40px rgba(0,0,0,0.13);
}
.themenu_col_title
{
	display: inline-block;
	height: 58px;
	padding-left: 11px;
	padding-right: 16px;
	border: solid 2px #c4ab9f;
	font-size: 36px;
	line-height: 54px;
	color: #c4ab9f;
}
.dish_list
{
	margin-top: 44px;
}
.dish:not(:last-child)
{
	margin-bottom: 25px;
}
.dish_title,
.dish_price
{
	font-size: 18px;
	color: #232323;
}
.dish_price
{
	margin-left: auto;
}
.dish_contents
{
	margin-top: 3px;
}
.dish_contents ul li
{
	font-size: 14px;
	color: #636363;
}
.dish_contents ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	margin-left: 3px;
	margin-right: 3px;
	font-size: 14px;
	color: #636363;
}
.dish_order
{
	margin-top: 10px;
}
.dish_order a
{
	position: relative;
	font-size: 18px;
	color: #b49383;
}
.dish_order a::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #b49383;
	content: '';
	visibility: hidden;
	opacity: 0;
}
.dish_order a:hover::after
{
	visibility: visible;
	opacity: 1;
}


