body {
  background: #D23B7F;
  font-size: 18px;
}

html[lang=en] {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

.container-slim {
  width: 1070px;
  margin: auto auto;
  padding: 120px 15px;
}
@media (max-width: 1199px) {
  .container-slim {
    padding: 60px 15px;
    width: 100%;
  }
}

.container-xslim {
  width: 800px;
  margin: auto auto;
  padding: 120px 15px;
}
@media (max-width: 991px) {
  .container-xslim {
    padding: 60px 15px;
    width: 100%;
  }
}

.article {
  font-family: "Lato", sans-serif;
}
.article .text-bold {
  font-weight: bold !important;
}
.article.article-light {
  background: #D23B7F;
  color: #333;
}
.article.article-light a:link, .article.article-light a:active, .article.article-light a:visited, .article.article-light a:hover, .article.article-light a:focus {
  text-decoration: underline;
  color: #000;
}
.article.article-light a:hover, .article.article-light a:focus {
  text-decoration: none;
}
.article.article-dark {
  background: #F2C25C;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.55);
}
.article.article-dark a:link, .article.article-dark a:active, .article.article-dark a:visited, .article.article-dark a:hover, .article.article-dark a:focus {
  text-decoration: underline;
  color: #fff;
}
.article.article-dark a:hover, .article.article-dark a:focus {
  text-decoration: none;
}
.article.article-transparent-light {
  color: #333;
}
.article.article-transparent-light a:link, .article.article-transparent-light a:active, .article.article-transparent-light a:visited, .article.article-transparent-light a:hover, .article.article-transparent-light a:focus {
  text-decoration: underline;
  color: #000;
}
.article.article-transparent-light a:hover, .article.article-transparent-light a:focus {
  text-decoration: none;
}
.article.article-transparent-light .container-slim, .article.article-transparent-light .container-xslim {
  z-index: 10;
  position: relative;
}
.article.article-transparent-dark {
  color: #fff;
  position: relative;
}
.article.article-transparent-dark:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.article.article-transparent-dark .container-slim, .article.article-transparent-dark .container-xslim {
  z-index: 10;
  position: relative;
}
.article.article-transparent-dark a:link, .article.article-transparent-dark a:active, .article.article-transparent-dark a:visited, .article.article-transparent-dark a:hover, .article.article-transparent-dark a:focus {
  text-decoration: underline;
  color: #fff;
}
.article.article-transparent-dark a:hover, .article.article-transparent-dark a:focus {
  text-decoration: none;
}
.article h1.article-title {
  font-family: "Staatliches", cursive;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 62px;
  margin: 0 0 30px 0;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .article h1.article-title {
    font-size: 20px;
  }
}
.article h1.article-title:before {
  content: "- ";
}
.article h1.article-title:after {
  content: " -";
}
.article h2.article-title {
  font-family: "Staatliches", cursive;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0 0 30px 0;
}

.carousel-holder {
  height: calc(100vh - 50px);
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.carousel-holder .beez-swiper-carousel {
  width: 100%;
  height: 100%;
}
.carousel-holder .beez-swiper-carousel .swiper-container {
  width: 100%;
  height: 100%;
}
.carousel-holder .beez-swiper-carousel .swiper-container .swiper-button-prev, .carousel-holder .beez-swiper-carousel .swiper-container .swiper-button-next {
  display: none;
}
.carousel-holder .beez-swiper-carousel .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.carousel-holder .beez-swiper-carousel .swiper-container .swiper-slide:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.carousel-holder .beez-swiper-carousel .swiper-container .swiper-slide:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=0 );
}
.carousel-holder .beez-swiper-carousel .swiper-container .swiper-pagination {
  bottom: 65px;
}
@media (max-width: 767px) {
  .carousel-holder .beez-swiper-carousel .swiper-container .swiper-pagination {
    bottom: 100px;
  }
}
.carousel-holder .beez-swiper-carousel .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255, 255, 255, 0.35);
}
.carousel-holder .beez-swiper-carousel .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.carousel-holder .carousel-contact-info {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 320px;
  margin-left: -160px;
  z-index: 9999;
  color: #fff;
  font-size: 20px;
  font-family: "Staatliches", cursive;
}
.carousel-holder .carousel-contact-info .carousel-contact-phone {
  float: left;
  width: 45%;
  padding-right: 10px;
  text-align: right;
  padding-top: 8px;
}
.carousel-holder .carousel-contact-info .carousel-contact-address {
  float: left;
  width: calc(55% - 2px);
  border-left: 1px solid #fff;
  padding-left: 10px;
  text-align: left;
}
.carousel-holder .carousel-contact-info .carousel-contact-social-media {
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}
.carousel-holder .carousel-contact-info .carousel-contact-social-media a {
  display: inline-block;
  line-height: 35px;
  width: 35px;
  height: 35px;
  font-size: 16px;
}
.carousel-holder .carousel-contact-info .carousel-contact-social-media a:link, .carousel-holder .carousel-contact-info .carousel-contact-social-media a:active, .carousel-holder .carousel-contact-info .carousel-contact-social-media a:visited {
  color: #fff;
}
.carousel-holder .carousel-contact-info .carousel-contact-social-media a:hover, .carousel-holder .carousel-contact-info .carousel-contact-social-media a:focus {
  background: #fff;
  color: #333;
}
.carousel-holder .carousel-logo {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  margin-top: -180px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .carousel-holder .carousel-logo {
    width: 300px;
    margin-left: -150px;
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .carousel-holder .carousel-logo {
    width: 180px;
    margin-left: -90px;
    margin-top: -60px;
  }
}
.carousel-holder .carousel-logo img {
  width: 100%;
  height: auto;
}
.carousel-holder .carousel-marquee-holder {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #333;
  background: #F2C25C;
  pointer-events: none;
}
.carousel-holder .carousel-marquee-holder .carousel-marquee {
  width: calc(100% - 380px);
  float: left;
  line-height: 34px;
  padding: 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .carousel-holder .carousel-marquee-holder .carousel-marquee {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.carousel-holder .carousel-marquee-holder .carousel-subscribe {
  width: 380px;
  background: #D97431;
  color: #fff !important;
  float: left;
}
@media (max-width: 767px) {
  .carousel-holder .carousel-marquee-holder .carousel-subscribe {
    width: 100%;
    float: none;
  }
}
.carousel-holder .carousel-marquee-holder .carousel-subscribe .input-group {
  width: 100%;
}
.carousel-holder .carousel-marquee-holder .carousel-subscribe .input-group-addon {
  font-family: "Staatliches", cursive;
  font-size: 16px;
  border-color: transparent;
  background: transparent;
  text-transform: uppercase;
  border-radius: 0;
  color: #333;
}
.carousel-holder .carousel-marquee-holder .carousel-subscribe .form-control {
  border: none;
  border-bottom: none;
  color: #333;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
}
.carousel-holder .carousel-marquee-holder .carousel-subscribe .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1;
  /* Firefox */
}
.carousel-holder .carousel-marquee-holder .carousel-subscribe .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}
.carousel-holder .carousel-marquee-holder .carousel-subscribe .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
}
.carousel-holder .carousel-marquee-holder .carousel-subscribe .input-group-btn .btn {
  border-color: transparent;
  background: transparent;
  color: #333;
}

.scrolling-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
@media (min-width: 768px) {
  .scrolling-menu .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .scrolling-menu .navbar .navbar-collapse {
    text-align: center;
  }
}
.scrolling-menu .navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: #49457C;
}
.scrolling-menu .navbar .navbar-collapse {
  border: none;
}
.scrolling-menu .navbar .navbar-collapse > ul > li {
  font-size: 28px;
}
.scrolling-menu .navbar .navbar-collapse > ul > li > a {
  font-family: "Staatliches", cursive;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.35);
}
.scrolling-menu .navbar .navbar-collapse > ul > li > a:link, .scrolling-menu .navbar .navbar-collapse > ul > li > a:active, .scrolling-menu .navbar .navbar-collapse > ul > li > a:visited, .scrolling-menu .navbar .navbar-collapse > ul > li > a:focus, .scrolling-menu .navbar .navbar-collapse > ul > li > a:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.scrolling-menu .navbar .navbar-collapse > ul > li > a:hover, .scrolling-menu .navbar .navbar-collapse > ul > li > a:focus {
  text-decoration: underline;
}
.scrolling-menu .navbar .navbar-collapse > ul > li.active a:link, .scrolling-menu .navbar .navbar-collapse > ul > li.active a:active, .scrolling-menu .navbar .navbar-collapse > ul > li.active a:visited, .scrolling-menu .navbar .navbar-collapse > ul > li.active a:focus, .scrolling-menu .navbar .navbar-collapse > ul > li.active a:hover {
  background: transparent;
  color: #fff;
  text-decoration: underline;
}
.scrolling-menu .navbar .navbar-collapse > ul > li > ul {
  border: none;
  border-radius: 0;
  padding: 0;
  background: #D23B7F;
}
.scrolling-menu .navbar .navbar-collapse > ul > li > ul > li > a {
  font-family: "Staatliches", cursive;
  line-height: 48px;
  font-size: 24px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
}
.scrolling-menu .navbar .navbar-collapse > ul > li > ul > li > a:link, .scrolling-menu .navbar .navbar-collapse > ul > li > ul > li > a:active, .scrolling-menu .navbar .navbar-collapse > ul > li > ul > li > a:visited, .scrolling-menu .navbar .navbar-collapse > ul > li > ul > li > a:focus, .scrolling-menu .navbar .navbar-collapse > ul > li > ul > li > a:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.scrolling-menu .navbar .navbar-collapse > ul > li > ul > li > a:hover, .scrolling-menu .navbar .navbar-collapse > ul > li > ul > li > a:focus {
  background: #F2C25C;
  color: #333;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .scrolling-menu .navbar .navbar-header .navbar-brand {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .scrolling-menu .navbar .navbar-header .navbar-brand img {
    height: 85px;
    width: auto;
  }
  .scrolling-menu .navbar .navbar-header .navbar-toggle {
    border-radius: 0;
    font-family: "Staatliches", cursive;
    color: #fff !important;
    background: #F2C25C;
    font-size: 24px;
    line-height: 20px;
    border: none;
  }
  .scrolling-menu .navbar .navbar-header .navbar-toggle .mnu-toggle {
    line-height: 20px;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.35);
  }
  .scrolling-menu .navbar .navbar-header .navbar-toggle .mnu-toggle .mnu-bars {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
  }
  .scrolling-menu .navbar .navbar-header .navbar-toggle .mnu-toggle .mnu-bars .icon-bar {
    background: #333;
  }
  .scrolling-menu .navbar .navbar-header .navbar-toggle:hover {
    background: #D23B7F;
    color: #fff !important;
  }
  .scrolling-menu .navbar .navbar-header .navbar-toggle:hover .mnu-toggle .mnu-bars .icon-bar {
    background: #333;
  }
}

.hours-holder {
  background: #D23B7F;
  overflow: hidden;
  font-family: "Staatliches", cursive;
}
.hours-holder > .article-light {
  background: #D23B7F;
  color: #fff;
}
.hours-holder .desktop-hours-table {
  width: 100%;
  text-align: center;
}
.hours-holder .desktop-hours-table td {
  border-left: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hours-holder .desktop-hours-table td:first-of-type {
  border-left: none;
}
.hours-holder .desktop-hours-table .d-o-w {
  font-family: "Staatliches", cursive;
  font-size: 24px;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.35);
}
.hours-holder .desktop-hours-table .h-o-d {
  font-weight: bold;
}
.hours-holder .desktop-hours-table .h-o-d td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hours-holder .hours-separator {
  height: 1px;
  width: 100%;
  background: #fff;
  margin-top: 20px;
}
.hours-holder .mobile-hours-table {
  width: 100%;
  text-align: center;
  max-width: 500px;
  margin: auto auto;
}
.hours-holder .mobile-hours-table td {
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hours-holder .mobile-hours-table tr:last-of-type td {
  border-bottom: none;
}
.hours-holder .mobile-hours-table .h-o-d {
  font-weight: bold;
}
.hours-holder .mobile-hours-table .h-o-d td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hours-holder .photo-stack {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .hours-holder .photo-stack {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .hours-holder .photo-stack {
    margin-top: 10px;
  }
}

.parallax-holder {
  min-height: 50vh;
  background: transparent;
  position: relative;
}
@media (max-width: 991px) {
  .parallax-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) {
  .parallax-holder {
    min-height: 80vh;
  }
}
@media (min-width: 992px) {
  .parallax-holder.parallax-self-shadow:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: rgba(0, 0, 0, 0.5);
  }
}
.parallax-holder .parallax-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax-holder .parallax-content h1 {
  font-family: "Staatliches", cursive;
  color: #fff;
  font-size: 62px;
}
@media (max-width: 991px) {
  .parallax-holder .parallax-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .parallax-holder .parallax-content h1 {
    font-size: 32px;
  }
}

.parallax-slider {
  position: relative;
}
.parallax-slider img {
  width: 100%;
  height: auto;
}
.parallax-slider .parallax-slider-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-mirror img {
  filter: brightness(0.5);
}

.photo-stack {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .photo-stack {
    max-width: 260px !important;
    margin: 15px;
  }
}
.photo-stack img {
  width: 100%;
  height: auto;
}
.photo-stack img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
}

.about {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .about {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.about .photo-stack-holder {
  position: absolute;
  margin-top: -320px;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .about .photo-stack-holder {
    margin-top: -280px;
  }
}
@media (max-width: 767px) {
  .about .photo-stack-holder {
    margin-top: -250px;
  }
}
.about .photo-stack-holder-2 {
  position: absolute;
  z-index: 1000;
  margin-top: 120px;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .about .photo-stack-holder-2 {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .about .photo-stack-holder-2 {
    margin-top: 50px;
  }
}

.parallax-object-stack {
  position: relative;
  width: 100%;
  height: 1px;
  z-index: 1000;
}
@media (max-width: 991px) {
  .parallax-object-stack {
    display: none;
  }
}
.parallax-object-stack img {
  position: absolute;
}
.parallax-object-stack[data-parallax-object-stack-id="1"] {
  top: -160px;
  width: 100%;
}
.parallax-object-stack[data-parallax-object-stack-id="1"] img {
  width: 500px;
  height: auto;
  left: 20px;
}
.parallax-object-stack[data-parallax-object-stack-id="2"] {
  top: -200px;
  width: 100%;
}
.parallax-object-stack[data-parallax-object-stack-id="2"] img {
  right: 20px;
  width: 500px;
  height: auto;
}
.parallax-object-stack[data-parallax-object-stack-id="3"] {
  top: -160px;
  width: 100%;
}
.parallax-object-stack[data-parallax-object-stack-id="3"] img {
  width: 500px;
  height: auto;
  left: 20px;
}
.parallax-object-stack[data-parallax-object-stack-id="4"] {
  top: -200px;
  width: 100%;
}
.parallax-object-stack[data-parallax-object-stack-id="4"] img {
  right: 20px;
  width: 500px;
  height: auto;
}

.contact-info-holder {
  display: flex;
}
@media (max-width: 991px) {
  .contact-info-holder {
    display: block;
  }
}
.contact-info-holder .article-light {
  background: #D97431;
  color: #fff;
}
.contact-info-holder .article-light h1 {
  color: #fff;
}
.contact-info-holder .contact-info {
  width: 60%;
  padding: 120px 15px 80px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .contact-info-holder .contact-info {
    padding: 60px 15px 40px;
  }
}
@media (max-width: 991px) {
  .contact-info-holder .contact-info {
    width: 100%;
  }
}
.contact-info-holder .contact-info .social-media a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid #333;
  text-decoration: none !important;
  margin: 0 5px;
}
.contact-info-holder .contact-info .social-media a:hover, .contact-info-holder .contact-info .social-media a:focus {
  color: #fff !important;
  background: #C140F5 !important;
}
.contact-info-holder .contact-info .photo-stack {
  margin-top: 0;
}
.contact-info-holder .contact-map {
  width: 40%;
  position: relative;
}
@media (max-width: 991px) {
  .contact-info-holder .contact-map {
    width: 100%;
    height: 50vh;
  }
}
.contact-info-holder .contact-map #map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-info-holder .contact-map .get-directions {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1000;
}
.contact-info-holder .contact-map .get-directions a {
  display: inline-block;
  line-height: 48px;
  height: 48px;
  font-size: 36px;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.35);
  padding: 0 15px;
  text-align: center;
  font-family: "Staatliches", cursive;
  border: none;
  background: #D23B7F;
  text-transform: uppercase;
}
.contact-info-holder .contact-map .get-directions a:link, .contact-info-holder .contact-map .get-directions a:active, .contact-info-holder .contact-map .get-directions a:visited, .contact-info-holder .contact-map .get-directions a:hover, .contact-info-holder .contact-map .get-directions a:focus {
  color: #fff;
  text-decoration: none;
}
.contact-info-holder .contact-map .get-directions a:hover, .contact-info-holder .contact-map .get-directions a:focus {
  color: #333;
  background: #fff;
  text-decoration: none;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel] {
  font-family: "Lato", sans-serif;
  border: none;
  background: transparent;
  color: #fff;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.contact-form input[type=text]:focus, .contact-form input[type=email]:focus, .contact-form input[type=tel]:focus {
  border-bottom: 1px solid #fff;
}
.contact-form textarea {
  font-family: "Lato", sans-serif;
  border: none;
  background: transparent;
  color: #fff;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.contact-form textarea:focus {
  border-bottom: 1px solid #fff;
}
.contact-form .captcha-holder > div {
  float: left;
}
.contact-form .captcha-holder .captcha-809 {
  width: calc(100% - 91px);
  margin-left: 15px;
}
.contact-form .captcha-holder img {
  margin-top: 7px;
}
.contact-form .btn.btn-primary {
  border-radius: 0;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "Staatliches", cursive;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-left: 45px;
  padding-right: 45px;
}
.contact-form .btn.btn-primary:hover, .contact-form .btn.btn-primary:focus {
  background: #fff;
  color: #151517;
}

footer {
  padding: 120px 15px 30px;
  font-family: "Staatliches", cursive;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 20px;
}
@media (max-width: 991px) {
  footer {
    padding: 60px 15px 15px;
  }
}
footer .photo-stack {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  footer .photo-stack {
    margin-bottom: 45px;
  }
}
footer.footer-home-page {
  background: #484678;
}

.site-wrap {
  font-family: "Lato", sans-serif;
  color: #fff;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .site-wrap {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .site-wrap {
    padding-top: 15px;
  }
}
.site-wrap h1.post_title {
  font-family: "Staatliches", cursive;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0 0 30px 0;
  text-align: center;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .site-wrap h1.post_title {
    font-size: 20px;
  }
}
.site-wrap h1.post_title:before {
  content: "- ";
}
.site-wrap h1.post_title:after {
  content: " -";
}
.site-wrap blockquote.description {
  border: none;
  background: #fff;
  color: #333;
  padding: 10px;
  margin-bottom: 10px !important;
}
.site-wrap .dtreviewed {
  padding-bottom: 0 !important;
  border: none !important;
}
.site-wrap h2.summary {
  font-size: 18px;
  margin: 5px 0;
  text-align: left;
  font-weight: bold;
}
.site-wrap .wpcr_rname {
  font-weight: bold;
  font-family: "Staatliches", cursive;
}
.site-wrap #wpcr_respond_1 {
  text-align: right;
}
.site-wrap #wpcr_respond_1 #wpcr_respond_2 {
  border: 1px solid #fff;
  padding: 5px 10px !important;
}
.site-wrap #wpcr_respond_1 #wpcr_respond_2 hr {
  display: none;
}
.site-wrap #wpcr_respond_1 td {
  padding: 5px 0;
}
.site-wrap #wpcr_respond_1 #wpcr_button_1, .site-wrap #wpcr_respond_1 #wpcr_submit_btn {
  background: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  text-shadow: none !important;
}
.site-wrap #wpcr_respond_1 #wpcr_button_1:hover, .site-wrap #wpcr_respond_1 #wpcr_button_1:focus, .site-wrap #wpcr_respond_1 #wpcr_submit_btn:hover, .site-wrap #wpcr_respond_1 #wpcr_submit_btn:focus {
  color: #333 !important;
  background: #fff !important;
}
.site-wrap #wpcr_respond_1 input[type=text], .site-wrap #wpcr_respond_1 input[type=email], .site-wrap #wpcr_respond_1 input[type=tel] {
  font-family: "Lato", sans-serif;
  border: none;
  background: transparent;
  color: #fff;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.site-wrap #wpcr_respond_1 input[type=text]:focus, .site-wrap #wpcr_respond_1 input[type=email]:focus, .site-wrap #wpcr_respond_1 input[type=tel]:focus {
  border-bottom: 1px solid #fff;
}
.site-wrap #wpcr_respond_1 textarea {
  font-family: "Lato", sans-serif;
  border: none;
  background: transparent;
  color: #fff;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.site-wrap #wpcr_respond_1 textarea:focus {
  border-bottom: 1px solid #fff;
}
.site-wrap #wpcr_respond_1 > hr {
  display: none;
}
.site-wrap #wpcr_respond_1 #wpcr_respond_2 {
  float: right;
}
.site-wrap #wpcr_respond_1 #wpcr_commentform {
  width: 280px;
}
@media (min-width: 1200px) {
  .site-wrap #wpcr_respond_1 #wpcr_commentform {
    width: 400px;
  }
}
.site-wrap #wpcr_respond_1 #wpcr_div_2, .site-wrap #wpcr_respond_1 #wpcr_commentform input, .site-wrap #wpcr_respond_1 #wpcr_commentform textarea {
  width: 100% !important;
}
.site-wrap #wpcr_respond_1 div.wpcr_fl label {
  margin: 0;
  margin-left: 15px;
}

.site-header {
  background: #49457C;
  position: relative;
  z-index: 100;
}
@media (max-width: 991px) {
  .site-header .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-header .navbar-brand {
  padding-left: 0;
}
.site-header .header-contact {
  font-family: "Staatliches", cursive;
  color: #fff;
  background: #F2C25C;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.55);
  padding: 8px 0 5px;
  font-size: 0;
}
.site-header .header-contact .header-logo {
  display: block;
  position: absolute;
  height: 110px;
  z-index: 1000;
}
@media (max-width: 991px) {
  .site-header .header-contact .header-logo {
    height: 70px;
  }
}
.site-header .header-contact .header-logo img {
  height: 100%;
  width: auto;
}
.site-header .header-contact .header-contact-holder {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .site-header .header-contact .header-contact-holder {
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
  }
}
.site-header .header-contact .header-contact-holder > div {
  display: inline-block;
  line-height: 18px;
  font-size: 18px;
  padding: 0 15px 0;
}
@media (max-width: 767px) {
  .site-header .header-contact .header-contact-holder > div {
    font-size: 14px;
    padding: 0 5px 0;
  }
}
.site-header .header-contact .header-contact-phone {
  padding-left: 0 !important;
}
.site-header .header-contact .header-contact-address {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.site-header .header-contact .header-contact-social-media {
  padding-right: 0 !important;
}
.site-header .header-contact .header-contact-social-media a {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .site-header .header-contact .header-contact-social-media a {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
}
.site-header .header-contact .header-contact-social-media a:link, .site-header .header-contact .header-contact-social-media a:active, .site-header .header-contact .header-contact-social-media a:visited, .site-header .header-contact .header-contact-social-media a:hover, .site-header .header-contact .header-contact-social-media a:focus {
  color: #fff;
  text-decoration: none;
}
.site-header .header-contact .header-contact-social-media a:hover, .site-header .header-contact .header-contact-social-media a:focus {
  color: #000;
  background: #fff;
}
.site-header .navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: #49457C;
}
.site-header .navbar .navbar-collapse {
  border: none;
}
.site-header .navbar .navbar-collapse > ul > li {
  font-size: 18px;
}
.site-header .navbar .navbar-collapse > ul > li > a {
  font-family: "Staatliches", cursive;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.35);
}
.site-header .navbar .navbar-collapse > ul > li > a:link, .site-header .navbar .navbar-collapse > ul > li > a:active, .site-header .navbar .navbar-collapse > ul > li > a:visited, .site-header .navbar .navbar-collapse > ul > li > a:focus, .site-header .navbar .navbar-collapse > ul > li > a:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.site-header .navbar .navbar-collapse > ul > li > a:hover, .site-header .navbar .navbar-collapse > ul > li > a:focus {
  text-decoration: underline;
}
.site-header .navbar .navbar-collapse > ul > li.active a:link, .site-header .navbar .navbar-collapse > ul > li.active a:active, .site-header .navbar .navbar-collapse > ul > li.active a:visited, .site-header .navbar .navbar-collapse > ul > li.active a:focus, .site-header .navbar .navbar-collapse > ul > li.active a:hover {
  background: transparent;
  color: #fff;
  text-decoration: underline;
}
.site-header .navbar .navbar-collapse > ul > li > ul {
  border: none;
  border-radius: 0;
  padding: 0;
  background: #D23B7F;
}
.site-header .navbar .navbar-collapse > ul > li > ul > li > a {
  font-family: "Staatliches", cursive;
  line-height: 24px;
  font-size: 18px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
}
.site-header .navbar .navbar-collapse > ul > li > ul > li > a:link, .site-header .navbar .navbar-collapse > ul > li > ul > li > a:active, .site-header .navbar .navbar-collapse > ul > li > ul > li > a:visited, .site-header .navbar .navbar-collapse > ul > li > ul > li > a:focus, .site-header .navbar .navbar-collapse > ul > li > ul > li > a:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.site-header .navbar .navbar-collapse > ul > li > ul > li > a:hover, .site-header .navbar .navbar-collapse > ul > li > ul > li > a:focus {
  background: #F2C25C;
  color: #333;
  text-decoration: underline;
}
.site-header .navbar .navbar-collapse > ul > li > ul > li.active > a {
  background-color: #F2C25C !important;
}
@media (max-width: 767px) {
  .site-header .navbar .navbar-header .navbar-brand {
    margin-top: -25px;
    height: 50px;
    line-height: 70px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .site-header .navbar .navbar-header .navbar-brand img {
    height: 85px;
    width: auto;
  }
  .site-header .navbar .navbar-header .navbar-toggle {
    border-radius: 0;
    font-family: "Staatliches", cursive;
    color: #fff !important;
    background: #F2C25C;
    font-size: 24px;
    line-height: 20px;
    border: none;
  }
  .site-header .navbar .navbar-header .navbar-toggle .mnu-toggle {
    line-height: 20px;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.35);
  }
  .site-header .navbar .navbar-header .navbar-toggle .mnu-toggle .mnu-bars {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
  }
  .site-header .navbar .navbar-header .navbar-toggle .mnu-toggle .mnu-bars .icon-bar {
    background: #333;
  }
  .site-header .navbar .navbar-header .navbar-toggle:hover {
    background: #D23B7F;
    color: #fff !important;
  }
  .site-header .navbar .navbar-header .navbar-toggle:hover .mnu-toggle .mnu-bars .icon-bar {
    background: #333;
  }
}

.restaurant-menu .food-holder .column {
  background: #fff;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 10px;
  color: #333;
}
.restaurant-menu .menu-dishes {
  display: none;
  padding: 5px 0;
}
.restaurant-menu .menu-open-close {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.restaurant-menu .menu-main-header h1 {
  font-family: "Staatliches", cursive;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.35);
  font-size: 62px;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .restaurant-menu .menu-main-header h1 {
    font-size: 28px;
  }
}
.restaurant-menu .menu-main-header h1:before {
  content: "- ";
}
.restaurant-menu .menu-main-header h1:after {
  content: " -";
}
.restaurant-menu .menu-main-header > div:last-of-type {
  margin: 0;
}
.restaurant-menu .menu-main-header:first-of-type {
  margin-top: 0;
}
.restaurant-menu .menu-main-header h1 {
  margin-bottom: 30px;
}
.restaurant-menu .menu-main-footer {
  margin-top: 30px;
  text-align: center;
}
.restaurant-menu .menu-main-footer .menu-main-footer div {
  padding-top: 30px;
}
.restaurant-menu .menu_cat_header {
  text-align: center;
  margin-bottom: 0;
}
.restaurant-menu .menu_cat_header .menu-dishes {
  background: #fff;
  color: #333;
}
.restaurant-menu .menu_cat_header h1 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Staatliches", cursive;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.35);
  color: #fff;
  background: #F2C25C;
  border: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .restaurant-menu .menu_cat_header h1 {
    font-size: 28px;
  }
  .restaurant-menu .menu_cat_header h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .restaurant-menu .menu_cat_header h1 {
    font-size: 28px;
  }
  .restaurant-menu .menu_cat_header h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .restaurant-menu .menu_cat_header h1 {
    font-size: 28px;
  }
  .restaurant-menu .menu_cat_header h2 {
    font-size: 24px;
  }
  .restaurant-menu .menu_cat_header h2 .fa {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .restaurant-menu .menu_cat_header h1 {
    font-size: 18px;
  }
  .restaurant-menu .menu_cat_header h2 {
    font-size: 16px;
  }
  .restaurant-menu .menu_cat_header h2 .fa {
    font-size: 14px;
  }
}
.restaurant-menu .menu_cat_footer {
  text-align: center;
  margin-top: 25px;
}
.restaurant-menu .heading {
  margin-top: 10px;
  line-height: 28px;
  border-bottom: 1px dotted #513881;
}
.restaurant-menu .heading h2 {
  float: left;
  margin-top: 0;
  text-align: left;
  color: #513881;
  font-family: "Staatliches", cursive;
  font-size: 18px;
  margin-bottom: 0;
}
.restaurant-menu .heading h2 .fa {
  font-size: 18px;
  top: -4px;
  position: relative;
}
@media (min-width: 992px) {
  .restaurant-menu .heading h1 {
    font-size: 24px;
  }
  .restaurant-menu .heading h2 {
    font-size: 22px;
  }
  .restaurant-menu .heading h2 .fa {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .restaurant-menu .heading h1 {
    font-size: 22px;
  }
  .restaurant-menu .heading h2 {
    font-size: 20px;
  }
  .restaurant-menu .heading h2 .fa {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .restaurant-menu .heading h1 {
    font-size: 20px;
  }
  .restaurant-menu .heading h2 {
    font-size: 18px;
  }
  .restaurant-menu .heading h2 .fa {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .restaurant-menu .heading h1 {
    font-size: 18px;
  }
  .restaurant-menu .heading h2 {
    font-size: 16px;
  }
  .restaurant-menu .heading h2 .fa {
    font-size: 14px;
  }
}
.restaurant-menu .heading .price {
  float: right;
  font-size: 18px;
  font-family: "Staatliches", cursive;
  color: #513881;
}
.restaurant-menu .ingredients {
  font-weight: 300;
  margin-top: 5px;
}
.restaurant-menu .dish_pic {
  margin-top: 10px;
  margin-bottom: 5px;
}

.menu-photo-stack {
  position: fixed;
  width: 300px;
  z-index: 0;
}
@media (max-width: 1199px) {
  .menu-photo-stack {
    display: none;
  }
}
.menu-photo-stack img:first-of-type {
  width: 100%;
  height: auto;
}
.menu-photo-stack img:last-of-type {
  position: absolute;
  left: 0;
  top: 0;
}
.menu-photo-stack[data-menu-photo-stack-id="1"] {
  width: 500px;
  left: -200px;
  top: -30px;
  opacity: 1;
}
.menu-photo-stack[data-menu-photo-stack-id="2"] {
  width: 400px;
  right: -150px;
  top: 40vh;
  opacity: 1;
}
.menu-photo-stack[data-menu-photo-stack-id="3"] {
  left: -80px;
  top: calc(100vh - 150px);
  opacity: 1;
}

.food-holder {
  background: #fff !important;
  float: none !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 15px !important;
  width: auto !important;
}

/*# sourceMappingURL=custom.css.map */
