/****Colors****/
/****Fonts****/
/****Screen Sizes****/
* {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
}

body {
  padding: 0;
  margin: 0;
}

.nopadding {
  padding: 0 !important;
}

.nopaddingleft {
  padding-left: 0 !important;
}

.nopaddingright {
  padding-right: 0 !important;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin: 15px 0;
}

@media screen and (min-width: 1500px) {
  p {
    font-size: 17px;
    line-height: 27px;
  }
}

a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

section {
  padding: 75px 0;
  background-color: #fff;
}

.title {
  margin-bottom: 40px;
}

.title h1 {
  font-weight: 700;
  margin-top: 10px;
  font-size: 55px;
  color: #402336;
  letter-spacing: 0px;
}

@media screen and (max-width: 768px) {
  .title h1 {
    font-size: 25px;
  }
}

.hero {
  background-color: #111;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 140px;
  background-image: url("../img/table.jpg");
  background-size: cover;
  background-position: left top;
  position: relative;
}

.hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}

.hero .slogan {
  position: relative;
  z-index: 800;
  text-align: center;
}

.hero .slogan h4 {
  color: #fff;
}

.hero .slogan h1 {
  color: #fff;
  font-weight: 700;
  font-size: 55px;
}

.hero .slogan p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  opacity: .8;
}

.hero .slogan .readmore {
  color: #fff;
  text-decoration: underline;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 50px 30px;
  }
  .hero .slogan h1 {
    font-size: 34px;
  }
}

.nav-mobile {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 997;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.nav-mobile .hamburger {
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
}

.nav-mobile .hamburger i {
  color: #fff;
  font-size: 25px;
}

.nav-mobile .logo {
  margin: auto;
  display: block;
  text-align: center;
}

.nav-mobile .logo img {
  max-width: 100px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .nav-mobile {
    display: none;
  }
}

.nav-mobile.scrolled {
  background-color: #111;
  padding: 10px 0;
  top: 0;
}

.nav-mobile.scrolled .logo img {
  max-width: 60px;
}

.nav-mobile-links {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #111;
  text-align: center;
  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;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.nav-mobile-links .close-btn {
  position: absolute;
  top: 50px;
  right: 20px;
  cursor: pointer;
}

.nav-mobile-links .close-btn i {
  color: #fff;
  font-size: 30px;
}

.nav-mobile-links .logo {
  margin-bottom: 15px;
}

.nav-mobile-links .logo img {
  max-width: 60px;
  margin: auto;
}

.nav-mobile-links .socials {
  margin: 20px 0;
}

.nav-mobile-links .socials a {
  margin: 10px;
}

.nav-mobile-links a {
  font-size: 1.5rem;
  margin: 10px 0;
  color: #fff;
  outline: none;
}

.nav-mobile-links.opened {
  height: 100%;
  opacity: 1;
  overflow: hidden;
  overflow-y: auto;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.navigation .middot {
  color: #fff;
  width: 5px;
  height: 5px;
  margin: 0 auto;
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.navigation .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30vw;
          flex: 1 0 30vw;
}

.navigation .menu li {
  margin: 0 1rem;
}

.navigation .menu li.socials a {
  margin: 0 5px;
}

.navigation .menu li a {
  color: #fff;
}

.navigation .menu-1 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navigation .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20vw;
          flex: 0 1 20vw;
  text-align: center;
}

.navigation .logo img {
  width: 100px;
}

.navigation.scrolled {
  background-color: #111;
  padding: 10px 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .navigation {
    display: none;
  }
}

#testimonials {
  background-color: #f5f5fa;
}

#testimonials .t_box {
  text-align: center;
  margin: 30px 0;
}

#testimonials .t_box .rating i {
  color: #ff2d55;
}

#contact .title {
  margin-bottom: 100px;
}

#contact form h4 {
  margin: 0;
  font-weight: 700;
  color: #402336;
}

#contact form p {
  margin: 0;
  margin-top: 5px;
}

#contact form button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  background-color: #222;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

#contact form button:hover, #contact form button:focus {
  background-color: #444;
}

#contact form label {
  margin-top: 15px;
}

#contact form input {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cacaca;
}

#contact form textarea {
  width: 100%;
  padding-left: 15px;
  resize: none;
  padding-top: 15px;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cacaca;
}

@media screen and (min-width: 992px) {
  #contact form {
    padding-top: 40px;
  }
}

#contact .info-box {
  margin: 40px 0;
  position: relative;
  padding-left: 80px;
}

#contact .info-box .icon {
  position: absolute;
  left: 0;
  top: 10px;
  width: 80px;
  text-align: center;
}

#contact .info-box .icon i {
  color: #cacaca;
  font-size: 30px;
}

#contact .info-box .line {
  width: 100px;
  height: 2px;
  background-color: #ff2d55;
  display: inline-block;
  margin-top: 10px;
}

#contact .info-box h4 {
  margin: 0;
  margin-bottom: 10px;
}

#contact .info-box p {
  margin: 0;
}

#contact .info-box p a {
  color: inherit;
}

.map-cont {
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  height: 0;
}

.map-cont #map {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.img-cont {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.img-cont .polka-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -40px;
  bottom: -40px;
  background-image: url("../img/bg_dots.png");
  background-size: contain;
}

.img-cont img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#chef .img-cont {
  padding-top: 150%;
}

#services {
  background-color: #f5f5fa;
  padding: 0 0;
}

#services .left-part {
  padding-top: 90px;
  padding-left: 145px;
}

@media screen and (max-width: 768px) {
  #services .left-part {
    padding-left: 30px;
  }
}

#services .s-list {
  padding-top: 20px;
}

#services .s-list li {
  font-size: 17px;
  margin: 20px 0;
  color: #666;
}

#services .fa-ul {
  margin-left: 3em;
}

#services .fa-ul .fa-li {
  left: -3em;
  width: 3em;
}

#services .fa-ul .fa-li i {
  color: #4cd964;
}

#services .circle-image-cont {
  position: relative;
  width: 100%;
  padding-top: 120%;
  overflow: hidden;
}

#services .circle-image-cont .circle-image {
  position: absolute;
  left: 5%;
  top: 5%;
  height: 90%;
  width: 90%;
}

#services .circle-image-cont .circle-image img {
  height: 100%;
  -webkit-filter: drop-shadow(0px 0px 25px #a7a7a7);
  filter: drop-shadow(0px 0px 25px #a7a7a7);
}

#menus {
  position: relative;
}

#menus .title {
  margin-bottom: 100px;
}

#menus .absolute-images-cont {
  position: absolute;
  overflow: hidden;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
}

#menus .absolute-images-cont .beef-img {
  position: absolute;
  right: 0;
  top: 200px;
  width: 300px;
}

@media screen and (max-width: 768px) {
  #menus .absolute-images-cont .beef-img {
    width: 200px;
    top: 240px;
  }
}

#menus .absolute-images-cont .crabs-plate {
  position: absolute;
  left: -80px;
  bottom: 20px;
  width: 300px;
}

@media screen and (max-width: 768px) {
  #menus .absolute-images-cont .crabs-plate {
    width: 200px;
  }
}

#menus .absolute-images-cont .meal-plate {
  position: absolute;
  right: -100px;
  bottom: 70px;
  width: 250px;
}

@media screen and (max-width: 768px) {
  #menus .absolute-images-cont .meal-plate {
    width: 200px;
  }
}

#menus .absolute-images-cont .meal-plate-top {
  position: absolute;
  left: -30px;
  top: 100px;
  width: 300px;
}

@media screen and (max-width: 768px) {
  #menus .absolute-images-cont .meal-plate-top {
    width: 200px;
    top: 120px;
    left: -100px;
  }
}

#menus .note {
  padding-left: 40px;
  color: #222;
  padding-top: 30px;
}

#menus .note h4 {
  font-weight: 700;
  line-height: 25px;
}

.sample-menu {
  margin: 30px 0;
  padding: 0 20px;
  position: relative;
  padding-left: 40px;
  border-left: 2px solid rgba(255, 45, 85, 0.6);
}

.sample-menu .content .cat {
  margin: 10px 0;
  clear: both;
  display: inline-block;
}

.sample-menu .content h4 {
  font-weight: 700;
  color: #444;
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.sample-menu .content p {
  margin: 0;
}

* {
  outline: none;
}

#intro {
  padding-top: 130px;
}

#chef i {
  font-size: 55px;
  color: #ededed;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #chef i {
    margin-top: 100px;
  }
}

#chef .title h4 {
  margin: 0;
  color: #999;
  letter-spacing: 1px;
}

#chef .title h1 {
  margin-top: 0px;
}

#chef .signature {
  font-weight: 400;
  color: #444;
  margin-top: 20px;
}

#chef .signature span {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}

#chef .signature span:before {
  content: '';
  position: absolute;
  left: -90px;
  top: 50%;
  height: 2px;
  width: 70px;
  background-color: #ff2d55;
}

.big-cover {
  background-color: #222;
  background-image: url("../img/adobe4.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.big-cover p {
  color: rgba(255, 255, 255, 0.8);
}

.big-cover .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, black, rgba(0, 0, 0, 0));
}

footer {
  background-color: #111;
  padding: 30px 0;
}

footer h5 {
  color: rgba(255, 255, 255, 0.7);
}
/*# sourceMappingURL=main.css.map */