/*
COLORS
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
img {
  height: auto;
}

/**
  BUTTON stlyes
 */
.btn {
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  font-family: "Lora", serif;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn:focus {
  box-shadow: none;
}

.btn-white {
  color: #000;
  border: 1px solid #000;
  letter-spacing: 1px;
  padding: 10px 45px 8px;
  border-radius: 0;
}
.btn-white:hover {
  border: 1px solid #D1A054;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transform: translate(0, -3px);
}

.btn-black {
  color: #fff;
  border: 1px solid #000;
  background: #000;
  letter-spacing: 1px;
  padding: 10px 45px 8px;
  border-radius: 0;
}
.btn-black:hover {
  border: 1px solid #D1A054;
  background: #D1A054;
}

.btn-gold {
  color: #fff;
  border: 1px solid #000;
  letter-spacing: 1px;
  padding: 10px 45px 8px;
  border-radius: 0;
  background-color: #D1A054;
}
.btn-gold:hover {
  border: 1px solid #D1A054;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transform: translate(0, -3px);
  color: #000;
}

/**
 Input Forms
 */
.form-group .form-control, .select-holder .form-control {
  background-color: transparent;
  border: 1px solid rgba(127, 127, 127, 0.25);
  font-size: 14px;
  border-radius: 0;
}
.form-group .form-control:focus, .select-holder .form-control:focus {
  box-shadow: none !important;
  outline: 0;
}

textarea {
  min-height: 100px !important;
}

.control-label {
  font-size: 14px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .control-label {
    font-size: 15px;
  }
}

/**
General styles
*/
.alert {
  position: absolute;
  z-index: 50;
}

.error-message {
  color: red;
}

.gray-bg {
  background-color: #f5f5f5;
}

img.allergy-img {
  height: 25px;
  margin-right: 6px;
}

.gold-ref {
  color: #D1A054;
}
.gold-ref:hover {
  color: #000;
}

body {
  color: #000;
  font-family: "Lora", serif;
  min-height: 100vh;
  position: relative;
  text-align: inherit;
}
body a {
  color: #fff;
  text-decoration: none;
}
body a:hover {
  color: #D1A054;
}
body h1 {
  font-size: 38px;
  font-family: "Cinzel", serif;
}
@media (min-width: 768px) {
  body h1 {
    font-size: 50px;
  }
}
body h2 {
  font-family: "Cinzel", serif;
  font-size: 25px;
}
@media (min-width: 768px) {
  body h2 {
    font-size: 36px;
  }
}
body h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  body h3 {
    font-size: 26px;
  }
}
body h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  body h4 {
    font-size: 25px;
  }
}
body h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  body h5 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  body p {
    font-size: 15px;
  }
}
body p {
  font-size: 14px;
}
@media (min-width: 768px) {
  body p {
    font-size: 15px;
  }
}
body main {
  margin-bottom: 40px;
  min-height: 70vh;
}
body header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 80px;
  text-transform: uppercase;
  z-index: 40;
  position: fixed;
  top: 0;
  width: 100%;
}
body header .top-header {
  padding-bottom: 7px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0;
  background-color: #1b2024;
}
body header .top-header p {
  font-size: 13px;
}
body header .top-header a {
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
body header .top-header i {
  font-size: 12px;
}
body header .top-header .fa-tripadvisor {
  padding-right: 17px;
}
body header .top-header .street {
  opacity: 0.8;
  text-transform: none;
}
body header .top-header .header-address:before {
  content: "\f3c5" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 5px;
}
body header .top-header .header-phone:before {
  content: "\f095" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 5px;
}
body header .main-header {
  background-color: transparent;
  height: 80px;
}
body header .main-header h3 {
  font-size: 22px;
  margin: 0;
}
body header .main-header .logo {
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body header .main-header .logo:hover {
  color: #D1A054;
}
body header .main-header .logo h3 {
  font-size: 32px;
  letter-spacing: 6px;
}
body header .main-header .logo h3 span {
  font-size: 14px;
  letter-spacing: 0.8px;
}
body header .main-header .navbar-nav {
  z-index: 4;
}
body header .main-header .navbar-nav li {
  margin: 0;
  position: relative;
  padding: 5px;
}
@media (min-width: 1200px) {
  body header .main-header .navbar-nav li {
    padding: 15px;
  }
}
body header .main-header .navbar-nav li ul {
  display: none;
  padding-left: 0;
  background: transparent;
}
body header .main-header .navbar-nav li ul li {
  list-style: none;
}
body header .main-header .navbar-nav li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none !important;
  white-space: nowrap;
}
body header .main-header .navbar-nav li a:hover {
  color: #D1A054;
}
body header .main-header .navbar-toggler {
  padding-top: 21px;
  padding-left: 25px;
  position: absolute;
  z-index: 5;
  outline: none !important;
  right: 15px;
  width: 70px;
}
body header .main-header .navbar-toggler .navbar-toggler-icon {
  color: #fff;
}
body header .main-header .navbar-toggler .navbar-toggler-icon i {
  font-size: 30px;
}
body header .mobile-logo {
  display: block;
  width: 100vw;
  text-align: center;
  padding-top: 8px;
}
body header .navbar {
  position: absolute;
  padding: 0;
}
body header .navbar .navbar-collapse {
  padding: 70px 15px 15px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
}
body header.mobile-header .navbar-nav {
  height: 100vh;
}
body header.transparent .top-header {
  margin-top: -34px;
}
body header.transparent .main-header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #1b2024 !important;
}
@media (min-width: 992px) {
  body header .mobile-logo {
    display: none;
  }
  body header .navbar-nav {
    z-index: 4;
  }
  body header .navbar-nav li {
    margin: 0;
    position: relative;
    padding: 15px;
  }
  body header .navbar-nav li ul {
    position: absolute;
    display: none;
    background: transparent;
    padding-top: 29px;
    padding-left: 0;
  }
  body header .navbar-nav li ul li {
    background: #1b2024;
    list-style: none;
  }
  body header .navbar-nav li ul li:first-of-type {
    border-top: solid 1px #D1A054;
  }
  body header .navbar-nav li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    text-decoration: none !important;
  }
  body header .navbar-nav li a span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    content: "";
    height: 5px;
    position: absolute;
    right: 2px;
    top: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
  }
  body header .navbar-nav li a:hover {
    color: #D1A054;
  }
  body header .navbar-nav li a:hover span {
    border-color: #D1A054;
  }
  body header .navbar-nav li:hover ul {
    display: block;
  }
  body header .navbar {
    position: inherit;
    padding: 0;
  }
  body header .navbar .navbar-collapse {
    padding: 0;
    width: initial;
    height: 80px;
    background: inherit;
  }
}
body footer {
  background-color: #1b2024;
  color: #fff;
}
body footer h2 {
  color: #D1A054;
  font-size: 21px;
  margin-bottom: 15px;
}
body footer p {
  margin: 0;
  padding: 0;
}
body footer a.btn-social {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  display: inline-block;
  height: 46px;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 2px;
  padding-top: 9px;
  width: 46px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body footer .lighter-dark {
  background-color: rgba(255, 255, 255, 0.03);
}
body footer .footer-content {
  padding: 60px 30px;
}
body footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-style: 12px;
  padding: 6px;
}
body .torn-paper-after {
  position: relative;
}
body .torn-paper-after:after {
  background: url(/img/torn-papper2.png) 15% 100%;
  bottom: -7px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
body .torn-paper-before {
  position: relative;
}
body .torn-paper-before:before {
  background: url(/img/torn-papper2.png) 15% 100%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.error-page header {
  background-color: #1b2024;
}
.error-page main {
  margin-top: 20vh;
}
.error-page main .container-error-404 {
  text-align: center;
}
.error-page main .container-error-404 .clip {
  display: inline-block;
}
.error-page main .container-error-404 .clip .shadow {
  margin: 20px;
  font-size: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #D1A054;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-family: "Cinzel", serif;
}
.error-page main .container-error-404 .msg {
  width: 100%;
}
.error-page main .container-error-404 .error-text {
  font-size: 20px;
}

.page-home main {
  margin-bottom: 0;
}
.page-home .title {
  clear: both;
  margin-bottom: 45px;
  overflow: hidden;
  text-align: center;
}
.page-home .title p {
  margin-bottom: 3px;
  letter-spacing: 1px;
  font-style: italic;
  color: #D1A054;
}
.page-home .title p:before {
  border-bottom: 1px solid;
  bottom: 9px;
  content: "";
  margin: 0 10px;
  padding: 0 5px;
  position: relative;
}
.page-home .title p:after {
  border-bottom: 1px solid;
  bottom: 9px;
  content: "";
  margin: 0 10px;
  padding: 0 5px;
  position: relative;
}
.page-home .title h3 {
  font-family: "Cinzel", serif;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  display: inline-block;
  padding: 4px 15px 0;
}
.page-home .title.white-title h3 {
  color: #fff;
}
.page-home .closed-text p {
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  margin-top: 30px;
  background: #D1A054;
  padding: 10px;
}
@media (min-width: 576px) {
  .page-home .closed-text p {
    width: 50%;
  }
}
.page-home .slider {
  z-index: 2;
  position: relative;
  padding: 0;
}
.page-home .slider .row {
  margin: 0;
  padding: 0;
}
.page-home .slider .row .col-12 {
  margin: 0;
  padding: 0;
}
.page-home .slider .gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 60%, black 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.page-home .slider .carousel-item {
  background-size: cover;
  height: calc(100vmin + 120px);
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.page-home .slider .carousel.fade {
  opacity: 1;
}
.page-home .slider .carousel.fade .carousel-item {
  display: block !important;
  left: 0 !important;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  width: 100%;
  z-index: 1;
}
.page-home .slider .carousel.fade .carousel-item:first-child {
  position: relative;
  top: auto;
}
.page-home .slider .carousel.fade .carousel-item.active {
  opacity: 1;
  transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
.page-home .slider .carousel-control-next,
.page-home .slider .carousel-control-prev {
  display: none;
}
.page-home .slider .slider-text {
  color: #fff;
  position: absolute;
  top: calc(50% - 60px);
  z-index: 5;
}
.page-home .slider .slider-text h1, .page-home .slider .slider-text h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .page-home .slider .slider-text h1, .page-home .slider .slider-text h2 {
    font-size: 80px;
  }
}
.page-home .slider .image-container {
  height: 70vh;
  max-height: 700px;
}
.page-home .slider .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-home .slider .carousel-item {
    height: 101vh;
  }
}
.page-home .phone-block {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #1b2024;
  color: #fff;
}
.page-home .phone-block h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .page-home .phone-block h2 {
    font-size: 28px;
  }
}
.page-home .slider-promo {
  position: relative;
}
.page-home .slider-promo .carousel-item {
  background-size: cover;
  height: 400px;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed !important;
}
.page-home .slider-promo .carousel.fade {
  opacity: 1;
}
.page-home .slider-promo .carousel.fade .carousel-item {
  display: block !important;
  left: 0 !important;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  width: 100%;
  z-index: 1;
}
.page-home .slider-promo .carousel.fade .carousel-item:first-child {
  position: relative;
  top: auto;
}
.page-home .slider-promo .carousel.fade .carousel-item.active {
  opacity: 1;
  transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
.page-home .slider-promo .carousel-caption {
  padding: 10px 15px 20px;
  color: #1b2024;
  z-index: 2;
  background: white;
  max-width: 640px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  opacity: 0.95;
  left: calc(50% - 320px);
  bottom: 72px;
  min-height: 270px;
}
.page-home .slider-promo .carousel-caption h3 {
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  margin-bottom: 15px;
  margin-top: 20px;
}
.page-home .order {
  padding-top: 30px;
}
.page-home .order .category-item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page-home .order .category-item img {
  height: auto;
}
.page-home .order .category-item a:after {
  bottom: 5px;
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 11;
}
.page-home .order .category-item .category-name {
  bottom: 30px;
  color: #fff;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  z-index: 10;
}
@media (min-width: 992px) {
  .page-home .order .category-item .category-name {
    font-size: 20px;
  }
}
.page-home .order .category-item .category-image {
  width: 100%;
  -webkit-transition: all 4s linear;
  -moz-transition: all 4s linear;
  -o-transition: all 4s linear;
  transition: all 4s linear;
}
.page-home .order .category-item .gradient-to-top {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  height: 30%;
  left: 0;
  position: absolute;
  transition: all 0.25s ease;
  width: 100%;
  z-index: 1;
}
.page-home .order .category-item:hover .category-image {
  -webkit-transform: perspective(1px) scale(1.1) translateZ(0);
  transform: perspective(1px) scale(1.1) translateZ(0);
}
.page-home .order .category-item:hover .gradient-to-top {
  height: 100%;
}
@media (min-width: 768px) {
  .page-home .order {
    padding-top: 60px;
  }
  .page-home .order .category-item {
    margin-bottom: 0;
  }
}
.page-home .testimonials .fa-quote-left {
  font-size: 30px;
  opacity: 0.25;
  color: #1b2024;
}
.page-home .testimonials .text {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 15px;
  opacity: 0.75;
  line-height: 1.72;
}
.page-home .testimonials .writer {
  color: #D1A054;
  font-size: 16px;
  margin: 0;
  font-family: "Cinzel", serif;
}

.page-title {
  color: #fff;
  position: relative;
  top: calc(50% - 24px);
}
@media (min-width: 768px) {
  .page-title {
    top: 50%;
  }
}

.heading-block {
  margin-bottom: 40px;
  height: 250px;
  background-size: cover !important;
  background-position: center !important;
}
@media (min-width: 768px) {
  .heading-block {
    background-size: unset;
    height: 360px;
  }
}

.pages .imgHolder {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.pages .imgHolder a img {
  -webkit-transition: all 5s linear;
  -moz-transition: all 5s linear;
  -o-transition: all 5s linear;
  transition: all 5s linear;
  width: 100%;
  overflow: hidden;
}
.pages .imgHolder a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.pages .imgHolder a:hover img {
  -webkit-transition: all 5s linear;
  -moz-transition: all 5s linear;
  -o-transition: all 5s linear;
  transition: all 5s linear;
  -webkit-transform: perspective(1px) scale(1.1) translateZ(0);
  transform: perspective(1px) scale(1.1) translateZ(0);
}
.pages .imgHolder a:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.pages .inner a {
  color: #D1A054;
  text-decoration: none;
}
.pages .inner a:hover {
  text-decoration: underline;
}
.pages .inner .btn-white {
  color: #ffffff;
  background-color: #D1A054;
}
.pages .inner .btn-white:hover {
  color: #000;
  text-decoration: none;
}
.pages .gold-block .box {
  background: #D1A054;
  padding: 15px;
  color: white;
}
.pages .gold-block .box h2 {
  font-size: 24px;
}
.pages .gold-block .box h2 a {
  color: white;
}
.pages .gold-block .box h3 {
  font-size: 20px;
}
.pages .gold-block .box .btn {
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 1px;
  padding: 10px 45px 8px;
  border-radius: 0;
}
.pages .gold-block .box .btn:hover {
  color: #000;
  border: 1px solid #000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transform: translate(0, -3px);
}
.pages .gold-block .box .btn-white {
  background-color: #000;
}
.pages .gold-block .box .btn-white:hover {
  color: #fff;
}

.menu-item {
  margin-bottom: 45px;
  padding-bottom: 2px;
}
.menu-item .thumbnail {
  float: left;
  margin-right: 15px;
  z-index: 11;
}
.menu-item .thumbnail .product-image {
  border-radius: 0 50% 50% 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  transition: all 300ms ease-in-out;
}
.menu-item .thumbnail:hover .product-image {
  border-radius: 50% 0 50% 50%;
}
.menu-item .description {
  padding-left: 125px;
  position: relative;
}
.menu-item .description .product-title {
  background-color: #fff;
  display: inline;
  font-size: 18px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.menu-item .description .product-price {
  background-color: #fff;
  color: #D1A054;
  float: right;
  font-size: 18px;
  font-weight: 400;
  padding-left: 5px;
  position: relative;
  top: -2px;
  z-index: 1;
}
.menu-item .description .dots {
  margin-top: -8px;
  opacity: 0.7;
  padding-top: 8px;
  position: relative;
}
.menu-item .description .dots:before {
  border-top: 1px dashed;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .menu-item .thumbnail {
    margin-right: 15px;
    position: relative;
    z-index: 11;
  }
  .menu-item .thumbnail span {
    bottom: 85%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
    left: 105%;
    opacity: 0;
    position: absolute;
    transition: all 0.25s ease-in;
    visibility: hidden;
  }
  .menu-item .thumbnail .product-image {
    border-radius: 0 50% 50% 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    transition: all 300ms ease-in-out;
  }
  .menu-item .thumbnail:hover span {
    bottom: 105%;
    opacity: 1;
    visibility: visible;
  }
  .menu-item .thumbnail:hover .product-image {
    border-radius: 50% 0 50% 50%;
  }
}

.card_item {
  color: #1b2024;
  margin-bottom: 20px;
}
.card_item .card-shadow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card_item .card-shadow .description {
  background-color: rgba(127, 127, 127, 0.075);
  border: 1px solid rgba(127, 127, 127, 0.2);
  min-height: 190px;
  padding: 20px 30px 30px;
  position: relative;
  text-align: center;
}
.card_item .card-shadow .description .card-title {
  font-size: 18px;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 3;
}
.card_item .card-shadow .description .card-title a {
  color: #1b2024;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.card_item .card-shadow .description .card-title a:hover {
  color: #D1A054;
  opacity: 1;
}
.card_item .card-shadow .description p {
  color: #1b2024;
  opacity: 0.7;
}
.card_item .card-shadow .description .btn {
  bottom: 20px;
  left: 86px;
  position: absolute;
}
.card_item .card-shadow .description:before {
  border: 1px dashed rgba(127, 127, 127, 0.3);
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.card_item .card-shadow:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.title {
  padding-top: 20px;
  clear: both;
  margin-bottom: 45px;
  overflow: hidden;
  text-align: center;
}
.title p {
  margin-bottom: 3px;
  letter-spacing: 1px;
  font-style: italic;
  color: #D1A054;
}
.title p:before {
  border-bottom: 1px solid;
  bottom: 9px;
  content: "";
  margin: 0 10px;
  padding: 0 5px;
  position: relative;
}
.title p:after {
  border-bottom: 1px solid;
  bottom: 9px;
  content: "";
  margin: 0 10px;
  padding: 0 5px;
  position: relative;
}
.title h3 {
  font-family: "Cinzel", serif;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  display: inline-block;
  padding: 4px 15px 0;
}
.title.white-title h3 {
  color: #fff;
}

.page-contact main {
  margin-bottom: 0;
}
.page-contact .card_item .box {
  height: 100%;
}
.page-contact .card_item .card-shadow {
  height: 100%;
}
.page-contact .card_item .description {
  padding: 55px 30px 30px;
  min-height: 205px;
  height: 100%;
}
.page-contact .card_item .description a {
  text-decoration: none;
  color: #1b2024;
  opacity: 0.7;
  font-size: 14px;
}
.page-contact .card_item .description a:hover {
  color: #D1A054;
}
.page-contact .card_item span.icon {
  width: 70px;
  font-size: 20px;
  height: 45px;
  line-height: 40px;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -35px;
  border-radius: 0% 0% 50% 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  z-index: 1;
  color: #ffffff;
  background-color: #D1A054;
}
.page-contact .card_item.phone .icon:after {
  content: "\f095" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
}
.page-contact .card_item.address .icon:after {
  content: "\f041" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
}
.page-contact .card_item.clock .icon:after {
  content: "\f017" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
}
.page-contact .form-group.text .input-group-addon.last {
  display: none;
}
.page-contact .bootstrap-datetimepicker-widget table td .fa {
  font-size: 23px;
  background: #fff;
  border: solid 1px #f5f5f5;
  color: #D1A054;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-contact .bootstrap-datetimepicker-widget table td .fa:hover {
  background: #D1A054;
  color: #fff;
  border-radius: 0;
}
.page-contact .bootstrap-datetimepicker-widget table td.active, .page-contact .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #D1A054 !important;
}
.page-contact .bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #D1A054 !important;
}
.page-contact .bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #D1A054 !important;
}
.page-contact .rules {
  color: #000;
}
.page-contact .rules:hover {
  color: #D1A054;
}

.gallery-page .heading-block {
  margin-bottom: 80px;
}

.grill-page .thumbnail {
  display: none;
}
.grill-page .description {
  padding-left: 0;
}

.page-restaurant .category-nav {
  position: sticky;
  top: 81px;
  z-index: 12;
}
.page-restaurant .category-nav ul {
  background: #fff;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  border-radius: 0 0 15px 15px;
  padding: 15px 20px 10px;
  text-transform: uppercase;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.5px;
  font-size: 16px;
}
.page-restaurant .category-nav ul li {
  display: inline-block;
}
.page-restaurant .category-nav ul li a {
  color: #000;
}
.page-restaurant .category-nav ul li a .category-tab-title {
  display: inline-block;
  margin: 0 13px 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-restaurant .category-nav ul li a .category-tab-title:hover {
  color: #D1A054;
}
.page-restaurant .category-nav ul li a .category-tab-title.active {
  border-bottom: 1px solid #D1A054;
  color: #D1A054;
}
.page-restaurant .card_item .card-shadow {
  position: relative;
}
.page-restaurant .card_item .card-price {
  background: #1b2024;
  color: #fff;
  line-height: 45px;
  text-align: center;
  padding: 0 15px;
  opacity: 0.9;
  font-size: 16px;
  min-width: 67px;
  border-radius: 0 5px 0 9px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
  width: auto;
}

.last-posts .row {
  position: relative;
}

.post-index {
  padding-bottom: 60px;
}
.post-index .gray-bg {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.post-index .post-content {
  padding: 20px 35px;
}
.post-index .post-content .date {
  font-family: "Cinzel", serif;
  font-size: 15px;
  margin-bottom: 10px;
  color: #1b2024;
}
.post-index .post-content h2 {
  font-size: 22px;
}
.post-index .post-content-image {
  margin-top: -3rem;
}
@media (min-width: 992px) {
  .post-index .post-content-image {
    margin-top: 0;
    position: absolute;
    right: 45px;
    margin-bottom: 45px;
    top: 45px;
  }
}
.post-index .post-category {
  color: #bb8b41;
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: -10px;
}

.error-header .main-header {
  background-color: #1b2024 !important;
}

.gallery a {
  display: block;
}
.gallery a img {
  height: auto;
}

.map {
  padding: 0;
}
.map .row {
  margin: 0;
}
.map .row .col-12 {
  padding: 0;
}

.has-image.image_right {
  display: flex;
  flex-direction: column;
}
.has-image.image_right .main-image {
  order: 1;
  width: 100%;
}
.has-image.image_right .main-image img {
  width: 100%;
  height: auto;
}
.has-image.image_right .inner {
  order: 2;
  width: 100%;
  padding: 20px;
}
@media (min-width: 992px) {
  .has-image.image_right {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .has-image.image_right .main-image {
    order: 12;
    width: 50%;
  }
  .has-image.image_right .inner {
    order: 1;
    width: 50%;
    align-self: center;
  }
  .has-image.image_right > * {
    width: 100%;
  }
}

.carousel-indicators {
  bottom: -20px;
}
.carousel-indicators button {
  background-color: #000 !important;
}

.form-group {
  margin-bottom: 15px;
}/*# sourceMappingURL=style.css.map */