/**
* template:  LIKE GRILL

TABLE OF CONTENTS

        + Global
        + Header
        + Bg header
        + About
        + Offer
        + Menu
        + Book a table
        + Gallery
        + Testimonials
        + Contact
        + Pages
        + Link hover
        + Jquery UI
*/

 @import 'reset.css';
 @import 'all.min.css';
 @import 'owl.carousel.min.css';
 @import 'owl.theme.default.min.css';
 @import 'magnific-popup.css';
 @import 'jquery-ui.css';

/* -------------------------------------------------------
                     GLOBAL
-------------------------------------------------------- */

 @font-face {
     font-family:'Open Sans';
     src: url(../webfonts/OpenSans-Regular.ttf);
}
 @font-face {
     font-family:'Oswald';
     src: url(../webfonts/Oswald-Bold.ttf);
}
 @font-face {
     font-family:'DancingScript';
     src: url(../webfonts/DancingScript-Regular.ttf);
}
 * {
     outline: none;
}
 div, header, section, footer, article, aside, nav {
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
}
 img {
     max-width: 100%;
}
 body {
     font-family: 'Open Sans', sans-serif;
     font-size: 16px;
     line-height: 1.4;
     color: #222;
}
 h1, h2, h3, h4, h5, h6 {
     text-transform: uppercase;
     margin-bottom: 30px;
}
 h1 {
     margin-bottom: 0px;
}
 h3 {
     margin-bottom: 10px;
}
 iframe {
     width: 100%;
}
 .flex-row {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex-direction: row;
             flex-direction: row;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
 .wrapper {
     width:100%;
     max-width: 1200px;
     padding: 0 10px;
     margin: 0 auto;
     box-sizing: border-box;
}
 a, .owl-prev i:hover, .owl-next i:hover, #about .team .about-chef, #about .team .item img, #menu .item-product .item-product-img a img, #menu .item-product .item-product-img .icon-search, .wrapp-input input, .wrapp-input .ui-selectmenu-text, .ui-selectmenu-button.ui-button, #btn, #gallery .gallery-item .gallery-single a img, #gallery .gallery-item .gallery-single .gallery-text {
     -webkit-transition: all;
     -o-transition: all;
     transition: all;
     -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
             transition-duration: 0.5s;
}
 .ptb-20 {
     padding-top: 20px;
     padding-bottom: 20px;
}
 .p-30 {
     padding: 30px;
}
 .pb-50 {
     padding-bottom: 50px;
}
 .pt-100 {
     padding-top: 100px;
}
 .ptb-100 {
     padding-top: 100px;
     padding-bottom: 100px;
}
 .border-t {
     border-top: 1px solid rgba(255,255,255, 0.5);
}
 .pos-ab {
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .overlay {
     background-color: rgba(0,0,0, 0.2);
}
 .bg-hidden {
     overflow: hidden;
     width: 100%;
     background-image: url('../images/tomato.jpg'), url('../images/tomato.jpg');
     background-repeat: no-repeat, no-repeat;
     background-position: -150px 70%, right bottom;
     background-size: 300px, 300px;
}
 .brush-top, .brush-bottom {
     height: 50px;
     width: 100%;
     background-repeat: no-repeat;
     background-position: top center;
     background-size: 100% 50px;
}
 .brush-top {
     background-image: url('../images/brush-top.png');
     top: 0;
     left: 0;
     -webkit-transform: translateY(-47px);
         -ms-transform: translateY(-47px);
             transform: translateY(-47px);
}
 .brush-bottom {
     background-image: url('../images/brush-bottom.png');
     bottom: 0;
     left: 0;
     -webkit-transform: translateY(45px);
         -ms-transform: translateY(45px);
             transform: translateY(45px);
     z-index: 10;
}
 .wrapp-author-testimonials .author-name .star {
     font-size: 12px;
}
 #menu .item-product .item-product-text p, .copy {
     font-size: 14px;
}
 .wrapp-input input::-webkit-input-placeholder {
     font-size: 16px;
}
 .wrapp-input input::-moz-placeholder {
     font-size: 16px;
}
 .wrapp-input input:-ms-input-placeholder {
     font-size: 16px;
}
 .wrapp-input input::-ms-input-placeholder {
     font-size: 16px;
}
 .wrapp-input input::placeholder, #btn {
     font-size: 16px;
}
 #menu .item-product p.menu-ingredients, #gallery .gallery-item .gallery-single p.gallery-ingredients, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .footer-social li a {
     font-size: 18px;
}
 #gallery .gallery-item .gallery-single h3, #about .team h3 {
     font-size: 20px;
}
 .suptitle, #openmenu, #closemenu {
     font-size: 25px;
}
 #about .wrapper-count > div p:first-child {
     font-size: 30px;
}
 #about .wrapper-count > div p:first-child span, h2 {
     font-size: 50px;
}
 h1 {
     font-size: 75px;
}
 .suptitle {
     display: inline-block;
     padding-right: 50px;
}
 .suptitle:after {
     right: 0%;
     top: 50%;
     content: '';
     width: 50px;
     height: 1px;
     background-color: #000;
     display:block;
     -webkit-transform: translate(50%, 0%);
         -ms-transform: translate(50%, 0%);
             transform: translate(50%, 0%);
}
 .header-social li, .footer-social li, .chef-social li, #menu .header-menu-list .menu-list ul li, .header-menu li, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
     float: left;
}
 .header-social li, .footer-social li {
     margin-left: 10px;
}
 .chef-social {
     margin-bottom: 20px;
}
 .chef-social li {
     margin: 0 5px;
}
 #link-top {
     display: inline-block;
     bottom: 30px;
     right: 30px;
     background-color: #222;
     border: 1px solid #222;
     text-decoration: none;
     padding: 16px;
     border-radius: 3px;
     z-index: 200;
}
 @-webkit-keyframes load {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @keyframes load {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 #preload {
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     background-color: #000;
     z-index: 100000;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex-direction: row;
             flex-direction: row;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}
#preload img {
    display: block;
    width: 600px;
    max-width: 90%;
    height: auto;
}
 .bg-header, #offer, #menu, #testimonials, #contact, #about {
     width: 100%;
}
 .bg-header, #offer {
     background-repeat:no-repeat;
     background-attachment: fixed;
     background-size: cover;
}
 #about .services > div, #about .about-img .about-big-img, #about .about-img .about-small-img, #menu .item-product .item-product-img {
     -webkit-box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%), 0 11px 15px -7px rgb(0 0 0 / 20%);
             box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%), 0 11px 15px -7px rgb(0 0 0 / 20%);
}
 .header-menu li a, #about .services > div p, #about .wrapper-count > div p:first-child, #menu .header-menu-list .menu-list ul li a, #menu .item-product .item-product-text .menu-title span, .wrapp-author-testimonials .author-name .author, #btn, h1, h2, h3, h4, h5, h6 {
     font-family:'Oswald', sans-serif;
}
 #gallery .gallery-item .gallery-single p.gallery-ingredients, .suptitle, .subtitle {
     font-family:'DancingScript';
}
 .header-menu li a, .popup, #about .services > div p, #about .wrapper-count > div p:last-child, #menu .header-menu-list .menu-list ul li a, #menu .item-product .item-product-text .menu-title span, #btn {
     text-transform: uppercase;
}
 .wrapp-input input::-webkit-input-placeholder {
     color: #fff;
}
 .wrapp-input input::-moz-placeholder {
     color: #fff;
}
 .wrapp-input input:-ms-input-placeholder {
     color: #fff;
}
 .wrapp-input input::-ms-input-placeholder {
     color: #fff;
}
 .header-top, .header-top a, .header-menu li a, .popup, #openmenu, #closemenu, .bg-header .overlay.pos-ab h1, #about .services > div, #about .team .about-chef, #offer h2, #offer .suptitle, #menu .item-product .item-product-img:hover .icon-search i, #book-a-table h2, #book-a-table .suptitle, .wrapp-input input::placeholder, .wrapp-input input, #contact h2, #contact .suptitle, #gallery .suptitle, #gallery h2, #gallery .suptitle:after, .chef-social li a, #btn, .contact-address > div p, .contact-address > div a, .footer-social li a, #gallery .gallery-item .gallery-single a, #gallery .gallery-item .gallery-single:hover .gallery-text, #link-top {
     color: #fff;
}
 .header-top, .header-top a, .header-menu li a, .popup, #openmenu, #closemenu, #menu .header-menu-list .menu-list ul li a, #btn, .contact-address > div a, .footer-social li a {
     text-decoration: none;
}
 .fixedmenu, #preload, #link-top {
     position: fixed;
}
 header, #about .services, #about .about-img .about-big-img, #about .about-img .about-small-img, .suptitle:after, .pos-ab, .brush-top, .brush-bottom {
     position: absolute;
}
 .bg-header, #about, #about .about-img, #offer, #menu, #menu .item-product .item-product-img, #gallery .gallery-item .gallery-single, #testimonials, .suptitle {
     position: relative;
}
 .bg-header .overlay.pos-ab, #about .wrapper-count > div p:first-child, #menu .item-product .item-product-img .icon-search {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex-direction: row;
             flex-direction: row;
}
.result {
    margin-top: 20px;
    display: none;
}
.result .error {
    color: #ff0000;
}
.result .send {
    color: #fff;
}

/* -------------------------------------------------------
                     HEADER
-------------------------------------------------------- */

 header {
     top: 0;
     left: 0;
     right: 0;
     z-index: 100;
}
 .header-contacts i {
     margin-right: 10px;
}
 .header-contacts p {
     margin-right: 20px;
}
 .header-top, .header-bottom .flex-row {
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}
 .header-bottom .flex-row img {
     max-width: 200px;
}
 .fixedmenu {
     background-color: #000;
     top: 0;
     left: 0;
     right: 0;
     z-index: 100;
}
 .header-menu li {
     margin-right: 30px;
}
 .popup {
     border: 1px solid #fff;
     padding: 8px 16px;
     border-radius: 3px;
}
 #openmenu, #closemenu {
     display: none;
}

/* -------------------------------------------------------
                     BG HEADER
-------------------------------------------------------- */

 .bg-header {
     background-position: top center;
     min-height: 700px;
}
 .bg-header .overlay.pos-ab {
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}

/* -------------------------------------------------------
                     ABOUT
-------------------------------------------------------- */

 #about .services {
     top: 0;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
         -ms-transform: translate(-50%, -50%);
             transform: translate(-50%, -50%);
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
}
 #about .services > div {
     width: calc(25% - 10px);
     background-image: url('../images/bg-food-dark.png');
     background-repeat: repeat;
     background-position: top center;
     background-size: cover;
     border-radius: 3px;
     text-align: center;
     margin-bottom: 10px;
}
 #about .services > div img {
     max-width: 100%;
     margin-bottom: 30px;
}
 #about .about-content {
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}
 #about .about-text {
     width: 50%;
     padding-right: 30px;
}
 #about .about-text p {
     margin-bottom: 30px;
}
 #about .about-img {
     width: 50%;
     min-height: 800px;
}
 #about .about-img .about-big-img, #about .about-img .about-small-img {
     top: 50%;
     left: 50%;
}
 #about .about-img .about-big-img {
     z-index:1;
     height: auto;
     display: block;
     -webkit-transform: translateY(-50%);
         -ms-transform: translateY(-50%);
             transform: translateY(-50%);
}
 #about .about-img .about-small-img {
     width: 400px;
     z-index:2;
     -webkit-transform: translate(-50%, -50%);
         -ms-transform: translate(-50%, -50%);
             transform: translate(-50%, -50%);
     border: 10px solid rgba(255,255,255, 0.5);
}
 #about .signature-about {
     max-width: 150px;
     height: auto;
}
 #about .wrapper-count {
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
}
 #about .wrapper-count > div {
     width: 33%;
     text-align: center;
     padding: 20px 0;
}
 #about .wrapper-count > div p {
     margin-bottom: 0;
     margin-bottom: 10px;
}
 #about .wrapper-count > div p:first-child {
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
}
 #about .wrapper-count > div p:first-child span {
     margin-right: 5px;
}
 #about .team .about-chef {
     opacity: 0;
}
 #about .team .item {
     overflow: hidden;
}
 #about .team .item:hover .about-chef {
     opacity: 1;
     background-color: rgba(0,0,0, 0.5);
}
 #about .team .item img {
     width: 100%;
}
 #about .team .item:hover img {
     -webkit-transform: scale(1.1, 1.1);
         -ms-transform: scale(1.1, 1.1);
             transform: scale(1.1, 1.1);
}
 #about .team .about-chef {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}
 #about .team h3 {
     margin-bottom: 0;
     margin-bottom: 10px;
}

/* -------------------------------------------------------
                     OFFER
-------------------------------------------------------- */

 #offer {
     background-position: center center;
}
 #offer .suptitle:after {
     background-color: #fff;
}

/* -------------------------------------------------------
                     MENU
-------------------------------------------------------- */

 #menu {
     background-position: bottom center;
     background-repeat: no-repeat;
     background-size: contain;
     min-height: 600px;
}
 #menu .header-menu-list {
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}
 #menu .header-menu-list .menu-list {
     margin-left: 100px;
}
 #menu .header-menu-list .menu-list ul li {
     margin: 15px;
}
 #menu .header-menu-list .menu-list ul li a {
     color: #222;
     border: 1px solid #222;
     padding: 8px 16px;
     border-radius: 3px;
     display: inline-block;
}
 #menu .item-list {
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
}
 #menu .item-product {
     width: 50%;
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}
 #menu .item-product .item-product-img {
     width: 30%;
     width:120px;
     height: 120px;
     border-radius: 50%;
     overflow: hidden;
     border: 10px solid rgba(255,255,255, 0.5);
}
 #menu .item-product .item-product-text {
     width: 70%;
     padding-left: 20px;
}
 #menu .item-product .item-product-img a {
     display: block;
}
 #menu .item-product .item-product-img a:hover {
     -webkit-transform: scale(1.1, 1.1);
         -ms-transform: scale(1.1, 1.1);
             transform: scale(1.1, 1.1);
}
 #menu .item-product .item-product-img a img {
     max-width: 100%;
     display: block;
}
 #menu .item-product .item-product-img .icon-search {
     opacity: 0;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}
 #menu .item-product .item-product-img:hover .icon-search {
     opacity: 1;
     background-color: rgba(0,0,0, 0.5);
}
 #menu .item-product .item-product-text .menu-title {
     background: -o-radial-gradient(#d5d5d5 40%,rgba(0,0,0,0) 10%);
     background: radial-gradient(#d5d5d5 40%,rgba(0,0,0,0) 10%);
     background-position: 0 22px;
     background-size: 4px 4px;
     background-repeat: repeat-x;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
}
 #menu .item-product .item-product-text .menu-title span {
     display: block;
     padding-left: 10px;
}
 #menu .item-product .item-product-text .menu-title h3 {
     display: inline-block;
     padding-right: 10px;
}
 #menu .item-product p.menu-ingredients {
     color: #808080;
     font-family: 'Open Sans', sans-serif;
     font-style: normal;
}

/* -------------------------------------------------------
                     BOOK A TABLE
-------------------------------------------------------- */

 #book-a-table {
     background-color: #000;
}
 #book-a-table .suptitle:after {
     background-color: #fff;
}
 #book-a-table .booking-input {
     -webkit-box-pack:start;
         -ms-flex-pack:start;
             justify-content:flex-start;
}
 #book-a-table .booking-input > div {
     width: 50%;
}
 .wrapp-input {
     margin-bottom: 20px;
}
 .wrapp-input input {
     width: 100%;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
     outline: none;
     border: none;
     padding: 17px 1.4em;
     background-color: #222;
     border-radius: 3px;
}
 .wrapp-input input:focus, .wrapp-input input:hover {
     background-color: #ff0000;
}
 #btn {
     border: 1px solid #fff;
     padding: 8px 16px;
     border-radius: 3px;
     background-color: transparent;
     display: inline-block;
     cursor: pointer;
}

/* -------------------------------------------------------
                     GALLERY
-------------------------------------------------------- */

 #gallery {
     background-repeat: repeat;
     background-position: top center;
     background-size: cover;
     background-attachment: fixed;
}
 #gallery .suptitle:after {
     background-color: #fff;
}
 #gallery .gallery-item .gallery-single {
     width: 33.333333%;
     overflow: hidden;
}
 #gallery .gallery-item .gallery-single a {
     display: block;
}
 #gallery .gallery-item .gallery-single a:hover {
     -webkit-transform: scale(1.1, 1.1);
         -ms-transform: scale(1.1, 1.1);
             transform: scale(1.1, 1.1);
}
 #gallery .gallery-item .gallery-single a img {
     width: 100%;
     display: block;
}
 #gallery .gallery-item .gallery-single .gallery-text {
     opacity: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}
 #gallery .gallery-item .gallery-single:hover .gallery-text {
     opacity: 1;
     background-color: rgba(0,0,0, 0.5);
}
 #gallery .wrapper.gallery-item {
     padding-left: 0;
     padding-right: 0;
}
 #gallery .gallery-item .gallery-single h3 {
     margin-bottom: 10px;
}

/* -------------------------------------------------------
                     TESTIMONIALS
-------------------------------------------------------- */

 .owl-carousel .owl-item img {
     display: block;
     width: auto;
}
 .wrapp-author-testimonials {
     margin-top: 30px;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}
 .wrapp-author-testimonials img {
     width: 120px;
     height: 120px;
     border-radius: 50%;
}
 .wrapp-author-testimonials .author-name .author {
     text-transform: uppercase;
}
 .wrapp-author-testimonials .author-name {
     padding-left: 20px;
}
 .wrapp-author-testimonials .author-name .star {
    color: #fdc913;
    text-shadow: 0px 0px #D00003;
}
 .owl-nav {
     margin-top: 30px;
}
 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0!important;
     font: inherit;
     margin-left: 10px;
}

/* -------------------------------------------------------
                     CONTACT
-------------------------------------------------------- */

 #contact {
     background-color: #000;
     padding-top: 50px;
}
 #contact .suptitle:after {
     background-color: #fff;
}
 .contact-content.flex-row {
     -ms-flex-pack: distribute;
         justify-content: space-around;
}
 .contact-content.flex-row > div {
     width: 50%;
}
 .contact-address > div {
     padding: 30px 30px 30px 0;
}
 .contact-address > div p {
     margin-bottom: 20px;
}
 .contact-address > div p i {
     margin-right: 10px;
}
 .copy {
     padding-bottom: 30px;
}
 .copy a {
     text-decoration: none;
     color: #222;
}

/* -------------------------------------------------------
                     PAGES
-------------------------------------------------------- */

.text-header.pages-title .suptitle, .bg-header.pages-title .suptitle  {
    color: #fff;
}
.text-header.pages-title .suptitle:after, .bg-header.pages-title .suptitle:after {
    background-color: #fff;
}
.about-content .about-gallery {
    width: 50%;
    box-sizing: border-box;
}
.about-content .about-gallery  img {
    width: 100%;
    display: block;
}
#gallery.pages-title .suptitle, #gallery.pages-title h2   {
    color: #222;
}
#gallery.pages-title .suptitle:after {
    background-color: #222;
}

/* -------------------------------------------------------
                     LINK HOVER
-------------------------------------------------------- */

 .header-menu li a:hover, .chef-social li a:hover, .footer-social li a:hover, .contact-address p a:hover, .header-top a:hover, .owl-prev i:hover, .owl-next i:hover, #openmenu:hover, #closemenu:hover {
     color: #ff0000;
}
 .popup:hover, #link-top:hover, #btn:hover {
     background-color: #ff0000;
     border-color: #ff0000;
}
 #menu .header-menu-list .menu-list ul li a:hover {
     background-color: #ff0000;
     border-color: #ff0000;
     color: #fff;
}
 #menu .header-menu-list .menu-list ul li a.active {
     background-color: #ff0000;
     border-color: #ff0000;
     color: #fff;
}

/* -------------------------------------------------------
                     JQUERY UI
-------------------------------------------------------- */

 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
     border: none !important;
}
 .ui-datepicker .ui-datepicker-title {
     text-transform: uppercase;
}
 .ui-widget.ui-widget-content {
     width: 80%;
}
 .ui-datepicker-today .ui-state-highlight {
     background: #222 !important;
}
 .ui-selectmenu-button.ui-button {
     padding: 15px;
}
 #datepicker .ui-widget.ui-widget-content {
     height: 380px;
}

/*
================================================================================
================================================================================
                      以下是所有自定义修改 (ALL CUSTOM MODIFICATIONS BELOW)
================================================================================
================================================================================
*/

/* --- 加载动画：为 fork.png 添加呼吸效果 --- */
@-webkit-keyframes breathingEffect {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}
@keyframes breathingEffect {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}
#preload img {
  -webkit-animation: breathingEffect 2s ease-in-out infinite;
  animation: breathingEffect 2s ease-in-out infinite;
}

/* --- 全宽问题修正 --- */
.bg-header, 
#about, 
#offer, 
#menu, 
#testimonials, 
#book-a-table, 
#contact {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

/* --- 滚动时缩小顶部固定菜单 --- */
.fixedmenu #logo img {
  max-height: 60px; /* 限制滚动后 Logo 的最大高度 */
  transition: max-height 0.3s ease-in-out; /* 添加平滑的过渡动画效果 */
}
.fixedmenu .header-bottom > .wrapper {
  padding-top: 5px;   /* 减小滚动后菜单的顶部内边距 */
  padding-bottom: 5px;/* 减小滚动后菜单的底部内边距 */
  transition: padding 0.3s ease-in-out; /* 添加平滑的过渡动画效果 */
}

/* --- 移除“小怪物”区域的鼠标悬停效果 --- */
#about .team .about-chef {
  display: none;
}
#about .team .item:hover img {
  transform: none;
}
#about .team .item {
  cursor: pointer;
}

/* --- 调整“小怪物”区域的上下高度 --- */
#about .team {
  padding-top: 40px !important;
  padding-bottom: 50px !important;
}
/* --- 美化“TELL US”文本输入框样式 (字体加大版) --- */

/* 1. 为文本框应用和其它输入框相同的基本样式 */
.wrapp-input textarea {
  width: 100%;
  height: 318px; /* 保持您想要的高度 */
  box-sizing: border-box;
  outline: none;
  border: none;
  padding: 17px 1.4em; /* 这会增加内部边距，让文字不再顶着边框 */
  background-color: #222;
  border-radius: 3px;
  color: #fff; /* 设置输入文字的颜色为白色 */
  font-family: 'Open Sans', sans-serif; /* 统一字体 */
  font-size: 24px; /* 字体已从 16px 加大 50% 到 24px */
  transition: all 0.5s; /* 添加动画过渡效果 */
  resize: vertical; /* 允许用户垂直拖动调整大小，但禁止水平拖动 */
}

/* 2. 统一 placeholder (提示文字) 的样式 */
.wrapp-input textarea::placeholder {
  color: #fff;
  font-size: 24px; /* 提示文字也同步加大到 24px */
}
.wrapp-input textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 24px;
}
.wrapp-input textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 24px;
}

/* 3. 添加鼠标悬停和点击时的变色效果 */
.wrapp-input textarea:focus,
.wrapp-input textarea:hover {
  background-color: #ff0000;
}
/* --- 为导航栏的按钮增加间距 --- */
.nav > a.popup {
  margin-left: 15px; /* 控制按钮之间的缝隙大小 */
}
/* --- About页面视频背景样式 --- */

/* 1. 让头部容器准备好容纳视频 */
.bg-header.pages-title {
  overflow: hidden; /* 隐藏视频超出部分，防止出现滚动条 */
}

/* 2. 视频背景的具体样式 */
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; /* 确保视频在文字和半透明浮层的最下方 */
  transform: translateX(-50%) translateY(-50%); /* 让视频始终居中 */
  background-size: cover;
}
/* --- 自定义鼠标框选文字颜色 --- */
::selection {
  background-color: #ff0000; /* 框选的背景颜色：红色 */
  color: #ffffff;             /* 框选的文字颜色：白色 */
}

::-moz-selection { /* 兼容 Firefox 浏览器 */
  background-color: #ff0000;
  color: #ffffff;
}
/*
================================================================================
                      --- 登录/注册/忘记密码页面专属样式 (双列版) ---
================================================================================
*/
.body-black {
  background-color: #000; /* 为特定页面设置纯黑背景 */
}

.login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(90vh - 150px); /* 计算一个合适的最小高度，确保内容垂直居中 */
  text-align: center;
  padding-bottom: 100px;
}

.login-container h1 {
  color: #fff;
}

.login-form {
  margin-top: 40px;
  max-width: 900px; /* 为双列布局提供更宽的容器 */
  width: 100%;
}

/* 双列布局的核心容器 */
.login-form .booking-input.flex-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start; /* 顶部对齐 */
}

/* 定义左右两个列各占50%宽度 */
.login-form .booking-input > div {
    width: 50%;
}

/* 左侧留白占位符的样式 */
.login-form .form-left-placeholder {
    padding-right: 15px;
    box-sizing: border-box;
}
.login-form .form-left-placeholder .wrapp-input {
  height: 250px; /* 定义一个合适的高度来平衡右侧内容 */
  background-color: #1c1c1c;
  border: 1px solid #444;
  border-radius: 3px;
}

/* 右侧表单区域 */
.login-form .form-right-inputs {
    padding-left: 15px;
    box-sizing: border-box;
}

.login-form .wrapp-input input {
  text-align: left; /* 文字从左边开始 */
  background-color: #1c1c1c; /* 深灰色背景 */
  border: 1px solid #444; /* 添加边框 */
  color: #fff;
  width: 100%;
}

.login-form .wrapp-input input:focus,
.login-form .wrapp-input input:hover {
  background-color: #333;
  border-color: #666;
}

.login-actions {
  margin-top: 25px;
  border: 1px solid #555;
  display: inline-flex; /* 让按钮们横向排列 */
  border-radius: 3px;
  overflow: hidden; /* 配合圆角，裁切内部元素的直角 */
}

.login-actions a {
  padding: 10px 18px;
  color: #aaa;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border-right: 1px solid #555;
  transition: all 0.3s;
}

.login-actions a:last-child {
  border-right: none; /* 最后一个按钮不要右边框 */
}

.login-actions a:hover {
  background-color: #333;
  color: #fff;
}

.login-actions a.active { /* 当前页面的按钮高亮 */
  background-color: #555;
  color: #fff;
  cursor: default;
}

/* 单独的“SEND”按钮样式 */
.login-form #btn {
    margin-top: 20px;
}
/* --- “服务外包”区域描述文字加粗 --- */
#menu .item-product .item-product-text > p:first-of-type {
  font-weight: bold;
}
