/* component */
@import url('https://fonts.googleapis.com/css2?family=Gayathri:wght@400;700&display=swap');

@font-face {
    font-family: 'Campton Medium';
    src: url('../fatbelly/fonts/campton/Campton-Medium.otf');
}


@font-face {

    font-family: 'AnticDidone', sans-serif;
    src: url('../fatbelly/fonts/AnticDidone-Regular.ttf');
}

@font-face {
    font-family: 'Gayathri', sans-serif;
}



@font-face {

    font-family: 'Trojan Pro';

    src: url('../fatbelly/fonts/trajanpro-regular-webfont.ttf');

}

@font-face {

    font-family: 'Georgia-Personal';

    src: url('../fatbelly/fonts/Georgia-PersonalUse.otf');

}

@font-face {

    font-family: 'Ethereal';

    src: url('../fatbelly/fonts/Ethereal-Thin.otf');

}



@font-face {

    font-family: 'Aleo';

    src: url('../fatbelly/fonts/Aleo-Regular.otf');

}



h1,

h2,

h3,

h4,

h5,

h6,

a,

span {

    font-family: 'Ethereal', sans-serif !important;

}



p,

ul li,

ol li,

blockquote {

    font-family: 'Ethereal', sans-serif !important;

}



h1 {

    font-size: 30px;

}



h2 {

    font-size: 25px;

}



h3 {

    font-size: 20px;

}



h4 {

    font-size: 18px;

}



h5 {

    font-size: 17px;

}



p,

span {

    font-size: 15px;

}

.border-reserve p {
	margin-bottom: 1.5rem !important;
}





.desktop-only {

    display: none;

}



.mobile-only {

    display: block;

}



.table {

    display: table;

    width: 100%;

    height: 100%;

    margin-bottom: 0 !important;

}



.table-cell {

    display: table-cell;

    width: 100%;

    height: 100%;

    vertical-align: middle;

}



.no-padding {

    padding: 0;

}



.button-reserve {

    height: 40px;

    line-height: 40px;

    width: 260px;

    margin: 0 auto;

    display: block;

    color: #fff;

    border: 1px solid #fff;

    border-radius: 9999px;

    margin-top: 1em;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-size: 1.1em;

    transition: all 0.2s ease-in-out;

    -webkit-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    font-size: 15px;

}



.button-reserve:hover {

    background: #fff;

    color: #1c1c1c;

    text-decoration: none;

}



.icon-scroll {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    margin-bottom: 0;

    font-size: 3em;

    color: #fff;
    bottom: 0 !important;

}



/* end component */



/* header */



.headers {

    width: 100%;

    background-color: transparent;

    position: fixed;

    z-index: 1;

}



.headers .menu-logo {

    display: flex;

    flex-wrap: wrap;

    flex-direction: row;

    margin: 30px 0;

}



.headers .menu-logo .burger-menu {

    margin: auto 0;

}



.headers .button-for-menu {

    border: 1px solid transparent;

    background: none;

}



.headers .button-for-menu span {

    display: block;

    width: 100%;

    background: #fff;

    height: 3px;

    width: 30px;

}



.headers .button-for-menu span.center {

    margin: 5px 0;

}





.headers .menu-logo .logo {

    margin: auto;

}



.headers .menu-logo .logo img {

    width: 80px;

    height: 80px;

}



.mobile-menu {

    display: none;

    top: 0;

    bottom: 0;

    width: 100%;

    background: rgba(255, 255, 255, 0.913);

    z-index: 9999;

    position: fixed;

    text-align: center;

}



.mobile-menu .close {

    color: #000;

    float: right;

    font-size: 1.5rem;

    font-weight: 700;

    line-height: 1;

    margin: 20px;

    opacity: 1 !important;

    cursor: pointer;

}



.mobile-menu .table {

    width: 100%;

    height: 100%;

    display: table;

}



.mobile-menu .table-cell {

    width: 100%;

    height: 100%;

    display: table-cell;

    vertical-align: middle;

}



.mobile-menu ul {

    list-style-type: none;

    padding: 0;

}



.mobile-menu ul li a {

    color: #000;

    padding-top: 10px;

    padding-bottom: 10px;

    font-size: 1.1em;

    text-decoration: none;

    display: inline-block;

}



.submenu {

    display: none;

}



/* end header */



/* index */



.the-logo img {

    width: 280px;

    margin-top: -35px;

}



.the-logo h1 {

    color: #fff;

    margin-top: -20px;

    font-size: 40px;

    font-family: 'Ethereal', sans-serif !important;

}



.the-logo .reservation {

    height: 45px;

    line-height: 45px;

    max-width: 100%;

    text-align: center;

    display: block;

    text-align: center;

    border: 1px solid #fff;

    color: #fff;

    margin: 20px auto;

    text-transform: uppercase;

    letter-spacing: 1px;

    transition: ease-in-out 0.2s;

    text-decoration: none;
    font-size: 14px;

}

.text-descr .reservation {

    /* height: 45px;
    line-height: 45px;
    margin: 20px auto; */

    height: 45px; 
    line-height: 24px;
    text-align: center;
    padding: 10px 25px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: ease-in-out 0.2s;
    text-decoration: none;
    font-size: 14px;

}



.reservation:hover {

    background-color: #fff;

    color: #000 !important;

}



.hero {

    position: relative;

    overflow: hidden;

}



.hero .slick-slide {

    height: 800px;

    background: #333;

}



.overlay-slick-slide-homepage {

    background: rgba(0, 0, 0, 0.5);

}



.hero .slick-dots {

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 2;

    text-align: left;

    margin: 30px 15px;



}



.hero .slick-dots li {

    display: inline-block;

    height: 13px;

    width: 13px;

    background: transparent;

    border: 2px solid #fff;

    margin-right: 13px;

    border-radius: 9999px;

    box-sizing: border-box;

    color: transparent;

    font-size: 0em;

    cursor: pointer;

}



.hero .slick-dots li.slick-active {

    background: #fff;

}



.slick-slider {

    margin-bottom: 0 !important;

}



/* .B46b907aacc22c6641b4 {

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

    margin-bottom: 10px;

    font-size: 3em;

    color: #fff;

} */



.hero-text {

    position: absolute;


    top: 50%;

    width: 100%;

    left: 0;

    transform: translateY(-30vh);

}



.location {

    padding-top: 80px;

    padding-bottom: 80px;

    background-color: #0b0b0b;

}



.location .title h2 {

    color: #fff;

    text-align: center;

}



.location a {

    text-decoration: none;

}



.location .the-box {

    margin-top: 100px;

    position: relative;

}



.location .the-box .table {

    background-color: rgba(0, 0, 0, 0.5);

    transition: all 0.4s;

}



.location .the-box:hover .table {

    background-color: #000;

}



.location .the-box:hover p {

    display: block;

    color: #fff;

    font-family: 'Ethereal', sans-serif !important;



}



.location .the-box:hover h2 {

    display: none;

}





.location .the-title-box {

    margin: auto;

    text-align: center;

    color: #fff;

    position: absolute;

    display: contents;



}



.location .the-title-box p {

    display: none;

    font-family: 'Ethereal', sans-serif !important;

    font-weight: 600;

}



.location .the-title-box h2 {

    font-family: 'Ethereal', sans-serif !important;

}



.about-the-chef {

    padding-top: 80px;

    padding-bottom: 80px;

    background-color: #0b0b0b;

}



.about-the-chef h2 {

    color: #fff;

    margin-bottom: 10px;

    font-weight: bold;

    font-family: 'Ethereal', sans-serif !important;

    letter-spacing: 2px;

    font-size: 40px;

}



.about-the-chef p {

    line-height: 1.75;

    color: #fff;

    margin-bottom: 20px;
    letter-spacing: 1px;

}



.about-the-chef img {

    max-width: 400px;

    display: block;

    margin: 0 auto;

}



.about-the-chef .text-descr {

    max-width: 100%;

    margin: auto;

}



.about-the-cheff {

    padding-top: 80px;

    padding-bottom: 80px;

    background-color: #0b0b0b;

}



.about-the-cheff h2 {

    color: #fff;

    margin-bottom: 10px;

    font-weight: bold;

    font-family: 'Ethereal', sans-serif !important;

    letter-spacing: 2px;

    font-size: 40px;

}



.about-the-cheff p {

    line-height: 1.75;

    color: #fff;

    margin-bottom: 20px;

}



.about-the-cheff img {

    max-width: 250px;

    display: block;

    margin: 0 auto;

}



.menu .outlet {
    position: relative;
    height: auto;
}



.menu .outlet .shadows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);

}



.menu .outlet .title-button {

    text-align: center;

    margin: auto;

    color: #fff;

    position: relative;

}


/* 
.menu .outlet .title-button h2 {

    margin-top: -58px;

}
 */


.menu .outlet .for-button {

    margin: 20px auto;

}



.button-link {

    height: 40px;

    line-height: 40px;

    max-width: 90%;

    text-align: center;

    display: block;

    text-align: center;

    border: 1px solid #fff;

    color: #fff;

    margin: 20px auto;

    text-transform: uppercase;

    letter-spacing: 2px;

    transition: ease-in-out 0.2s;

}



.link-button {



    line-height: 5px;

    width: 100%;

    text-align: center;

    display: inline-block;

    text-align: center;

    border: 1px solid #fff;

    color: #fff;

    margin: 10px auto;

    text-transform: uppercase;

    letter-spacing: 0px;

    transition: ease-in-out 0.2s;

    padding: 20px;

}





.button-link:hover {

    background-color: #fff;

    color: #000;

    text-decoration: none;

}



.link-button:hover {

    background-color: #fff;

    color: #000;

    text-decoration: none;

}



.reservation {

    height: auto;

}



.reservation .table {

    background: rgba(0, 0, 0, 0.4);

    padding-top: 120px;

    padding-bottom: 120px;

}



.reservation .border-reserve {

    background: #0b0b0b;

    padding: 32px;

    box-sizing: border-box;

    border: 2px solid #fff;

    max-width: 100%;

    margin: 10px auto;

}



.reservation .border-reserve h2 {

    color: #fff;

    line-height: 1.5;

    font-weight: normal;

    font-size: 15px;

}



.reservation .border-reserve a {

    color: #fff;

    border-bottom: 2px solid #fff;

}



.reservation .border-reserve ul {

    list-style-type: none;

    padding: 0;

}



.border-reserve .facebook_message {

    font-size: 14px;

    font-family: Helvetica, Arial, sans-serif;

    display: block;

    color: #fff;

    background-color: black;

    border: 1px solid #fff;

    border-radius: 3px;

    padding: 5px;

    max-width: 250px;

    margin: 0 auto;

    -webkit-transition: all ease .15s;

    -o-transition: all ease .15s;

    -moz-transition: all ease .15s;

    transition: all ease .15s;

    color: #fff !important;

    border-bottom: 1px solid #fff !important;

    border-radius: 100px;



}



.border-reserve .facebook_message img {

    height: 25px;

    display: inline-block;

}



.border-reserve a {

    text-decoration: none;

}



/* end index */



/* subpage */



.hero-subpage {

    position: relative;

    overflow: hidden;

}



.hero-subpage .slick-slide {

    height: 800px;

    background: #333;

}



.overlay-slick-slide-homepage {

    background: rgba(0, 0, 0, 0.5);

}



.hero-subpage .slick-dots {

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 2;

    text-align: left;

    margin: 30px 15px;



}



.hero-subpage .slick-dots li {

    display: inline-block;

    height: 13px;

    width: 13px;

    background: transparent;

    border: 2px solid #fff;

    margin-right: 13px;

    border-radius: 9999px;

    box-sizing: border-box;

    color: transparent;

    font-size: 0em;

    cursor: pointer;

}



.hero-subpage .slick-dots li.slick-active {

    background: #fff;

}



.slick-slider {

    margin-bottom: 0 !important;

}







/* .B46b907aacc22c6641b4 {

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

    margin-bottom: 10px;

    font-size: 3em;

    color: #fff;

} */



.hero-subpage-text {

    position: absolute;

    top: 50%;

    width: 100%;

    left: 0;

    transform: translateY(-30vh);

}



.hero-subpage-text h1 {

    color: #fff;

    margin: 0 auto;

    line-height: 1.75;

    font-style: normal;

    margin-top: 30px;

    text-transform: none;

    font-family: 'Ethereal', sans-serif !important;

}



.about-the-restaurant {

    padding-top: 80px;

    padding-bottom: 80px;

    background-color: #0b0b0b;

}



.about-the-restaurant h2 {

    color: #fff;

    margin-bottom: 10px;

    font-weight: bold;

}



.about-the-restaurant p {

    line-height: 1.75;

    color: #fff;

    margin-bottom: 20px;

}



.about-the-restaurant img {

    max-width: 250px;

    display: block;

    margin: 0 auto;

}



.menu-restaurant {

    padding-top: 80px;

    padding-bottom: 80px;

    background-color: #0b0b0b;

}



.menu-restaurant .image-restaurant {

    height: 350px;

    width: auto;

    display: block;

    margin: auto;

}



.menu-restaurant h1 {

    color: #fff;

    margin-top: 50px;

}



.menu-restaurant .button-link {

    max-width: 100%;

}



.reservation-subpage {

    height: auto;

}



.reservation-subpage .table {

    background: rgba(0, 0, 0, 0.4);

    padding-top: 120px;

    padding-bottom: 120px;

}



.reservation-subpage .border-reserve {

    background: #0b0b0b;

    padding: 30px;

    box-sizing: border-box;

    border: 2px solid #fff;

    max-width: 100%;

    margin: auto;

}



.reservation-subpage .border-reserve h2 {

    margin-top: 10px;

    color: #fff;

    line-height: 1.5;

    font-weight: normal;

}



.reservation-subpage .border-reserve a {

    color: #fff;

    border-bottom: 2px solid #fff;

}



.reservation-subpage .border-reserve ul {

    list-style-type: none;

    padding: 0;

}



.reservation-subpage .border-reserve .facebook_message {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    display: block;
    color: #fff;
    border-bottom: 1px solid #fff !important;
    background-color: black;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px;
    max-width: 160px;
    margin: 0 auto;
    -webkit-transition: all ease .15s;
    -o-transition: all ease .15s;
    -moz-transition: all ease .15s;
    transition: all ease .15s;
    margin: 40px auto;
    color: #fff !important;
}



.reservation-subpage .border-reserve .facebook_message img {

    height: 25px;

    display: inline-block;

}



.reservation-subpage .border-reserve a {

    text-decoration: none;

}



/* subpage */


/* new page */

/* end new page */



/* footer */



.footer {

    background: #0b0b0b;

    padding-top: 15px;

    padding-bottom: 15px;

    position: relative;

    height: auto;

}



.footer a {

    color: #888;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-size: 14px;

    opacity: 0.8;

    text-decoration: none;

    margin-left: 5px;

}



.footer ul {

    margin-bottom: 20px;

    list-style-type: none;

    padding: 0;

}





.footer ul li {

    text-align: center;

    padding: 0;

    margin-right: 10px;

    margin-bottom: 10px;

}



.footer ol {

    margin-bottom: 0px;

    margin-top: 20px;

    text-align: center;

    padding: 0;

}



.footer ol li {

    display: inline-block;

    margin-right: 20px;

}



.footer ol li a {

    color: #161925;

    height: 40px;

    width: 40px;

    display: block;

    line-height: 40px;

    background: #fff;

    text-align: center;

    border-radius: 999999px;

}





.footer span {

    margin-bottom: 0;

    color: #888;

    display: block;

    text-align: left;

    font-size: 14px;

    position: relative;

    right: 0 !important;

}



.footer p {

    margin-bottom: 0;

    color: #888;

    display: block;

    font-size: 14px;

    margin: 60px 0px 0px;

}



.footer_text_small span {

    margin-bottom: 40px;

    display: block;

    text-align: center;

}

.menu .border-reserve {
    background: #0b0b0b;
    padding: 32px;
    box-sizing: border-box;
    border: 2px solid #fff;
    max-width: 100%;
    margin: 15px;
    position: relative;
}


.menu .border-reserve h3 {
    margin-top: 10px;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.menu .border-reserve .facebook_message {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    display: block;
    color: #fff;
    background-color: black;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px;
    max-width: 350px;
    margin: 0px auto !important;
    -webkit-transition: all ease .15s;
    -o-transition: all ease .15s;
    -moz-transition: all ease .15s;
    transition: all ease .15s;
    color: #fff;
    border-bottom: 1px solid #fff !important;
    border-radius: 100px;
}

.menu .border-reserve span {
    font-size: 15px;
    text-align: center;
    color: #fff;
    display: block;
    letter-spacing: 1px;
}





/* end footer */



@media (min-width:770px) {

    .desktop-only {

        display: block;

    }



    .mobile-only {

        display: none;

    }



    .button-link {

        max-width: 20%;

    }



    .link-button {

        max-width: 28%;

        margin: 20px;

    }



    .reservation .border-reserve {

        background: #0b0b0b;

        padding: 32px;

        box-sizing: border-box;

        border: 2px solid #fff;

        max-width: 500px;

        margin: 20px auto;

    }



    .reservation-subpage .border-reserve {

        background: #0b0b0b;

        padding: 32px;

        box-sizing: border-box;

        border: 2px solid #fff;

        max-width: 35%;

        margin: auto;

    }



    .footer ul li {

        display: inline-block;

        margin-right: 20px;

    }



    .footer ul li {

        text-align: right;

        padding: 0;

        margin-right: 10px;

        margin-bottom: 10px;

    }





    .footer ol {

        margin-bottom: 0px;

        margin-top: 20px;

        text-align: left;

        padding-left: 40px;

    }



    .footer ul {

        margin-bottom: 0px;

        margin-top: 20px;

        padding-left: 40px;



    }



    .the-logo .reservation {

        height: 45px;

        line-height: 46px;

        width: 400px;

        text-align: center;

        display: block;

        text-align: center;

        border: 1px solid #fff;

        color: #fff;

        margin: 20px auto;

        text-transform: uppercase;

        letter-spacing: 2px;

        transition: ease-in-out 0.2s;

        text-decoration: none;

    }



    .footer span {

        margin-bottom: 0;

        color: #888;

        display: block;

        text-align: left;

        font-size: 14px;

        position: absolute;

        right: 27px !important;

        top: 0;

    }



    .about-the-chef .text-descr {

        max-width: 60%;

        margin: auto;

    }

    .menu .border-reserve {
        background: #0b0b0b;
        padding: 32px;
        box-sizing: border-box;
        border: 2px solid #fff;
        width: 500px;
    }

    



}


@media (max-width:770px) {

    .link-button {

        font-size: 13px;
        width: 90%;

    }

    .text-descr .reservation {
/*         max-width: 70% !important; */
    }

    .menu .border-reserve .facebook_message {
        font-size: 14px;
    }

    .menu .outlet .title-button {
        margin-top: 30px;
    }
}

.partner {
    display: none;
}


.slick-dots li button:before {
    content: '' !important;
}

.slick-dots li.slick-active button:before {
    color: none !important;
    content: '' !important;
}

.title-button h2 {
    font-family: 'Ethereal', sans-serif !important;
    letter-spacing: 2px;
    font-size: 40px;
}

.reservation h1 {
    font-family: 'Ethereal', sans-serif !important;
    letter-spacing: 2px;
    font-size: 40px;
}

.facebook_message:hover {
    background-color: #fff !important;
    color: #000 !important;
}