/* [Table of contents] 
	1. Minxi 
	2. Extend 
	3. Global 
	4. Header 
	5. Footer 
	6. Homepage
	7. Menu 
	8. Page 
	9. Gallery
	10. Blog 
	11. Contact  
 	12. Responsive 
 	-------------------------------------------------------------------*/
/* 2. Extend ------------------------------------------------------------ */
display-flex, .breadcrumb-menu-section .breadcrumb-inner .menu, .header-hp-1 .menu-desktop-inner, .header-hp-1 .top-header .top-header-inner, .header-hp-1 .top-header .top-header-inner .top-header-right, .footer-section .footer-item .contact-inner .text .text-inner, .style-home-slider-hp-1 .wrap-scroll-slider1 .scroll-slider1, .style-home-slider-hp-1 .display-flex-center, .feature-hp-1 .owl-carousel .owl-item .feature-content, .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-title, .contact-hp-6 .form-contact .group, .about-testimonials .owl-carousel .owl-item .icon, .coming-soon .coming-soon-wrap .top-page, .coming-soon .coming-soon-wrap #clockdiv, .coming-soon .coming-soon-wrap .subcribe .subcribe-inner, .blog-grid-v1-section .blog-content .blog-detail .date-cmt, .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .socials, .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .comment-content, .contact-v2-section .contact-content .contact-info .time .time-inner {
  display: flex;
  display: -webkit-flex; }

/* 3. Global ------------------------------------------------------------ */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

body {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.67;
  font-family: 'Libre Baskerville', serif;
  word-wrap: break-word;
  overflow-x: hidden;
  background: #fff !important; }

a {
  transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  text-decoration: none;
  display: inline-block;
  color: #333; }
  a:hover {
    text-decoration: none;
    color: #ad0e16; }
  a:focus, a:active {
    outline: 0; }

a img {
  border: none; }

input[type=submit] {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 45px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  border: none;
  vertical-align: top; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.au-btn {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  border: 2px solid #fff;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: transparent;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  font-weight: 700; }
  .au-btn:hover {
    background: #ad0e16;
    color: #fff;
    border: 2px solid #ad0e16;
    text-decoration: none; }

.au-btn-yellow {
  color: #fff;
  background: #ad0e16;
  border: none; }
  .au-btn-yellow:hover {
    background: #f2d1a5;
    color: #fff;
    border: none;
    text-decoration: none; }
.au-btn-red {
  color: #fff;
  background: #c81019;
  border: none; }
  .au-btn-red:hover {
    background: #ad0e16;
    color: #fff;
    border: none;
    text-decoration: none; }
.au-btn-black {
  color: #fff;
  background: #333;
  border: none; }
  .au-btn-black:hover {
    background: #4d4d4d;
    color: #fff;
    border: none;
    text-decoration: none; }

.btn-small {
  padding: 17px 24.5px; }

.btn-medium {
  padding: 22.5px 53.5px; }

.btn-large {
  padding: 24px 72px; }

.more-link {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333; }
  .more-link:hover {
    color: #ad0e16; }

.section-box {
  padding-top: 118px;
  padding-bottom: 120px; }

.special-heading {
  font-family: 'Satisfy', cursive;
  font-size: 36px;
  font-weight: 400;
  color: #ccc;
  text-align: center; }

.special-heading-1 {
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #333;
  padding: 9px 0 49px; }

.menu-heading {
  text-align: center; }
  .menu-heading h2 {
    font-size: 25px;
    padding: 19px 0 36px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
  z-index: 9; }

.breadcrumb-section,
.breadcrumb-menu-section {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.breadcrumb-section.section-box {
  padding-top: 112px;
  padding-bottom: 120px; }

.breadcrumb-menu-section.section-box {
  padding-top: 96px;
  padding-bottom: 79px; }

.breadcrumb-section .breadcrumb-inner {
  text-align: center;
  width: 50%;
  margin: 0 auto; }
  .breadcrumb-section .breadcrumb-inner h1 {
    color: #fff;
    font-weight: 400;
    font-size: 65px;
    font-family: 'Satisfy', cursive;
    padding-bottom: 10px; }
  .breadcrumb-section .breadcrumb-inner .breadcrumbs-text {
    color: #f2f2f2;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif; }

.breadcrumb-menu-section .breadcrumb-inner {
  text-align: center; }
  .breadcrumb-menu-section .breadcrumb-inner h1 {
    color: #fff;
    font-weight: 400;
    font-size: 55px;
    font-family: 'Satisfy', cursive;
    padding-bottom: 10px; }
  .breadcrumb-menu-section .breadcrumb-inner .menu {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    margin-top: 36px; }
    .breadcrumb-menu-section .breadcrumb-inner .menu .menu-inner {
      padding: 0 40px;
      position: relative; }
      .breadcrumb-menu-section .breadcrumb-inner .menu .menu-inner h4 {
        color: #fff;
        padding-top: 17px;
        font-size: 22px; }
      .breadcrumb-menu-section .breadcrumb-inner .menu .menu-inner:after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        content: '';
        width: 1px;
        height: 30px;
        background: rgba(255, 255, 255, 0.45); }
      .breadcrumb-menu-section .breadcrumb-inner .menu .menu-inner:last-child:after {
        content: none; }

/* Back To Top Button */
#back-to-top {
  color: #fff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  z-index: 99999;
  height: 40px;
  width: 40px;
  background-color: #c81019;
  transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%; }

#back-to-top i {
  padding-top: 9px;
  font-size: 22px;
  font-weight: 700; }

#back-to-top:hover {
  background: #ad0e16;
  color: #fff; }

/* End Back To Top Button */
/*Form*/
input,
select,
textarea,
.select-selected {
  width: 100%;
  height: 100%;
  padding: 11px 20px;
  border: 1px solid #e5e5e5;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif; }

input:focus, select:focus, textarea:focus {
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important; }

input[type="submit"] {
  width: auto; }
  input[type="submit"]::-webkit-input-placeholder {
    color: #999; }
  input[type="submit"]::-moz-placeholder {
    color: #999; }
  input[type="submit"]:-ms-input-placeholder {
    color: #999; }
  input[type="submit"]:-moz-placeholder {
    color: #999; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1; }

/*Images Loader*/

.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ad0e16;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.images-preloader {
  position: fixed;
  z-index: 100001;
  background-color: #eee;
  width: 100%;
  height: 100%; }

#preloader_1 {
  position: relative; }

.rectangle-bounce {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -10px; }

#preloader_1 span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #ad0e16;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out;
  -moz-animation: preloader_1 1.5s infinite ease-in-out;
  -webkit-animation: preloader_1 1.5s infinite ease-in-out;
  -o-animation: preloader_1 1.5s infinite ease-in-out;
  -ms-animation: preloader_1 1.5s infinite ease-in-out; }

#preloader_1 span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s; }

#preloader_1 span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s; }

#preloader_1 span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s; }

#preloader_1 span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s; }

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    background: #ad0e16; }
  25% {
    height: 30px;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    background: #ad0e16; }
  50% {
    height: 5px;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    background: #ad0e16; }
  100% {
    height: 5px;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    background: #ad0e16; } }
/* 4. Header ------------------------------------------------------------ */
/* Header Desktop hp-1 */
.header-hp-1 {
  background: transparent;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 999; }
  .header-hp-1 .menu-desktop-inner {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    position: relative; }
    .header-hp-1 .menu-desktop-inner .logo {
      padding: 46px 0 10px; }
    .header-hp-1 .menu-desktop-inner .main-menu .menu-item {
      float: left;
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 400;
      font-size: 15px;
      padding: 60px 0px 25px 0;
      position: relative; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item:before {
        position: absolute;
        content: '';
        background: rgba(255, 255, 255, 0.2);
        height: 1px;
        width: 20px;
        left: 50%;
        top: 80%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        opacity: 0; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item .current {
        position: relative; }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item .current:before {
          position: absolute;
          content: '';
          background: #c81019;
          height: 1px;
          width: 20px;
          left: 50%;
          top: 110%;
          transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          opacity: 1; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item > a {
        color: #fff;
        padding: 0 12px;
        position: relative; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item:last-child > a {
        padding-right: 0; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item:hover:before {
        opacity: 1; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item:hover > .sub-menu {
        display: block; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu {
        display: none;
        position: absolute;
        left: 12px;
        -webkit-padding-start: 0px;
        width: 200px;
        z-index: 99999;
        top: 100%;
        margin-top: 0;
        color: #333;
        background: #fff;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu li {
          float: none;
          position: relative;
          border-bottom: 1px solid #e5e5e5; }
          .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu li:last-child {
            border-bottom: none; }
          .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu li:hover .menu-levels {
            display: block;
            left: 200px;
            top: 0; }
          .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu li:hover a {
            color: #333; }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a {
          font-weight: 400;
          font-size: 14px;
          color: #333;
          padding: 9px 20px;
          text-transform: uppercase;
          display: block; }
          .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a:hover {
            background: #e5e5e5; }

/* End Header Desktop hp-1 */
/* Header Desktop hp-2 */
.header-hp-1 .top-header {
  background: #c81019;
  padding: 12px 0; }
  .header-hp-1 .top-header .top-header-inner {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center; }
    .header-hp-1 .top-header .top-header-inner .top-header-right {
      color: #f2f2f2;
      font-size: 13px;
      justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-justify-content: space-between;
      -o-justify-content: space-between;
      -ms-justify-content: space-between;
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      -o-align-items: center;
      -ms-align-items: center; }
      .header-hp-1 .top-header .top-header-inner .top-header-right .inner {
        margin-right: 20px; }
        .header-hp-1 .top-header .top-header-inner .top-header-right .inner i {
          float: left;
          margin-top: 2px;
          font-size: 16px; }
        .header-hp-1 .top-header .top-header-inner .top-header-right .inner .text {
          margin-left: 18px; }
          .header-hp-1 .top-header .top-header-inner .top-header-right .inner .text a {
            color: #f2f2f2; }
    .header-hp-1 .top-header .top-header-inner .header-socials a {
      color: #f2f2f2;
      font-size: 16px;
      margin-right: 12px; }
      .header-hp-1 .top-header .top-header-inner .header-socials a:last-child {
        margin-right: 0; }

.header-hp-1.header-hp-2 {
  position: relative; }
  .header-hp-1.header-hp-2 .menu-desktop-inner .logo {
    padding: 30px 0; }
  .header-hp-1.header-hp-2 .menu-desktop-inner .main-menu {
    margin-left: 30%; }
    .header-hp-1.header-hp-2 .menu-desktop-inner .main-menu .menu-item {
      padding: 55px 0px 50px 0; }
      .header-hp-1.header-hp-2 .menu-desktop-inner .main-menu .menu-item:before {
        background: #c81019;
        top: 64%; }
      .header-hp-1.header-hp-2 .menu-desktop-inner .main-menu .menu-item .current:before {
        background: rgba(51, 51, 51, 0.5); }
      .header-hp-1.header-hp-2 .menu-desktop-inner .main-menu .menu-item > a {
        color: #333; }
        .header-hp-1.header-hp-2 .menu-desktop-inner .main-menu .menu-item > a:hover {
          color: #000; }
  .header-hp-1.header-hp-2 .menu-desktop-inner .header-reservation {
    padding-top: 40px; }
    .header-hp-1.header-hp-2 .menu-desktop-inner .header-reservation .btn-small {
      padding: 17.5px 26.5px; }

/* End Header Desktop hp-2 */
/* Header Desktop hp-3 */
.header-hp-1.header-hp-3 .menu-desktop-inner .logo {
  padding: 38px 0 10px; }
.header-hp-1.header-hp-3 .menu-desktop-inner .main-menu .menu-item {
  padding: 55px 0px 25px 0; }

/* End Header Desktop hp-3 */
/* Header Desktop hp-4 */
.header-hp-1.header-hp-4 .menu-desktop-inner {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center; }
  .header-hp-1.header-hp-4 .menu-desktop-inner .main-menu .menu-item {
    padding: 65px 0px 25px 0; }
  .header-hp-1.header-hp-4 .menu-desktop-inner .main-menu .menu-item.menu-item-1:hover:before {
    opacity: 0; }
  .header-hp-1.header-hp-4 .menu-desktop-inner .logo {
    padding: 0px 47px 10px;
    margin-top: -19px; }

/* End Header Desktop hp-4 */
.show-mobile-header.fixed {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* Header Scroll hp-1*/
.header-hp-1 .menu-desktop.fixed {
  z-index: 999999;
  position: fixed;
  width: 100%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background: rgba(0,0,0,0.8);
  top: 0; }
  .header-hp-1 .menu-desktop.fixed .menu-desktop-inner .logo {
    padding: 16px 0 17px; }
  .header-hp-1 .menu-desktop.fixed .menu-desktop-inner .main-menu .menu-item {
    padding: 30px 0px 32px 0; }
    .header-hp-1 .menu-desktop.fixed .menu-desktop-inner .main-menu .menu-item:before {
      top: 67%; }

/* End Header Scroll */
/* Header Scroll hp-2*/
.header-hp-1.header-hp-2 .menu-desktop.fixed {
  background: #fff; }
  .header-hp-1.header-hp-2 .menu-desktop.fixed .menu-desktop-inner .logo {
    padding: 8px 0 9px; }
  .header-hp-1.header-hp-2 .menu-desktop.fixed .menu-desktop-inner .header-reservation {
    padding-top: 18px; }

/* End Header Scroll hp-2*/
/* Header Scroll hp-4*/
.header-hp-1.header-hp-4 .menu-desktop.fixed .menu-desktop-inner .logo {
  padding: 0px 47px 0px;
  margin-top: -15px; }
.header-hp-1.header-hp-4 .menu-desktop.fixed .menu-desktop-inner .main-menu .menu-item.menu-item-1 {
  padding: 30px 0px 18px 0; }

/* End Header Scroll hp-4*/
/* Header Mobile */

.show-mobile-header.mobile-header-bg-black {
  background: #222;
}
.show-mobile-header.mobile-header-bg-black.fixed {
  background: rgba(0,0,0,0.86);
}
.mobile-top-header {
  padding: 6px 30px;
  /* Hamburger Button */
  /* End Hamburger Button */ }
  .mobile-top-header .logo-mobile {
    display: inline-block; }
  .mobile-top-header .hamburger {
    background: none;
    border: none;
    float: right;
    padding-top: 22px; }
    .mobile-top-header .hamburger:focus {
      outline: none; }
    .mobile-top-header .hamburger .hamburger-box {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 24px;
      background: none;
      border: none; }
  .mobile-top-header .hamburger--spin .hamburger-inner {
      top: auto;
      bottom: 0;
      left: 0;
      transition-delay: .13s;
      transition-timing-function: cubic-bezier(.55,.055,.675,.19);
      transition-duration: .13s; }
    .mobile-top-header .hamburger--spin .hamburger-inner, .mobile-top-header .hamburger--spin .hamburger-inner:before, .mobile-top-header .hamburger--spin .hamburger-inner:after {
      position: absolute;
      width: 40px;
      height: 4px;
      transition-timing-function: ease;
      transition-duration: .15s;
      transition-property: transform;
      border-radius: 4px;
      background-color: #222;}
    .mobile-header-bg-black .mobile-top-header .hamburger--spin .hamburger-inner,
    .mobile-header-bg-black .mobile-top-header .hamburger--spin .hamburger-inner:before,
    .mobile-header-bg-black .mobile-top-header .hamburger--spin .hamburger-inner:after {
      background-color: #fff;
    }
    .mobile-header-bg-black .mobile-top-header .hamburger {
      padding-top: 15px;
    }
    .mobile-top-header .hamburger--spin .hamburger-inner:before, .mobile-top-header .hamburger--spin .hamburger-inner:after {
      display: block;
      content: "";
    }
    .mobile-top-header .hamburger--spin .hamburger-inner:before {
      transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
      top: -10px; }
    .mobile-top-header .hamburger--spin .hamburger-inner:after {
        top: -20px;
        transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear; }
  .mobile-top-header .hamburger--spin.is-active .hamburger-inner {
      transition-delay: .22s;
      transition-timing-function: cubic-bezier(.215,.61,.355,1);
      transform: translate3d(0,-10px,0) rotate(-45deg);}
    .mobile-top-header .hamburger--spin.is-active .hamburger-inner:before {
      top: 0;
      transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
      transform: rotate(-90deg); }
    .mobile-top-header .hamburger--spin.is-active .hamburger-inner:after {
      top: 0;
      transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
      opacity: 0;}


.au-navbar-mobile.style-au-navbar-mobile {
  width: 100%;
  z-index: 999999;
  position: absolute;
  z-index: 999999999;
  top: 66px;
      box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
   }

.au-navbar-mobile {
  display: none;
  width: 100%;
  z-index: 999999; }
  .au-navbar-mobile .au-navbar-menu ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
    .au-navbar-mobile .au-navbar-menu ul li {
      border-top: 1px solid #e9e9e9; }
      .au-navbar-mobile .au-navbar-menu ul li a {
        background-color: #fff;
        font-family: 'Josefin Sans', sans-serif;
        display: block;
        padding: 15px 30px;
        font-weight: 600;
        text-transform: uppercase; }
    .au-navbar-mobile .au-navbar-menu ul li.drop {
      position: relative;
      z-index: 999999; }
      .au-navbar-mobile .au-navbar-menu ul li.drop .arrow {
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 23px;
        cursor: pointer;
        padding: 12px 20px 8px; }
      .au-navbar-mobile .au-navbar-menu ul li.drop .drop-menu {
        display: none; }
        .au-navbar-mobile .au-navbar-menu ul li.drop .drop-menu li a {
          padding: 13px 50px;
          font-size: 14px;
          background: #f2f2f2; }
        .au-navbar-mobile .au-navbar-menu ul li.drop .drop-menu li a.drop-menu-inner {
          padding: 13px 80px; }

/* End Header Mobile */
/* 5. Footer ------------------------------------------------------------ */
/* Footer hp-1 */
.footer-section.section-box {
  padding: 76px 0 0; }

.footer-section {
  background: #222; }
  .footer-section .footer-content {
    padding-bottom: 70px; }
  .footer-section .footer-item h5 {
    color: #fff;
    padding: 25px 0 36px; }
  .footer-section .footer-item p {
    color: #f2f2f2;
    font-size: 14px;
    margin: 29px 0 31px; }
  .footer-section .footer-item .socials a {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.15);
    padding-right: 15px; }
    .footer-section .footer-item .socials a:hover {
      color: #fff; }
  .footer-section .footer-item .insta-content {
    overflow: hidden;
    margin: 0 -7.5px; }
    .footer-section .footer-item .insta-content .insta-image {
      float: left;
      width: 33.33%;
      padding: 0 7.5px 15px; }
  .footer-section .footer-item .widget_recent_entries ul {
    margin-top: -19px; }
  .footer-section .footer-item .widget_recent_entries li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 11px 0 9px; }
    .footer-section .footer-item .widget_recent_entries li a {
      color: #999;
      font-size: 16px;
      font-family: 'Josefin Sans', sans-serif; }
      .footer-section .footer-item .widget_recent_entries li a:hover {
        color: #fff; }
  .footer-section .footer-item .contact-content {
    margin-top: -3px; }
  .footer-section .footer-item .contact-inner {
    color: #f2f2f2;
    padding-bottom: 10px; }
    .footer-section .footer-item .contact-inner i {
      font-size: 18px;
      float: left;
      margin-top: 2px; }
    .footer-section .footer-item .contact-inner .text {
      font-size: 14px;
      margin-left: 30px; }
      .footer-section .footer-item .contact-inner .text .address {
        padding-right: 20px; }
      .footer-section .footer-item .contact-inner .text a {
        color: #f2f2f2; }
      .footer-section .footer-item .contact-inner .text .text-inner {
        justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        padding-bottom: 6px; }
      .footer-section .footer-item .contact-inner .text .text-2 {
        font-size: 13px;
        color: #ccc; }
  .footer-section .sub-footer {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #999;
    font-family: 'Josefin Sans', sans-serif;
    padding: 20px 0 16px; }
    .footer-section .sub-footer a {
      color: #fff; }
      .footer-section .sub-footer a:hover {
        color: #ad0e16; }

/* End Footer hp-1 */
/* 6. Homepage ------------------------------------------------------------ */
/* Slider Revolution Section */
.rs-background-video-layer {
  position: relative;
}
.rs-background-video-layer.defaultvid.coverscreenvideo.HasListener.rs-apiready:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}
.style-home-slider-hp-1 .slide-caption-title-1 {
  font-family: 'Satisfy', cursive; }
.style-home-slider-hp-1 .slide-caption-title-2 {
  font-family: 'Josefin Sans', sans-serif; }
.style-home-slider-hp-1 .wrap-scroll-slider1 {
  position: absolute;
  width: 100%;
  bottom: 45px;
  left: 0; }
  .style-home-slider-hp-1 .wrap-scroll-slider1 .scroll-slider1 {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    width: 30px;
    height: 55px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    padding-top: 11px; }
    .style-home-slider-hp-1 .wrap-scroll-slider1 .scroll-slider1:before {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      background-color: #fff;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      top: 10px;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s; }
    .style-home-slider-hp-1 .wrap-scroll-slider1 .scroll-slider1:hover:before {
      transform: translateY(18px);
      -moz-transform: translateY(18px);
      -webkit-transform: translateY(18px);
      -o-transform: translateY(18px);
      -ms-transform: translateY(18px); }
.style-home-slider-hp-1 .display-flex-center {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }

/* End Slider Revolution Section */
/* Our Story Section */
.story-hp-1 .story-images {
  margin-left: 10px;
  padding: 2px 5px 0; }
  .story-hp-1 .story-images .image-inner {
    margin: 0 -5px; }
.story-hp-1 .story-content {
  padding: 35px 15px 0 0; }
  .story-hp-1 .story-content .special-heading,
  .story-hp-1 .story-content .special-heading-1 {
    text-align: left; }
  .story-hp-1 .story-content .special-heading-1 {
    padding-bottom: 25px; }
  .story-hp-1 .story-content p {
    color: #999;
    font-size: 18px;
    font-style: italic; }
  .story-hp-1 .story-content .story-quote {
    padding-top: 20px; }
    .story-hp-1 .story-content .story-quote img {
      width: 65px;
      height: 65px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      float: left;
      margin-top: -5px; }
    .story-hp-1 .story-content .story-quote .info {
      margin-left: 80px; }
      .story-hp-1 .story-content .story-quote .info span {
        display: block; }
      .story-hp-1 .story-content .story-quote .info .name {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #333;
        margin-bottom: -2px; }
      .story-hp-1 .story-content .story-quote .info .job {
        font-size: 14px; }

/* End Our Story Section */
/* Feature Section */
.feature-hp-1.section-box {
  padding: 110px 0; }

.feature-hp-1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }
  .feature-hp-1 .owl-carousel .owl-item .feature-content {
    padding: 0 70px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center; }
    .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail {
      background: #fff;
      width: 93%;
      padding: 63px 50px 90px 60px; }
      .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail .special-heading,
      .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail .special-heading-1 {
        text-align: left; }
      .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail .special-heading-1 {
        padding: 8px 0 13px; }
      .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail p {
        font-size: 16px;
        margin-bottom: 48px; }
      .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail .btn-medium {
        padding: 0px 43.5px;
        height: 60px;
        line-height: 65px; }
    .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-image {
      box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2); }
  .feature-hp-1 .owl-carousel .owl-nav [class*=owl-] {
    background: transparent;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none; }
  .feature-hp-1 .owl-carousel .owl-nav.disabled {
    display: block; }
  .feature-hp-1 .owl-carousel .owl-nav .owl-next,
  .feature-hp-1 .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    color: rgba(255, 255, 255, 0.4);
    font-size: 45px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s; }
    .feature-hp-1 .owl-carousel .owl-nav .owl-next:hover,
    .feature-hp-1 .owl-carousel .owl-nav .owl-prev:hover {
      color: #fff; }
  .feature-hp-1 .owl-carousel .owl-nav .owl-next {
    right: -0.5%; }
    .feature-hp-1 .owl-carousel .owl-nav .owl-next:hover i:before {
      content: '\f301'; }
  .feature-hp-1 .owl-carousel .owl-nav .owl-prev {
    left: -0.5%; }
    .feature-hp-1 .owl-carousel .owl-nav .owl-prev:hover i:before {
      content: '\f2ff'; }
  .feature-hp-1 .owl-theme .owl-dots,
  .feature-hp-1 .owl-theme .owl-thumbs {
    display: none; }

/* End Feature Section */
/* Our Menu Section */
.menu-hp-1 .special-heading-1 {
  padding-bottom: 43px; }
.menu-hp-1 .menu-total {
  position: relative; }
.menu-hp-1 .owl-carousel {
  margin-top: 50px; }
  .menu-hp-1 .owl-carousel .owl-dots,
  .menu-hp-1 .owl-carousel .owl-nav {
    display: none; }
  .menu-hp-1 .owl-carousel .owl-thumbs {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -12.5%; }
    .menu-hp-1 .owl-carousel .owl-thumbs .owl-thumb-item {
      border: none;
      background: transparent;
      outline: none;
      -moz-outline: none;
      -webkit-outline: none;
      -o-outline: none;
      -ms-outline: none;
      cursor: pointer;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 18px;
      padding: 0 26px;
      color: #666; }
    .menu-hp-1 .owl-carousel .owl-thumbs .owl-thumb-item.active {
      color: #333;
      position: relative; }
      .menu-hp-1 .owl-carousel .owl-thumbs .owl-thumb-item.active:after {
        width: 6px;
        height: 6px;
        content: '';
        background: #ad0e16;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
  .menu-hp-1 .owl-carousel .owl-stage-outer {
    border: 2px solid #e5e5e5; }
  .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-title {
    margin-right: 40px;
    position: relative;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center; }
    .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-title .rotate {
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      font-family: 'Josefin Sans', sans-serif;
      font-size: 45px;
      font-weight: 700;
      color: #fff;
      position: absolute; }
  .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-detail .menu-inner {
    padding-top: 55px; }
    .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-detail .menu-inner .food-images img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
      -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
      -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18); }
    .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-detail .menu-inner .food-info span {
      display: block; }
    .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-detail .menu-inner .food-info .name {
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #333;
      padding: 31px 0 4px; }
    .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-detail .menu-inner .food-info .description {
      margin-bottom: -17px; }
  .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-detail-1 {
    margin: 0 70px 0 20px; }
.menu-hp-1 .hash-image {
  width: 100%;
  text-align: center;
  padding-bottom: 30px; }
  .menu-hp-1 .hash-image a {
    padding: 0 30px; }
.menu-hp-1 .view {
  text-align: center;
  padding-top: 65px; }
  .menu-hp-1 .view .btn-medium {
    padding: 0 53.5px;
    height: 60px;
    line-height: 65px; }

/* End Our Menu Section */
/* CTA Section */
.cta-hp-1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  text-align: center; }
  .cta-hp-1 .cta-content {
    padding: 90px 0 96px;
    width: 60%;
    margin: 0 auto; }
    .cta-hp-1 .cta-content h2 {
      font-size: 60px;
      color: #fff;
      line-height: 1.3; }

/* End CTA Section */
/* Gallery Section */
.gallery-hp-1 .gallery-content {
  padding: 0 15px; }
  .gallery-hp-1 .gallery-content .gallery-detail {
    margin: 0 -15px;
    position: relative;
    cursor: pointer; }
    .gallery-hp-1 .gallery-content .gallery-detail .overlay {
      background: rgba(0, 0, 0, 0.5); }
    .gallery-hp-1 .gallery-content .gallery-detail .gallery-zoom {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      font-size: 30px;
      cursor: pointer;
      z-index: 99;
      opacity: 0; }
      .gallery-hp-1 .gallery-content .gallery-detail .gallery-zoom a {
        color: #fff; }
    .gallery-hp-1 .gallery-content .gallery-detail:hover .overlay,
    .gallery-hp-1 .gallery-content .gallery-detail:hover .gallery-zoom {
      opacity: 1; }
  .gallery-hp-1 .gallery-content .view {
    text-align: center;
    padding-top: 65px; }
    .gallery-hp-1 .gallery-content .view .btn-medium {
      padding: 0 53.5px;
      height: 60px;
      line-height: 65px; }

/* End Gallery Section */
/* Map Section */
.map-section .js-map-holder {
  height: 400px; }

/* End Map Section */
/* Book Table */
.book-table-hp-1 {
  text-align: center;
  background: #f2f2f2; }
  .book-table-hp-1 .book-content {
    padding: 0 70px; }
  .book-table-hp-1 .special-heading-1 {
    padding-bottom: 27px; }
  .book-table-hp-1 p {
    width: 45%;
    margin: 0 auto; }
  .book-table-hp-1 .form-detail .form-group {
    background: #fff;
    padding: 42px 70px;
    overflow: hidden;
    margin: 38px 0 0; }
    .book-table-hp-1 .form-detail .form-group .form-row {
      margin-left: 0;
      width: 25%;
      float: left;
      margin-right: 20px;
      position: relative;
      flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      -o-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-justify-content: space-between;
      -o-justify-content: space-between;
      -ms-justify-content: space-between;
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      -o-align-items: center;
      -ms-align-items: center; }
      .book-table-hp-1 .form-detail .form-group .form-row select {
        padding: 11.5px 15px;
        position: relative;
        cursor: pointer;
        background: 0 0;
        z-index: 1;
        margin-right: 19px; }
      .book-table-hp-1 .form-detail .form-group .form-row input {
        padding: 16.5px 15px;
        cursor: pointer;
        margin-right: 19px; }
      .book-table-hp-1 .form-detail .form-group .form-row input.btn-medium {
        padding: 0px 43.5px;
        height: 50px;
        line-height: 55px; }
      .book-table-hp-1 .form-detail .form-group .form-row .select-btn {
        position: absolute;
        right: 27%;
        top: 20%;
        z-index: 0; }
      .book-table-hp-1 .form-detail .form-group .form-row .ui-datepicker-trigger {
        position: absolute;
        top: 22%;
        right: 21%;
        border: none;
        background: transparent;
        outline: none;
        cursor: pointer;
        color: #666; }
      .book-table-hp-1 .form-detail .form-group .form-row .special {
        color: #333;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 700; }
      .book-table-hp-1 .form-detail .form-group .form-row:last-child {
        margin-right: 0; }
        .book-table-hp-1 .form-detail .form-group .form-row:last-child input {
          margin-right: 0; }
    .book-table-hp-1 .form-detail .form-group .form-row.form-row-1 {
      width: 24.2%; }
    .book-table-hp-1 .form-detail .form-group .form-row.form-row-2 {
      width: 21.25%; }
      .book-table-hp-1 .form-detail .form-group .form-row.form-row-2 select {
        margin-right: 9px; }
      .book-table-hp-1 .form-detail .form-group .form-row.form-row-2 .select-btn {
        right: 15%; }
    .book-table-hp-1 .form-detail .form-group .form-row.form-row-3 {
      width: 22.5%; }

/* End Book Table */
/* Slider Revolution Section */
.style-home-slider-hp-2 .slide-caption-title-2 {
  font-weight: 700; }

/* End Slider Revolution Section */
/* CTA Section */
.cta-hp-2 {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .cta-hp-2 .cta-content {
    text-align: center;
    padding: 79px 0 108px; }
    .cta-hp-2 .cta-content h2 {
      font-family: 'Satisfy', cursive;
      font-size: 65px;
      font-weight: 400;
      color: #fff;
      padding-bottom: 37px; }
    .cta-hp-2 .cta-content .btn-medium {
      padding: 0px 43.5px;
      line-height: 65px;
      height: 60px; }

/* End CTA Section */
/* Featured Section */
.feature-hp-2 .feature-contend .col {
  padding: 0; }
.feature-hp-2 .feature-contend .feature-detail {
  position: relative; }
  .feature-hp-2 .feature-contend .feature-detail .feature-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    color: #f2f2f2;
    padding: 61px 0 0 57px; }
    .feature-hp-2 .feature-contend .feature-detail .feature-text h3 {
      font-size: 40px;
      color: #f2f2f2; }
    .feature-hp-2 .feature-contend .feature-detail .feature-text p {
      width: 75%;
      margin: 4px 0 28px; }
    .feature-hp-2 .feature-contend .feature-detail .feature-text .more-link {
      color: #f2f2f2;
      font-size: 18px; }
      .feature-hp-2 .feature-contend .feature-detail .feature-text .more-link:hover {
        color: #ad0e16; }
      .feature-hp-2 .feature-contend .feature-detail .feature-text .more-link i {
        padding-left: 6px; }

/* End Featured Section */
/* Events Section */
.events-hp-2.section-box {
  padding-bottom: 108px; }

.events-hp-2 {
  background-repeat: repeat;
  background-position: center center; }
  .events-hp-2 .owl-carousel .owl-thumbs,
  .events-hp-2 .owl-carousel .owl-nav {
    display: none; }
  .events-hp-2 .owl-carousel .owl-dots {
    margin-top: 60px; }
    .events-hp-2 .owl-carousel .owl-dots .owl-dot {
      outline: none;
      -moz-outline: none;
      -webkit-outline: none;
      -o-outline: none;
      -ms-outline: none; }
      .events-hp-2 .owl-carousel .owl-dots .owl-dot span {
        background: rgba(0, 0, 0, 0.1); }
        .events-hp-2 .owl-carousel .owl-dots .owl-dot span:hover {
          background: #333; }
    .events-hp-2 .owl-carousel .owl-dots .owl-dot.active span {
      background: #333; }
  .events-hp-2 .owl-carousel .events-content .events-images {
    margin-left: -30px; }
  .events-hp-2 .owl-carousel .events-content .events-details {
    background: #fff;
    padding: 60px 60px 79px 62px; }
    .events-hp-2 .owl-carousel .events-content .events-details h3 {
      font-size: 40px;
      font-weight: 400; }
    .events-hp-2 .owl-carousel .events-content .events-details p {
      line-height: 1.6; }
    .events-hp-2 .owl-carousel .events-content .events-details .calendar {
      padding: 7px 0 23px; }
      .events-hp-2 .owl-carousel .events-content .events-details .calendar .date {
        float: left;
        margin-right: 25px; }
      .events-hp-2 .owl-carousel .events-content .events-details .calendar span {
        font-size: 13px; }
      .events-hp-2 .owl-carousel .events-content .events-details .calendar i {
        font-size: 18px;
        padding-right: 10px;
        float: left;
        margin-top: 4px; }
    .events-hp-2 .owl-carousel .events-content .events-details .btn-small {
      padding: 0px 33px;
      line-height: 55px;
      height: 50px;
      margin-top: 22px; }

/* End Events Section */
/* Menu Section */
.menu-v1-section.menu-hp-2.section-box {
  padding-bottom: 111px; }

.menu-v1-section.menu-hp-2 .grid-item {
  width: 100%;
  float: none;
  padding: 0 0 23px 0; }
.menu-v1-section.menu-hp-2 .view {
  text-align: center; }
  .menu-v1-section.menu-hp-2 .view .more-link {
    font-size: 15px; }
    .menu-v1-section.menu-hp-2 .view .more-link i {
      font-size: 20px;
      float: left;
      margin: 2px 10px 0 0; }

/* End Menu Section */
/* Our Story Section */
.story-hp-3.section-box {
  padding: 98px 0 113px; }

.story-hp-3 .story-content {
  text-align: center; }
  .story-hp-3 .story-content .special-heading-1 {
    padding-bottom: 28px; }
  .story-hp-3 .story-content img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%; }
  .story-hp-3 .story-content p {
    font-size: 18px;
    font-style: italic;
    color: #999;
    width: 55%;
    margin: 0 auto 31px; }
  .story-hp-3 .story-content .info span {
    display: block; }
  .story-hp-3 .story-content .info .name {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 20px;
    margin-bottom: -1px; }
  .story-hp-3 .story-content .info .job {
    font-size: 14px; }

/* End Our Story Section */
/* Categories Section */
.categories-section .container-fluid {
  padding: 0; }
.categories-section .categories-content {
  padding: 0 15px;
  cursor: pointer; }
  .categories-section .categories-content .categories-detail {
    margin: 0 -15px;
    position: relative; }
    .categories-section .categories-content .categories-detail .image {
      position: relative; }
      .categories-section .categories-content .categories-detail .image .overlay {
        background: rgba(0, 0, 0, 0.4);
        opacity: 1; }
    .categories-section .categories-content .categories-detail .shape {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      z-index: 9;
      width: 80%; }
    .categories-section .categories-content .categories-detail h4 {
      position: absolute;
      top: 44%;
      left: 50%;
      transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 99;
      color: #fff;
      font-size: 28px; }
    .categories-section .categories-content .categories-detail .more-link {
      opacity: 0;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      bottom: 7%;
      color: #fff;
      z-index: 9; }
      .categories-section .categories-content .categories-detail .more-link i {
        padding-left: 10px; }
      .categories-section .categories-content .categories-detail .more-link:hover {
        color: #ad0e16; }
    .categories-section .categories-content .categories-detail:hover .overlay {
      background: rgba(0, 0, 0, 0.6); }
    .categories-section .categories-content .categories-detail:hover .more-link {
      opacity: 1; }

/* End Categories Section */
/* Slider Revolution Section */
.style-home-slider-hp-1.style-home-slider-hp-3 .slide-caption-title-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700; }
.style-home-slider-hp-1.style-home-slider-hp-3 .slide-caption-title-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400; }

/* End Slider Revolution Section */
/* Slider Revolution Section */
.style-home-slider-hp-1.style-home-slider-hp-4 .slide-caption-title-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700; }
.style-home-slider-hp-1.style-home-slider-hp-4 .slide-caption-title-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400; }

/* End Slider Revolution Section */
/* Book Table */
.book-table-hp-1.book-table-hp-4 {
  background: #fff; }
  .book-table-hp-1.book-table-hp-4 .form-detail .form-group {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

/* End Book Table */
/* Gallery Section */
.gallery-hp-4 .view {
  text-align: center;
  padding-top: 65px; }
  .gallery-hp-4 .view .btn-medium {
    padding: 0 53.5px;
    height: 60px;
    line-height: 65px; }

/* End Gallery Section */
/* Featured Section */
.feature-hp-4.section-box {
  padding-bottom: 108px; }

.feature-hp-4 .special-heading-1 {
  padding-bottom: 39px; }
.feature-hp-4 .owl-carousel .owl-nav,
.feature-hp-4 .owl-carousel .owl-thumbs {
  display: none; }
.feature-hp-4 .owl-carousel .owl-stage-outer {
  margin: 0 -10px;
  padding: 0 10px; }
.feature-hp-4 .owl-carousel .owl-dots {
  text-align: left; }
  .feature-hp-4 .owl-carousel .owl-dots .owl-dot {
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none; }
    .feature-hp-4 .owl-carousel .owl-dots .owl-dot span {
      background: rgba(0, 0, 0, 0.1);
      margin: 5px 10px 5px 0; }
      .feature-hp-4 .owl-carousel .owl-dots .owl-dot span:hover {
        background: #333; }
  .feature-hp-4 .owl-carousel .owl-dots .owl-dot.active span {
    background: #333; }
.feature-hp-4 .feature-content {
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); }
  .feature-hp-4 .feature-content .feature-detail h3 {
    font-weight: 400; }
  .feature-hp-4 .feature-content .feature-detail p {
    font-size: 16px; }
  .feature-hp-4 .feature-content .feature-detail .view .btn-small {
    padding: 0px 33px;
    line-height: 55px;
    height: 50px;
    margin-right: 16px; }
  .feature-hp-4 .feature-content .feature-detail .view .price {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 25px;
    color: #333;
    position: relative;
    padding-left: 60px; }
    .feature-hp-4 .feature-content .feature-detail .view .price:before {
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.1);
      width: 40px;
      height: 1px;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      left: 0; }
.feature-hp-4 .feature-content-1 {
  margin: 10px 118px 130px 0;
  position: relative; }
  .feature-hp-4 .feature-content-1 .feature-detail {
    padding: 51px 70px 80px; }
    .feature-hp-4 .feature-content-1 .feature-detail p {
      margin: 19px -30px 39px 0; }
  .feature-hp-4 .feature-content-1 .view-image-1 {
    position: absolute;
    right: -12.6%;
    top: 8%; }
    .feature-hp-4 .feature-content-1 .view-image-1 .feature-image {
      margin-left: -62px; }
.feature-hp-4 .feature-content-2 {
  margin: 0 0 113px 118px;
  position: relative; }
  .feature-hp-4 .feature-content-2 .feature-detail {
    padding: 51px 70px 80px 40px;
    margin-left: 59%;
    width: 100%; }
    .feature-hp-4 .feature-content-2 .feature-detail h3 {
      width: 60%; }
    .feature-hp-4 .feature-content-2 .feature-detail p {
      margin: 19px -20px 39px 0; }
  .feature-hp-4 .feature-content-2 .view-image-2 {
    position: absolute;
    left: -12.6%;
    top: 8%; }
    .feature-hp-4 .feature-content-2 .view-image-2 .feature-image {
      margin-right: -62px; }
.feature-hp-4 .feature-content-3 .feature-detail h3,
.feature-hp-4 .feature-content-4 .feature-detail h3 {
  width: 70%; }

/* End Featured Section */
/* Events Section */
.events-hp-2.events-hp-4 {
  background: #f2f2f2; }

/* End Events Section */
/* Slider Revolution Section */
.style-home-slider-hp-1.style-home-slider-hp-5 .slide-caption-title-2 {
  font-family: 'Josefin Sans', sans-serif; }

/* End Slider Revolution Section */
/* Our Menu Section */
.menu-v2-section.hp-5-menu .view {
  text-align: center;
  padding: 35px 0 30px; }
  .menu-v2-section.hp-5-menu .view .btn-medium {
    padding: 22.5px 35.5px; }

/* End Our Menu Section */
/* Our Story Section */
.story-hp-5 .story-content {
  background-repeat: repeat;
  background-position: center center;
  padding: 48px 0 60px;
  position: relative; }
  .story-hp-5 .story-content .story-view-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-right: 0; }
    .story-hp-5 .story-content .story-view-image .story-right {
      margin-left: -68px; }
  .story-hp-5 .story-content .story-detail {
    padding: 50px 50px 67px 0; }
    .story-hp-5 .story-content .story-detail .special-heading,
    .story-hp-5 .story-content .story-detail .special-heading-1 {
      text-align: left; }
    .story-hp-5 .story-content .story-detail .special-heading-1 {
      padding-bottom: 28px; }
    .story-hp-5 .story-content .story-detail p {
      font-size: 16px;
      margin-bottom: 36px; }

/* End Our Story Section */
/* Book Table */
.book-table-hp-1.book-table-hp-5 {
  background-repeat: repeat;
  background-position: center center; }

/* End Book Table */
/* Slider Revolution Section */
.style-home-slider-hp-1.style-home-slider-hp-6 .slide-caption-title-2 {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 4px; }

/* End Slider Revolution Section */
/* About Us Section */
.about-us-section.about-hp-6 {
  background-repeat: repeat;
  background-position: center center; }

/* End About Us Section */
/* Contact Section */
.contact-hp-6.section-box {
  padding-top: 115px; }

.contact-hp-6 .special-heading-1 {
  padding: 0 0 7px; }
.contact-hp-6 p {
  text-align: center;
  margin: 0 auto 58px;
  width: 50%; }
.contact-hp-6 .form-contact {
  padding: 0 100px; }
  .contact-hp-6 .form-contact .group {
    margin: 0 -10px; }
  .contact-hp-6 .form-contact .form-input {
    margin-bottom: 20px;
    width: 100%;
    padding: 0 10px; }
    .contact-hp-6 .form-contact .form-input input {
      background: #f2f2f2;
      padding: 16.5px 25px; }
  .contact-hp-6 .form-contact .form-textarea {
    height: 200px;
    width: 100%;
    padding: 0 10px; }
    .contact-hp-6 .form-contact .form-textarea textarea {
      background: #f2f2f2;
      padding: 16.5px 25px; }
  .contact-hp-6 .form-contact .form-bottom {
    padding: 65px 10px 0;
    margin: 0 auto; }
    .contact-hp-6 .form-contact .form-bottom .btn-small {
      padding: 0px 51.5px;
      height: 50px;
      line-height: 55px;
      cursor: pointer; }

/* End Contact Section */
/* Events Section */
.events-hp-2.events-hp-6 {
  background-repeat: repeat;
  background-position: center center; }

/* End Events Section */
/* Book Table */
.book-table-hp-1 .form-detail .form-group {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

/* End Book Table */
/* 7. Menu ------------------------------------------------------------ */
/* Menu Section of Menu v2 Page */
.menu-v2-section.section-box {
  padding: 120px 0 90px; }

.menu-v2-section .menu-content {
  position: relative;
  margin-bottom: 30px; }
  .menu-v2-section .menu-content .overlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1; }
  .menu-v2-section .menu-content h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    z-index: 9;
    padding: 12px 20px 5px; }
    .menu-v2-section .menu-content h3:before, .menu-v2-section .menu-content h3:after {
      content: '';
      width: 70px;
      height: 2px;
      background: rgba(255, 255, 255, 0.65);
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
    .menu-v2-section .menu-content h3:before {
      top: -5%; }
    .menu-v2-section .menu-content h3:after {
      bottom: -5%; }
  .menu-v2-section .menu-content:hover .overlay {
    background: rgba(0, 0, 0, 0.65); }
  .menu-v2-section .menu-content:hover h3 {
    background: #fff;
    color: #333; }
    .menu-v2-section .menu-content:hover h3:before, .menu-v2-section .menu-content:hover h3:after {
      content: none; }

/* End Menu Section of Menu v2 Page */
/* Menu Section of Menu v1 Page */
.menu-v1-section.section-box {
  padding-bottom: 72px; }

.menu-v1-section .grid {
  counter-reset: grid-item; }
.menu-v1-section .grid-sizer,
.menu-v1-section .grid-item {
  width: 33.33%; }
.menu-v1-section .grid-item {
  float: left;
  padding: 0 15px 18px; }
  .menu-v1-section .grid-item h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 33px; }
  .menu-v1-section .grid-item .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 2px auto 28px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
    .menu-v1-section .grid-item .icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
  .menu-v1-section .grid-item .starter {
    background: #00b26f; }
  .menu-v1-section .grid-item .lunch {
    background: #e98c38; }
  .menu-v1-section .grid-item .dinner {
    background: #8058bd; }
  .menu-v1-section .grid-item .dessert {
    background: #f74877; }
  .menu-v1-section .grid-item .drink {
    background: #00c2d1; }
  .menu-v1-section .grid-item .alcoholic {
    background: #2489b0; }
  .menu-v1-section .grid-item .menu-inner {
    padding-bottom: 20px; }
    .menu-v1-section .grid-item .menu-inner span {
      font-size: 17px;
      font-family: 'Josefin Sans', sans-serif;
      color: #333; }
    .menu-v1-section .grid-item .menu-inner p {
      margin: 5px 0 3px;
      font-size: 14px; }
    .menu-v1-section .grid-item .menu-inner .special {
      color: #fff;
      font-size: 11px;
      background: #ad0e16;
      padding: 2px 13px 0px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      margin-bottom: 10px;
      display: inline-block; }

/* End Menu Section of Menu v1 Page */
/* Menu Salad Section Of Menu Starter Page */
.salad-section.section-box {
  padding: 97px 0 90px; }

.salad-section .owl-carousel .owl-thumbs,
.salad-section .owl-carousel .owl-nav {
  display: none; }
.salad-section .owl-carousel .owl-item .item-content {
  overflow: hidden;
  margin-bottom: 30px; }
  .salad-section .owl-carousel .owl-item .item-content .image {
    float: left; }
    .salad-section .owl-carousel .owl-item .item-content .image img {
      width: 170px;
      height: 150px; }
  .salad-section .owl-carousel .owl-item .item-content .info {
    margin: 12px 40px 0 200px; }
    .salad-section .owl-carousel .owl-item .item-content .info h5 {
      font-size: 20px;
      font-weight: 400; }
    .salad-section .owl-carousel .owl-item .item-content .info p {
      font-size: 16px;
      margin: 7px 0 13px; }
    .salad-section .owl-carousel .owl-item .item-content .info span {
      font-size: 22px;
      font-weight: 700;
      font-family: 'Josefin Sans', sans-serif;
      color: #333; }
.salad-section .owl-carousel .owl-dots {
  position: absolute;
  right: -28%;
  top: 25%; }
  .salad-section .owl-carousel .owl-dots .owl-dot {
    display: block;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none; }
    .salad-section .owl-carousel .owl-dots .owl-dot span {
      background: rgba(51, 51, 51, 0.1); }
    .salad-section .owl-carousel .owl-dots .owl-dot:hover span {
      background: #333; }
  .salad-section .owl-carousel .owl-dots .owl-dot.active span {
    background: #333; }

/* End Menu Salad Section Of Menu Starter Page */
/* Menu Curry Section Of Menu Starter Page */
.curry-section {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.curry-section.salad-section .menu-heading h2 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0 31px; }
.curry-section.salad-section .owl-carousel .owl-item .item-content .info h5 {
  color: #fff; }
.curry-section.salad-section .owl-carousel .owl-item .item-content .info p {
  color: #999; }
.curry-section.salad-section .owl-carousel .owl-item .item-content .info span {
  color: #fff; }
.curry-section.salad-section .owl-carousel .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.2); }
.curry-section.salad-section .owl-carousel .owl-dots .owl-dot:hover span {
  background: #fff; }
.curry-section.salad-section .owl-carousel .owl-dots .owl-dot.active span {
  background: #fff; }

/* End Menu Curry Section Of Menu Starter Page */
/* Menu Potato Section Of Menu Starter Page */
.salad-section.potato-section .menu-heading h2 {
  padding: 22px 0 31px; }

/* End Menu Potato Section Of Menu Starter Page */
/*Menu Steak Section of Menu Dinner Page*/
.salad-section.steak-section.section-box {
  padding-top: 92px; }

.salad-section.steak-section .menu-heading h2 {
  padding: 17px 0 31px; }

/*End Menu Steak Section of Menu Dinner Page*/
/* Menu Soup Section of Menu Dinner Page*/
.salad-section.soup-section.curry-section.section-box {
  padding-top: 95px; }

.salad-section.soup-section.curry-section .menu-heading h2 {
  padding-top: 15px; }

/*End Menu Soup Section of Menu Dinner Page*/
/* Menu Fish Section of Menu Dinner Page*/
.salad-section.potato-section.fish-section.section-box {
  padding-top: 92px; }

.salad-section.potato-section.fish-section .menu-heading h2 {
  padding-top: 18px; }

/* End Menu Fish Section of Menu Dinner Page*/
/* Menu Pizza Section of Menu Dinner Page*/
.salad-section.curry-section.pizza-section.section-box {
  padding-top: 94px; }

.salad-section.curry-section.pizza-section .menu-heading h2 {
  padding-top: 16px; }

/* End Menu Pizza Section of Menu Dinner Page*/
/*Menu Spaghetii Section of Menu Lunch Page*/
.salad-section.spaghetii-section.section-box {
  padding-top: 94px; }

.salad-section.spaghetii-section .menu-heading h2 {
  padding: 17px 0 31px; }

/*End Menu Spaghetii Section of Menu Lunch Page*/
/*Menu Sushi Section of Menu Lunch Page*/
.salad-section.sushi-section.section-box {
  padding-top: 92px; }

.salad-section.sushi-section .menu-heading h2 {
  padding: 19px 0 31px; }

/*End Menu Sushi Section of Menu Lunch Page*/
/*Menu Turkey Section of Menu Lunch Page*/
.salad-section.curry-section.turkey-section.section-box {
  padding-top: 94px; }

.salad-section.curry-section.turkey-section .menu-heading h2 {
  padding: 16px 0 31px; }

/*End Menu Turkey Section of Menu Lunch Page*/
/* 8. Page ------------------------------------------------------------ */
/* Time Open Section  */
.time-open-section.time-open-about {
  background: #fff; }

/* End Time Open Section  */
/* Our Story Section */
.about-story-section.section-box {
  padding-bottom: 116px; }

.about-story-section {
  background: #f2f2f2; }
  .about-story-section .story-content {
    text-align: center; }
    .about-story-section .story-content .special-heading-1 {
      padding-bottom: 28px; }
    .about-story-section .story-content p {
      font-size: 16px;
      margin: 0 auto 36px;
      width: 60%; }

/* End Our Story Section */
/* About Us Section */
.about-us-section.section-box {
  padding-top: 120px; }

.about-us-section .about-video {
  padding-right: 10px; }
  .about-us-section .about-video .video .vimeo {
    position: relative;
    cursor: pointer; }
    .about-us-section .about-video .video .vimeo .btn-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
.about-us-section .about-content {
  padding: 33px 0 0 45px; }
  .about-us-section .about-content .special-heading,
  .about-us-section .about-content .special-heading-1 {
    text-align: left; }
  .about-us-section .about-content .special-heading-1 {
    padding-bottom: 23px; }
  .about-us-section .about-content p {
    font-size: 16px; }

/* End About Us Section */
/* Our Team Section */
.our-team-section.our-team-about.section-box {
  padding-top: 118px; }

.our-team-section.our-team-about {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }
  .our-team-section.our-team-about .special-heading-1 {
    color: #fff; }
  .our-team-section.our-team-about .our-team-content .member-info {
    background: #fff; }

/* End Our Team Section */
/* Testimonials Section */
.about-testimonials.section-box {
  padding-bottom: 108px; }

.about-testimonials .special-heading-1 {
  padding-bottom: 17px; }
.about-testimonials .owl-carousel .owl-thumbs,
.about-testimonials .owl-carousel .owl-nav {
  display: none; }
.about-testimonials .owl-carousel .owl-dots .owl-dot {
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none; }
  .about-testimonials .owl-carousel .owl-dots .owl-dot span {
    background: rgba(51, 51, 51, 0.1); }
  .about-testimonials .owl-carousel .owl-dots .owl-dot:hover span {
    background: #333; }
.about-testimonials .owl-carousel .owl-dots .owl-dot.active span {
  background: #333; }
.about-testimonials .owl-carousel .owl-item p {
  font-size: 18px;
  font-style: italic;
  margin-top: -18px; }
.about-testimonials .owl-carousel .owl-item .client {
  overflow: hidden;
  margin: 26px 0 55px; }
  .about-testimonials .owl-carousel .owl-item .client img {
    height: 70px;
    width: 70px;
    float: left; }
  .about-testimonials .owl-carousel .owl-item .client .info {
    margin: 10px 0 0 95px; }
    .about-testimonials .owl-carousel .owl-item .client .info span {
      display: block; }
    .about-testimonials .owl-carousel .owl-item .client .info .name {
      font-family: 'Josefin Sans', sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #333;
      padding-bottom: 1px; }
    .about-testimonials .owl-carousel .owl-item .client .info .job {
      font-size: 14px; }
.about-testimonials .owl-carousel .owl-item .icon {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }
  .about-testimonials .owl-carousel .owl-item .icon .quote {
    font-size: 55px;
    color: rgba(51, 51, 51, 0.3); }
  .about-testimonials .owl-carousel .owl-item .icon .star {
    color: #f2c029;
    font-size: 20px; }
    .about-testimonials .owl-carousel .owl-item .icon .star span {
      color: #ccc; }

/* End Testimonials Section */
/* Our Team Section */
.our-team-section.section-box {
  padding: 120px 0 90px; }

.our-team-section .our-team-content {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .our-team-section .our-team-content .member-image {
    position: relative;
    cursor: pointer; }
    .our-team-section .our-team-content .member-image .background-gradient {
      position: absolute;
      width: 100%;
      height: 44px;
      bottom: 0;
      background: -moz-linear-gradient(top, rgba(205, 205, 205, 0.01) 0%, rgba(210, 210, 210, 0.11) 14%, rgba(214, 214, 214, 0.21) 24%, rgba(218, 218, 218, 0.28) 31%, rgba(241, 241, 241, 0.72) 69%, rgba(245, 245, 245, 0.79) 76%, rgba(249, 249, 249, 0.89) 86%, rgba(254, 254, 254, 0.99) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(205, 205, 205, 0.01) 0%, rgba(210, 210, 210, 0.11) 14%, rgba(214, 214, 214, 0.21) 24%, rgba(218, 218, 218, 0.28) 31%, rgba(241, 241, 241, 0.72) 69%, rgba(245, 245, 245, 0.79) 76%, rgba(249, 249, 249, 0.89) 86%, rgba(254, 254, 254, 0.99) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(205, 205, 205, 0.01) 0%, rgba(210, 210, 210, 0.11) 14%, rgba(214, 214, 214, 0.21) 24%, rgba(218, 218, 218, 0.28) 31%, rgba(241, 241, 241, 0.72) 69%, rgba(245, 245, 245, 0.79) 76%, rgba(249, 249, 249, 0.89) 86%, rgba(254, 254, 254, 0.99) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .our-team-section .our-team-content .member-image .overlay {
      background: rgba(0, 0, 0, 0.4); }
    .our-team-section .our-team-content .member-image .socials {
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 4%;
      left: 0;
      z-index: 99;
      opacity: 0; }
      .our-team-section .our-team-content .member-image .socials a {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        position: relative;
        margin: 0 2px; }
        .our-team-section .our-team-content .member-image .socials a i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          font-size: 18px;
          color: #333; }
        .our-team-section .our-team-content .member-image .socials a:hover {
          background: #333; }
          .our-team-section .our-team-content .member-image .socials a:hover i {
            color: #fff; }
    .our-team-section .our-team-content .member-image:hover .overlay,
    .our-team-section .our-team-content .member-image:hover .socials {
      opacity: 1; }
    .our-team-section .our-team-content .member-image:hover .background-gradient {
      display: none; }
  .our-team-section .our-team-content .member-info {
    text-align: center; }
    .our-team-section .our-team-content .member-info span {
      display: block; }
    .our-team-section .our-team-content .member-info .name {
      color: #333;
      font-size: 25px;
      font-weight: 700;
      font-family: 'Josefin Sans', sans-serif;
      padding-top: 30px; }
    .our-team-section .our-team-content .member-info .job {
      font-size: 16px;
      padding-bottom: 30px; }

/* End Our Team Section */
.Rectangle_2 {
  position: absolute;
  left: 775px;
  top: 1056px;
  width: 370px;
  height: 44px;
  z-index: 58; }

/* Events Section Of Events Page */
.events-section.section-box {
  padding-bottom: 90px; }

.events-section .events-content {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  overflow: hidden; }
  .events-section .events-content .image {
    float: left;
    width: 35.3%; }
  .events-section .events-content .events-detail {
    padding: 40px 40px 40px 45px;
    margin-left: 35.3%; }
    .events-section .events-content .events-detail .time {
      font-size: 13px; }
      .events-section .events-content .events-detail .time i {
        font-size: 18px;
        padding-right: 10px;
        margin-top: 1px;
        float: left; }
    .events-section .events-content .events-detail h4 {
      padding: 15px 0 10px; }
    .events-section .events-content .events-detail .more-link {
      padding-top: 8px; }
  .events-section .events-content:hover {
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

/* End Events Section Of Events Page */
/* Map Section of Events Details Pages */
.map-section.map-events-details .google-map-section .js-map-holder {
  height: 450px; }

/* End Map Section of Events Details Pages */
/* Events Section of Events Details Pages */
.events-details-section.section-box {
  padding: 120px 0 95px; }

.events-details-section .events-content .owl-theme .owl-dots,
.events-details-section .events-content .owl-theme .owl-thumbs {
  display: none; }
.events-details-section .events-content .owl-theme .owl-nav .owl-prev,
.events-details-section .events-content .owl-theme .owl-nav .owl-next {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
.events-details-section .events-content .owl-theme .owl-nav .owl-prev {
  left: 2.5%; }
.events-details-section .events-content .owl-theme .owl-nav .owl-next {
  right: 2.5%; }
.events-details-section .events-content .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none; }
.events-details-section .events-content h2 {
  font-size: 25px;
  padding: 48px 0 26px; }
.events-details-section .events-content p {
  font-size: 14px;
  margin-bottom: 18px; }
.events-details-section .video .vimeo,
.events-details-section .video .youtube {
  position: relative;
  cursor: pointer; }
  .events-details-section .video .vimeo .btn-play,
  .events-details-section .video .youtube .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
.events-details-section .events-info .contact {
  padding-right: 30px; }
  .events-details-section .events-info .contact h2 {
    font-size: 25px;
    padding: 58px 0 25px; }
  .events-details-section .events-info .contact .contact-inner {
    padding-bottom: 20px; }
    .events-details-section .events-info .contact .contact-inner i {
      font-size: 20px;
      color: #ad0e16;
      float: left;
      margin-top: 3px; }
    .events-details-section .events-info .contact .contact-inner .contact-detail {
      margin-left: 40px; }
      .events-details-section .events-info .contact .contact-inner .contact-detail a {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 18px; }
      .events-details-section .events-info .contact .contact-inner .contact-detail p {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 18px;
        color: #333;
        margin-bottom: 0; }
        .events-details-section .events-info .contact .contact-inner .contact-detail p span {
          font-size: 17px;
          font-weight: 700;
          padding-right: 22px; }
    .events-details-section .events-info .contact .contact-inner .contact-address a {
      font-size: 14px;
      padding-top: 9px;
      display: block; }
      .events-details-section .events-info .contact .contact-inner .contact-address a i {
        color: #333;
        float: none;
        font-size: 14px; }
      .events-details-section .events-info .contact .contact-inner .contact-address a:hover i {
        color: #ad0e16; }

#modal-video .modal-dialog {
  max-width: 70%;
  margin: 150px auto; }

/* End Events Section of Events Details Pages */
/* Time Open Section of RF-1 Page */
.time-open-section.section-box {
  padding: 89px 0 87px; }

.time-open-section {
  background: #f2f2f2; }
  .time-open-section .time-content {
    text-align: center; }
    .time-open-section .time-content h4 {
      font-size: 25px;
      padding-bottom: 9px; }
    .time-open-section .time-content span {
      font-size: 14px; }

/* End Time Open Section of RF-1 Page */
/* Reservation Section of RF-1 Page */
.reservation-section.section-box {
  padding-top: 120px; }

.reservation-section .reservation-content {
  padding: 48px 70px 55px 0; }
  .reservation-section .reservation-content .special-heading,
  .reservation-section .reservation-content .special-heading-1 {
    text-align: left; }
  .reservation-section .reservation-content .special-heading-1 {
    padding-bottom: 13px; }
  .reservation-section .reservation-content p {
    font-size: 16px;
    margin-bottom: 12px; }
  .reservation-section .reservation-content .last {
    margin-bottom: 43px; }
  .reservation-section .reservation-content .form-group {
    margin-bottom: 0;
    display: flex;
    margin: 0 -10px; }
    .reservation-section .reservation-content .form-group .form-row {
      margin: 0 0 20px 0;
      width: 50%;
      padding: 0 10px;
      position: relative; }
      .reservation-section .reservation-content .form-group .form-row input,
      .reservation-section .reservation-content .form-group .form-row select {
        height: auto;
        padding: 11.5px 25px; }
      .reservation-section .reservation-content .form-group .form-row input[type="submit"] {
        width: 100%; }
      .reservation-section .reservation-content .form-group .form-row input.btn-medium {
        height: 50px;
        line-height: 55px;
        padding: 0 25px; }
      .reservation-section .reservation-content .form-group .form-row select {
        position: relative;
        z-index: 1;
        background: 0 0;
        cursor: pointer; }
      .reservation-section .reservation-content .form-group .form-row .ui-datepicker-trigger {
        position: absolute;
        border: none;
        background: transparent;
        outline: none;
        -moz-outline: none;
        -webkit-outline: none;
        -o-outline: none;
        -ms-outline: none;
        top: 22%;
        right: 8%;
        color: #666;
        cursor: pointer; }
      .reservation-section .reservation-content .form-group .form-row .select-btn {
        position: absolute;
        top: 20%;
        right: 10%;
        z-index: 0; }
      .reservation-section .reservation-content .form-group .form-row .au-btn {
        cursor: pointer; }

/* End Reservation Section of RF-1 Page */
/* Book Table Section Of RF-3 Page */
.book-table-hp-1.book-table-rf3.section-box {
  padding-bottom: 80px; }

.book-table-hp-1.book-table-rf3 {
  background: #fff; }
  .book-table-hp-1.book-table-rf3 p {
    width: 60%; }
  .book-table-hp-1.book-table-rf3 .form-detail .form-group {
    padding: 0 30px; }
    .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row {
      width: 25.4%;
      margin-right: 24px; }
      .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row select,
      .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row input {
        margin-right: 23px; }
      .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row:last-child {
        margin-right: 0; }
    .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row.form-row-1 {
      width: 24.7%; }
    .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row.form-row-2 {
      width: 21.3%; }
      .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row.form-row-2 select {
        margin-right: 6px; }
    .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row.form-row-3 {
      width: 20.7%; }

/* End Book Table Section Of RF-3 Page */
/* Book With Phone Section Of RF-3 Page */
.book-phone-section.section-box {
  padding: 0 0 102px; }

.book-phone-section .book-phone-content {
  border-top: 1px solid #e5e5e5;
  padding-top: 57px; }
.book-phone-section .book-phone-detail h4 {
  font-size: 22px;
  padding-bottom: 25px; }
.book-phone-section .book-phone-detail p {
  margin-bottom: 11px; }

/* End Book With Phone Section Of RF-3 Page */
/* Reservation Section Of RF-2 Page */
.reservation-section.reservation-section-3 .reservation-detail {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
.reservation-section.reservation-section-3 .reservation-content {
  margin-right: -30px;
  padding: 80px 60px 50px 60px; }
  .reservation-section.reservation-section-3 .reservation-content .special-heading,
  .reservation-section.reservation-section-3 .reservation-content .special-heading-1 {
    text-align: center; }
  .reservation-section.reservation-section-3 .reservation-content .special-heading-1 {
    padding-bottom: 44px; }
  .reservation-section.reservation-section-3 .reservation-content .form-group-1 {
    text-align: center; }
    .reservation-section.reservation-section-3 .reservation-content .form-group-1 .form-row {
      width: 100%;
      margin-top: 30px; }
    .reservation-section.reservation-section-3 .reservation-content .form-group-1 input[type="submit"] {
      width: auto;
      padding: 0px 43.5px;
      margin: 0 auto;
      height: 50px;
      line-height: 55px; }
.reservation-section.reservation-section-3 .reservation-contact .contact-info {
  text-align: center;
  background: #3a424e;
  padding: 58px 45px 62px; }
  .reservation-section.reservation-section-3 .reservation-contact .contact-info h4 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 24px; }
  .reservation-section.reservation-section-3 .reservation-contact .contact-info i {
    color: #f2f2f2;
    font-size: 25px;
    display: block; }
  .reservation-section.reservation-section-3 .reservation-contact .contact-info p {
    color: #ccc;
    margin: 9px 0 20px; }
  .reservation-section.reservation-section-3 .reservation-contact .contact-info a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    color: #f2f2f2;
    margin-top: 7px; }
    .reservation-section.reservation-section-3 .reservation-contact .contact-info a:hover {
      color: #ad0e16; }

.reservation-section-3.map-section .js-map-holder {
  height: 200px; }

/* End Reservation Section Of RF-2 Page */
/* Page Not Found Section */
.page-not-found.section-box {
  padding-top: 95px; }

.page-not-found .pnf-content {
  text-align: center; }
  .page-not-found .pnf-content h2 {
    font-size: 32px;
    padding: 44px 0 12px; }
  .page-not-found .pnf-content p {
    width: 45%;
    margin: 0 auto 43px; }
  .page-not-found .pnf-content .btn-medium {
    padding: 0px 38.5px;
    line-height: 55px;
    height: 50px; }

/* End Page Not Found Section */
.comming-soon-page .header .header-hp-1 {
  display: none; }

.coming-soon .coming-soon-wrap {
  min-height: 100vh;
  width: 100%; }
  .coming-soon .coming-soon-wrap .top-page {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center; }
    .coming-soon .coming-soon-wrap .top-page .socials {
      padding-top: 9px; }
      .coming-soon .coming-soon-wrap .top-page .socials a {
        color: #fff;
        font-size: 18px;
        padding: 0 10px; }
        .coming-soon .coming-soon-wrap .top-page .socials a:last-child {
          padding-right: 0; }
        .coming-soon .coming-soon-wrap .top-page .socials a:hover {
          color: #ad0e16; }
    .coming-soon .coming-soon-wrap .top-page .logo {
      padding: 46px 0; }
  .coming-soon .coming-soon-wrap h1 {
    font-size: 62px;
    color: #fff;
    text-align: center;
    width: 60%;
    margin: 72px auto 57px;
    line-height: 1.3; }
  .coming-soon .coming-soon-wrap #clockdiv {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center; }
    .coming-soon .coming-soon-wrap #clockdiv .clock-inner {
      text-align: center;
      padding: 0 34px; }
      .coming-soon .coming-soon-wrap #clockdiv .clock-inner .days,
      .coming-soon .coming-soon-wrap #clockdiv .clock-inner .hours,
      .coming-soon .coming-soon-wrap #clockdiv .clock-inner .minutes,
      .coming-soon .coming-soon-wrap #clockdiv .clock-inner .seconds {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 65px;
        font-weight: 700;
        color: #ad0e16; }
      .coming-soon .coming-soon-wrap #clockdiv .clock-inner .smalltext {
        margin-top: -21px;
        font-size: 22px;
        color: #ccc; }
  .coming-soon .coming-soon-wrap .subcribe {
    text-align: center;
    padding: 187px 0 81px; }
    .coming-soon .coming-soon-wrap .subcribe span {
      color: #ccc;
      padding-bottom: 24px;
      display: block; }
    .coming-soon .coming-soon-wrap .subcribe .subcribe-inner {
      justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -o-justify-content: center;
      -ms-justify-content: center;
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      -o-align-items: center;
      -ms-align-items: center; }
      .coming-soon .coming-soon-wrap .subcribe .subcribe-inner input {
        height: auto;
        width: 23.1%;
        margin-right: 10px;
        padding: 12.5px 26px;
        font-size: 14px; }
        .coming-soon .coming-soon-wrap .subcribe .subcribe-inner input::-webkit-input-placeholder {
          color: #999; }
        .coming-soon .coming-soon-wrap .subcribe .subcribe-inner input::-moz-placeholder {
          color: #999; }
        .coming-soon .coming-soon-wrap .subcribe .subcribe-inner input:-ms-input-placeholder {
          color: #999; }
        .coming-soon .coming-soon-wrap .subcribe .subcribe-inner input:-moz-placeholder {
          color: #999; }
      .coming-soon .coming-soon-wrap .subcribe .subcribe-inner a {
        margin-left: 10px; }
        .coming-soon .coming-soon-wrap .subcribe .subcribe-inner a i {
          padding-left: 17px; }
      .coming-soon .coming-soon-wrap .subcribe .subcribe-inner .btn-small {
        padding: 0px 30px 0px 35px;
        line-height: 55px;
        height: 50px; }

/* 9. Gallery ------------------------------------------------------------ */
/* Gallery Section of GG V1 */
.gallery-section-v1.section-box {
  padding: 120px 0 90px; }

.gallery-section-v1.gallery-hp-1 .gallery-content {
  padding: 0; }
  .gallery-section-v1.gallery-hp-1 .gallery-content .gallery-detail {
    margin: 0 0 30px; }
    .gallery-section-v1.gallery-hp-1 .gallery-content .gallery-detail .overlay {
      background: rgba(0, 0, 0, 0.7); }

/* End Gallery Section of GG V1 */
/* Gallery Section of GW */
.gallery-section-wall.gallery-hp-1 .container-fluid {
  padding-right: 0;
  padding-left: 0; }
.gallery-section-wall.gallery-hp-1 .gallery-content .gallery-detail .overlay {
  background: rgba(0, 0, 0, 0.6); }

/* End Gallery Section of GW */
/* 10. Blog ------------------------------------------------------------ */
/* Blog Section of BG v1 */
.blog-grid-v1-section.section-box {
  padding: 120px 0 60px; }

.blog-grid-v1-section .blog-content {
  margin-bottom: 53px; }
  .blog-grid-v1-section .blog-content .blog-image {
    position: relative; }
    .blog-grid-v1-section .blog-content .blog-image .overlay {
      background: rgba(0, 0, 0, 0.6); }
    .blog-grid-v1-section .blog-content .blog-image i {
      color: #fff;
      font-size: 22px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      opacity: 0;
      z-index: 9; }
    .blog-grid-v1-section .blog-content .blog-image:hover .overlay,
    .blog-grid-v1-section .blog-content .blog-image:hover i {
      opacity: 1; }
    .blog-grid-v1-section .blog-content .blog-image:hover .overlay {
      transform: scale(1.02);
      -moz-transform: scale(1.02);
      -webkit-transform: scale(1.02);
      -o-transform: scale(1.02);
      -ms-transform: scale(1.02); }
    .blog-grid-v1-section .blog-content .blog-image:hover img {
      transform: scale(1.02);
      -moz-transform: scale(1.02);
      -webkit-transform: scale(1.02);
      -o-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transition: all 0.5s ease 0.1s;
      -moz-transition: all 0.5s ease 0.1s;
      -webkit-transition: all 0.5s ease 0.1s;
      -o-transition: all 0.5s ease 0.1s;
      -ms-transition: all 0.5s ease 0.1s; }
  .blog-grid-v1-section .blog-content .blog-detail {
    text-align: center;
    padding: 0 30px; }
    .blog-grid-v1-section .blog-content .blog-detail h3 {
      font-size: 22px;
      padding: 38px 0 7px; }
    .blog-grid-v1-section .blog-content .blog-detail p {
      font-size: 14px;
      margin-top: 10px; }
    .blog-grid-v1-section .blog-content .blog-detail .date-cmt {
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -o-justify-content: center;
      -ms-justify-content: center; }
      .blog-grid-v1-section .blog-content .blog-detail .date-cmt .date span {
        font-size: 13px;
        position: relative;
        padding-right: 15px;
        margin-right: 15px; }
        .blog-grid-v1-section .blog-content .blog-detail .date-cmt .date span:before {
          content: '';
          width: 1px;
          height: 15px;
          background: #ccc;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
      .blog-grid-v1-section .blog-content .blog-detail .date-cmt .date i {
        margin-top: 5px; }
      .blog-grid-v1-section .blog-content .blog-detail .date-cmt .comment a {
        color: #666;
        font-size: 13px; }
        .blog-grid-v1-section .blog-content .blog-detail .date-cmt .comment a:hover {
          color: #d9a868; }
      .blog-grid-v1-section .blog-content .blog-detail .date-cmt .comment i {
        margin-top: 3px; }
      .blog-grid-v1-section .blog-content .blog-detail .date-cmt i {
        font-size: 16px;
        padding-right: 10px;
        float: left; }

/* End Blog Section of BG v1 */
/* Blog Section of BG v2 */
.blog-grid-v1-section.blog-grid-v2-section.section-box {
  padding: 130px 0 55px; }

.blog-grid-v1-section.blog-grid-v2-section .blog-content {
  margin-bottom: 58px; }
  .blog-grid-v1-section.blog-grid-v2-section .blog-content .blog-image i {
    font-size: 30px; }
  .blog-grid-v1-section.blog-grid-v2-section .blog-content .blog-detail h3 {
    font-size: 28px;
    padding: 43px 0 11px; }
  .blog-grid-v1-section.blog-grid-v2-section .blog-content .blog-detail p {
    font-size: 15px;
    margin-top: 13px; }

/* End Blog Section of BG v2 */
/* Blog Section Of Blog List Page */
.blog-list-section.blog-grid-v1-section.section-box {
  padding: 120px 0 108px; }

.blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-content {
  margin-bottom: 15px; }
.blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image {
  margin: 0 -15px 33px 0;
  position: relative; }
  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image .overlay {
    background: rgba(218, 188, 149, 0.4); }
  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image .figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image .figcaption:before, .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image .figcaption:after {
      position: absolute;
      top: 20px;
      right: 20px;
      bottom: 20px;
      left: 20px;
      content: '';
      opacity: 0;
      transition: opacity 0.55s, transform 0.55s;
      -moz-transition: opacity 0.55s, transform 0.55s;
      -webkit-transition: opacity 0.55s, transform 0.55s;
      -o-transition: opacity 0.55s, transform 0.55s;
      -ms-transition: opacity 0.55s, transform 0.55s;
      z-index: 99; }
    .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image .figcaption:before {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      -webkit-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      -ms-transform: scale(0, 1); }
    .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image .figcaption:after {
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -webkit-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      -ms-transform: scale(1, 0); }
  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image:hover .overlay {
    opacity: 1; }
  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image:hover img,
  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image:hover .overlay {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image:hover .figcaption:before, .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image:hover .figcaption:after {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
.blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-detail {
  text-align: left;
  border: 1px solid #e5e5e5;
  margin-left: -15px;
  border-left: none;
  padding: 10px 30px 52px 55px; }
  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-detail h3 {
    font-size: 25px;
    padding-bottom: 15px; }
  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-detail p {
    font-size: 15px;
    margin: 15px 0 38px; }
  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-detail .more-link {
    font-size: 18px; }
  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-detail .date-cmt {
    justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start; }
.blog-list-section.blog-grid-v1-section .owl-theme .owl-nav,
.blog-list-section.blog-grid-v1-section .owl-theme .owl-thumbs {
  display: none; }
.blog-list-section.blog-grid-v1-section .owl-theme .owl-dots .owl-dot {
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none; }
  .blog-list-section.blog-grid-v1-section .owl-theme .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.1); }
  .blog-list-section.blog-grid-v1-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #000; }
.blog-list-section.blog-grid-v1-section .owl-theme .owl-dots .owl-dot.active span {
  background: #000; }

/* End Blog Section Of Blog List Page */
/* Blog Section of Blog Sidebar Page */
.blog-sidebar-section.blog-grid-v1-section.section-box {
  padding-bottom: 50px; }

.blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area {
  margin-right: 20px; }
  .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content {
    margin-bottom: 61px; }
    .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-image {
      position: relative; }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-image .overlay {
        background: rgba(218, 188, 149, 0.4); }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-image .figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-image .figcaption:before, .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-image .figcaption:after {
          position: absolute;
          top: 20px;
          right: 20px;
          bottom: 20px;
          left: 20px;
          content: '';
          opacity: 0;
          transition: opacity 0.55s, transform 0.55s;
          -moz-transition: opacity 0.55s, transform 0.55s;
          -webkit-transition: opacity 0.55s, transform 0.55s;
          -o-transition: opacity 0.55s, transform 0.55s;
          -ms-transition: opacity 0.55s, transform 0.55s;
          z-index: 99; }
        .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-image .figcaption:before {
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          transform: scale(0, 1);
          -moz-transform: scale(0, 1);
          -webkit-transform: scale(0, 1);
          -o-transform: scale(0, 1);
          -ms-transform: scale(0, 1); }
        .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-image .figcaption:after {
          border-right: 1px solid #fff;
          border-left: 1px solid #fff;
          transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -webkit-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          -ms-transform: scale(1, 0); }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-image:hover .overlay {
        opacity: 1; }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-image:hover img,
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-image:hover .overlay {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1); }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-image:hover .figcaption:before, .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-image:hover .figcaption:after {
        opacity: 1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1); }
    .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-detail {
      text-align: left;
      padding: 10px 20px 0 0; }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-detail h3 {
        font-size: 25px;
        padding: 38px 0 10px; }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-detail p {
        font-size: 15px;
        margin-bottom: 28px; }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-detail .more-link {
        font-size: 16px; }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area .blog-content .blog-detail .date-cmt {
        justify-content: flex-start;
        -moz-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -o-justify-content: flex-start;
        -ms-justify-content: flex-start; }
.blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget-title {
  padding-bottom: 18px;
  margin-bottom: 25px;
  position: relative;
  font-size: 22px; }
  .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e5e5e5;
    height: 1px;
    width: 100%;
    content: ''; }
.blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_search {
  position: relative;
  margin-bottom: 57px; }
  .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_search input {
    background: #f2f2f2;
    padding: 16.5px 25px;
    font-weight: 400; }
    .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_search input::-webkit-input-placeholder {
      color: #999; }
    .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_search input::-moz-placeholder {
      color: #999; }
    .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_search input:-ms-input-placeholder {
      color: #999; }
    .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_search input:-moz-placeholder {
      color: #999; }
  .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_search .search-submit {
    position: absolute;
    bottom: 4%;
    right: 5%;
    background: transparent;
    border: none;
    color: #666;
    font-size: 20px;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    cursor: pointer; }
.blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_product_categories {
  padding-bottom: 38px; }
  .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_product_categories .product-categories {
    padding-top: 4px; }
    .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_product_categories .product-categories .cat-item {
      padding-bottom: 12px; }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_product_categories .product-categories .cat-item a {
        color: #666;
        font-size: 16px; }
        .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_product_categories .product-categories .cat-item a:hover {
          color: #ad0e16; }
.blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_recent_entries {
  padding-bottom: 42px; }
  .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_recent_entries .recent-inner {
    margin-bottom: 15px;
    overflow: hidden; }
    .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_recent_entries .recent-inner img {
      width: 65px;
      height: 65px;
      float: left; }
    .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_recent_entries .recent-inner .recent-info {
      margin: -68px 0 10px 80px; }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_recent_entries .recent-inner .recent-info a {
        font-size: 17px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600;
        display: block;
        margin-bottom: -3px; }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_recent_entries .recent-inner .recent-info .day {
        font-style: italic;
        font-size: 12px;
        color: #999; }
.blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_tag_cloud {
  padding-bottom: 50px; }
  .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_tag_cloud .tagcloud {
    overflow: hidden; }
    .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_tag_cloud .tagcloud span {
      font-family: 'Josefin Sans', sans-serif;
      font-size: 13px;
      border: 1px solid #e5e5e5;
      float: left;
      margin-bottom: 10px;
      margin-right: 10px; }
    .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_tag_cloud .tagcloud a {
      color: #666;
      padding: 4.5px 16px; }
      .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_tag_cloud .tagcloud a:hover {
        color: #ad0e16; }

/* End Blog Section of Blog Sidebar Page */
/* Blog Section of Blog Details Page */
.blog-details-section.blog-sidebar-section.section-box {
  padding-top: 118px; }

.blog-details-section.blog-sidebar-section .woocommerce .content-area {
  margin-right: 15px; }
  .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content {
    margin-bottom: 70px; }
    .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail {
      padding: 0; }
      .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail h3 {
        font-size: 30px;
        padding: 0 0 13px; }
      .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .date-cmt {
        padding-bottom: 30px; }
      .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail p {
        margin-bottom: 11px; }
      .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail figure {
        margin-bottom: 43px; }
      .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote {
        border: 1px solid #e5e5e5;
        font-size: 22px;
        font-family: 'Josefin Sans', sans-serif;
        color: #333;
        margin: 38px 0 37px;
        text-align: center;
        padding: 49px 40px 43px;
        line-height: 1.3; }
      .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .socials {
        justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        padding-top: 24px;
        border-top: 1px solid #e5e5e5;
        margin-top: 78px;
        font-family: 'Josefin Sans', sans-serif; }
        .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .socials .tags span {
          margin-right: 10px; }
        .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .socials .tags a {
          color: #fff;
          padding: 1px 15px 0;
          margin-right: 5px;
          background: #ad0e16;
          font-size: 13px; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .socials .tags a:hover {
            color: #ad0e16;
            background: #f2f2f2; }
        .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .socials .socials-inner a {
          margin-left: 10px;
          color: #666; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .socials .socials-inner a:hover {
            color: #ad0e16; }
      .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail h4 {
        font-size: 30px;
        padding: 61px 0 24px; }
      .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media {
        display: block;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 13px; }
        .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .comment-content .media-left img {
          width: 70px;
          height: 70px;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%; }
        .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .comment-content .media-body {
          margin: 7px 0 27px 25px; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .comment-content .media-body .media-heading h5 {
            font-size: 20px; }
            .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .comment-content .media-body .media-heading h5 span {
              font-family: 'Libre Baskerville', serif;
              font-size: 13px;
              font-weight: 400;
              color: #999;
              padding-left: 14px; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .comment-content .media-body p {
            margin-bottom: 14px; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .comment-content .media-body a {
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 700;
            font-size: 14px; }
            .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .comment-content .media-body a i {
              padding-right: 10px; }
        .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .media {
          margin-left: 95px;
          border-bottom: none; }
      .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form h4 {
        padding-top: 42px; }
      .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-input {
        margin-bottom: 30px; }
        .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-input input {
          background: #f2f2f2;
          padding: 16.5px 20px;
          font-size: 14px; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-input input::-webkit-input-placeholder {
            color: #999; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-input input::-moz-placeholder {
            color: #999; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-input input:-ms-input-placeholder {
            color: #999; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-input input:-moz-placeholder {
            color: #999; }
      .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-textarea {
        height: 202px; }
        .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-textarea textarea {
          background: #f2f2f2; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-textarea textarea::-webkit-input-placeholder {
            color: #999; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-textarea textarea::-moz-placeholder {
            color: #999; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-textarea textarea:-ms-input-placeholder {
            color: #999; }
          .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-textarea textarea:-moz-placeholder {
            color: #999; }
      .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-bottom {
        padding-top: 50px; }
        .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote-form .form-bottom .btn-small {
          padding: 0px 51.5px;
          cursor: pointer;
          line-height: 55px;
          height: 50px; }

/* End Blog Section of Blog Details Page */
/* 11. Contact ------------------------------------------------------------ */
/* Contact v1 Section */
.contact-v1-section .contact-content {
  padding: 0 20px 80px 0; }
  .contact-v1-section .contact-content .get-in {
    padding-bottom: 22px; }
  .contact-v1-section .contact-content .follow {
    padding: 34px 0 23px; }
  .contact-v1-section .contact-content .socials a {
    position: relative;
    margin-right: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #f2f2f2;
    color: #999; }
    .contact-v1-section .contact-content .socials a i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      font-size: 17px; }
    .contact-v1-section .contact-content .socials a:hover {
      background: #333;
      color: #fff; }
.contact-v1-section .quote-form .form-contact .form-input {
  margin-bottom: 20px;
  position: relative; }
  .contact-v1-section .quote-form .form-contact .form-input input {
    background: #f2f2f2;
    padding: 16.5px 25px; }
    .contact-v1-section .quote-form .form-contact .form-input input::-webkit-input-placeholder {
      color: #999; }
    .contact-v1-section .quote-form .form-contact .form-input input::-moz-placeholder {
      color: #999; }
    .contact-v1-section .quote-form .form-contact .form-input input:-ms-input-placeholder {
      color: #999; }
    .contact-v1-section .quote-form .form-contact .form-input input:-moz-placeholder {
      color: #999; }
  .contact-v1-section .quote-form .form-contact .form-input i {
    position: absolute;
    top: 35%;
    right: 3.5%;
    font-size: 17px; }
.contact-v1-section .quote-form .form-contact .form-textarea {
  height: 140px; }
  .contact-v1-section .quote-form .form-contact .form-textarea textarea {
    background: #f2f2f2; }
    .contact-v1-section .quote-form .form-contact .form-textarea textarea::-webkit-input-placeholder {
      color: #999; }
    .contact-v1-section .quote-form .form-contact .form-textarea textarea::-moz-placeholder {
      color: #999; }
    .contact-v1-section .quote-form .form-contact .form-textarea textarea:-ms-input-placeholder {
      color: #999; }
    .contact-v1-section .quote-form .form-contact .form-textarea textarea:-moz-placeholder {
      color: #999; }
.contact-v1-section .quote-form .form-contact .form-bottom {
  margin: 45px 0 20px; }
  .contact-v1-section .quote-form .form-contact .form-bottom .btn-small {
    padding: 0px 51.5px;
    cursor: pointer;
    line-height: 55px;
    height: 50px; }

/* End Contact v1 Section */
/* Contact v2 Section */
.contact-v2-section.section-box {
  padding-top: 120px; }

.contact-v2-section .contact-content {
  padding: 33px 10px 50px 0; }
  .contact-v2-section .contact-content h3 {
    font-size: 25px;
    padding-bottom: 19px; }
  .contact-v2-section .contact-content p {
    margin-bottom: 32px; }
  .contact-v2-section .contact-content .contact-info {
    padding: 0 10px 25px 0; }
    .contact-v2-section .contact-content .contact-info i {
      color: #ad0e16;
      font-size: 26px; }
    .contact-v2-section .contact-content .contact-info h4 {
      font-size: 20px;
      font-weight: 400;
      padding: 17px 0 4px; }
    .contact-v2-section .contact-content .contact-info a {
      display: block;
      color: #666;
      padding-bottom: 6px; }
      .contact-v2-section .contact-content .contact-info a:hover {
        color: #ad0e16; }
    .contact-v2-section .contact-content .contact-info .time {
      font-size: 14px; }
      .contact-v2-section .contact-content .contact-info .time .time-inner {
        justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        padding-bottom: 8px; }
        .contact-v2-section .contact-content .contact-info .time .time-inner .hour {
          color: #999; }
  .contact-v2-section .contact-content .contact-email span {
    font-size: 14px;
    display: block;
    padding-bottom: 8px; }
  .contact-v2-section .contact-content .contact-address {
    padding: 0 25px 25px 0; }
.contact-v2-section .quote-form {
  margin-left: 70px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 57px 40px 80px; }
  .contact-v2-section .quote-form h3 {
    font-size: 25px;
    padding-bottom: 9px; }
  .contact-v2-section .quote-form p {
    margin-bottom: 8px; }
  .contact-v2-section .quote-form .form-contact .form-input {
    margin-bottom: 10px; }
    .contact-v2-section .quote-form .form-contact .form-input input {
      padding: 25px 0px 21px;
      border: none;
      border-bottom: 1px solid #e5e5e5; }
  .contact-v2-section .quote-form .form-contact .form-bottom {
    padding-top: 35px; }
    .contact-v2-section .quote-form .form-contact .form-bottom .btn-small {
      padding: 0px 51.5px;
      cursor: pointer;
      line-height: 55px;
      height: 50px; }

/* End Contact v2 Section */
/* 12. Responsive ------------------------------------------------------------ */
/* 992px <= X <= 1820px --- Large */
@media screen and (max-width: 1830px) and (min-width: 992px) {
  /* Menu Salad Section Of Menu Starter Page */
  .salad-section .owl-carousel .owl-dots {
    right: 0; } }
/* X <= 1700px --- Large */
@media screen and (max-width: 1700px) {
  /* Featured Section Of hp-2*/
  .feature-hp-2 .feature-contend .feature-detail .feature-text,
  .feature-hp-2 .feature-contend .feature-detail .feature-text p {
    width: 100%; } }
/* 1200px <= X <= 1700px --- Large */
@media screen and (max-width: 1700px) and (min-width: 1200px) {
  /* Featured Section Of hp-2*/
  .feature-hp-2 .feature-contend .feature-detail .feature-text {
    padding: 30px 24px; }

  .feature-hp-2 .feature-contend .feature-detail .feature-text h3 {
    font-size: 28px; } }
/* 1400px <= X <= 1700px --- Large */
@media screen and (max-width: 1700px) and (min-width: 1400px) {
  /* Our Story Section hp-5*/
  .story-hp-5 .story-content .story-view-image {
    top: 5%; } }
/* 1200px <= X <= 1400px --- Large */
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  /* Our Story Section hp-5*/
  .story-hp-5 .story-content .story-view-image {
    top: 13%; } }
/* 1200px <= X <= 1250px --- Large */
/*X >= 1200px Extra large */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; }

  .show-mobile-header {
    display: none; }

  /* Slider Revolution Section */
  .home-slider .btn-medium {
    padding: 22px 45px 20px !important;  } }
/* X < = 1199px */
@media (max-width: 1199px) {
  /* Header */
  .show-desktop-header {
    display: none; }

  .show-mobile-header {
    display: block; }

  /* Our Menu Section hp-1*/
  .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-title-total {
    display: none; }

  .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-detail-1 {
    margin: 0; }

  .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-detail {
    padding: 0 0 60px 20px; }

  /* Reservation Section of RF-1 Page */
  .reservation-section .reservation-content {
    padding: 0px 0px 55px 0; }

  /* Contact v2 Section */
  .contact-v2-section .contact-content {
    padding: 33px 0px 50px 0; }

  .contact-v2-section .contact-content .contact-info,
  .contact-v2-section .contact-content .contact-address {
    padding: 0 0px 25px 0; }

  /* Events Section of Events Details Pages */
  .events-details-section .events-info .contact {
    padding-right: 0; } }
/* 992px <= X <= 1199px --- Large */
@media screen and (max-width: 1199px) and (min-width: 992px) {
  /* Our Story Section hp-1*/
  .story-hp-1 .story-content {
    padding: 0; }

  /* Footer */
  .footer-section .footer-item .contact-inner .text .text-inner {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    -o-align-items: flex-start;
    -ms-align-items: flex-start; }

  /* Book Table hp-1*/
  .book-table-hp-1 .form-detail .form-group .form-row.form-row-3 {
    width: 21%; }

  .book-table-hp-1 .form-detail .form-group .form-row input.btn-medium {
    padding: 0px 20.5px; }

  .book-table-hp-1 .form-detail .form-group {
    padding: 42px 30px; }

  /* Events Section Of Events Page */
  .events-section .events-content .events-detail {
    padding: 20px 20px 20px 25px; }

  .events-section .events-content .events-detail h4 {
    padding: 5px 0 5px;
    font-size: 20px; }

  .events-section .events-content .events-detail p {
    margin-bottom: 0;
    font-size: 14px; }

  .events-section .events-content .events-detail .more-link {
    padding-top: 10px; }

  /* Book Table Section of RF-3*/
  .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row.form-row-3 {
    width: 18.7%; }

  /* Blog Section Of Blog List Page */
  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-detail {
    padding: 11px 30px 19px 30px; }

  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-detail h3 {
    font-size: 22px;
    padding: 20px 0 7px; }

  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-detail p {
    font-size: 14px;
    margin: 10px 0 15px; }

  /* Countdown Timer Of Comming Soon Page*/
  .coming-soon .coming-soon-wrap h1 {
    width: 80%; }

  /* Featured Section Of hp-2*/
  .feature-hp-2 .feature-contend .feature-detail .feature-text {
    text-align: center;
    padding: 30px 20px; }

  .feature-hp-2 .feature-contend .feature-detail .feature-text h3 {
    font-size: 23px; }

  .feature-hp-2 .feature-contend .feature-detail .feature-text p {
    margin-bottom: 10px; }

  /* Featured Section hp-4*/
  .feature-hp-4 .feature-content-1 .view-image-1 {
    right: -16.5%; }

  .feature-hp-4 .feature-content-2 .view-image-2 {
    left: -16.5%; }

  /* Our Story Section hp-5*/
  .story-hp-5 .story-content .story-view-image {
    top: 20%; } }
/* 768px <= X <= 1199px --- Large */
@media screen and (max-width: 1199px) and (min-width: 768px) {
  /* Book Table hp-1*/
  .book-table-hp-1 p {
    width: 70%; }

  /* Contact v2 Section */
  .contact-v2-section .contact-content {
    margin-right: -60px; }

  /* About Us Section Of About Page*/
  .about-us-section .about-content {
    padding: 0px 0 0 45px; }

  /* Menu Section of Menu v1 Page */
  .menu-v1-section .grid-sizer,
  .menu-v1-section .grid-item {
    width: 50%; }

  /* Events Section Of hp-2*/
  .events-hp-2 .owl-carousel .events-content {
    position: relative; }

  .events-hp-2 .owl-carousel .events-content .events-images {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

  /* Categories Section hp-3*/
  .categories-section .categories-content .categories-detail .shape {
    width: 100%; }

  .categories-section .categories-content .categories-detail h4 {
    top: 41%; } }
/* 768px <= X <= 991px --- Large */
@media screen and (max-width: 991px) and (min-width: 768px) {
  /* Feature Section hp-1*/
  .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail .special-heading-1 {
    font-size: 28px; }

  .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail .special-heading {
    font-size: 22px; }

  .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail p {
    font-size: 14px; }

  /* Book Table hp-1*/
  .book-table-hp-1 .form-detail .form-group {
    padding: 42px 20px; }

  .book-table-hp-1 .form-detail .form-group .form-row,
  .book-table-hp-1 .form-detail .form-group .form-row select,
  .book-table-hp-1 .form-detail .form-group .form-row input {
    margin-right: 10px; }

  .book-table-hp-1 .form-detail .form-group .form-row.form-row-3 {
    width: 24.9%; }

  .book-table-hp-1 .form-detail .form-group .form-row input.btn-medium {
    padding: 0px 24.5px; }

  /* Events Section Of Events Page */
  .events-section .events-content .image {
    float: none;
    width: 100%; }

  .events-section .events-content .events-detail {
    margin-left: 0; }

  /* Time Open Section of RF-1 Page */
  .time-open-section .time-content h4 {
    font-size: 22px; }

  /* Reservation Section of RF-1 Page */
  .reservation-section .reservation-image {
    margin-top: 30%; }

  /* Book Table Section of RF-3*/
  .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row,
  .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row input,
  .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row select {
    margin-right: 10px; }

  /* Reservation Section Of RF-2 Page */
  .reservation-section.reservation-section-3 .reservation-contact .contact-info {
    padding: 58px 25px 62px; }

  /* Blog Section of BG v2 */
  .blog-grid-v1-section.blog-grid-v2-section .blog-content .blog-detail .date-cmt {
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row; }

  .blog-grid-v1-section.blog-grid-v2-section .blog-content .blog-detail .date-cmt .date span {
    padding-right: 15px;
    margin-right: 15px; }

  .blog-grid-v1-section.blog-grid-v2-section .blog-content .blog-detail .date-cmt .date span:before {
    content: ''; }

  /* Menu Section of Menu v2 Page */
  .menu-v2-section .menu-content h3 {
    font-size: 20px; }

  /* Blog Section of Blog Sidebar Page */
  .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_recent_entries .recent-inner img {
    float: none; }

  .blog-sidebar-section.blog-grid-v1-section .woocommerce .widget-area .widget_recent_entries .recent-inner .recent-info {
    margin: 10px 0 10px 0px; }

  /* Contact v2 Section */
  .contact-v2-section .quote-form {
    padding: 57px 25px 80px; }

  /* About Us Section Of About Page*/
  .about-us-section .about-video {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

  /* Categories Section hp-3*/
  .categories-section .categories-content .categories-detail .more-link {
    font-size: 13px; }

  .categories-section .categories-content .categories-detail .more-link i {
    padding-left: 5px; }

  /* Featured Section hp-4*/
  .feature-hp-4 .feature-content-1 .view-image-1 {
    right: -23.5%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

  .feature-hp-4 .feature-content-2 .view-image-2 {
    left: -23.5%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

  .feature-hp-4 .feature-content-1 .feature-detail {
    padding: 51px 40px 80px;
    margin-right: -70px; }

  .feature-hp-4 .feature-content-2 .feature-detail {
    padding: 51px 40px 80px 40px;
    margin-left: 66%; }

  .feature-hp-4 .feature-content-2 .feature-detail h3,
  .feature-hp-4 .feature-content-3 .feature-detail h3,
  .feature-hp-4 .feature-content-4 .feature-detail h3 {
    width: 100%; }

  .feature-hp-4 .feature-content-2 .feature-detail p {
    margin: 19px -50px 39px 0; }

  .feature-hp-4 .feature-content .feature-detail .view .btn-small {
    margin-right: 10px; }

  .feature-hp-4 .feature-content .feature-detail .view .price {
    padding-left: 54px; } }
/* 576px <= X <= 991px --- Large */
@media screen and (max-width: 991px) and (min-width: 576px) {
  /* Our Menu Section hp-1*/
  .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-detail {
    padding: 0px 10px 60px 20px; }

  .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-detail .menu-inner .food-info .name,
  .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-detail .menu-inner .food-info .description {
    font-size: 13px; }

  /* Blog Section of BG v1 */
  .blog-grid-v1-section .blog-content .blog-detail .date-cmt {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .blog-grid-v1-section .blog-content .blog-detail .date-cmt .date span {
    padding-right: 0;
    margin-right: 0; }

  .blog-grid-v1-section .blog-content .blog-detail .date-cmt .date span:before {
    content: none; }

  /* Blog Section of Blog Sidebar Page */
  .blog-sidebar-section.blog-grid-v1-section .blog-content .blog-detail .date-cmt {
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row; }

  .blog-sidebar-section.blog-grid-v1-section .blog-content .blog-detail .date-cmt .date span {
    padding-right: 15px;
    margin-right: 15px; }

  .blog-sidebar-section.blog-grid-v1-section .blog-content .blog-detail .date-cmt .date span:before {
    content: ''; }

  /* Countdown Timer Of Comming Soon Page*/
  .coming-soon .coming-soon-wrap .subcribe .subcribe-inner input {
    width: 40%; } }
/* X <= 991 --- Medium */
@media (max-width: 991px) {
  /* Slider Revolution Section */
  .btn-resize-slider-1,
  .btn-resize-slider-2 {
    padding: 15px 60px;
    font-size: 20px; }

  /* Our Story Section hp-1*/
  .story-hp-1 .story-content {
    padding: 0px 0px 60px; }

  .story-hp-1 .story-content .special-heading,
  .story-hp-1 .story-content .special-heading-1 {
    text-align: center; }

  .story-hp-1 .story-images {
    margin-left: 0; }

  /* Feature Section hp-1*/
  .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail {
    padding: 50px 20px 70px;
    width: 100%; }

  /* Footer */
  .footer-section .footer-content {
    padding-bottom: 40px; }

  .footer-section .footer-content .footer-item {
    padding-bottom: 30px; }

  /* CTA Section hp-1 */
  .cta-hp-1 .cta-content {
    width: 100%; }

  /* Book Table hp-1*/
  .book-table-hp-1 .book-content {
    padding: 0; }

  /* Events Section Of Events Page */
  .events-section .events-content .events-detail {
    padding: 20px; }

  /* Blog Section of BG v1 */
  .blog-grid-v1-section .blog-content .blog-detail {
    padding: 0; }

  /* Blog Section Of Blog List Page */
  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-image {
    margin: 0; }

  .blog-list-section.blog-grid-v1-section .owl-carousel .owl-item .blog-detail {
    border-left: 1px solid #e5e5e5;
    border-top: none;
    padding: 10px 30px 52px 30px;
    margin: -8px 0 50px 0; }

  .blog-list-section.blog-grid-v1-section .blog-content .blog-detail .date-cmt {
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row; }

  .blog-list-section.blog-grid-v1-section .blog-content .blog-detail .date-cmt .date span {
    padding-right: 15px;
    margin-right: 15px; }

  .blog-list-section.blog-grid-v1-section .blog-content .blog-detail .date-cmt .date span:before {
    content: ''; }

  /* Blog Section of Blog Sidebar Page */
  .blog-sidebar-section.blog-grid-v1-section .woocommerce .content-area {
    margin-right: 0; }

  /* Page Not Found Section */
  .page-not-found .pnf-content p {
    width: 100%; }

  /* Contact v1 Section */
  .contact-v1-section .contact-content {
    padding: 0 0px 80px 0; }

  /* Our Story Section Of About Page*/
  .about-story-section .story-content p {
    width: 100%; }

  /* Menu Salad Section Of Menu Starter Page */
  .salad-section .owl-carousel .owl-dots {
    position: relative;
    right: 0;
    margin-top: 50px; }

  .salad-section .owl-carousel .owl-dots .owl-dot {
    display: inline-block; }

  /* Countdown Timer Of Comming Soon Page*/
  .coming-soon .coming-soon-wrap h1 {
    width: 100%; }

  /* Featured Section Of hp-2*/
  .feature-hp-2 .feature-contend {
    padding-top: 100px; }

  .feature-hp-2 .feature-contend .row {
    display: block; }

  .feature-hp-2 .feature-contend .col {
    padding: 0 15px;
    margin-bottom: 30px; }

  /* Our Story Section Of hp-3*/
  .story-hp-3 .story-content p {
    width: 100%; }

  /* Our Story Section hp-5*/
  .story-hp-5 .story-content {
    padding-bottom: 120px; }

  .story-hp-5 .story-content .story-detail {
    padding: 50px 0px 67px 0;
    text-align: center; }

  .story-hp-5 .story-content .story-detail .special-heading,
  .story-hp-5 .story-content .story-detail .special-heading-1 {
    text-align: center; }

  .story-hp-5 .story-content .story-view-image {
    position: relative;
    padding-right: 15px; }

  .story-hp-5 .story-content .story-view-image .story-right {
    margin-left: 0; }

  /* Contact Section hp-6*/
  .contact-hp-6 .form-contact {
    padding: 0; }

  .contact-hp-6 p {
    width: 100%; } }
/* 576 <= X <= 767px --- Small */
@media screen and (max-width: 767px) and (min-width: 576px) {
  /* Our Menu Section hp-1*/
  .menu-hp-1 .hash-image a {
    padding: 0 15px; }

  .menu-hp-1 .owl-carousel .owl-thumbs .owl-thumb-item {
    padding: 0 10px; }

  /* Time Open Section of RF-1 Page */
  .time-open-section .time-content h4 {
    font-size: 16px; }

  .time-open-section .time-content span {
    font-size: 12px; }

  /* Menu Section of Menu v1 Page */
  .menu-v1-section .grid-sizer,
  .menu-v1-section .grid-item {
    width: 50%; } }
/* X <= 767px --- Small */
@media screen and (max-width: 767px) {
  /* Slider Revolution Section */
  .btn-resize-slider-1,
  .btn-resize-slider-2 {
    padding: 25px 75px;
    font-size: 25px; }

  /* CTA Section hp-1 */
  .cta-hp-1 .cta-content h2 {
    font-size: 50px; }

  /* Gallery Section hp-1 */
  .gallery-hp-1 .gallery-content {
    padding: 0; }

  .gallery-hp-1 .gallery-content .gallery-detail {
    margin: 0 0 30px; }

  .gallery-hp-1 .gallery-content .view {
    padding-top: 35px; }

  /* Feature Section hp-1*/
  .feature-hp-1 .owl-carousel .owl-item .feature-content {
    display: block; }

  .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail .book-table {
    text-align: center; }

  /* Book Table hp-1*/
  .book-table-hp-1 p {
    width: 100%; }

  .book-table-hp-1 .form-detail .form-group {
    padding: 40px; }

  .book-table-hp-1 .form-detail .form-group .form-row {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
    float: none;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }

  .book-table-hp-1 .form-detail .form-group .form-row.form-row-1,
  .book-table-hp-1 .form-detail .form-group .form-row.form-row-2,
  .book-table-hp-1 .form-detail .form-group .form-row.form-row-3 {
    width: 100%; }

  .book-table-hp-1 .form-detail .form-group .form-row.form-row-3 input[type="submit"] {
    width: 100%; }

  .book-table-hp-1 .form-detail .form-group .form-row select,
  .book-table-hp-1 .form-detail .form-group .form-row input,
  .book-table-hp-1 .form-detail .form-group .form-row.form-row-2 select {
    margin-right: 0; }

  .book-table-hp-1 .form-detail .form-group .form-row .select-btn {
    right: 5%;
    top: 13%; }

  .book-table-hp-1 .form-detail .form-group .form-row .special {
    padding-top: 20px; }

  .book-table-hp-1 .form-detail .form-group .form-row .ui-datepicker-trigger {
    top: 13%;
    right: 3%; }

  .book-table-hp-1 .form-detail .form-group .form-row.form-row-2 .select-btn {
    right: 5%;
    top: 20%; }

  .book-table-hp-1 .form-detail .form-group .form-row input.btn-medium {
    margin-top: 20px; }

  .breadcrumb-section .breadcrumb-inner {
    width: 100%; }

  /* Book With Phone Section of RF-3*/
  .book-phone-section .book-phone-detail {
    padding-bottom: 30px; }

  /* Book Table Section of RF-3*/
  .book-table-hp-1.book-table-rf3 p {
    width: 100%; }

  .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row,
  .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row.form-row-1,
  .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row.form-row-2,
  .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row.form-row-3 {
    width: 100%;
    margin-right: 0; }

  .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row select,
  .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row input,
  .book-table-hp-1.book-table-rf3 .form-detail .form-group .form-row.form-row-2 select {
    margin-right: 0; }

  /* Reservation Section Of RF-2 Page */
  .reservation-section.reservation-section-3 .reservation-content {
    margin-right: 0; }

  /* Gallery Section of GW */
  .gallery-section-wall.gallery-hp-1 {
    padding: 100px 0 70px; }

  .gallery-section-wall.gallery-hp-1 .container-fluid {
    padding-right: 15px;
    padding-left: 15px; }

  .gallery-section-wall.gallery-hp-1 .container-fluid .row {
    display: block; }

  /* Contact v2 Section */
  .contact-v2-section .quote-form {
    margin-left: 0; }

  /* Events Section of Events Details Pages */
  .events-details-section .events-content {
    padding-bottom: 50px; }

  /* About Us Section Of About Page*/
  .about-us-section .about-video {
    padding-right: 0; }

  .about-us-section .about-content {
    padding: 60px 0 0 0px; }

  /* Events Section Of hp-2*/
  .events-hp-2 .owl-carousel .events-content .events-images {
    margin-left: 0; }

  /* Menu Section hp-2*/
  .menu-v1-section.menu-hp-2 .grid-item .menu-inner {
    text-align: center; }

  /* Categories Section hp-3*/
  .categories-section .container-fluid {
    padding: 0 15px; }

  .categories-section .categories-content {
    padding: 0; }

  .categories-section .categories-content .row {
    display: block; }

  .categories-section .categories-content .categories-detail {
    margin: 0 0 30px; }

  /* Gallery Section */
  .gallery-hp-1.gallery-hp-4 .gallery-content .row {
    display: block; }

  .gallery-section-wall.gallery-hp-1.gallery-hp-4 {
    padding-bottom: 120px; }

  /* Featured Section hp-4*/
  .feature-hp-4 .feature-content-1 {
    margin: 10px 0 130px 0; }

  .feature-hp-4 .feature-content-2 {
    margin: 0 0 113px 0px; }

  .feature-hp-4 .feature-content-1 .view-image-1 {
    position: relative;
    right: 0;
    top: 0; }

  .feature-hp-4 .feature-content-2 .view-image-2 {
    position: relative;
    left: 0;
    top: 0; }

  .feature-hp-4 .feature-content-1 .view-image-1 .feature-image {
    margin-left: 0; }

  .feature-hp-4 .feature-content-2 .view-image-2 .feature-image {
    margin-right: 0; }

  .feature-hp-4 .feature-content-2 .feature-detail {
    padding: 51px 70px 80px 70px;
    margin-left: 0; }

  .feature-hp-4 .feature-content-2 .feature-detail h3,
  .feature-hp-4 .feature-content-3 .feature-detail h3,
  .feature-hp-4 .feature-content-4 .feature-detail h3 {
    width: 100%; } }
/* X <= 575px --- Extra small */
@media (max-width: 575px) {
  /* Slider Revolution Section */
  .btn-resize-slider-1,
  .btn-resize-slider-2 {
    padding: 30px 80px;
    font-size: 30px; }

  /* Feature Section hp-1*/
  .feature-hp-1 .owl-carousel .owl-item .feature-content {
    padding: 0 15px; }

  .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail .special-heading-1 {
    font-size: 32px; }

  .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail .special-heading {
    font-size: 22px; }

  .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail p {
    font-size: 14px; }

  .feature-hp-1 .owl-carousel .owl-item .feature-content .feature-detail .btn-medium {
    padding: 0px 25px;
    line-height: 65px;
    height: 60px; }

  .feature-hp-1 .owl-carousel .owl-nav.disabled {
    display: none; }

  .feature-hp-1 .owl-theme .owl-dots {
    display: block; }

  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px; }

  .feature-hp-1 .owl-theme .owl-dots .owl-dot {
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none; }

  /* Our Menu Section hp-1*/
  .menu-hp-1 .hash-image {
    display: none; }

  .menu-hp-1 .owl-carousel .owl-thumbs {
    top: -7.5%; }

  .menu-hp-1 .owl-carousel .owl-thumbs .owl-thumb-item.active:after {
    top: 80%; }

  .menu-hp-1 .owl-carousel .owl-item .menu-content {
    padding-bottom: 50px; }

  .menu-hp-1 .owl-carousel .owl-item .menu-content .menu-detail {
    padding: 0 0 20px 20px; }

  /* Events Section Of Events Page */
  .events-section .events-content .image {
    float: none;
    width: 100%; }

  .events-section .events-content .events-detail {
    margin-left: 0; }

  /* Time Open Section of RF-1 Page */
  .time-open-section .time-content {
    padding-bottom: 50px; }

  /* Reservation Section of RF-1 Page */
  .reservation-section .reservation-content .form-group {
    margin: 0;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .reservation-section .reservation-content .form-group .form-row {
    padding: 0;
    width: 100%; }

  .reservation-section .reservation-content .form-group .form-row input[type="submit"] {
    padding: 0px 25px;
    height: 50px;
    line-height: 55px; }

  /* Reservation Section Of RF-2 Page */
  .reservation-section.reservation-section-3 .reservation-content {
    padding: 80px 30px 50px 30px; }

  .reservation-section.reservation-section-3 .reservation-content .form-group-1 input[type="submit"] {
    width: 100%; }

  /* Contact v2 Section */
  .contact-v2-section .contact-content .contact-info .time .time-inner {
    align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    -o-align-items: flex-start;
    -ms-align-items: flex-start;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  /* Blog Section of Blog Details Page */
  .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .comment-content .media-left img {
    width: 60px;
    height: 60px; }

  .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .comment-content .media-body {
    margin: 7px 0 27px 15px; }

  .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .comment-content .media-body .media-heading h5 span {
    font-size: 13px;
    display: block;
    padding: 5px 0 0; }

  .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .media .comment-content .media-body p {
    font-size: 13px; }

  .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .quote {
    padding: 49px 20px 43px; }

  .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .socials {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    -o-align-items: flex-start;
    -ms-align-items: flex-start; }

  .blog-details-section.blog-sidebar-section .woocommerce .content-area .blog-content .blog-detail .socials .tags {
    padding-bottom: 10px; }

  /* Menu Section of Menu v1 Page */
  .menu-v1-section .grid-sizer,
  .menu-v1-section .grid-item {
    width: 100%; }

  .menu-v1-section .grid-item .menu-inner {
    text-align: center; }

  .menu-v1-section .grid-item .menu-inner span {
    font-weight: 700; }

  /* Breadcrumb Section Of Menu Page */
  .breadcrumb-menu-section .breadcrumb-inner .menu .menu-inner {
    padding: 0 20px; }

  .breadcrumb-menu-section .breadcrumb-inner .menu .menu-inner h4 {
    font-size: 18px; }

  /* Menu Salad Section Of Menu Starter Page */
  .salad-section .owl-carousel .owl-item .item-content .info {
    margin: 12px 0px 0 200px; }

  /* Countdown Timer Of Comming Soon Page*/
  .coming-soon .coming-soon-wrap h1 {
    font-size: 50px; }

  .coming-soon .coming-soon-wrap #clockdiv .clock-inner {
    padding: 0 10px; }

  .coming-soon .coming-soon-wrap #clockdiv .clock-inner .days,
  .coming-soon .coming-soon-wrap #clockdiv .clock-inner .hours,
  .coming-soon .coming-soon-wrap #clockdiv .clock-inner .minutes,
  .coming-soon .coming-soon-wrap #clockdiv .clock-inner .seconds {
    font-size: 35px; }

  .coming-soon .coming-soon-wrap #clockdiv .clock-inner .smalltext {
    font-size: 17px;
    margin-top: 0; }

  .coming-soon .coming-soon-wrap .subcribe .subcribe-inner {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .coming-soon .coming-soon-wrap .subcribe .subcribe-inner input {
    width: 100%;
    margin: 0 0 30px 0; }

  .coming-soon .coming-soon-wrap .subcribe .subcribe-inner a {
    margin-left: 0; }

  /* Featured Section Of hp-2*/
  .feature-hp-2 .feature-contend .feature-detail .feature-text {
    padding: 20px 10px 0 10px; }

  .feature-hp-2 .feature-contend .feature-detail .feature-text h3 {
    font-size: 19px; }

  .feature-hp-2 .feature-contend .feature-detail .feature-text p {
    font-size: 13px;
    margin: 7px 0 10px; }

  .feature-hp-2 .feature-contend .feature-detail .feature-text .more-link {
    font-size: 15px; }

  /* Events Section Of hp-2*/
  .events-hp-2 .owl-carousel .events-content .events-details {
    padding: 60px 20px 79px 20px; }

  .events-hp-2 .owl-carousel .events-content .events-details .calendar .date {
    float: none;
    margin-right: 0; }

  .events-hp-2 .owl-carousel .events-content .events-images {
    margin-bottom: 40px; }

  /* Featured Section hp-4*/
  .feature-hp-4 .feature-content-1 {
    margin: 10px 0 100px 0; }

  .feature-hp-4 .feature-content-2 {
    margin: 0 0 100px 0px; }

  .feature-hp-4 .feature-content-1 .feature-detail {
    padding: 51px 40px 80px; }

  .feature-hp-4 .feature-content-2 .feature-detail {
    padding: 51px 40px 80px 40px; }

  /* Contact Section hp-6*/
  .contact-hp-6 .form-contact .group {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .contact-hp-6 .form-contact .group {
    margin: 0; }

  .contact-hp-6 .form-contact .form-input,
  .contact-hp-6 .form-contact .form-textarea {
    padding: 0; } }

/*# sourceMappingURL=style.min.css.map */
