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

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

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Intro
7. Video
8. Signature Dish
9. The Menu
10. Reservations
11. Footer


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

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Great+Vibes|PT+Sans+Narrow:400,700');
@font-face
{
	font-family: 'Edward';
	src: url(../font/edwardian_script_itc.ttf) format('truetype'),
	url(../font/edwardian_script_itc.otf) format('opentype');
}

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

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 400;
	color: #636363;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	/* -webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease; */
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(196, 171, 159, 0.5);
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	color: #232323;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.trans_800
{
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.parallax_image{
    min-height: 100%;
}
.nopadding
{
	padding: 0px !important;
}
.page_subtitle
{
	font-family: 'Edward', sans-serif;
	color: #b49383;
	line-height: 0.75;
}
.button
{
	width: 163px;
	height: 47px;
	background: transparent;
	border: solid 2px #c4ab9f;
	text-align: center;
}
.button a
{
	display: block;
	font-size: 18px;
	color: #b49383;
	line-height: 44px;
}
.button:hover
{
	background: #c4ab9f;
}
.button:hover a
{
	color: #FFFFFF;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled
{
	background: rgba(0,0,0,0.85);
}
.header_content
{
	width: 100%;
	height: 149px;
	/* -webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease; */
}
.header.scrolled .header_content
{
	height: 80px;
}
.logo
{
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}
.logo a
{
	display: block;
}
.logo a > div:first-child
{
	font-size: 36px;
	line-height: 0.75;
	color: #FFFFFF;
}
.logo a > div:last-child
{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.680em;
	line-height: 0.75;
	margin-top: 12px;
}
.main_nav
{
	margin-left: 170px;
}
.main_nav ul li:not(:last-child)
{
	margin-right: 40px;
}
.main_nav ul li a
{
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}
.main_nav ul li a:hover
{
	color: #b49383;
}
.reservations_phone
{
	height: 47px;
	line-height: 43px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: center;
	border: solid 2px #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
}
.hamburger_bar
{
	position: fixed;
	top: 0;
	right: calc((100vw - 690px) / 2 - 15px);
	width: auto;
	height: 149px;
	z-index: 102;
}
.hamburger_bar.scrolled
{
	height: 80px;
}
.hamburger
{
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	cursor: pointer;
	padding: 15px;
	z-index: 2;
}
.menu_toggle
{
	display: block;
}
.menu_hamburger
{
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
}
.hamburger_lines
{
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #F7F7F7;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	transform-origin: center center;
}
.line_1
{
	top: 0px;
}
.line_2
{
	top: 5px;
}
.line_3
{
	top: 10px;
}
.hamburger.active .line_1
{
	transform: translateY(5px) rotate(45deg) !important;
}
.hamburger.active .line_3
{
	transform: translateY(-5px) rotate(-45deg) !important;
}
.hamburger.active .line_2
{
	opacity: 0 !important;
}
.menu_toggle span
{
	display: block;
	position: relative;
	font-size: 17px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #F7F7F7;
}

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

.menu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(180,147,131,0.97);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	padding-bottom: 100px;
}
.menu.active
{
	visibility: visible;
	opacity: 1;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_content ul li:not(:last-child)
{
	margin-bottom: 3px;
}
.menu_content ul li
{
	display: block;
}
.menu_content ul li a
{
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font-weight: bold;
	letter-spacing: 0.075em;
}
.menu_content ul:hover li a
{
	color: rgba(255,255,255,0.5);
}
.menu_content ul li a:hover
{
	color: rgba(255,255,255,1);
}
.menu_reservations_phone
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
	height: 47px;
	line-height: 43px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: center;
	border: solid 2px #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	white-space: nowrap;
}
.menu_description {
    margin-top: 20px;
    color: #c4ab9f;
    font-size: 20px;
    font-style: italic;
}
.full_menu_list {
    max-height: auto;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 888px;
}
.home_container
{
	position: absolute;
	top: 43%;
	left: 0;
	width: 100%;
}
.home_subtitle
{
	font-size: 60px;
	font-weight: bold;
	line-height: 0.75;
}
.home_title
{
	margin-top: 10px;
}
.home_title h1
{
	font-size: 72px;
	color: #FFFFFF;
}
.home_text
{
	max-width: 875px;
	margin-top: 14px;
}
.home_text p
{
	color: #FFFFFF;
}
.scroll_icon
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 25px;
	width: 14px;
	height: 28px;
	border: solid 2px #FFFFFF;
	border-radius: 7px;
}
.scroll_icon::after
{
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #FFFFFF;
	content: '';
	-webkit-animation-name: scroll;
	animation-name: scroll;
	-webkit-animation-duration: 1500ms;
	animation-duration: 1500ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes scroll
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}
@keyframes scroll
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}

/*********************************
6. Intro
*********************************/

.intro
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 102px;
	padding-bottom: 102px;
}
.intro_image
{
	width: 100%;
}
.intro_image img
{
	max-width: 100%;
}
.intro_content
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -165px;
	width: 679px;
	background: #FFFFFF;
	border: solid 2px #b49383;
	box-shadow: 0px 45px 70px rgba(0,0,0,0.24);
	z-index: 1;
	padding-top: 55px;
	padding-bottom: 59px;
	padding-left: 70px;
	padding-right: 50px;
}
.intro_subtitle
{
	font-size: 36px;
}
.intro_title
{
	margin-top: 6px;
}
.intro_title h2
{
	font-size: 48px;
}
.intro_text
{
	margin-top: 32px;
}

/*********************************
7. Video
*********************************/

.video_section
{
	width: 100%;
	height: 500px;
}
.video_section_content
{
	width: 100%;
	height: 100%;
}
.video_section_title
{
	font-size: 48px;
	color: #FFFFFF;
	line-height: 1.2;
}
.video_section_icon
{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: solid 2px #FFFFFF;
	text-align: center;
	margin-top: 27px;
}
.video_button
{
	display: block;
	width: 100%;
	height: 100%;
}
.video_button:focus
{
	outline: none;
}
.video_section_icon i
{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 52px;
	margin-left: 3px;
}
#colorbox
{
    background-color: #000000;
}

/*********************************
8. Signature Dish
*********************************/

.sig
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 102px;
	padding-bottom: 102px;
}
.sig_image
{
	width: 100%;
	height: 525px;
}
.sig_image img
{
	display: none;
	max-width: 100%;
}
.sig_content_container
{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}
.sig_content
{
	width: 100%;
	background: #FFFFFF;
	border: solid 2px #b49383;
	box-shadow: 0px 45px 70px rgba(0,0,0,0.24);
	padding-top: 65px;
	padding-left: 47px;
	padding-bottom: 69px;
	padding-right: 75px;
}
.sig_subtitle
{
	font-size: 36px;
}
.sig_title
{
	margin-top: 6px;
	padding-left: 5px;
}
.sig_title h1
{
	font-size: 48px;
}
.sig_rating
{
	margin-top: 13px;
	padding-left: 9px;
}
.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";}
.sig_name
{
	font-size: 24px;
	color: #232323;
	padding-left: 9px;
	margin-top: 1px;
}
.sig_price
{
	font-size: 24px;
	color: #232323;
}
.sig_content_list
{
	margin-top: 4px;
	margin-left: 9px;
}
.sig_content_list ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	font-size: 16px;
	color: #636363;
	margin-left: 5px;
	margin-right: 5px;
}
.sig_content_list ul li
{
	font-size: 16px;
	color: #636363;
}
.sig_button
{
	margin-left: 9px;
	margin-top: 37px;
}

/*********************************
9. The Menu
*********************************/

.themenu
{
	width: 100%;
	background: #FFFFFF;
}
.themenu_title_bar_container
{
	width: 100%;
	background: #282828;
	padding-left: 23px;
	padding-top: 22px;
	padding-bottom: 24px;
	padding-right: 22px;
}
.themenu_title_bar
{
	width: 100%;
	height: 103px;
	border: solid 2px #8c7c74;
}
.themenu_title
{
	font-size: 48px;
	color: #FFFFFF;
	margin-top: 14px;
}
.themenu_stars
{
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 244px;
	background: #282828;
	font-size: 36px;
	z-index: 1;
}
.themenu_rating
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
	width: 95px;
	background: #282828;
	z-index: 1;
}
.themenu_col
{
	width: 100%;
	padding-left: 33px;
	padding-top: 39px;
	padding-right: 28px;
	padding-bottom: 44px;
	border: solid 1px #dadada;
}
.themenu_row
{
	margin-top: 25px;
	padding-bottom: 40px;
}
.themenu_col_title
{
	display: inline-block;
	height: 58px;
	padding-left: 11px;
	padding-right: 16px;
	border: solid 2px #c4ab9f;
	font-size: 36px;
	line-height: 38px;
	color: #c4ab9f;
}
.dish_list
 {
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 15px;
    /* max-height: 500px;  */
}
.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;
}

.themenu
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 102px;
	padding-bottom: 102px;
	border-bottom: solid 2px #c4ab9f;
}
.themenu_text_row
{
	margin-top: 24px;
	margin-bottom: 25px;
}
.themenu_row
{
	row-gap: 30px;
}
.themenu_image
{
	width: 100%;
	margin-bottom: 31px;
    height: 230px;
    position: relative;
    text-align: center;
}
.themenu_image img
{
	max-width: 100%;
    max-height: 230px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
}
.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: fit-content;
	padding-left: 11px;
	padding-right: 16px;
	border: solid 2px #c4ab9f;
	font-size: 36px;
	line-height: 38px;
	color: #c4ab9f;
}
.dish_list
{
	margin-top: 40px;
}
.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;
}

/*********************************
10. Reservations
*********************************/

.reservations
{
	width: 100%;
	padding-top: 101px;
	padding-bottom: 75px;
}
.res_stars
{
	font-size: 36px;
	font-weight: normal;
}
.res_title
{
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 0.75;
	margin-top: 17px;
}
.res_form_container
{
	margin-top: 72px;
}
.res_input
{
	background: transparent;
	width: 225px;
	height: 42px;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 25px;
	outline: none;
	border: none;
}
.res_input_error
{
    border-color: #b36969!important;
}
.res_textarea_wrapper {
    padding-top: 20px!important;
}
.floating-label-wrapper { 
    position: relative;
    border: solid 2px #c4ab9f;
    padding-top: 10px;
}
.floating-input , .floating-select {
    padding: 0 25px;
    display: block;
    background-color: transparent;
}
.floating-label {
    color: #dfdfdf;
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    left: 25px;
    top: 12px;
    transition: 0.2s ease all;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: 2px;
    font-size: 15px;
    color: #c4ab9f;
}
.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
    top: 2px;
    font-size: 15px;
    color: #c4ab9f;
}
.two-row-label {
    text-align: left;
}
.res_select_input {
    cursor: pointer;
}
.res_select_menu {
    display: none;
    position: absolute;
    width: calc(100% + 4px);
    left: -2px;
    border: 2px #c4ab9f solid;
    z-index: 1;
}
.res_select_menu_item {
    transition: .2s;
    color: white;
    cursor: pointer;
    border: none;
    width: 100%;
    background: #404040;
    padding: 7px 0;
}
.res_select_menu_item:first-child {
    border-bottom: 2px #c4ab9f solid;
}
.res_select_menu_item:hover {
    background: #5c5c5c;
}
.res_select_menu_item:active {
    outline: none;
}
.res_button
{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 216px;
    height: 48px;
    background: #c4ab9f;
    color: #FFFFFF;
    border: none;
    outline: none;
    margin-top: 42px;
    font-size: 18px;
    cursor: pointer;
    transition: background .3s;
}
.res_button:hover {
    background: #a18d84;
}

/*********************************
11. Footer
*********************************/

.footer
{
	width: 100%;
	background: #232323;
	padding-top: 70px;
	padding-bottom: 60px;
}
.footer_logo_title
{
	font-size: 57px;
	line-height: 0.75;
	color: #FFFFFF;
}
.footer_logo_subtitle
{
	font-size: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.680em;
	line-height: 0.75;
	margin-top: 17px;
}
.copyright
{
	font-size: 13px;
	color: rgba(255,255,255,0.41);
	line-height: 0.75;
	margin-top: 22px;
}
.footer_about p
{
	color: #a5a4a4;
}
.footer_contact ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.footer_contact_title
{
	width: 61px;
	height: 21px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
	background: #c49a8f;
	padding-left: 8px;
	margin-right: 11px;
}
.footer_contact_text
{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
}
.footer_contact ul li div:last-child
{
	white-space: nowrap;
}
.form-by-order {
    flex-wrap: wrap;
    justify-content: space-between!important;
    /* column-gap: 30px; */
}
.form-by-order > * {
    margin-bottom: 16px;
}
.form-by-order > textarea {
    width: 100%;
    height: 100px;
}
.form-by-order-select {
    position: relative;
    cursor: pointer;
}
.form-by-order .res_input::placeholder {
    color: lightgrey;
}
.form-by-order-select-placeholder {
    display: flex;
    align-items: center;
    height: 100%;
    color: lightgrey;
}
.form-by-order-select-menu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: -2px;
    width: calc(100% + 4px);
    z-index: 1;
    border: solid 2px #c4ab9f;
}
.form-by-order-select-menu-item {
    transition: .3s;
    width: 100%;
    margin: 0;
    padding: 5px;
    border: none;
    cursor: pointer;
    background: #6e6e6e;
    color: white;
}
.form-by-order-select-menu-item:first-child {
    border-bottom: 2px solid #9b9b9b;
}
.form-by-order-select-menu-item:hover {
    background: #818181;
}
.form-by-order-select-menu-item:active {
    outline: none;
}
.notification-popup {
    letter-spacing: 1px;
    display: none;
    bottom: 25px;
    right: 25px;
    color: white;
    font-weight: bold;
    z-index: 99999999;
    position: fixed;
    padding: 10px;
}
.show-notification-popup {
    display: flex;
    align-items: baseline;
}
.notification-popup-message {
    margin-right: 40px;
    font-size: 18px;
}
.notification-popup-error {
    background: red;
}
.notification-popup-success {
    background: forestgreen;
}
.close-notification-popup-button {
    cursor: pointer;
    border: none;
    background: none;
}
.close-notification-popup-button:focus {
    outline: none;
}
.close-notification-popup-icon {
    font-size: 18px;
    color: white;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #9d887e;
}
.dtp div.dtp-date, .dtp div.dtp-time {
    background: #c4ab9f;
}
.dtp table.dtp-picker-days tr > td > a.selected {
    background: #c4ab9f;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #9d897f;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #6a5d56;
}

.testimonials {
    width: 100%;
    padding-top: 106px;
    padding-bottom: 115px;
}
.parallax_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.section_subtitle {
    font-size: 36px;
}
.page_subtitle {
    font-family: 'Edward', sans-serif;
    color: #b49383;
    line-height: 0.75;
}
.testimonials .section_title {
    margin-top: 6px;
}
.testimonials_row {
    margin-top: 28px;
}
.test_text {
    margin-top: 23px;
}
.rewiew_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.8em;
    height: 6.9em;
}
.testimonials
{
	width: 100%;
	padding-top: 106px;
	padding-bottom: 115px;
}
.testimonials .section_title
{
	margin-top: 6px;
}
.testimonials_row
{
	margin-top: 28px;
}
.all_reviews_link {
    background: #c4ab9f;
    width: 170px;
    height: 40px;
    margin: 0 auto;
    color: white;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 22px;
    align-items: center;
    position: relative;
    transition: background .3s;
}
.all_reviews_link:hover {
    background: #a18d84;
}
.quote
{
	width: 25px;
	height: 17px;
}
.quote img
{
	max-width: 100%;
}
.test_info
{
	font-size: 18px;
	color: #232323;
	margin-top: 43px;
}
.test_info span
{
	font-size: 16px;
	color: #636363;
}
.separate_div {
    height: 100px;
}
#main-slider {
    margin-bottom: 10px;
    max-width: 600px;
}
#thumbnail-slider-list {
    max-width: 405px;
    display: flex;
}
.splide__slide img {
    width: 100%;
} 
.event_type_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.event_type_button {
    min-width: 120px;
    min-height: 35px;
    background: #c4ab9f;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    padding: 0 5px;
    text-align: center;
}
.event_type_button:hover {
    cursor: pointer;
    background: #a38e84;
}
.event_type_button_active {
    background: #786a63;
}
.event_type_button_text {
    font-size: 16px;
    color: #ffffff;
}
.event_type_button_text:hover {
    color: white;
}
.events_slider {
    margin: 0 auto;
    width: fit-content;
}
.menu_image_margin {
    margin-top: 261px;
}
.dish_contents {
    max-width: 250px; 
}
.dish_title {
    max-width: 250px;
}
.dish_title_container {
    column-gap: 5px;
}
.dish_image_preview_container {
    display: none;
    position: fixed;
    z-index: 1;
}
.dish_image_preview_container_mobile {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.dish_image_preview {
    max-width: 400px;
    max-height: 400px;
}
.dish_image_preview_mobile {
    max-width: 80vw;
    max-height: 80vh;
    margin: auto;
    margin-top: 120px;
    display: block;
}
.close_dish_image_preview_icon {
    font-size: 40px;
    color: white;
    position: fixed;
    top: 80px;
    right: 80px;
    display: none;
}
.show_more_button {
    display: flex;
    border: 1px solid #c4ab9f;
    padding: 5px;
    color: white;
    outline: none;
    background: #c4ab9f;
    transition: .3s;
    font-size: 15px;
    margin-left: auto;
}
.show_more_button:hover {
    cursor: pointer;
    background: white;
    color: #c4ab9f;
}
.show_more_button:focus {
    outline: none;
}
.order_button {
    display: flex;
    position: fixed;
    top: 230px;
    right: 0;
    flex-direction: column;
    font-size: 25px;
    color: #c4ab9f;
    z-index: 2;
    background: white;
    padding: 10px;
    cursor: pointer;
    line-height: 0.8;
    align-items: center;
    border: 2px solid #c4ab9f;
    gap: 5px;
}
.order_button:hover {
    color: white;
    background: #c4ab9f;
}
#hook_events {
    position: relative;
    top: -50px;
}
.top_hook {
    display: none;
    right: 30px;
    bottom: 30px;
    position: fixed;
    z-index: 3;
    font-size: 35px;
    color: white;
    cursor: pointer;
    border-radius: 500px;
    padding: 10px 15px;
    background: #c4ab9f;
    animation: show_top_hook .4s;
}
@keyframes show_top_hook {
 from { bottom: 0; }
 to { bottom: 30px; }
}
.dish_description {
    line-height: 17px;
    font-style: italic;
}