@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. Chefs
8. Testimonials
9. Reservations
10. 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: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 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%;
}

.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    ;
    background-blend-mode: color;
}

.nopadding {
    padding: 0px !important;
}

.page_subtitle {
    font-family: 'Edward', sans-serif;
    color: #ffffff;
    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;
}

.section_subtitle {
    font-size: 36px;
}

.section_title h1 {
    font-size: 48px;
}


/*********************************
6. Intro
*********************************/

.intro {
    width: 100%;
    background: #FFFFFF;
    padding-top: 102px;
}

.intro_image {
    width: 100%;
}

.intro_image img {
    width: 850px;
    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. Chefs
*********************************/

.chefs {
    width: 100%;
    background: #FFFFFF;
    padding-top: 93px;
    padding-bottom: 63px;
}

.chefs_text_row {
    margin-top: 24px;
}

.chefs_row {
    margin-top: 57px;
}

.chef_image {
    width: 100%;
}

.chef_image img {
    max-width: 100%;
}

.chef_content {
    padding-top: 36px;
    padding-bottom: 40px;
}

.chef_name {
    font-size: 22px;
    color: #000000;
    line-height: 1.2;
}

.chef_subtitle {
    font-size: 16px;
    color: #636363;
    line-height: 1.2;
    margin-top: 6px;
}

.chef_button {
    width: 98px;
    height: 41px;
    background: #c4ab9f;
    margin-top: 14px;
}

.chef_button:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.chef_button a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 41px;
}


/*********************************
8. Testimonials
*********************************/

.testimonials {
    width: 100%;
    padding-top: 106px;
    padding-bottom: 115px;
}

.testimonials .section_title {
    margin-top: 6px;
}

.testimonials_row {
    margin-top: 28px;
}

.quote {
    width: 25px;
    height: 17px;
}

.quote img {
    max-width: 100%;
}

.test_text {
    margin-top: 23px;
}

.test_info {
    font-size: 18px;
    color: #232323;
    margin-top: 43px;
}

.test_info span {
    font-size: 16px;
    color: #636363;
}


/*********************************
9. 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: 210px;
    height: 52px;
    border: solid 2px #c4ab9f;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 25px;
    outline: none;
}

.res_input:not(:last-child) {
    margin-right: 16px;
}

.res_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background: transparent;
    width: 210px;
    height: 52px;
    border: solid 2px #c4ab9f;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 25px;
    outline: none;
}

.res_select option {
    color: #282828;
}

.res_button {
    width: 216px;
    height: 48px;
    background: #c4ab9f;
    color: #FFFFFF;
    border: none;
    outline: none;
    margin-top: 42px;
    font-size: 18px;
    cursor: pointer;
}

#about {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
}