/*------------------------------------------------------------------
[Table of contents]

1. Typography
2. Commons
3. Header
4. Home
5. Page
6. Gallery
7. Sidebar
9. Shop
10. Responsive
-------------------------------------------------------------------*/
/* 1. Typography
----------------------------------------------------------*/
body {
  font-family: 'DunbarLow-Regular';
  color: #666;
  font-size: 15px;
  font-weight: 400;
  background-color: #f4efeb;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/raleway/Raleway-Regular.ttf');
}
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/raleway/Raleway-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url('../fonts/raleway/Raleway-ExtraBold.ttf');
  font-weight: 800;
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/raleway/Raleway-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/raleway/Raleway-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'Raleway-Light';
  src: url('../fonts/raleway/Raleway-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'DunbarLow-Regular';
  src: url('../fonts/font/DunbarLow-Regular.ttf');
}

@font-face {
  font-family: 'Hacen-Maghreb';
  src: url('../fonts/Hacen-Maghreb.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Hacen-Maghreb-Bd';
  src: url('../fonts/Hacen-Maghreb-Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/lato/Lato-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'Bitter-Bold';
  src: url('../fonts/bitter/Bitter-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Raleway-Black';
  src: url('../fonts/raleway/Raleway-Black.ttf');
  font-weight: 900;
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/lato/Lato-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'GreatVibes-Regular';
  src: url('../fonts/great_vibes/GreatVibes-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Satisfy-Regular';
  src: url('../fonts/satisfy/Satisfy-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Constanb';
  src: url('../fonts/constantia/Constanb.ttf');
}
@font-face {
  font-family: 'Bitter-Regular';
  src: url('../fonts/bitter/Bitter-Regular.ttf');
}
@font-face {
  font-family: 'AmaticSC-Regular';
  src: url('../fonts/amatic_sc/AmaticSC-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Pacifico';
  src: url('../fonts/pacifico/Pacifico-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'AmaticSC-Bold';
  src: url('../fonts/amatic_sc/AmaticSC-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'GreatVibes';
  src: url('../fonts/great_vibes/GreatVibes-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Sacramento';
  src: url('../fonts/sacramento/Sacramento-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Satisfy';
  src: url('../fonts/satisfy/Satisfy-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Constantia';
  src: url('../fonts/constantia/Constantia.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Georgia-Bold';
  src: url('../fonts/georgia/Georgia-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'Calibri-Bold';
  src: url('../fonts/calibri/Calibri-Bold.TTF');
  font-weight: 700;
}
@font-face {
  font-family: 'AlexBrush-Regular';
  src: url('../fonts/alex_brush/AlexBrush-Regular.ttf');
}
@font-face {
  font-family: 'Sacramento-Regular';
  src: url('../fonts/sacramento/Sacramento-Regular.ttf');
}
@font-face {
  font-family: 'JuliusSansOne-Regular';
  src: url('../fonts/julius_sans_one/JuliusSansOne-Regular.ttf');
}
@font-face {
  font-family: 'Georgia';
  src: url('../fonts/georgia/Georgia.ttf');
}
@font-face {
  font-family: 'Georgia-Bold';
  src: url('../fonts/georgia/Georgia-Bold.ttf');
}
@font-face {
  font-family: 'Calibri-Bold';
  src: url('../fonts/calibri/Calibri-Bold.TTF');
}
@font-face {
  font-family: 'Mvboli';
  src: url('../fonts/mvboli/mvboli.ttf');
}
@font-face {
  font-family: 'Pacifico-Regular';
  src: url('../fonts/pacifico/Pacifico-Regular.ttf');
}
p {
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  color: #333;
}

h1 {
  font-size: 50px;
  font-family: 'Raleway-Bold';
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-family: 'Raleway-Bold';
  font-weight: 700;
}

h3 {
  font-size: 35px;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
}

h6 {
  font-size: 17px;
}

/* 2. Commons
----------------------------------------------------------*/
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin-bottom: 0;
}

blockquote,
figure {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

ol,
ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: none;
}

button:focus {
  outline: none;
}

textarea {
  resize: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
select option[value=''][disabled] {
  display: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.star-rating {
  color: #805b62;
  font-size: 15px;
  margin-bottom: 9px;
}

.star-rating i {
  margin-right: 2px;
  display: inline-block;
}

.star-rating i:last-child {
  margin-right: 0;
}

/* تعريف خاص لأيقونات zmdi */
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-2c {
  background: #2c2c2c;
}

.bg-fa {
  background: #fafafa;
}

.border-place {
  transform: translate(-8px, -11px);
}

.border-place-1 {
  transform: translate(10px, -10px);
}

.ml--10 {
  margin-left: -10px;
}

.btn-holder {
  text-align: center;
}

.social a {
  font-size: 20px;
  color: #666;
  margin-right: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social a:last-child {
  margin-right: 0;
}
.social a:hover {
  color: #999;
}
.social.round a {
  width: 36px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
  margin-right: 10px;
}
.social.round a:last-child {
  margin-right: 0;
}

.section-primary {
  padding-top: 139px;
  padding-bottom: 116px;
  background-color: #faf8f6;
}
.section-primary.pt-100 {
  padding-top: 100px;
}
.section-primary.pt-112 {
  padding-top: 112px;
}
.section-primary.pt-120 {
  padding-top: 120px;
}
.section-primary.pt-133 {
  padding-top: 133px;
}
.section-primary.pt-140 {
  padding-top: 140px;
}
.section-primary.pt-150 {
  padding-top: 150px;
}
.section-primary.pb-50 {
  padding-bottom: 50px;
}
.section-primary.pb-60 {
  padding-bottom: 60px;
}
.section-primary.pb-90 {
  padding-bottom: 90px;
}
.section-primary.pb-101 {
  padding-bottom: 101px;
}
.section-primary.pb-110 {
  padding-bottom: 110px;
}
.section-primary.pb-113 {
  padding-bottom: 113px;
}
.section-primary.pb-120 {
  padding-bottom: 120px;
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
}
.section-header.mt-29 {
  margin-top: 29px;
}
.section-header.mb-60 {
  margin-bottom: 60px;
}
.section-header h1,
.section-header h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-header span {
  display: block;
  color: #805b62;
  font-family: 'Satisfy-Regular';
  font-size: 30px;
}

.images-preloader {
  position: fixed;
  z-index: 100001;
  background-color: #eee;
  width: 100%;
  height: 100%;
}

.rectangle-bounce {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#preloader {
  position: relative;
}

#preloader span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #805b62;
  position: absolute;
  animation: preloader 1.5s infinite ease-in-out;
}

#preloader span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
}

#preloader span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}

#preloader span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}

#preloader span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}

@keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0px);
  }
  25% {
    height: 30px;
    transform: translateY(15px);
  }
  50% {
    height: 5px;
    transform: translateY(0px);
  }
  100% {
    height: 5px;
    transform: translateY(0px);
  }
}
.page-info {
  background-attachment: fixed;
  background-position: top;
  height: 550px;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
}
.page-info .section-header {
  position: absolute;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  margin-bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 35%;
  width: 100%;
}

.page-breadcrumb {
  background: #f2f2f2;
  padding: 76px 0;
}
.page-breadcrumb h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Raleway-Medium';
  font-weight: 500;
}
.page-breadcrumb .au-breadcrumb {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.page-breadcrumb .au-breadcrumb li {
  margin-right: 8px;
}
.page-breadcrumb .au-breadcrumb li:after {
  content: '/';
  margin-left: 4px;
}
.page-breadcrumb .au-breadcrumb li:last-child {
  margin-right: 0;
}
.page-breadcrumb .au-breadcrumb li:last-child:after {
  display: none;
}
.page-breadcrumb .au-breadcrumb li a {
  color: #666;
}
.page-breadcrumb .au-breadcrumb li a:hover {
  color: #805b62;
}
.page-breadcrumb.wide {
  padding-left: 15px;
  padding-right: 15px;
}

.item-info h4 {
  margin-bottom: 8px;
}
.item-info h4 a {
  color: #fff;
}
.item-info h4 a:hover {
  color: #d3a0a9;
}
.item-info h5 {
  font-family: 'Raleway-Regular';
  font-weight: 400;
  margin-bottom: 7px;
  font-size: 20px;
}
.item-info h5 a {
  color: #fff;
}
.item-info h5 a.bold-color {
  color: #333;
}
.item-info h5 a:hover {
  color: #805b62;
}
.item-info h5 a.hover-sixth-color:hover {
  color: #d3a0a9;
}
.item-info h6 {
  margin-bottom: 6px;
}
.item-info h6 a {
  color: #333;
  display: block;
}
.item-info h6 a:hover {
  color: #805b62;
}
.item-info h6 a.hover-third-color:hover {
  color: #accadd;
}
.item-info .star-rating {
  font-size: 15px;
  margin-bottom: 9px;
}
.item-info .star-rating i {
  margin-right: 2px;
}
.item-info .star-rating i:last-child {
  margin-right: 0;
}
.item-info .price {
  color: #fff;
  font-size: 20px;
}
.item-info .price.bold-color {
  color: #333;
}

.change {
  position: relative;
}
.change .au-btn,
.change .buy {
  left: 50%;
  position: absolute;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.change .au-btn {
  transform: translate(-50%, 40px);
  -webkit-transform: translate(-50%, 40px);
  -moz-transform: translate(-50%, 40px);
  -ms-transform: translate(-50%, 40px);
  -o-transform: translate(-50%, 40px);
  opacity: 0;
}
.change .buy {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.item-box {
  text-align: center;
}
.item-box .thumb {
  display: inline-block;
}
.item-box:hover .au-btn {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  opacity: 1;
}
.item-box:hover .buy {
  transform: translate(-50%, 40px);
  -webkit-transform: translate(-50%, 40px);
  -moz-transform: translate(-50%, 40px);
  -ms-transform: translate(-50%, 40px);
  -o-transform: translate(-50%, 40px);
  opacity: 0;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #805b62;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}

.owl-theme.style .owl-dots .owl-dot span {
  margin: 0 2px;
  background: #805b62;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme.style .owl-dots .owl-dot.active span {
  width: 27px;
}
.owl-theme.style-1 .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 3.5px;
  border: 1px solid #fff;
  background: none;
}
.owl-theme.style-1 .owl-dots .owl-dot.active span {
  border-color: transparent;
  background: #805b62;
}

.post .post-thumb {
  overflow: hidden;
  position: relative;
}
.post .post-thumb img {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.post .post-thumb img:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0.8;
}
.post .post-date {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 72px;
  height: 72px;
  background: #805b62;
  padding: 3px;
}
.post .post-date .inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  color: #fff;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.post .post-date .inner .date {
  font-family: 'Raleway-SemiBold';
  font-size: 35px;
  line-height: 1.05;
}
.post .post-date .inner .month {
  font-size: 13px;
  text-transform: uppercase;
}
.post .post-date.black-bg {
  background: #181818;
}
.post .post-date.black-bg .inner {
  border: 1px solid rgba(172, 202, 221, 0.5);
}
.post .post-body {
  padding-top: 35px;
}
.post .post-body .post-date--style {
  line-height: 1.3;
}
.post .post-body .post-date--style span {
  display: inline-block;
  position: relative;
}
.post .post-body .post-date--style span.date {
  font-size: 70px;
  font-family: 'Raleway-Bold';
  font-weight: 700;
  color: #f8f4ee;
  transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  -moz-transform: translateX(-18px);
  -ms-transform: translateX(-18px);
  -o-transform: translateX(-18px);
}
.post .post-body .post-date--style span.month {
  text-transform: uppercase;
  color: #805b62;
  font-size: 20px;
  font-family: 'Raleway-Bold';
  font-weight: 700;
  transform: translateY(-17px);
  -webkit-transform: translateY(-17px);
  -moz-transform: translateY(-17px);
  -ms-transform: translateY(-17px);
  -o-transform: translateY(-17px);
  z-index: 9;
}
.post .post-body .post-date--style.right span.date {
  transform: translateX(-29px);
  -webkit-transform: translateX(-29px);
  -moz-transform: translateX(-29px);
  -ms-transform: translateX(-29px);
  -o-transform: translateX(-29px);
}
.post .post-body .post-date--style.right span.month {
  transform: translate(77px, -17px);
  -webkit-transform: translate(77px, -17px);
  -moz-transform: translate(77px, -17px);
  -ms-transform: translate(77px, -17px);
  -o-transform: translate(77px, -17px);
}
.post .post-body h5 {
  margin-bottom: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post .post-body h5 a {
  color: #333;
}
.post .post-body h5 a:hover {
  color: #805b62;
}
.post .post-body h5 a.hover-third-color:hover {
  color: #accadd;
}
.post .post-body h5 a.hover-fifth-color:hover {
  color: #805b62;
}
.post .post-body p {
  margin-bottom: 26px;
}
.post .post-body.has-border {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 44px;
  border: 1px solid #e6e6e6;
}
.post .post-body.has-border p {
  margin-bottom: 19px;
}
.post .post-body.bg-1 {
  background: url('../images/post-body-bg-1.png') right bottom no-repeat;
}
.post .post-body.bg-2 {
  background: url('../images/post-body-bg-2.png') right bottom no-repeat;
}
.post .post-body.bg-3 {
  background: url('../images/post-body-bg-3.png') right bottom no-repeat;
}
.post .post-body.fixed {
  padding-top: 0;
  transform: translateY(-19px);
  -webkit-transform: translateY(-19px);
  -moz-transform: translateY(-19px);
  -ms-transform: translateY(-19px);
  -o-transform: translateY(-19px);
}
.post .post-body.fixed h5 {
  margin-bottom: 11px;
}
.post .post-body.fixed p {
  margin-bottom: 22px;
}
.post .post-body.fixed .au-btn__readmore {
  text-decoration: unset;
}
.post .post-body.pl-4px {
  padding-left: 4px;
}
.post.has-mb {
  margin-bottom: 24px;
}
.post.has-mb.mb-30 {
  margin-bottom: 30px;
}
.post.bigger .post-thumb .post-date {
  width: 92px;
  height: 92px;
  padding: 4px;
}
.post.bigger .post-thumb .post-date .inner .date {
  font-size: 45px;
}
.post.bigger .post-thumb .post-date .inner .month {
  font-size: 16px;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
}
.post.bigger .post-body {
  padding-top: 33px;
}
.post.bigger .post-body h5 {
  font-size: 22px;
  margin-bottom: 16px;
}
.post.bigger .post-body p {
  margin-bottom: 19px;
}
.post.smaller .post-thumb .post-date {
  width: 57px;
  height: 57px;
  right: 10px;
  top: 10px;
}
.post.smaller .post-thumb .post-date .inner .date {
  font-size: 27px;
}
.post.smaller .post-thumb .post-date .inner .month {
  font-size: 10px;
}
.post.smaller .post-body {
  padding-top: 27px;
}
.post.smaller .post-body h5 {
  font-size: 18px;
}
.post.smaller .post-body p {
  margin-bottom: 19px;
}
.post.pl-20 {
  padding-left: 20px;
}

.au-btn {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  width: 152px;
  height: 42px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  overflow: hidden;
  cursor: pointer;
  background: none;
}
.au-btn.short {
  width: 145px;
}
.au-btn.medium {
  width: 174px;
}
.au-btn.long {
  width: 183px;
}
.au-btn.extra-long {
  width: 208px;
}
.au-btn.round {
  border-radius: 21px;
}
.au-btn.has-bd {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.au-btn.has-bd.bd-999 {
  border: 1px solid #999;
}
.au-btn.has-bd.bd-fff {
  border: 1px solid #fff;
}
.au-btn.has-bd:hover {
  border-color: transparent;
}
.au-btn.has-bg {
  background: #333;
}
.au-btn.bg-fourth-color {
  background: #ff3333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.au-btn.bg-fourth-color:hover {
  background: #cc2929;
}

.au-btn__readmore {
  text-transform: uppercase;
  color: #333;
  text-decoration: underline;
  display: inline-block;
}
.au-btn__readmore.color-36 {
  color: #363636;
}
.au-btn__readmore:hover {
  color: #805b62;
  text-decoration: underline;
}
.au-btn__readmore.hover-third-color:hover {
  color: #accadd;
}
.au-btn__readmore.hover-fourth-color:hover {
  color: #ff3333;
}
.au-btn__readmore.hover-fifth-color:hover {
  color: #805b62;
}

.au-btn--hover {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.au-btn--hover:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #805b62;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.au-btn--hover:hover,
.au-btn--hover:focus,
.au-btn--hover:active {
  color: #fff;
}
.au-btn--hover:hover:before,
.au-btn--hover:focus:before,
.au-btn--hover:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.form-control {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 18px;
}
.form-control:focus {
  background: none;
  border-color: #ccc;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  font-size: 18px;
}
.form-control::-moz-placeholder {
  font-size: 18px;
}
.form-control:-ms-input-placeholder {
  font-size: 18px;
}
.form-control:-moz-placeholder {
  font-size: 18px;
}

.form-holder {
  position: relative;
}
.form-holder span {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 12px;
  color: #ccc;
}
.form-holder span.big {
  font-size: 18px;
}
.form-holder span.lnr-clock {
  bottom: 11px;
}
.form-holder span.primary-color {
  color: #666;
}

.select {
  position: relative;
}
.select .form-control {
  cursor: pointer;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  align-items: center;
}
.select .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 9;
  border: 1px solid #4192cb;
}
.select .dropdown li {
  padding: 5px 10px;
}
.select .dropdown li:hover {
  background: #81acee;
  color: #fff;
}

.form-row {
  flex-wrap: nowrap;
  margin: 0 0 43px;
}
.form-row .form-col {
  width: 50%;
  margin-right: 51px;
}
.form-row .form-col:last-child {
  margin-right: 0;
}

/* 3. Header
----------------------------------------------------------*/
.navbar-desktop {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 30px;
  z-index: 9;
  width: 100%;
  float: left;
  padding-left: 80px;
  padding-right: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-desktop.top-48 {
  top: 48px;
}
.navbar-desktop > ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.navbar-desktop > ul.pl-53 {
  padding-left: 53px;
}
.navbar-desktop > ul > li {
  margin-right: 29px;
}
.navbar-desktop > ul > li.mr-fixed {
  margin-right: 156px;
}
.navbar-desktop > ul > li > a {
  text-transform: uppercase;
  font-size: 16px;
  padding: 3px 7px 2px;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.navbar-desktop > ul > li > a:hover {
  color: #805b62;
  border: 1px solid rgba(205, 170, 124, 0.2);
}
.navbar-desktop > ul > li.current > a {
  color: #805b62;
  border: 1px solid rgba(205, 170, 124, 0.2);
}
.navbar-desktop > ul > li:last-child {
  margin-right: 0;
}
.navbar-desktop > ul > li.has-children {
  position: relative;
}
.navbar-desktop > ul > li.has-children .sub-menu {
  position: absolute;
  left: -30px;
  z-index: 99;
  top: 100%;
  padding-top: 41px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.navbar-desktop > ul > li.has-children .sub-menu .wrapper {
  display: none;
}
.navbar-desktop > ul > li.has-children ul {
  background: #181818;
  width: 176px;
  padding: 23px 0 25px 30px;
}
.navbar-desktop > ul > li.has-children ul li.has-children {
  position: relative;
}
.navbar-desktop > ul > li.has-children ul li.has-children > a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}
.navbar-desktop > ul > li.has-children ul li.has-children > a i.zmdi {
  font-size: 16px;
  color: #b2b2b2;
}
.navbar-desktop > ul > li.has-children ul li.has-children .sub-menu {
  left: 100%;
  top: 0;
  padding-top: 0;
  padding-left: 5px;
}
.navbar-desktop > ul > li.has-children ul li.has-children ul {
  width: 210px;
}
.navbar-desktop > ul > li.has-children ul li a {
  color: #b2b2b2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  display: inline-block;
}
.navbar-desktop > ul > li.has-children ul li.current > a,
.navbar-desktop > ul > li.has-children ul li:hover > a {
  color: #805b62;
  padding-left: 15px;
  position: relative;
}
.navbar-desktop > ul > li.has-children ul li.current > a i.zmdi,
.navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
  color: #805b62;
}
.navbar-desktop > ul > li.has-children ul li.current > a:before,
.navbar-desktop > ul > li.has-children ul li:hover > a:before {
  content: '';
  width: 9px;
  height: 1px;
  background: #805b62;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
}
.navbar-desktop > ul > li.has-children:nth-child(2) ul,
.navbar-desktop > ul > li.has-children:last-child ul {
  width: 210px;
}
.navbar-desktop > ul > li.has-children:nth-child(5) ul {
  width: 260px;
}
.navbar-desktop.fixed {
  -webkit-animation: fadeInDown 0.3s ease-out forwards;
  -moz-animation: fadeInDown 0.3s ease-out forwards;
  -o-animation: fadeInDown 0.3s ease-out forwards;
  animation: fadeInDown 0.3s ease-out forwards;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: url('../images/section3.png') center center / cover no-repeat;
  width: 100%;
  padding: 20px 80px;
  -webkit-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);
  -ms-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);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.navbar-desktop.fixed .logo {
  max-width: 33%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-desktop .logo {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-desktop.aside {
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 15.625%;
  background: #181818;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: 105px 0;
}
.navbar-desktop.aside::-webkit-scrollbar {
  display: none;
}
.navbar-desktop.aside .logo {
  margin-bottom: 142px;
}
.navbar-desktop.aside > ul {
  display: block;
  text-align: center;
  margin-bottom: 227px;
}
.navbar-desktop.aside > ul > li {
  margin-right: 0;
}
.navbar-desktop.aside > ul > li > a {
  display: inline-block;
  margin: 11px 0;
}
.navbar-desktop.aside > ul > li.has-children ul {
  width: auto;
  padding: 0;
}
.navbar-desktop.has-bg {
  top: 0;
  padding: 30px 80px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-desktop.has-bg > ul > li > a {
  color: #333;
}
.navbar-desktop.has-bg > ul > li > a:hover {
  color: #805b62;
}
.navbar-desktop.has-bg > ul > li.current > a {
  color: #805b62;
  border: 1px solid rgba(205, 170, 124, 0.2);
}
.navbar-desktop.has-bg .action {
  color: #333;
}
.navbar-desktop.has-bg.fixed {
  padding: 20px 80px;
  background: rgba(255, 255, 255, 0.95);
}
.navbar-desktop.has-bg.static {
  float: none;
}
.navbar-desktop.has-bg.middle {
  justify-content: center;
  float: none;
  height: 128px;
  padding: 0;
}
.navbar-desktop.has-bg.middle .logo {
  position: absolute;
}
.navbar-desktop.has-bg.middle.fixed {
  height: 108px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navbar-desktop.has-bg.middle.fixed .logo {
  max-width: 3.5%;
}
.navbar-desktop.has-bg > ul > li.has-children ul {
  background: #fff;
  -webkit-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);
  -ms-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);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.navbar-desktop.no-float {
  float: none;
  top: 0;
  background: #181818;
  padding: 30px 80px;
}

.navbar-desktop .left,
.navbar-desktop .right,
.navbar-mobile .left,
.navbar-mobile .right {
  width: 180px;
}

.navbar-desktop .right,
.navbar-mobile .right {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: flex-end;
}

.navbar-mobile {
  display: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 240, 234, 0.9));
  padding: 15px 0;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Show mobile nav on tablets and phones */
@media (max-width: 1024px) {
  .navbar-mobile {
    display: block !important;
  }
}

/* Main nav styling */
.navbar-mobile .heading {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-mobile .logo {
  max-width: 120px;
  height: auto;
  margin: 0 auto;
}

.navbar-mobile__toggler {
  display: inline-block;
}
.navbar-mobile__toggler {
  position: relative;
  width: 25px;
  height: 18px;
  cursor: pointer;
}

.navbar-mobile__toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #805b62;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-mobile__toggler.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-mobile__toggler.active span:nth-child(2) {
  opacity: 0;
}

.navbar-mobile__toggler.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.navbar-mobile__toggler span:last-child {
  margin-bottom: 0;
}
.navbar-mobile__toggler.bg-third-color span {
  background-color: #accadd;
}
.navbar-mobile__toggler.bg-fourth-color span {
  background-color: #ff3333;
}
.navbar-mobile__toggler.bg-fifth-color span {
  background-color: #805b62;
}
.navbar-mobile__toggler.bg-sixth-color span {
  background-color: #d3a0a9;
}

.action {
  color: #fff;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}

.action span.menu-sidebar-icon {
  font-size: 24px;
  cursor: pointer;
}
.action .au-btn {
  width: 124px;
  height: 33px;
  border-radius: 16.5px;
  font-size: 12px;
  margin-right: 28px;
}

.menu-sidebar {
  height: 100vh;
  overflow: auto;
  position: fixed;
  width: 23.7%;
  top: 0;
  right: 0;
  z-index: 999;
  background: #181818;
  padding: 50px 4.21% 40px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-sidebar::-webkit-scrollbar {
  display: none;
}
.menu-sidebar.show {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.menu-sidebar .close-btn {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 33px;
  cursor: pointer;
}
.menu-sidebar .close-btn span {
  font-size: 24px;
  color: #fff;
}
.menu-sidebar .text {
  margin-top: 50px;
  margin-bottom: 28px;
  color: #ccc;
}
.menu-sidebar .image-slider {
  margin-bottom: 58px;
}
.menu-sidebar .image-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 16px;
}

.contact-part {
  margin-bottom: 127px;
}
.contact-part .contact-line {
  display: block;
  margin-bottom: 19px;
  color: #b2b2b2;
}
.contact-part .contact-line:last-child {
  margin-bottom: 0;
}
.contact-part .contact-line span:first-child {
  margin-right: 10px;
}
.contact-part .contact-line a {
  color: #b2b2b2;
}
.contact-part .contact-line span.lnr {
  color: #ccc;
}

/* 4. Home
----------------------------------------------------------*/
body.center {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
}

.page-bg {
  background: url('../images/full-page-bg.jpg') center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.middle-wrapper {
  background: #fff;
  min-width: 1230px;
  z-index: 9;
}

.page-wrapper {
  /* Removed flex layout to eliminate vertical sidebar */
}

.page-wrapper main {
  width: 100%;
  background: #333;
}
.page-wrapper main .rev_slider_wrapper {
  margin-bottom: 40px;
}

.rev_slider_wrapper.px-30 {
  padding: 0 30px;
}

.coffee-slider-overlay {
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 500px;
  height: 450px;
  pointer-events: none;
}

.coffee-slider-overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.coffee-slider-overlay:hover img {
  transform: scale(1.05) rotate(2deg);
}

.tp-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: none;
  border: 1px solid #fff;
}
.tp-bullet.selected,
.tp-bullet:hover {
  background: #805b62;
  border-color: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.rev_slider {
  display: none;
}
.rev_slider .caption-btn {
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  justify-content: center;
  align-items: center;
  background: none;
}
.rev_slider .caption-btn.bd-fff {
  border: 1px solid white !important;
}
.rev_slider .caption-btn:hover {
  border-color: transparent !important;
}
.rev_slider .caption-pointer {
  cursor: pointer;
}

#rev_slider_1 .caption-1 {
  font-family: 'Raleway-Bold';
  text-transform: uppercase;
}
#rev_slider_1 .caption-2 {
  font-family: 'Raleway-SemiBold';
  text-transform: uppercase;
  letter-spacing: 2px;
}

#rev_slider_2 {
  text-transform: uppercase;
}
#rev_slider_2 .caption-1 {
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  position: relative;
}
#rev_slider_2 .caption-1::before {
  content: '';
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background: #805b62;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -9px;
}
#rev_slider_2 .caption-1::after {
  content: '';
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background: #805b62;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -9px;
}
#rev_slider_2 .caption-2 {
  font-family: 'AmaticSC-Bold';
  font-weight: 700;
}
#rev_slider_2 .caption-3 {
  font-family: 'AmaticSC-Regular';
}

#rev_slider_3 li:first-child .caption-4 {
  font-family: 'Constanb';
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  line-height: 1.4;
  letter-spacing: 7.6px !important;
  text-transform: uppercase;
}
#rev_slider_3 li:first-child .caption-5 i {
  margin-right: 3px;
}
#rev_slider_3 li:first-child .caption-5 i:last-child {
  margin-right: 0;
}
#rev_slider_3 li:nth-child(2) .caption-2,
#rev_slider_3 li:nth-child(2) .caption-4 {
  font-family: 'Raleway-Medium';
  font-weight: 500;
  text-transform: uppercase;
}
#rev_slider_3 li:last-child .caption-1,
#rev_slider_3 li:last-child .caption-2 {
  text-transform: uppercase;
}
#rev_slider_3 li:last-child .caption-1 {
  font-family: 'Bitter-Regular';
  font-weight: 400;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rev_slider_3 li:last-child .caption-1 span {
  padding-left: 25px;
  padding-right: 25px;
}
#rev_slider_3 li:last-child .caption-1 i {
  color: #d3a0a9;
  font-size: 20.85px;
}

#rev_slider_4 {
  text-transform: uppercase;
}
#rev_slider_4 .caption-1 {
  font-family: 'Raleway-Medium';
  font-weight: 500;
}
#rev_slider_4 .caption-2 {
  font-family: 'Bitter-Regular';
}

#rev_slider_5 li:first-child .caption-3,
#rev_slider_5 li:first-child .caption-4,
#rev_slider_5 li:first-child .caption-5 {
  font-family: 'AmaticSC-Bold';
  font-weight: 700;
  text-transform: uppercase;
}
#rev_slider_5 li:first-child .caption-6 {
  font-family: 'AlexBrush-Regular';
}
#rev_slider_5 li:nth-child(2) .caption-3,
#rev_slider_5 li:nth-child(2) .caption-4 {
  text-transform: uppercase;
}
#rev_slider_5 li:nth-child(2) .caption-3 {
  font-family: 'Bitter-Regular';
  letter-spacing: 5px !important;
}
#rev_slider_5 li:nth-child(2) .caption-4 {
  letter-spacing: 3px !important;
}
#rev_slider_5 li:nth-child(2) .caption-5 {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
#rev_slider_5 li:last-child {
  text-transform: uppercase;
}
#rev_slider_5 li:last-child .caption-2 {
  font-family: 'Raleway-Bold';
  font-weight: 700;
  position: relative;
}
#rev_slider_5 li:last-child .caption-2:before {
  content: '';
  width: 14px;
  height: 13px;
  border-radius: 50%;
  background: #ffecd4;
  position: absolute;
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#rev_slider_5 li:last-child .caption-2:after {
  content: '';
  width: 14px;
  height: 13px;
  border-radius: 50%;
  background: #ffecd4;
  position: absolute;
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#rev_slider_5 li:last-child .caption-3 {
  font-family: 'Raleway-Black';
  font-weight: 900;
}
#rev_slider_5 li:last-child .caption-4 {
  font-family: 'AmaticSC-Bold';
  font-weight: 700;
}

#rev_slider_6 .tp-bullet {
  border: 1px solid #805b62;
}
#rev_slider_6 li:first-child .caption-2 {
  font-family: 'Raleway-Bold';
  font-weight: 700;
  text-transform: uppercase;
}
#rev_slider_6 li:first-child .caption-3 {
  font-family: 'Raleway-Light';
  font-weight: 300;
  letter-spacing: 3px !important;
}
#rev_slider_6 li:first-child .caption-4 {
  text-transform: uppercase;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
#rev_slider_6 li:first-child .caption-4:hover {
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#rev_slider_6 li:nth-child(2) .caption-2,
#rev_slider_6 li:nth-child(2) .caption-3 {
  text-transform: uppercase;
}
#rev_slider_6 li:nth-child(2) .caption-2 {
  font-family: 'Bitter-Regular';
  position: relative;
  text-transform: uppercase;
}
#rev_slider_6 li:nth-child(2) .caption-2:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: -1px;
  left: 0;
}
#rev_slider_6 li:nth-child(2) .caption-2:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
#rev_slider_6 li:nth-child(2) .caption-3 {
  font-family: 'Bitter-Regular';
}
#rev_slider_6 li:nth-child(2) .caption-3 span {
  margin: 0 4px;
}
#rev_slider_6 li:last-child .caption-2 {
  line-height: 1.8;
}
#rev_slider_6 li:last-child .caption-3 {
  text-transform: uppercase;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333 !important;
}
#rev_slider_6 li:last-child .caption-3:hover {
  border-color: transparent !important;
  color: #fff !important;
}

#rev_slider_7 .tp-bullet {
  border: 1px solid #805b62;
}
#rev_slider_7 li:first-child .caption-1 {
  letter-spacing: 5px !important;
  text-transform: uppercase;
}
#rev_slider_7 li:nth-child(2) .caption-1,
#rev_slider_7 li:nth-child(2) .caption-2 {
  text-transform: uppercase;
}
#rev_slider_7 li:nth-child(2) .caption-1 {
  font-family: 'Bitter-Regular';
}
#rev_slider_7 li:nth-child(2) .caption-1 i {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
#rev_slider_7 li:nth-child(2) .caption-2 {
  font-family: 'Bitter-Regular';
}
#rev_slider_7 li:last-child .caption-2 {
  font-family: 'Raleway-Bold';
  font-weight: 700;
  text-transform: uppercase;
}

#rev_slider_11 li:first-child .caption-1,
#rev_slider_11 li:first-child .caption-2 {
  position: relative;
}
#rev_slider_11 li:first-child .caption-1:before,
#rev_slider_11 li:first-child .caption-2:before {
  content: '';
  top: 4px;
  left: 2px;
  height: 2px;
  background: #fff;
  width: calc(100% - 4px);
  position: absolute;
}
#rev_slider_11 li:first-child .caption-1:after,
#rev_slider_11 li:first-child .caption-2:after {
  content: '';
  bottom: 7px;
  left: 2px;
  height: 2px;
  background: #fff;
  width: calc(100% - 4px);
  position: absolute;
}
#rev_slider_11 li:first-child .caption-1,
#rev_slider_11 li:first-child .caption-2,
#rev_slider_11 li:first-child .caption-3 {
  font-family: 'Bitter-Regular';
  text-transform: uppercase;
}
#rev_slider_11 li:first-child .caption-4 {
  font-family: 'Raleway-Medium';
  font-weight: 500;
}
#rev_slider_11 li:nth-child(2) .caption-1 {
  font-family: 'Bitter-Regular';
}
#rev_slider_11 li:nth-child(2) .caption-2 {
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
}
#rev_slider_11 li:nth-child(2) .caption-1,
#rev_slider_11 li:nth-child(2) .caption-2 {
  text-transform: uppercase;
}
#rev_slider_11 li:nth-child(2) .caption-3 {
  line-height: 1.8;
}
#rev_slider_11 li:last-child .caption-1 {
  font-family: 'GreatVibes-Regular';
}
#rev_slider_11 li:last-child .caption-2,
#rev_slider_11 li:last-child .caption-3 {
  text-transform: uppercase;
}
#rev_slider_11 li:last-child .caption-2 {
  font-family: 'Raleway-ExtraBold';
  font-weight: 800;
}
#rev_slider_11 li:last-child .caption-3 {
  font-family: 'Raleway-Bold';
  font-weight: 700;
  border: 1px solid #fff !important;
}
#rev_slider_11 li:last-child .caption-3 .sale-off {
  font-size: 43.93px;
  margin-right: 13px;
  display: inline-block;
}
#rev_slider_11 li:last-child .caption-3 .sale-off span {
  display: block;
  text-align: right !important;
  line-height: 1.1;
}
#rev_slider_11 li:last-child .caption-3 .percent {
  font-size: 91.73px;
  color: #c9deec;
  line-height: 1;
  display: inline-block;
  transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
}

#rev_slider_12 li:first-child .caption-1 {
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  letter-spacing: 3px !important;
  text-transform: uppercase;
}
#rev_slider_12 li:nth-child(2) .caption-1 {
  font-family: 'GreatVibes-Regular';
}
#rev_slider_12 li:nth-child(2) .caption-2,
#rev_slider_12 li:nth-child(2) .caption-3 {
  text-transform: uppercase;
}
#rev_slider_12 li:nth-child(2) .caption-2 {
  font-family: 'Bitter-Bold';
  font-weight: 700;
  letter-spacing: 3px !important;
}
#rev_slider_12 li:nth-child(2) .caption-3 {
  font-family: 'Bitter-Regular';
}
#rev_slider_12 li:nth-child(2) .caption-4 {
  font-family: 'Bitter-Bold';
  font-weight: 700;
  letter-spacing: 2px !important;
}
#rev_slider_12 li:nth-child(2) .caption-4 span {
  position: relative;
  z-index: 9;
}
#rev_slider_12 li:nth-child(2) .caption-4 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#rev_slider_12 li:last-child .caption-1 {
  font-family: 'Calibri-Bold';
  font-weight: 700;
  text-transform: uppercase;
}
#rev_slider_12 li:last-child .caption-2 {
  font-family: 'Mvboli';
}

.slideshow-form .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}
.slideshow-form .inner .form-holder {
  flex: 1;
  margin-right: 30px;
}
.slideshow-form .inner .form-holder span {
  right: 19px;
  bottom: 12px;
  color: #000;
}
.slideshow-form .inner .form-holder span.lnr-chevron-down {
  bottom: 15px;
}
.slideshow-form .inner .form-control {
  background: #fff;
  height: 42px;
  padding-left: 19px;
  padding-right: 19px;
  color: #333;
}
.slideshow-form .inner .form-control::-webkit-input-placeholder {
  color: #000;
}
.slideshow-form .inner .form-control::-moz-placeholder {
  color: #000;
}
.slideshow-form .inner .form-control:-ms-input-placeholder {
  color: #000;
}
.slideshow-form .inner .form-control:-moz-placeholder {
  color: #000;
}
.slideshow-form .inner select.form-control:not([size]):not([multiple]) {
  height: 42px;
}
.slideshow-form .inner button {
  background: #805b62;
}
.slideshow-form .inner button:hover {
  background: #e6b0ba;
}
.slideshow-form.on-mobile {
  display: none;
  padding: 40px 0;
  background: #f7f7f7;
}

.cate-box {
  padding-left: 15px;
  padding-right: 15px;
}

.cate-box-item {
  position: relative;
  display: block;
}
.cate-box-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cate-box-item .inner {
  position: absolute;
  top: 88%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  font-size: 18px;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  background: #fff;
  color: #333;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.cate-box-item .inner.fixed {
  min-width: 193px;
}
.cate-box-item .inner.fixed-1 {
  min-width: 166.75px;
}
.cate-box-item:hover:before {
  background: rgba(0, 0, 0, 0);
}
.cate-box-item:hover .inner {
  color: #805b62;
}

.welcome .place-holder-1 {
  margin-top: 22px;
  margin-bottom: 20px;
}
.welcome .place-holder-2 {
  margin-bottom: 20px;
}

.welcome-content .section-header {
  margin-top: 31px;
  margin-bottom: 31px;
}
.welcome-content .body p {
  margin-bottom: 49px;
  line-height: 2;
}

.our-menu {
  background: url('../images/our-menu-bg-3.png') left top no-repeat,
    url('../images/our-menu-bg-3.png') right bottom no-repeat, url('../images/our-menu-bg-3.png');
  background-size: auto, auto, cover;
}
.our-menu.bg-none {
  background: none;
}
.our-menu.bg-4 {
  background: url('../images/our-menu-bg-3.png');
  background-size: cover;
}

.our-menu-full {
  padding: 0 95px;
}
.our-menu-full .our-menu-col h3 {
  font-size: 30px;
}
.our-menu-full .our-menu-col h5 {
  font-size: 17px;
}

.our-menu-block {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  margin-bottom: 80px;
}
.our-menu-block.no-flex {
  display: block;
}
.our-menu-block:last-child {
  margin-bottom: 0;
}
.our-menu-block .au-btn__readmore {
  margin-top: 10px;
}
.our-menu-block .our-menu-col {
  position: absolute;
  top: 50%;
  width: 52.13%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: #fff;
  margin-bottom: 0;
  padding: 64px 54px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.our-menu-block .our-menu-col.no-style {
  width: 100%;
  position: static;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  margin-top: 28px;
}
.our-menu-block .our-menu-col.no-style.left-70 {
  padding-right: 70px;
}
.our-menu-block .our-menu-col.no-style.right-70 {
  padding-left: 70px;
}
.our-menu-block.style-1 {
  justify-content: flex-end;
}
.our-menu-block.style-1 .our-menu-col {
  left: 0;
}
.our-menu-block.style-2 {
  justify-content: flex-start;
}
.our-menu-block.style-2 .our-menu-col {
  right: 0;
}

.our-menu-board {
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.our-menu-board .inner {
  background: #fff;
  padding: 95px 60px 84px;
}
.our-menu-board .heading {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 53px;
}
.our-menu-board .heading span {
  text-transform: uppercase;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  color: #333;
  display: inline-block;
  margin-top: 16px;
}
.our-menu-board .heading .middle {
  text-align: center;
}
.our-menu-board .heading .middle h2 {
  color: #805b62;
  font-family: 'Raleway-Bold';
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.our-menu-board .heading .date {
  width: 110.16px;
  text-align: right;
}

.menu-center {
  padding: 0 192px;
}

.menu-wrapper {
  background: url('../images/menu-isotope-bg.jpg') center center;
  background-attachment: fixed;
  padding: 20px;
}
.menu-wrapper .inner {
  border: 1px solid #805b62;
  padding: 56px 65px 19px;
}

.menu-container {
  position: relative;
}

.menu-push {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.menu-left {
  transform: translateX(-184px);
  padding-right: 30px;
}

.menu-right {
  transform: translateX(184px);
  padding-left: 30px;
}

.our-menu-wrapper {
  width: 79.01%;
  margin: auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  background: #000;
  position: relative;
  height: 1000px;
}
.our-menu-wrapper .image-holder {
  width: 42.58%;
  position: relative;
}
.our-menu-wrapper .image-holder:before {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  left: 20px;
  border: 1px solid #accadd;
  border-right: none;
}
.our-menu-wrapper .image-holder img {
  height: 100%;
  object-fit: cover;
}
.our-menu-wrapper .right-content {
  width: 57.42%;
  padding: 20px 20px 20px 0;
}
.our-menu-wrapper .right-content .inner {
  padding-top: 119px;
  border: 1px solid #accadd;
  border-left: none;
  height: 100%;
}
.our-menu-wrapper .right-content .content {
  padding-right: 70px;
}
.our-menu-wrapper .right-content .menu-holder {
  margin-bottom: 28px;
}
.our-menu-wrapper .right-content .menu-navigation {
  margin-bottom: 51px;
}
.our-menu-wrapper .right-content .btn-holder {
  margin-top: 22px;
}
.our-menu-wrapper .menu-navigation ul li a span {
  color: #ccc;
}
.our-menu-wrapper .menu-item h5 {
  font-size: 17px;
  margin-bottom: 6px;
}
.our-menu-wrapper .menu-holder .menu-thumb {
  margin-right: 12px;
}

.our-menu-col {
  margin-bottom: 70px;
}
.our-menu-col .heading {
  margin-bottom: 36px;
  padding-left: 5px;
}
.our-menu-col .heading h3 {
  font-family: 'Satisfy-Regular';
  color: #e5e5e5;
  font-weight: 400;
  display: inline-block;
}
.our-menu-col .heading h3.bold-color {
  color: #333;
}
.our-menu-col .heading .icon {
  display: inline-block;
  margin-top: 8px;
  float: right;
}
.our-menu-col .heading .icon.mt-12 {
  margin-top: 12px;
}
.our-menu-col .heading .icon.mt-4px {
  margin-top: 4px;
}
.our-menu-col.left {
  padding-right: 30px;
}
.our-menu-col.right {
  padding-left: 30px;
}
.our-menu-col.left-20 {
  padding-right: 20px;
}
.our-menu-col.right-20 {
  padding-left: 20px;
}
.our-menu-col.move-left {
  transform: translateX(-30px);
}
.our-menu-col.move-right {
  transform: translateX(30px);
}
.our-menu-col.mt-60 {
  margin-top: 60px;
}

.menu-navigation {
  margin-bottom: 63px;
}
.menu-navigation.mb-53 {
  margin-bottom: 53px;
}
.menu-navigation .fix-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.menu-navigation ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
}
.menu-navigation ul li {
  margin-right: 62px;
  text-align: center;
}
.menu-navigation ul li:nth-child(2) {
  margin-right: 58px;
}
.menu-navigation ul li:nth-child(3) {
  margin-right: 54px;
}
.menu-navigation ul li:last-child {
  margin-right: 0;
}
.menu-navigation ul li a img {
  opacity: 0.5;
}
.menu-navigation ul li a span {
  font-family: 'Raleway-Medium';
  font-weight: 500;
  font-size: 18px;
  color: #333;
  display: block;
  padding-top: 8px;
  opacity: 0.5;
}
.menu-navigation ul li.ui-state-active img,
.menu-navigation ul li:hover img {
  opacity: 1;
}
.menu-navigation ul li.ui-state-active span,
.menu-navigation ul li:hover span {
  opacity: 1;
}
.menu-navigation.color-e5e5e5 ul li a span {
  color: #e5e5e5;
}

.menu-item {
  margin-bottom: 29px;
}
.menu-item:last-child {
  margin-bottom: 0;
}
.menu-item h5 {
  font-family: 'Raleway-Regular';
  margin-bottom: 9px;
  color: #ccc;
  font-weight: 400;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.menu-item h5.color-fff {
  color: #fff;
}
.menu-item h5.color-fff a {
  color: #fff;
}
.menu-item h5.bold-color {
  color: #333;
}
.menu-item h5.bold-color a {
  color: #333;
}
.menu-item h5 a {
  color: #ccc;
  float: left;
}
.menu-item h5 a:hover {
  color: #d3a0a9;
}
.menu-item h5 a.hover-third-color:hover {
  color: #accadd;
}
.menu-item h5 a.hover-fifth-color:hover {
  color: #805b62;
}
.menu-item h5 .dots {
  flex-grow: 1;
  border-bottom: 1px dotted;
  transform: translateY(-6px);
}
.menu-item h5 .price span {
  float: left;
}
.menu-item ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.menu-item ul li {
  margin-right: 5px;
}
.menu-item ul li a {
  color: #999;
}
.menu-item ul li a:after {
  content: '/';
  margin-left: 4px;
}
.menu-item ul li a:hover {
  color: #805b62;
}
.menu-item ul li:last-child a:after {
  display: none;
}
.menu-item ul.hover-third-color li a:hover {
  color: #accadd;
}
.menu-item p {
  color: #999;
}

.menu-holder {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.menu-holder .menu-thumb {
  margin-right: 20px;
}
.menu-holder .menu-item {
  flex-grow: 1;
}
.menu-holder.left {
  padding-right: 50px;
}
.menu-holder.right {
  padding-left: 50px;
}
.menu-holder.left-40 {
  padding-right: 40px;
}
.menu-holder.right-40 {
  padding-left: 40px;
}

.middle-image .info {
  margin-top: 40px;
}
.middle-image .info h5 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.middle-image .info h5 a {
  color: #333;
}
.middle-image .info span {
  color: #805b62;
  font-size: 18px;
}

.our-service {
  background: url('../images/our-service-bg.jpg') center center;
  background-size: cover;
}

.our-service-col {
  color: #fff;
  text-align: center;
  border: 2px solid #80694d;
  height: 100%;
  padding: 45px 21px 39px;
  background: #805b62;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-service-col h3 {
  font-size: 30px;
  font-family: 'Satisfy-Regular';
  font-weight: 400;
  color: #fff;
  margin-bottom: 24px;
}
.our-service-col p {
  margin-top: 19px;
}
.our-service-col:hover {
  background: none;
}

.our-service-full {
  width: 51%;
}
.our-service-full .section-header h2 {
  color: #fff;
}
.our-service-full .service-col {
  margin-bottom: 65px;
}

/* Services Section Image Styles */
.section-primary .row {
  display: flex;
  align-items: stretch;
}

.service-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.service-image:hover img {
  transform: scale(1.05);
}

.service-col {
  margin-bottom: 60px;
}

.service-icon-box {
  width: 139px;
  height: 139px;
  margin: 0 auto;
  position: relative;
}
.service-icon-box .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 139px;
  height: 139px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.service-icon-box .circle .dot {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  line-height: 15px;
  width: 14px;
  height: 14px;
  margin-left: -7.5px;
  margin-top: -7.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.service-icon-box .service-icon-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 130px;
  width: 130px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.service-icon-box .service-icon-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service-text {
  margin-top: 27px;
}
.service-text h5 {
  text-transform: uppercase;
  margin-bottom: 13px;
}

.feature-content .heading {
  padding-top: 4px;
  margin-bottom: 28px;
}
.feature-content .heading h3 {
  text-transform: uppercase;
  margin-bottom: 9px;
}
.feature-content .heading h3 a {
  color: #333;
}
.feature-content .heading h3 a:hover {
  color: #805b62;
}
.feature-content .heading span {
  font-family: 'Raleway-SemiBold';
  font-size: 30px;
  color: #333;
}
.feature-content .heading span.price {
  padding-left: 39px;
  position: relative;
}
.feature-content .heading span.price:before {
  content: '';
  width: 23px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.feature-content .body p {
  margin-bottom: 34px;
}
.feature-content .body .star-rating {
  margin-bottom: 55px;
}
.feature-content .body .star-rating i {
  margin-right: 1px;
  font-size: 20px;
}
.feature-content .body .star-rating i:last-child {
  margin-right: 0;
}

.feature-slider {
  position: relative;
}
.feature-slider span.lnr {
  cursor: pointer;
  font-size: 25px;
  color: #d9d9d9;
  position: absolute;
  top: 58px;
  z-index: 9;
}
.feature-slider span.lnr:hover {
  color: #805b62;
}
.feature-slider span.lnr.lnr-chevron-left {
  left: -32px;
}
.feature-slider span.lnr.lnr-chevron-right {
  right: -32px;
}
.feature-slider img:hover {
  opacity: 0.8;
}

.feature-small {
  text-align: center;
}
.feature-small a {
  display: inline-block;
}
.feature-small .item-info {
  margin-top: 20px;
}
.feature-small .item-info .price {
  font-size: 17px;
  color: #333;
}

.our-story .image-wrapper {
  width: 79%;
}

.our-story .image-bg {
  height: 100%;
  background: url('../images/our-story-2.jpg') center center;
  background-size: cover;
}
.our-story .image-bg img {
  display: none;
}

.our-story .image-holder {
  height: 100%;
  background: url('../images/our-story.jpg') center center;
  background-size: cover;
}
.our-story .image-holder img {
  display: none;
}

.our-story-primary h2 {
  font-family: 'Satisfy-Regular';
  font-weight: 400;
}
.our-story-primary .name {
  display: inline-block;
  transform: translateY(12px);
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -o-transform: translateY(12px);
}
.our-story-primary .name h6 {
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  margin-bottom: 3px;
}
.our-story-primary.style-1 {
  padding: 126px 0 130px;
  background: #f7f7f7;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.our-story-primary.style-1 .heading {
  margin-bottom: 27px;
}
.our-story-primary.style-1 .heading h2 {
  color: #805b62;
  font-size: 47px;
}
.our-story-primary.style-1 .heading img {
  transform: translate(-5px, -12px);
  -webkit-transform: translate(-5px, -12px);
  -moz-transform: translate(-5px, -12px);
  -ms-transform: translate(-5px, -12px);
  -o-transform: translate(-5px, -12px);
}
.our-story-primary.style-1 p {
  margin-bottom: 50px;
  line-height: 2;
}
.our-story-primary.style-1 .name {
  margin-left: 1px;
}
.our-story-primary.style-1 .name h6 a {
  color: #333;
}
.our-story-primary.style-1 .inner {
  width: 61%;
}
.our-story-primary.style-2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 18px 16px;
  background: #805b62;
  width: 41.67%;
  text-align: center;
}
.our-story-primary.style-2 .interior {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 56px 52px 41px;
}
.our-story-primary.style-2 .heading {
  margin-bottom: 21px;
}
.our-story-primary.style-2 .heading h2 {
  color: #fff;
  font-size: 55px;
}
.our-story-primary.style-2 p {
  margin-bottom: 44px;
  line-height: 2;
}
.our-story-primary.style-2 .name {
  margin-left: 2px;
}
.our-story-primary.style-2 .name h6 a {
  color: #fff;
}
.our-story-primary.style-2.fixed {
  position: static;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  width: auto;
  padding: 15px;
}
.our-story-primary.style-2.fixed .interior {
  padding: 37px 52px 22px;
}
.our-story-primary.style-2.fixed p {
  margin-bottom: 35px;
}
.our-story-primary.style-2.fixed .heading {
  margin-bottom: 17px;
}
.our-story-primary.style-2.fixed .heading h2 {
  font-size: 47px;
}
.our-story-primary.style-3 {
  text-align: center;
}
.our-story-primary.style-3 .inner {
  width: 57%;
  margin: auto;
}
.our-story-primary.style-3 .heading {
  margin-bottom: 47px;
}
.our-story-primary.style-3 .heading h2 {
  font-size: 55px;
  color: #805b62;
}
.our-story-primary.style-3 .heading img {
  transform: translate(5px, -14px);
  -webkit-transform: translate(5px, -14px);
  -moz-transform: translate(5px, -14px);
  -ms-transform: translate(5px, -14px);
  -o-transform: translate(5px, -14px);
}
.our-story-primary.style-3 p {
  color: #fff;
  margin-bottom: 72px;
}
.our-story-primary.style-3 .name {
  text-align: center;
  margin-left: 2px;
}
.our-story-primary.style-3 .name h6 a {
  color: #fff;
}
.our-story-primary.style-3 .name span {
  color: #ccc;
}

.my-flipster {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-direction: column;
}

.flipster__nav {
  display: none;
}

.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
  opacity: 1;
}
.flipster--flat .flipster__item--past .content,
.flipster--flat .flipster__item--future .content {
  background: #333;
}

.flipster--flat .flipster__item--past .flipster__item__content,
.flipster--flat .flipster__item--future .flipster__item__content {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}

.flipster--flat .flipster__item--past .flipster__item__content .content {
  padding: 0 0 0 148px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flipster--flat .flipster__item--future .flipster__item__content .content {
  padding: 0 148px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flipster-item {
  position: relative;
  text-align: center;
  width: 570px;
}
.flipster-item p {
  margin-bottom: 24px;
}
.flipster-item p.mb-32 {
  margin-bottom: 32px;
}
.flipster-item p:last-child {
  margin-bottom: 0;
}
.flipster-item .content {
  background: #181818;
  height: 469px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 74px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flipster-item .heading {
  margin-bottom: 13px;
}
.flipster-item .heading.mb-34 {
  margin-bottom: 34px;
}
.flipster-item .heading h3 {
  font-size: 39px;
  font-family: 'Satisfy-Regular';
  font-weight: 400;
  color: #805b62;
}
.flipster-item .heading img {
  transform: translate(-6px, -13px);
  -webkit-transform: translate(-6px, -13px);
  -moz-transform: translate(-6px, -13px);
  -ms-transform: translate(-6px, -13px);
  -o-transform: translate(-6px, -13px);
}
.flipster-item .body {
  color: #fff;
}
.flipster-item .body .color-cdaa7c {
  color: #805b62;
}
.flipster-item .body .semi-bold {
  font-family: Raleway-SemiBold;
  font-weight: 600;
}
.flipster-item .time {
  margin-bottom: 36px;
}
.flipster-item .time h4 {
  font-size: 27px;
  font-family: 'Satisfy-Regular';
  color: #805b62;
  font-weight: 400;
  margin-bottom: 14px;
}
.flipster-item .time span {
  display: block;
  margin-bottom: 9px;
}
.flipster-item .time:last-child {
  margin-bottom: 0;
}
.flipster-item .name {
  margin-left: 3px;
  display: inline-block;
  text-align: center;
}
.flipster-item .name h6 {
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  margin-bottom: 2px;
}
.flipster-item .name h6 a {
  color: #fff;
}

.flipster {
  padding: 10px 0;
  margin: -10px 0;
}

.flipster__item__content {
  position: relative;
}
.flipster__item__content:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(205, 170, 124, 0.5);
}

.flipster__item--current .flipster__item__content {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
}

.opening-time {
  background: url('../images/opening-time-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 65px 15px;
  text-align: center;
}
.opening-time h3 {
  color: #805b62;
  font-size: 45px;
  font-family: 'Satisfy-Regular';
  font-weight: 400;
  margin-bottom: 34px;
}
.opening-time a {
  color: #fff;
  font-size: 22.71px;
  margin-top: 53px;
  display: block;
  position: relative;
}
.opening-time a i {
  font-size: 25.74px;
  margin-right: 5px;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
}
.opening-time a:before {
  content: '';
  width: 42.75%;
  left: 50%;
  position: absolute;
  top: -24px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 1px;
  background: rgba(205, 170, 124, 0.5);
}
.opening-time .time-item {
  margin-bottom: 27px;
}
.opening-time .time-item p {
  font-size: 30px;
  color: #805b62;
  font-family: 'Satisfy-Regular';
  font-weight: 400;
  margin-bottom: 6px;
}
.opening-time .time-item span {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 6px;
}

.opening-hours {
  position: relative;
  text-align: center;
  padding: 20px;
  background: url('../images/coffee-bg.png') no-repeat right -132px bottom -7px, #805b62;
  height: 100%;
  color: #fff;
}
.opening-hours:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(149, 111, 50, 0.5);
}
.opening-hours .inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  position: relative;
  z-index: 9;
  padding: 43px 44px 20px 46px;
}
.opening-hours h5 {
  text-transform: uppercase;
  font-family: 'Raleway-Bold';
  font-weight: 700;
  color: #fff;
  margin-bottom: 39px;
  position: relative;
}
.opening-hours h5:after {
  content: '';
  position: absolute;
  width: 47px;
  height: 2px;
  background: #fff;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.opening-hours .body {
  margin-bottom: 32px;
}
.opening-hours .opening-item {
  font-size: 17px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.opening-hours .opening-item:last-child {
  margin-bottom: 0;
}
.opening-hours a {
  color: #fff;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  font-size: 17px;
}
.opening-hours a i {
  margin-right: 3px;
}

.wish {
  height: 668px;
  background: url('../images/wish-bg.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.wish .content {
  position: absolute;
  top: 36%;
  left: 50%;
  padding: 0 15px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 50%;
}
.wish h3 {
  font-family: 'GreatVibes-Regular';
  font-weight: 400;
  color: #805b62;
  font-size: 84.71px;
  line-height: 1;
}
.wish p {
  font-size: 30px;
  color: #ccc;
  text-transform: uppercase;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  margin-bottom: 65px;
}
.wish .au-btn {
  color: #fff;
}

.gallery-grid {
  display: grid;
  display: -ms-grid;
}
.gallery-grid.has-gutter {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  -ms-grid-rows: auto 30px auto;
  grid-gap: 29px 31px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 15px;
}
.gallery-grid.has-gutter .gallery-item:first-child {
  grid-area: 1 / 1 / span 1 / span 2;
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 3;
}
.gallery-grid.has-gutter .gallery-item:nth-child(2) {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
}
.gallery-grid.has-gutter .gallery-item:nth-child(3) {
  grid-area: 1 / 4 / span 2 / span 1;
  -ms-grid-row-span: 3;
  -ms-grid-column-span: 1;
}
.gallery-grid.has-gutter .gallery-item:nth-child(4) {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
}
.gallery-grid.has-gutter .gallery-item:nth-child(5) {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
}
.gallery-grid.has-gutter .gallery-item:nth-child(6) {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
}
.gallery-grid.no-gutter {
  -ms-grid-columns: auto auto auto auto;
  -ms-grid-rows: auto auto;
  grid-template-columns: auto auto auto auto;
}
.gallery-grid.no-gutter .gallery-item:first-child {
  grid-area: 1 / 1 / span 2 / span 1;
  -ms-grid-row-span: 2;
  -ms-grid-column-span: 1;
}
.gallery-grid.no-gutter .gallery-item:nth-child(4) {
  grid-area: 1 / 4 / span 2 / span 1;
  -ms-grid-row-span: 2;
  -ms-grid-column-span: 1;
}

.gallery-item .thumb {
  position: relative;
  display: block;
}
.gallery-item .thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.gallery-item .thumb i {
  display: inline-block;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  line-height: 59px;
  color: #fff;
  text-align: center;
  background: #805b62;
  font-size: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.gallery-item .thumb:hover i {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}
.gallery-item .thumb:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.gallery-item .thumb.fix-image {
  height: 100%;
}
.gallery-item .thumb.fix-image img {
  position: absolute;
  height: 100%;
  top: 0;
}

.section-form .section-header {
  margin-bottom: 62px;
}
.section-form .form-inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-form .form-col {
  width: 30.4%;
  margin-bottom: 43px;
}
.section-form .form-control {
  height: 31px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  color: #ccc;
}
.section-form .form-control.datepicker-here {
  cursor: pointer;
}
.section-form .form-control:focus {
  color: #ccc;
}
.section-form .form-control::-webkit-input-placeholder {
  color: #ccc;
}
.section-form .form-control::-moz-placeholder {
  color: #ccc;
}
.section-form .form-control:-ms-input-placeholder {
  color: #ccc;
}
.section-form .form-control:-moz-placeholder {
  color: #ccc;
}
.section-form .form-control.style {
  border-bottom: 1px solid #333;
  color: #666;
}
.section-form .form-control.style::-webkit-input-placeholder {
  color: #666;
}
.section-form .form-control.style::-moz-placeholder {
  color: #666;
}
.section-form .form-control.style:-ms-input-placeholder {
  color: #666;
}
.section-form .form-control.style:-moz-placeholder {
  color: #666;
}
.section-form .au-btn {
  margin-top: 27px;
}
.section-form.full {
  padding: 0 99px;
}
.section-form.full .form-col {
  width: 46.65%;
}

.map-holder {
  height: 341px;
}

.block-banner {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.block-banner .inner {
  position: absolute;
  text-align: center;
}
.block-banner.style-1 {
  height: 573px;
}
.block-banner.style-1 .inner {
  right: 163px;
  top: 100px;
}
.block-banner.style-1 h3 {
  color: #805b62;
  font-size: 40px;
  font-family: 'Raleway-Regular';
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 27px;
}
.block-banner.style-1 h2 {
  font-size: 70px;
  color: #fff;
  font-family: 'Georgia';
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 400;
  margin-bottom: 5px;
}
.block-banner.style-1 p {
  font-size: 18px;
  color: #808080;
  font-family: 'Raleway-Medium';
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 90px;
}
.block-banner.style-2 {
  height: 531px;
  text-transform: uppercase;
}
.block-banner.style-2 .inner {
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.block-banner.style-2 .text,
.block-banner.style-2 .number {
  font-family: 'Bitter-Bold';
  font-weight: 700;
}
.block-banner.style-2 h2 {
  font-size: 70px;
  color: #fff;
}
.block-banner.style-2 .middle {
  margin-bottom: 48px;
}
.block-banner.style-2 .text {
  display: inline-block;
  text-align: right;
  margin-right: 6px;
}
.block-banner.style-2 .text .first-line span {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 8px;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.block-banner.style-2 .text .break {
  color: #ff3333;
  font-size: 69px;
  line-height: 0.9;
  display: block;
}
.block-banner.style-2 .number {
  font-size: 144px;
  color: #ff3333;
  line-height: 1.21;
}
.block-banner .date {
  width: 197px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #e5e5e5;
}

#grid-image.owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}
#grid-image .owl-stage-outer,
#grid-image .owl-stage,
#grid-image .owl-item,
#grid-image .item {
  height: 100%;
}

.grid-item {
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100%;
}
.grid-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid-item .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 15px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.grid-item .item-info {
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}
.grid-item .item-info h4 {
  font-size: 28px;
  margin-bottom: 7px;
  color: #fff;
}
.grid-item .item-info .star-rating {
  margin-bottom: 16px;
  font-size: 20px;
}
.grid-item .item-info .star-rating i {
  margin-right: 3px;
}
.grid-item .item-info .price {
  font-size: 28px;
}
.grid-item:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.grid-item:hover .item-info {
  opacity: 1;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fullpage-row {
  height: 100%;
}

#fullpage .prev-slide,
#fullpage .next-slide {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
#fullpage .prev-slide:hover,
#fullpage .next-slide:hover {
  color: #805b62;
}

.bg-box {
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.full-col {
  height: 100%;
  background: url('../images/full-col-bg.jpg') center center no-repeat;
  background-size: cover;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fp-controlArrow.fp-prev {
  display: none;
}

.fp-controlArrow.fp-next {
  display: none;
}

#fp-nav.right {
  right: 78px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 9px 0;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: none;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  left: 0;
  top: 0;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  margin: 0;
  border-color: transparent;
  background: #805b62;
  margin: 0;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 12px;
  height: 12px;
  margin: 0;
}

.instagram h4 {
  font-family: 'Raleway-Bold';
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 43px;
}
.instagram .image-holder {
  position: relative;
  display: block;
}
.instagram .image-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.instagram .image-holder .overlay div {
  display: inline-block;
  color: #fff;
}
.instagram .image-holder .overlay div.love {
  margin-right: 16px;
}
.instagram .image-holder:hover .overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.about-us-1,
.about-us-2 {
  position: absolute;
}

.about-us-1 {
  right: 0;
  top: 150px;
}

.about-us-2 {
  left: 0;
  bottom: 150px;
}

.about-us-wrapper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 229px 0 252px;
}

.about-us-board {
  padding: 23px 20px;
  background: #181818;
  width: 53.84%;
  margin: auto;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.about-us-board .inner {
  border: 1px solid #accadd;
  padding: 101px 54px 80px;
}
.about-us-board .heading {
  margin-bottom: 35px;
}
.about-us-board .heading h2 {
  color: #fff;
  font-size: 55px;
  font-family: 'Satisfy-Regular';
  font-weight: 400;
}
.about-us-board p {
  line-height: 2;
  margin-bottom: 60px;
}
.about-us-board .name {
  display: inline-block;
  margin-left: 1px;
}
.about-us-board .name h6 {
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 3px;
}
.about-us-board .name h6 a {
  color: #fff;
}

.about-us .image-holder {
  height: 100%;
  background-size: cover;
}
.about-us .image-holder img {
  height: 100%;
  object-fit: cover;
}

.about-us-col {
  background: #eae7de;
  padding: 89px 50px 86px;
  height: 100%;
}
.about-us-col .section-header {
  text-align: left;
  margin-bottom: 34px;
}
.about-us-col p {
  margin-bottom: 39px;
  line-height: 2;
}

.opening-block {
  background: #181818;
  padding: 57px 0 49px;
}
.opening-block h2 {
  font-size: 45px;
  font-weight: 400;
  color: #accadd;
  font-family: 'Satisfy-Regular';
}
.opening-block .heading {
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  color: #accadd;
  font-size: 25px;
  margin-bottom: 16px;
}
.opening-block .body {
  color: #fff;
  font-size: 18px;
}
.opening-block .body span {
  display: block;
  margin-bottom: 6px;
}
.opening-block .body span:last-child {
  margin-bottom: 0;
}
.opening-block .front {
  height: 100%;
  padding-top: 30px;
  margin-right: 37px;
  position: relative;
}
.opening-block .front img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.opening-block .middle {
  padding-left: 25px;
}
.opening-block .end {
  text-align: center;
  padding-top: 13px;
}
.opening-block .end span {
  color: #fff;
  font-size: 22.71px;
  display: block;
  text-align: right;
  margin-bottom: 22px;
}
.opening-block .end span i {
  font-size: 25.74px;
  margin-right: 10px;
}

.promotion-item {
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.promotion-item.is-bg {
  height: 100%;
  position: relative;
}
.promotion-item.is-bg #promotion-1 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
}
.promotion-item .inner {
  position: absolute;
}
.promotion-item .inner.top {
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.promotion-item .inner.right {
  top: 99px;
  right: 50px;
}
.promotion-item .inner.left {
  top: 69px;
  left: 58px;
}
.promotion-item .note h4 {
  font-size: 40px;
  font-family: 'Raleway-Bold';
  font-weight: 700;
  vertical-align: middle;
  margin: 0 13px;
  display: inline-block;
  color: #fff;
}
.promotion-item .discount-box {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  align-items: center;
  border: 1px dashed #6f6f72;
  padding: 0 16px;
}
.promotion-item .discount-box .text {
  display: inline-block;
  text-transform: uppercase;
  color: #ccc;
  font-size: 18px;
  font-family: 'Raleway-Medium';
  font-weight: 500;
  margin-right: 9px;
  text-align: right;
}
.promotion-item .discount-box .text span {
  display: block;
  line-height: 1.2;
}
.promotion-item .discount-box .price {
  color: #ff3333;
  font-family: 'Georgia-Bold';
  font-weight: 700;
  font-size: 44px;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  line-height: 1.3;
}
.promotion-item .discount-text {
  margin-bottom: 38px;
}
.promotion-item .discount-text h3 {
  color: #fff;
  font-family: 'Raleway-Medium';
  font-weight: 500;
  text-transform: initial;
  font-size: 35px;
  margin-bottom: 0;
}
.promotion-item .discount-text .percent {
  font-size: 50px;
  color: #ff3333;
  font-family: 'Raleway-Bold';
  font-weight: 700;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  margin-right: 2px;
}
.promotion-item .discount-text p {
  font-family: 'Raleway-Bold';
  font-weight: 700;
  color: #ccc;
  text-transform: uppercase;
}
.promotion-item h2 {
  font-family: 'Bitter-Bold';
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 13px;
}
.promotion-item h3 {
  font-family: 'Georgia-Bold';
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 13px;
}

.coffee-menu {
  background-size: cover;
  background-position: center;
}

.coffee-wrapper {
  padding: 20px;
  background: #181818;
}
.coffee-wrapper .inner {
  border: 1px solid #805b62;
  padding: 77px 65px 23px;
  height: 825px;
}
.coffee-wrapper .section-header {
  margin-bottom: 62px;
}
.coffee-wrapper .menu-navigation {
  margin-bottom: 53px;
}
.coffee-wrapper .menu-navigation ul li {
  margin-right: 60px;
}
.coffee-wrapper .menu-navigation ul li:last-child {
  margin-right: 0;
}
.coffee-wrapper .menu-navigation ul li a {
  font-family: 'Raleway-Medium';
  font-weight: 500;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.coffee-wrapper .menu-navigation ul li a:hover {
  color: #fff;
}
.coffee-wrapper .menu-navigation ul li.ui-state-active a {
  color: #fff;
}

.coffee-material .body {
  position: relative;
  margin-bottom: 37px;
}
.coffee-material .left .coffee-material-box:last-child,
.coffee-material .right .coffee-material-box:last-child {
  margin-bottom: 0;
}
.coffee-material .left {
  text-align: right;
  padding-top: 51px;
}
.coffee-material .left h5 {
  margin-right: 21px;
}
.coffee-material .left .coffee-material-box:nth-child(2) .heading h5,
.coffee-material .left .coffee-material-box:nth-child(3) .heading h5 {
  margin-right: 10px;
}
.coffee-material .right {
  text-align: left;
  padding-top: 51px;
}
.coffee-material .right h5 {
  margin-left: 10px;
}
.coffee-material .bg-block {
  position: absolute;
}

.coffee-material-box {
  margin-bottom: 52px;
}
.coffee-material-box .heading {
  margin-bottom: 8px;
}
.coffee-material-box .heading h5 {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}

/* .cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
} */
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.contact-block .image-holder {
  height: 100%;
}
.contact-block .image-holder img {
  height: 100%;
  object-fit: cover;
}
.contact-block .contact-box {
  background: #f2f2f2;
  height: 100%;
  text-align: center;
  height: 270px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-block .contact-box h4 {
  color: #333;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.contact-block .contact-box p span {
  display: block;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
}
.contact-block .contact-box a {
  color: #666;
}
.contact-block .contact-box.open p {
  margin-bottom: 6px;
}
.contact-block .contact-box.open p:last-child {
  margin-bottom: 0;
}
.contact-block .contact-box.address h4 {
  margin-bottom: 16px;
}
.contact-block .map-holder {
  height: 270px;
}

footer {
  background: #181818;
  color: #b2b2b2;
  position: relative;
}

.ft-top {
  text-align: center;
}
.ft-top .ft-top-wrapper {
  padding-top: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #333;
}
.ft-top .ft-top-wrapper.pb-54 {
  padding-bottom: 54px;
}
.ft-top .ft-top-wrapper.style {
  padding-top: 65px;
  padding-bottom: 45px;
}
.ft-top .ft-logo {
  margin-bottom: 59px;
}
.ft-top .ft-logo img {
  max-width: 120px;
  height: auto;
}
.ft-top .ft-col.mt-51 {
  margin-top: 51px;
}
.ft-top .ft-col.pl-64 {
  padding-left: 64px;
}
.ft-top .ft-col.pl-50 {
  padding-left: 50px;
}
.ft-top .ft-col.pl-30 {
  padding-left: 30px;
}
.ft-top p.style {
  margin-bottom: 29px;
  margin-top: 31px;
}
.ft-top h6 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  margin-bottom: 28px;
}
.ft-top h6.mb-33 {
  margin-bottom: 33px;
}
.ft-top .form-inner {
  padding-top: 7px;
  margin-bottom: 27px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
}
.ft-top .form-inner input,
.ft-top .form-inner button {
  height: 42px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.ft-top .form-inner input {
  width: 261px;
  border-radius: 21px 0 0 21px;
  padding-left: 24px;
  color: #b2b2b2;
}
.ft-top .form-inner input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.ft-top .form-inner input::-moz-placeholder {
  color: #b2b2b2;
}
.ft-top .form-inner input:-ms-input-placeholder {
  color: #b2b2b2;
}
.ft-top .form-inner input:-moz-placeholder {
  color: #b2b2b2;
}
.ft-top .form-inner button {
  width: 68px;
  border-left: none;
  border-radius: 0 21px 21px 0;
  cursor: pointer;
}
.ft-top .form-inner button span {
  font-size: 22px;
  color: #b2b2b2;
}
.ft-top .contact-part {
  margin-bottom: 0;
}
.ft-top .map-holder {
  height: 171px;
}
.ft-top.fixed {
  position: relative;
  z-index: 9;
  padding-top: 108px;
  padding-left: 39px;
}

.ft-bot {
  padding: 20px 0 19px;
  text-align: center;
}
.ft-bot.has-bd {
  border-top: 1px solid #333;
}

.ft-upper {
  height: 507px;
}

.ft-push {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.ft-image {
  height: 100%;
  background: url('../images/footer-image.jpg') center center;
  background-size: cover;
}
.ft-image img {
  display: none;
}

.post-row h6 {
  font-size: 15px;
  text-transform: inherit;
  margin-bottom: 17px;
  margin-top: 7px;
}
.post-row h6 a {
  color: #b2b2b2;
}
.post-row h6 a:hover {
  color: #805b62;
}
.post-row h6 a.hover-third-color:hover {
  color: #accadd;
}
.post-row h6 a.hover-fourth-color:hover {
  color: #ff3333;
}

.click-to-top {
  position: fixed;
  text-align: center;
  right: 80px;
  bottom: 62px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 99;
  height: 37px;
  width: 39px;
  line-height: 37px;
  background: #805b62;
  border: 1px solid rgba(205, 170, 124, 0.5);
}
.click-to-top i {
  font-size: 18px;
}
.click-to-top:hover {
  background: #d3a0a9;
}

.partner {
  padding: 51px 0 29px;
}
.partner img:hover {
  opacity: 0.7;
}
.partner .image-holder {
  display: block;
  margin-bottom: 30px;
}
.partner.has-bd {
  border-top: 1px solid #e6e6e6;
}

.brand {
  text-align: center;
  padding: 100px 0 70px;
}
.brand .brand-item {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 206px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.brand .brand-item img {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand .brand-item:hover img {
  opacity: 1;
}
.brand .brand-item.corner:before {
  content: '';
  width: 60px;
  height: 60px;
  background: #fff;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 9;
}

.style-color-1 #preloader span {
  background: #accadd;
}
.style-color-1 .post-row h6 a:hover {
  color: #accadd;
}
.style-color-1 .section-header span {
  color: #accadd;
}
.style-color-1 .navbar-desktop > ul > li > a:hover {
  color: #accadd;
}
.style-color-1 .navbar-desktop > ul > li.current > a {
  color: #accadd;
  border: 1px solid rgba(172, 202, 221, 0.5);
}
.style-color-1 .navbar-desktop > ul > li.has-children ul li.current > a,
.style-color-1 .navbar-desktop > ul > li.has-children ul li:hover > a {
  color: #accadd;
}
.style-color-1 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi,
.style-color-1 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
  color: #accadd;
}
.style-color-1 .navbar-desktop > ul > li.has-children ul li.current > a:before,
.style-color-1 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
  background: #accadd;
}
.style-color-1 .hc-mobile-nav li.current > a {
  color: #accadd;
}
.style-color-1 .hc-mobile-nav li.current > a:before {
  background: #accadd;
}
.style-color-1 .owl-theme.style .owl-dots .owl-dot span {
  background: #accadd;
}
.style-color-1 .rev_slider .tp-bullet.selected,
.style-color-1 .rev_slider .tp-bullet:hover {
  background: #accadd;
}
.style-color-1 .social.round a {
  border: 1px solid #accadd;
}
.style-color-1 .social.round a:hover {
  background: #accadd;
}
.style-color-1 .au-btn--hover:before {
  background: #accadd;
}
.style-color-1 .click-to-top {
  background: #accadd;
  border: 1px solid rgba(172, 202, 221, 0.5);
}
.style-color-1 .click-to-top:hover {
  background: #c1e2f7;
}
.style-color-1 .navbar-mobile__toggler span {
  background-color: #accadd;
}
.style-color-1 .item-info h6 a:hover {
  color: #accadd;
}
.style-color-1 .menu-item h5 a:hover {
  color: #accadd;
}
.style-color-1 .menu-item ul li a:hover {
  color: #accadd;
}
.style-color-1 .gallery-item .thumb i {
  background: #accadd;
}
.style-color-1 .post .post-body h5 a:hover {
  color: #accadd;
}
.style-color-1 .au-btn__readmore:hover {
  color: #accadd;
}

.style-color-2 .section-header span {
  color: #ff3333;
}
.style-color-2 #preloader span {
  background: #ff3333;
}
.style-color-2 .post-row h6 a:hover {
  color: #ff3333;
}
.style-color-2 .navbar-desktop > ul > li > a:hover {
  color: #ff3333;
}
.style-color-2 .navbar-desktop > ul > li.current > a {
  color: #ff3333;
  border: 1px solid rgba(255, 51, 51, 0.5);
}
.style-color-2 .navbar-desktop > ul > li.has-children ul li.current > a,
.style-color-2 .navbar-desktop > ul > li.has-children ul li:hover > a {
  color: #ff3333;
}
.style-color-2 .navbar-desktop > ul > li.has-children ul li.current > a:before,
.style-color-2 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
  background: #ff3333;
}
.style-color-2 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi,
.style-color-2 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
  color: #ff3333;
}
.style-color-2 .hc-mobile-nav li.current > a {
  color: #ff3333;
}
.style-color-2 .hc-mobile-nav li.current > a:before {
  background: #ff3333;
}
.style-color-2 .owl-theme.style-1 .owl-dots .owl-dot span {
  border: 1px solid #ff3333;
}
.style-color-2 .owl-theme.style-1 .owl-dots .owl-dot.active span {
  background: #ff3333;
}
.style-color-2 .rev_slider .tp-bullet.selected,
.style-color-2 .rev_slider .tp-bullet:hover {
  background: #ff3333;
}
.style-color-2 .social.round a {
  border: 1px solid #ff3333;
}
.style-color-2 .social.round a:hover {
  background: #ff3333;
}
.style-color-2 .au-btn--hover:before {
  background: #ff3333;
}
.style-color-2 .click-to-top {
  background: #ff3333;
  border: 1px solid rgba(255, 51, 51, 0.5);
}
.style-color-2 .click-to-top:hover {
  background: #e52e2e;
}
.style-color-2 .navbar-mobile__toggler span {
  background-color: #ff3333;
}
.style-color-2 .au-btn__readmore:hover {
  color: #ff3333;
}

.style-color-3 .section-header span {
  color: #805b62;
}
.style-color-3 #preloader span {
  background: #805b62;
}
.style-color-3 .navbar-desktop > ul > li > a:hover {
  color: #805b62;
}
.style-color-3 .navbar-desktop > ul > li.current > a {
  color: #805b62;
  border: 1px solid rgba(149, 111, 50, 0.5);
}
.style-color-3 .navbar-desktop > ul > li.has-children ul li.current > a,
.style-color-3 .navbar-desktop > ul > li.has-children ul li:hover > a {
  color: #805b62;
}
.style-color-3 .navbar-desktop > ul > li.has-children ul li.current > a:before,
.style-color-3 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
  background: #805b62;
}
.style-color-3 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi,
.style-color-3 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
  color: #805b62;
}
.style-color-3 .hc-mobile-nav li.current > a {
  color: #805b62;
}
.style-color-3 .hc-mobile-nav li.current > a:before {
  background: #805b62;
}
.style-color-3 .owl-theme.style-1 .owl-dots .owl-dot span {
  border: 1px solid #805b62;
}
.style-color-3 .owl-theme.style-1 .owl-dots .owl-dot.active span {
  background: #805b62;
}
.style-color-3 .rev_slider .tp-bullet.selected,
.style-color-3 .rev_slider .tp-bullet:hover {
  background: #805b62;
}
.style-color-3 .au-btn--hover:before {
  background: #805b62;
}
.style-color-3 .click-to-top {
  background: #805b62;
  border: 1px solid rgba(149, 111, 50, 0.5);
}
.style-color-3 .click-to-top:hover {
  background: #ad823b;
}
.style-color-3 .navbar-mobile__toggler span {
  background-color: #805b62;
}
.style-color-3 .post .post-body h5 a:hover {
  color: #805b62;
}
.style-color-3 .au-btn__readmore:hover {
  color: #805b62;
}
.style-color-3 .menu-item h5 a:hover {
  color: #805b62;
}

.style-color-4 .section-header span {
  color: #d3a0a9;
}
.style-color-4 #preloader span {
  background: #d3a0a9;
}
.style-color-4 .navbar-desktop > ul > li > a:hover {
  color: #d3a0a9;
}
.style-color-4 .navbar-desktop > ul > li.current > a {
  color: #d3a0a9;
  border: 1px solid rgba(223, 160, 39, 0.5);
}
.style-color-4 .navbar-desktop > ul > li.has-children ul li.current > a,
.style-color-4 .navbar-desktop > ul > li.has-children ul li:hover > a {
  color: #d3a0a9;
}
.style-color-4 .navbar-desktop > ul > li.has-children ul li.current > a:before,
.style-color-4 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
  background: #d3a0a9;
}
.style-color-4 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi,
.style-color-4 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
  color: #d3a0a9;
}
.style-color-4 .hc-mobile-nav li.current > a {
  color: #d3a0a9;
}
.style-color-4 .hc-mobile-nav li.current > a:before {
  background: #d3a0a9;
}
.style-color-4 .owl-theme.style .owl-dots .owl-dot span {
  background: #d3a0a9;
}
.style-color-4 .owl-theme.style-1 .owl-dots .owl-dot span {
  border: 1px solid #d3a0a9;
}
.style-color-4 .owl-theme.style-1 .owl-dots .owl-dot.active span {
  background: #d3a0a9;
}
.style-color-4 .rev_slider .tp-bullet.selected,
.style-color-4 .rev_slider .tp-bullet:hover {
  background: #d3a0a9;
}
.style-color-4 .au-btn--hover:before {
  background: #d3a0a9;
}
.style-color-4 .testimonials-2-carousel .item .user .info span {
  color: #d3a0a9;
}
.style-color-4 .click-to-top {
  background: #d3a0a9;
  border: 1px solid rgba(241, 177, 212, 0.5);
}
.style-color-4 .click-to-top:hover {
  background: #f7af2a;
}
.style-color-4 .navbar-mobile__toggler span {
  background-color: #d3a0a9;
}
.style-color-4 .item-info h5 a:hover {
  color: #d3a0a9;
}

.style-color-5 .section-header span {
  color: #f1b1d4;
}
.style-color-5 #preloader span {
  background: #f1b1d4;
}
.style-color-5 .navbar-desktop > ul > li > a:hover {
  color: #f1b1d4;
}
.style-color-5 .navbar-desktop > ul > li.current > a {
  color: #f1b1d4;
  border: 1px solid rgba(241, 177, 212, 0.5);
}
.style-color-5 .navbar-desktop > ul > li.has-children ul li.current > a,
.style-color-5 .navbar-desktop > ul > li.has-children ul li:hover > a {
  color: #f1b1d4;
}
.style-color-5 .navbar-desktop > ul > li.has-children ul li.current > a:before,
.style-color-5 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
  background: #f1b1d4;
}
.style-color-5 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi,
.style-color-5 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
  color: #f1b1d4;
}
.style-color-5 .hc-mobile-nav li.current > a {
  color: #f1b1d4;
}
.style-color-5 .hc-mobile-nav li.current > a:before {
  background: #f1b1d4;
}
.style-color-5 .our-chef-item span {
  color: #f1b1d4;
}
.style-color-5 .owl-theme.style .owl-dots .owl-dot span {
  background: #f1b1d4;
}
.style-color-5 .owl-theme.style-1 .owl-dots .owl-dot span {
  border: 1px solid #f1b1d4;
}
.style-color-5 .owl-theme.style-1 .owl-dots .owl-dot.active span {
  background: #f1b1d4;
}
.style-color-5 .rev_slider .tp-bullet.selected,
.style-color-5 .rev_slider .tp-bullet:hover {
  background: #f1b1d4;
}
.style-color-5 .au-btn--hover:before {
  background: #f1b1d4;
}
.style-color-5 .click-to-top {
  background: #f1b1d4;
  border: 1px solid rgba(241, 177, 212, 0.5);
}
.style-color-5 .click-to-top:hover {
  background: #d99ebe;
}
.style-color-5 .navbar-mobile__toggler span {
  background-color: #f1b1d4;
}

/* 5. Page
----------------------------------------------------------*/
#contact-us-page .map-holder {
  height: 450px;
}

.contact-us-content h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.contact-us-content p {
  margin-bottom: 89px;
}
.contact-us-content .contact-us-col h5 {
  margin-bottom: 11px;
}
.contact-us-content .contact-us-col span,
.contact-us-content .contact-us-col a {
  display: block;
  color: #666;
}
.contact-us-content .contact-us-col .address {
  margin-bottom: 28px;
}
.contact-us-content .contact-us-col .body {
  margin-bottom: 53px;
}
.contact-us-content .social a {
  color: #999;
}
.contact-us-content .social a:hover {
  color: #b3b3b3;
}

.contact-us-form {
  padding-top: 7px;
}
.contact-us-form .form-holder {
  margin-bottom: 30px;
}
.contact-us-form .form-control {
  height: 60px;
  border: 1px solid #e5e5e5;
  padding: 0 19px;
  color: #999;
  font-size: 15px;
}
.contact-us-form .form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
}
.contact-us-form .form-control::-moz-placeholder {
  color: #999;
  font-size: 15px;
}
.contact-us-form .form-control:-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}
.contact-us-form .form-control:-moz-placeholder {
  color: #999;
  font-size: 15px;
}
.contact-us-form textarea.form-control {
  padding: 18px 19px;
  height: 200px;
}

/* 6. Gallery
----------------------------------------------------------*/
.gallery {
  background-color: #f4efeb;
}
.gallery .image-holder {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.gallery .image-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery .image-holder .inner {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.gallery .image-holder .info {
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.gallery .image-holder .frame {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 1px solid #805b62;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery .image-holder h6 {
  font-size: 18px;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.gallery .image-holder span {
  color: #ccc;
}
.gallery .image-holder:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.gallery .image-holder:hover .info {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery .image-holder:hover .frame {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery.wide {
  padding: 30px 15px;
}
.gallery.wide .image-holder .frame {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.gallery.wide .image-holder h6 {
  font-size: 20px;
  margin-bottom: 6px;
}
.gallery.wide .image-holder span {
  font-size: 17px;
}

/* 7. Sidebar
----------------------------------------------------------*/
.widget-title {
  text-transform: uppercase;
  margin-bottom: 19px;
}
.widget-title h5 {
  font-family: 'Raleway-Bold';
  font-weight: 700;
}

.widgets {
  margin-bottom: 39px;
}

.widget_person {
  background: #181818;
  padding: 15px;
  margin-bottom: 45px;
}
.widget_person .inner {
  border: 1px solid rgba(205, 170, 124, 0.5);
  text-align: center;
  padding: 30px 10px 26px;
}
.widget_person .widget-title {
  margin-bottom: 14px;
  margin-top: 24px;
}
.widget_person .widget-title h6 {
  color: #fff;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.widget_person .widget-title span {
  text-transform: capitalize;
  color: #805b62;
}

.widget_categories ul li {
  margin-bottom: 13px;
}
.widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget_categories ul li a {
  color: #666;
}
.widget_categories ul li a:hover {
  color: #805b62;
}

.widget_recent_entries {
  margin-bottom: 44px;
}
.widget_recent_entries .widget-title {
  margin-bottom: 22px;
}
.widget_recent_entries .latest-post__item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.widget_recent_entries .latest-post__item:last-child {
  margin-bottom: 0;
}
.widget_recent_entries .latest-post__item .thumb {
  margin-right: 14px;
}
.widget_recent_entries .latest-post__item .thumb:hover img {
  opacity: 0.8;
}
.widget_recent_entries .latest-post__item h6 {
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  margin-bottom: 6px;
}
.widget_recent_entries .latest-post__item h6 a {
  color: #333;
}
.widget_recent_entries .latest-post__item h6 a:hover {
  color: #805b62;
}

.widget_instagram {
  margin-bottom: 35px;
}
.widget_instagram .widget-title {
  margin-bottom: 24px;
}
.widget_instagram .row {
  margin-left: -5px;
  margin-right: -5px;
}
.widget_instagram .col-holder {
  padding-right: 5px;
  padding-left: 5px;
}
.widget_instagram a {
  display: block;
  margin-bottom: 10px;
}
.widget_instagram a:hover img {
  opacity: 0.8;
}

.widget_tag_cloud {
  margin-bottom: 35px;
}
.widget_tag_cloud .widget-title {
  margin-bottom: 24px;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 8px 14px;
  color: #666;
  margin-right: 15px;
  margin-bottom: 15px;
}
.widget_tag_cloud .tagcloud a:hover {
  background: #805b62;
  color: #fff;
  border-color: transparent;
}

.widget_banner {
  margin-bottom: 50px;
}

.widget_search form {
  position: relative;
}
.widget_search .form-control {
  height: 42px;
  border: 1px solid #e5e5e5;
  padding: 0 40px 0 20px;
  color: #666;
  font-size: 15px;
}
.widget_search .form-control::-webkit-input-placeholder {
  color: #666;
  font-size: 15px;
}
.widget_search .form-control::-moz-placeholder {
  color: #666;
  font-size: 15px;
}
.widget_search .form-control:-ms-input-placeholder {
  color: #666;
  font-size: 15px;
}
.widget_search .form-control:-moz-placeholder {
  color: #666;
  font-size: 15px;
}
.widget_search .search-icon {
  border: none;
  padding: 0;
  background: none;
  position: absolute;
  top: 13px;
  right: 19px;
  cursor: pointer;
}
.widget_search .search-icon:hover {
  color: #805b62;
}

/* 9. Shop
----------------------------------------------------------*/
.sorting {
  margin-bottom: 40px;
}
.sorting .woocommerce-ordering {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sorting .woocommerce-ordering select.form-control:not([size]):not([multiple]) {
  height: 42px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  color: #666;
  padding: 0 50px 0 19px;
  width: 246px;
}
.sorting .woocommerce-ordering .form-holder {
  position: relative;
}
.sorting .woocommerce-ordering .form-holder span {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 12px;
  z-index: -1;
}

.woocommerce-loop-product__title {
  font-family: 'Raleway-Regular';
  font-weight: 400;
}
.woocommerce-loop-product__title:hover {
  color: #805b62;
}

.shop-list .woocommerce-pagination {
  margin-top: 10px;
}
.shop-list .woocommerce-pagination ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  width: 100%;
}
.shop-list .woocommerce-pagination ul a {
  color: #999;
}
.shop-list .woocommerce-pagination ul .page-numbers {
  font-size: 20px;
  padding: 0 13px;
}
.shop-list .woocommerce-pagination ul .page-numbers.prev,
.shop-list .woocommerce-pagination ul .page-numbers.next {
  font-size: 15px;
  display: inline-block;
  margin-top: 6px;
}
.shop-list .woocommerce-pagination ul .page-numbers.current,
.shop-list .woocommerce-pagination ul .page-numbers:hover {
  color: #333;
}
.shop-list.wide {
  padding-top: 30px !important;
}
.shop-list.wide .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.shop-list.wide .products .item .thumb .add_to_cart_button {
  font-size: 20px;
}
.shop-list.wide .products .item:hover .thumb .add_to_cart_button {
  height: 52px;
}

.products .item {
  margin-bottom: 42px;
}
.products .item .thumb {
  position: relative;
}
.products .item .thumb .add_to_cart_button {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  background: #805b62;
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products .item .info {
  text-align: center;
  padding-top: 25px;
}
.products .item .info .woocommerce-loop-product__title {
  font-size: 20px;
  margin-bottom: 6px;
}
.products .item .info .woocommerce-loop-product__title a {
  color: #333;
}
.products .item .info .woocommerce-loop-product__title a:hover {
  color: #805b62;
}
.products .item .info .price {
  font-size: 20px;
  color: #333;
}
.products .item .info .star-rating {
  margin-bottom: 8px;
}
.products .item .info .star-rating i {
  margin-right: 2px;
}
.products .item:hover .thumb .add_to_cart_button {
  height: 42px;
}

.widget_price_filter .widget-title {
  margin-bottom: 31px;
}

#slider {
  margin-bottom: 26px;
}

.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 11px;
  height: 11px;
  border: none;
  box-shadow: none;
  background: #333;
  border-radius: 50%;
}
.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-base {
  background: #e6e6e6;
}

.noUi-connects,
.noUi-target {
  border-radius: 0;
  border: none;
}

.noUi-connect {
  background: #805b62;
}

html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
  cursor: pointer;
  right: -5px;
  top: -3px;
}

.price_slider_amount {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price_slider_amount button {
  background: none;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
}

.widget_featured_product {
  margin-bottom: 49px;
}

.featured-product__item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.featured-product__item:last-child {
  margin-bottom: 0;
}
.featured-product__item .thumb {
  margin-right: 13px;
}
.featured-product__item .thumb:hover img {
  opacity: 0.8;
}
.featured-product__item h6 {
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 17px;
}
.featured-product__item h6 a {
  color: #333;
}
.featured-product__item h6 a:hover {
  color: #805b62;
}

/* 10. Responsive
----------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1400px) {
  .slideshow-form.on-mobile {
    display: block;
  }
}
@media (max-width: 1500px) {
  .our-menu-col.left-20 {
    padding-right: 0;
  }
  .our-menu-col.right-20 {
    padding-left: 0;
  }

  .our-menu-full {
    padding: 0 35px;
  }

  .menu-push {
    position: static;
  }

  .menu-left {
    transform: translateX(0);
    padding-right: 15px;
  }

  .menu-right {
    transform: translateX(0);
    padding-left: 15px;
  }

  .our-menu {
    background: url('../images/our-menu-bg-1.png') left top no-repeat,
      url('../images/our-menu-bg-3.jpg');
    background-size: auto, cover;
  }

  .our-menu-wrapper {
    max-width: 1170px;
    width: 100%;
    height: 915px;
  }
  .our-menu-wrapper .right-content .inner {
    padding-top: 85px;
  }
  .our-menu-wrapper .right-content .content {
    padding-right: 30px;
  }
  .our-menu-wrapper .menu-holder.left-40 {
    padding-right: 15px;
  }
  .our-menu-wrapper .menu-holder.right-40 {
    padding-left: 15px;
  }
  .our-menu-wrapper .section-header {
    margin-bottom: 50px;
  }

  .block-banner.style-2 {
    height: 450px;
  }
  .block-banner.style-2 .inner {
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .block-banner.style-2 h2 {
    font-size: 50px;
  }
  .block-banner.style-2 img {
    max-width: 24%;
  }
  .block-banner.style-2 .middle {
    margin-bottom: 48px;
  }
  .block-banner.style-2 .text {
    margin-right: 6px;
  }
  .block-banner.style-2 .text .first-line span {
    font-size: 35px;
    line-height: 1;
    margin-left: 8px;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
  }
  .block-banner.style-2 .text .break {
    font-size: 50px;
  }
  .block-banner.style-2 .number {
    font-size: 100px;
  }

  .subscribe-form {
    height: 535px;
    padding-top: 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #rev_slider_12 li:nth-child(2) .caption-4 svg {
    transform: translate(-50%, -50%) scale(0.88);
    -webkit-transform: translate(-50%, -50%) scale(0.88);
    -moz-transform: translate(-50%, -50%) scale(0.88);
    -ms-transform: translate(-50%, -50%) scale(0.88);
    -o-transform: translate(-50%, -50%) scale(0.88);
  }

  .pizza .grid {
    flex-wrap: wrap;
  }
  .pizza .grid .pizza-item {
    width: 32%;
    margin-bottom: 30px;
  }
  .pizza .grid .pizza-item:nth-child(2) {
    margin-right: 0;
  }
  .pizza .grid .pizza-item:nth-child(3),
  .pizza .grid .pizza-item:last-child {
    margin-bottom: 0;
  }

  .trait-col.re-style {
    margin-bottom: 40px;
  }

  #fp-nav.right {
    display: none;
  }

  .flipster--flat .flipster__item--past .flipster__item__content .content {
    padding: 0 0 0 55px;
  }

  .flipster--flat .flipster__item--future .flipster__item__content .content {
    padding: 0 55px 0 0;
  }

  .flipster-item {
    width: 475px;
  }
  .flipster-item p {
    margin-bottom: 24px;
  }
  .flipster-item p.mb-32 {
    margin-bottom: 32px;
  }
  .flipster-item p:last-child {
    margin-bottom: 0;
  }
  .flipster-item .content {
    height: 439px;
    padding: 0 61px;
  }

  .gallery-grid.has-gutter {
    grid-gap: 21px 20px;
  }

  .middle-image img {
    max-width: 35%;
  }

  .menu-navigation .fix-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .block-banner.style-1 {
    height: 573px;
    background-position: left -204px center;
  }
  .block-banner.style-1 .inner {
    right: 70px;
    top: 100px;
  }
  .block-banner.style-1 h3 {
    font-size: 20px;
  }
  .block-banner.style-1 h2 {
    font-size: 50px;
  }
  .block-banner.style-1 p {
    font-size: 16px;
  }
  .block-banner .date {
    width: 190px;
    height: 33px;
  }

  .special-box-slider {
    right: 5.3%;
  }
  .special-box-slider .owl-carousel {
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    width: 360px;
  }

  .special-box {
    padding: 10px;
  }
  .special-box h4 {
    margin-bottom: 0;
  }
  .special-box p {
    margin-top: 6px;
    margin-bottom: 17px;
  }
  .special-box .inner {
    padding: 20px 22px 15px;
  }

  .our-menu-col.left {
    padding-right: 15px;
  }
  .our-menu-col.right {
    padding-left: 15px;
  }

  .feature-slider span.lnr.lnr-chevron-left {
    left: -22px;
  }
  .feature-slider span.lnr.lnr-chevron-right {
    right: -22px;
  }

  .our-story-primary.style-1 .inner {
    width: 80%;
  }

  .navbar-desktop > ul > li.mr-fixed {
    margin-right: 106px !important;
  }

  .trait-content.re-style {
    padding: 110px 0 70px;
  }

  .navbar-desktop.aside {
    padding: 50px 0;
  }
  .navbar-desktop.aside .logo {
    margin-bottom: 72px;
  }
  .navbar-desktop.aside > ul {
    margin-bottom: 57px;
  }

  .navbar-desktop:not(.aside) {
    top: 20px;
  }
  .navbar-desktop:not(.aside) .logo {
    max-width: 32%;
  }
  .navbar-desktop:not(.aside) > ul > li.has-children:first-child ul {
    width: 352px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 28px;
  }
  .navbar-desktop:not(.aside) > ul > li.has-children:first-child ul li {
    width: 40%;
  }
  .navbar-desktop:not(.aside).has-bg {
    top: 0;
    padding: 15px 80px;
  }
  .navbar-desktop:not(.aside).fixed {
    padding: 10px 80px;
    top: 0;
  }
  .navbar-desktop:not(.aside).fixed .logo {
    max-width: 28%;
  }

  .navbar-desktop.no-float {
    top: 0;
    padding: 20px 80px;
  }

  .navbar-desktop.has-bg.middle {
    height: 88px;
  }
  .navbar-desktop.has-bg.middle .logo {
    max-width: 5%;
  }
  .navbar-desktop.has-bg.middle.fixed {
    height: 65px;
  }

  .grid-image .grid-item .item-info h4 {
    font-size: 23px;
  }
  .grid-image .grid-item .item-info .star-rating {
    margin-bottom: 13px;
    font-size: 15px;
  }
  .grid-image .grid-item .item-info .price {
    font-size: 19px;
  }

  .middle-wrapper {
    min-width: 990px;
  }
  .middle-wrapper .container {
    max-width: 960px;
  }

  .tp-bullets {
    transform: matrix(1, 0, 0, 1, -25, -50) !important;
    -webkit-transform: matrix(1, 0, 0, 1, -25, -50) !important;
    -moz-transform: matrix(1, 0, 0, 1, -25, -50) !important;
    -ms-transform: matrix(1, 0, 0, 1, -25, -50) !important;
    -o-transform: matrix(1, 0, 0, 1, -25, -50) !important;
  }

  .menu-sidebar {
    justify-content: flex-start;
    padding: 50px 4% 40px;
  }

  .click-to-top {
    right: 5%;
    bottom: 5%;
  }

  #modalSearch .modal-dialog {
    max-width: 50%;
  }

  .our-story-primry.style-1 .heading {
    margin-bottom: 28px;
  }
  .our-story-primry.style-1 p {
    margin-bottom: 30px;
  }
  .our-story-primry.style-1 .inner {
    width: 70%;
  }

  .trait-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .trait-col {
    margin-bottom: 23px;
    margin-right: 50px;
  }
  .trait-col h5 {
    margin-top: 18px;
    margin-bottom: 8px;
  }

  .page-wrapper main .container {
    max-width: 900px;
  }
  .page-wrapper main .our-menu .container {
    max-width: 1050px;
  }

  .special-item .thumb img {
    max-width: 70%;
  }

  .our-story-primary.style-1 {
    padding: 55px 0;
  }

  .booking-block {
    height: 435px;
  }
  .booking-block .inner {
    top: 74px;
  }

  .testimonials-2 {
    padding: 0;
  }

  .wish {
    height: 500px;
  }
  .wish h3 {
    font-size: 70px;
  }
  .wish p {
    font-size: 20px;
  }
  .wish .content {
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%), -50%;
  }

  .menu-holder.left {
    padding-right: 25px;
  }
  .menu-holder.right {
    padding-left: 25px;
  }

  .about-us-board .inner {
    padding: 64px 34px 51px;
  }
  .about-us-board .heading {
    margin-bottom: 25px;
  }
  .about-us-board p {
    margin-bottom: 40px;
  }

  .cupcake-history .content {
    padding-top: 79px;
    height: 687px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .our-service-full {
    width: 100%;
  }
  .our-service-full .section-header {
    margin-bottom: 40px;
  }
  .our-service-full .service-col {
    margin-bottom: 40px;
  }
  .our-service-full .service-text {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 14px;
  }

  .checkout-page .woocommerce-checkout-review-order-wrap table .product-name {
    width: 80%;
  }
  .checkout-page .woocommerce-checkout-review-order-wrap table .product-total {
    width: 20%;
  }

  .shop-single .entry-summary {
    padding-left: 25px;
    padding-top: 10px;
  }
  .shop-single .entry-summary .product_title {
    font-size: 32px;
  }
  .shop-single .entry-summary .price {
    font-size: 27px;
  }
  .shop-single .entry-summary .star-rating {
    font-size: 17px;
  }
  .shop-single .entry-summary .info {
    margin-bottom: 25px;
  }
  .shop-single .entry-summary .woocommerce-product-details__short-description,
  .shop-single .entry-summary form.cart,
  .shop-single .entry-summary .product_meta {
    margin-bottom: 40px;
  }

  .gallery-item .thumb i {
    width: 49px;
    height: 49px;
    line-height: 49px;
  }

  .cupcake-history .content {
    padding-left: 35px;
  }

  .menu-page .menu-holder {
    flex-direction: row;
  }
  .menu-page .menu-holder .menu-thumb {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .bakery-grid-item .inner {
    padding: 0 11px;
  }

  .coffee-material .left,
  .coffee-material .right {
    padding: 0;
  }
  .coffee-material .left {
    margin-right: -32px;
  }
  .coffee-material .right {
    margin-left: -32px;
  }

  .opening-hours {
    padding: 15px;
  }
  .opening-hours .inner {
    padding: 33px 34px 20px 36px;
  }

  .coffee-wrapper .inner {
    height: 1168px;
    padding-bottom: 40px;
  }

  .block-banner.style-2 .inner {
    width: 100%;
    padding: 0 20px;
    left: 65%;
  }

  .about-us-board {
    width: 60%;
  }
  .about-us-board .heading h2 {
    font-size: 45px;
  }

  .pizza-item {
    padding: 45px 11px 0;
  }

  .event-col {
    padding: 20px;
    height: 390px;
  }

  .promotion-item .inner.right {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
  }

  .promotion-item .inner.left {
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
  }

  .our-menu-wrapper .image-holder {
    display: none;
  }

  .our-menu-block .our-menu-col.no-style.left-70 {
    padding-right: 0;
  }
  .our-menu-block .our-menu-col.no-style.right-70 {
    padding-left: 0;
  }

  .opening-block .front {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .opening-block .middle {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
  .opening-block .end {
    padding-top: 5px;
    margin-top: 30px;
  }

  .post.pl-20 {
    padding-left: 0;
  }

  .post.smaller .post-body {
    padding-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .wish {
    height: 430px;
  }
  .wish h3 {
    font-size: 60px;
  }
  .wish p {
    font-size: 17px;
    margin-bottom: 40px;
  }

  .flipster--flat .flipster__item--past .flipster__item__content .content {
    padding: 0 0 0 120px;
  }

  .flipster--flat .flipster__item--future .flipster__item__content .content {
    padding: 0 120px 0 0;
  }

  .page-bg {
    background: none;
  }

  .special-box h4 {
    font-size: 20px;
  }
  .special-box .price {
    font-size: 20px;
  }
  .special-box p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .block-banner.style-1 {
    height: 450px;
  }
  .block-banner.style-1 .inner {
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .block-banner.style-1 h3 {
    font-size: 18px;
  }
  .block-banner.style-1 h2 {
    font-size: 40px;
  }
  .block-banner.style-1 p {
    font-size: 13px;
    margin-bottom: 50px;
  }

  .ft-top.fixed {
    padding-left: 20px;
    padding-top: 80px;
  }
  .ft-top.fixed .ft-col.pl-64 {
    padding-left: 15px;
  }

  .ft-upper {
    height: 470px;
  }

  .special-box-slider .owl-carousel {
    width: 300px;
    transform: translateY(-110px);
    -webkit-transform: translateY(-110px);
    -moz-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    -o-transform: translateY(-110px);
  }

  .our-story-primary.style-1 {
    padding: 40px 0;
  }

  .cate-box-item {
    margin-bottom: 30px;
  }

  .page-wrapper main .container,
  .page-wrapper main .our-menu .container {
    max-width: 750px;
  }

  .special-item .thumb img {
    max-width: 80%;
  }

  .form-row.fix-lg {
    display: block;
  }
  .form-row.fix-lg .form-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 43px;
  }
  .form-row.fix-lg:last-child .form-col {
    margin-bottom: 0;
  }
  .form-row .form-col {
    margin-right: 40px;
  }

  .booking .booking-content {
    padding: 58px 71px 48px;
  }

  .navbar-desktop > ul > li > a {
    font-size: 14px;
  }

  .navbar-desktop.aside .social a {
    margin-right: 12px;
  }

  .feature-slider span.lnr.lnr-chevron-left {
    left: -12px;
  }
  .feature-slider span.lnr.lnr-chevron-right {
    right: -12px;
  }

  .feature-content .heading {
    margin-bottom: 18px;
  }
  .feature-content .body p {
    height: 151.2px;
    overflow: auto;
    margin-bottom: 21px;
  }
  .feature-content .body .star-rating {
    margin-bottom: 45px;
  }

  .testimonials-item {
    padding: 43px 40px;
  }

  .feature-small img {
    width: 80% !important;
  }
  .feature-small .item-info {
    margin-top: 10px;
  }

  .navbar-desktop,
  .navbar-desktop.fixed {
    padding-left: 40px;
    padding-right: 40px;
  }
  .navbar-desktop > ul > li,
  .navbar-desktop.fixed > ul > li {
    margin-right: 19px;
  }
  .navbar-desktop > ul > li a,
  .navbar-desktop.fixed > ul > li a {
    pointer-events: none;
  }

  .action span.menu-sidebar-icon {
    display: none;
  }

  .post .post-date {
    top: 10px;
    right: 10px;
    width: 57px;
    height: 57px;
    padding: 3px;
  }
  .post .post-date .inner .date {
    font-size: 30px;
  }
  .post .post-date .inner .month {
    font-size: 13px;
    text-transform: uppercase;
  }
  .post .post-body.has-border {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
  .post .post-body.has-border h5 {
    font-size: 18px;
  }

  .section-primary,
  .section-primary.pt-100,
  .section-primary.pt-112,
  .section-primary.pt-120,
  .section-primary.pt-133,
  .section-primary.pt-140,
  .section-primary.pt-150,
  .section-primary.pb-90,
  .section-primary.pb-101,
  .section-primary.pb-110,
  .section-primary.pb-113,
  .section-primary.pb-120 {
    padding-top: 110px;
    padding-bottom: 90px;
  }

  .tp-bullets {
    transform: matrix(1, 0, 0, 1, -25, -30) !important;
    -webkit-transform: matrix(1, 0, 0, 1, -25, -30) !important;
    -moz-transform: matrix(1, 0, 0, 1, -25, -30) !important;
    -ms-transform: matrix(1, 0, 0, 1, -25, -30) !important;
    -o-transform: matrix(1, 0, 0, 1, -25, -30) !important;
  }

  .trait-col {
    width: 234px;
    margin-right: 15px;
  }

  .welcome-content .section-header {
    margin-bottom: 20px;
    margin-top: 6px;
  }
  .welcome-content .body p {
    margin-bottom: 25px;
  }

  .ft-top .ft-col.pl-64 {
    padding-left: 44px;
  }
  .ft-top .ft-col.pl-50 {
    padding-left: 30px;
  }

  .gallery-grid.has-gutter {
    grid-gap: 16px 15px;
  }

  .menu-holder {
    flex-direction: column;
  }
  .menu-holder .menu-thumb {
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }
  .menu-holder .menu-item {
    width: 100%;
  }
  .menu-holder.fixed {
    flex-direction: row;
  }
  .menu-holder.fixed .menu-thumb {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .menu-holder.left {
    padding-right: 15px;
  }
  .menu-holder.right {
    padding-left: 15px;
  }
  .menu-holder.left-40 {
    padding-right: 30px;
  }
  .menu-holder.right-40 {
    padding-left: 30px;
  }

  .service-col {
    margin-bottom: 40px;
  }
  .our-menu-wrapper {
    max-width: 960px;
    display: block;
    height: auto;
  }
  .our-menu-wrapper .right-content {
    width: 100%;
    padding: 20px;
  }
  .our-menu-wrapper .right-content .inner {
    padding-bottom: 85px;
    border-left: 1px solid #accadd;
  }
  .our-menu-wrapper .right-content .content {
    padding-left: 30px;
  }
  .our-menu-wrapper .menu-holder.fixed .menu-thumb {
    margin-right: 12px;
  }

  .about-us-wrapper {
    padding: 129px 0 152px;
  }

  .about-us-1 {
    top: 50px;
  }

  .about-us-2 {
    bottom: 50px;
  }

  #rev_slider_11 li:last-child .caption-3 .percent {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
  }

  .widget_featured_product .featured-product__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .widget_featured_product .featured-product__item .thumb {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .special-cupcake h3 {
    font-size: 33px;
  }

  .cupcake-history .content h2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 15px;
  }

  .shop-single .entry-summary {
    padding-left: 0;
    padding-top: 50px;
  }
  .shop-single .entry-summary .product_title {
    font-size: 30px;
  }
  .shop-single .entry-summary .price {
    font-size: 25px;
    margin-right: 20px;
    padding-left: 25px;
  }
  .shop-single .entry-summary .price:before {
    width: 17px;
  }
  .shop-single .entry-summary .star-rating {
    font-size: 15px;
  }
  .shop-single .entry-summary .info {
    justify-content: flex-start;
  }

  .price_slider_amount {
    flex-direction: column;
    align-items: flex-start;
  }
  .price_slider_amount .price_label {
    margin-bottom: 10px;
  }

  .cupcake-history {
    background: none !important;
  }
  .cupcake-history .video {
    background: none !important;
    position: relative;
    margin-bottom: 70px;
  }
  .cupcake-history .video img {
    display: block;
  }
  .cupcake-history .content {
    background: url('../images/cupcake-history-bg.jpg') center no-repeat;
    background-size: cover;
    padding: 70px 45px 35px;
    height: auto;
  }

  .up-row .special-cupcake-content {
    margin-right: 0;
  }

  .down-row .special-cupcake-content {
    margin-left: 0;
  }

  .menu-page .menu-holder {
    flex-direction: column;
  }
  .menu-page .menu-holder .menu-thumb {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .error span {
    font-size: 200px;
  }

  #contact-us-page .map-holder {
    height: 400px;
  }

  .gallery.wide .image-holder .frame {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .gallery.wide .image-holder h6 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .gallery.wide .image-holder span {
    font-size: 15px;
  }

  .page-info {
    height: 350px;
  }
  .page-info .section-header {
    bottom: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
  }

  .brand img {
    max-width: 60%;
  }

  .brand .brand-item.corner:before {
    width: 30px;
    height: 30px;
    bottom: -15px;
    right: -15px;
  }

  .brand .brand-item {
    margin-bottom: 15px;
  }

  .bakery-grid-item.is-bg {
    background: none !important;
  }
  .bakery-grid-item.is-bg img {
    display: block;
  }

  .bakery-thumbnail {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    flex-wrap: wrap;
  }
  .bakery-thumbnail li {
    flex-grow: 1;
    margin-right: 20px;
  }
  .bakery-thumbnail li:last-child {
    margin-right: 0;
  }

  .special-grid .image-holder .inner {
    padding: 0 8px 0 5px;
  }

  .our-menu-col.move-left,
  .our-menu-col.move-right {
    transform: translateX(0);
  }

  .coffee-material .bg-block {
    position: static;
  }

  .coffee-material .left,
  .coffee-material .right {
    margin: 0;
  }

  .about-us-col {
    padding: 39px 30px 36px;
  }

  .coffee-wrapper .inner {
    padding: 57px 45px 13px;
    height: 1190px;
  }

  .subscribe-form {
    height: 480px;
  }

  .pizza .grid .pizza-item {
    width: 42%;
  }

  .promotion-item {
    margin-bottom: 30px;
  }
  .promotion-item .inner.top {
    top: 35px;
  }
  .promotion-item .inner.right {
    right: 20px;
  }
  .promotion-item .inner.left {
    left: 20px;
  }
  .promotion-item .note h4 {
    font-size: 30px;
  }
  .promotion-item .discount-box .text {
    font-size: 15px;
  }
  .promotion-item .discount-box .price {
    font-size: 34px;
  }
  .promotion-item .discount-text {
    margin-bottom: 24px;
  }
  .promotion-item .discount-text h3 {
    font-size: 25px;
  }
  .promotion-item .discount-text .percent {
    font-size: 40px;
  }
  .promotion-item h2 {
    font-size: 35px;
  }
  .promotion-item h3 {
    font-size: 20px;
  }
  .promotion-item .au-btn {
    width: 118px;
    height: 33px;
  }

  .block-banner.style-2 {
    height: 360px;
  }
  .block-banner.style-2 h2 {
    font-size: 40px;
  }
  .block-banner.style-2 img {
    max-width: 24%;
  }
  .block-banner.style-2 .text .first-line span {
    font-size: 25px;
  }
  .block-banner.style-2 .text .break {
    font-size: 40px;
  }
  .block-banner.style-2 .number {
    font-size: 90px;
  }

  #rev_slider_11 li:nth-child(2) .caption-3 {
    line-height: 1.6;
  }

  .opening-block .end span {
    text-align: center;
    margin-top: 40px;
  }

  .post.smaller .post-body {
    padding: 20px 0 0 0;
  }

  .gallery-grid.no-gutter {
    grid-template-columns: auto auto;
  }
  .gallery-grid.no-gutter .gallery-item:first-child {
    grid-area: 2 / 1 / span 2 / span 1;
  }
  .gallery-grid.no-gutter .gallery-item:nth-child(4) {
    grid-area: 2 / 2 / span 2 / span 1;
  }

  .about-us-board {
    width: 80%;
  }
  .about-us-board .inner {
    padding: 44px 34px 31px;
  }
  .about-us-board .heading h2 {
    font-size: 40px;
  }

  .about-us-wrapper {
    padding: 89px 0 112px;
  }
  .about-us-wrapper img {
    display: none;
  }

  #rev_slider_11 li:first-child .caption-1:before,
  #rev_slider_11 li:first-child .caption-2:before {
    top: 0;
    left: 0;
    width: calc(100% - 1px);
  }

  #rev_slider_11 li:first-child .caption-1:after,
  #rev_slider_11 li:first-child .caption-2:after {
    width: calc(100% - 1px);
    bottom: 2px;
    left: 0px;
  }

  .menu-item h5 .dots {
    transform: translateY(-5px);
  }

  .gallery-grid.has-gutter {
    grid-gap: 13px 12px;
  }

  .our-story-primary.style-1 .inner {
    width: 70%;
  }

  .slideshow-form.on-mobile .inner .form-holder {
    margin-right: 20px;
  }
  .slideshow-form.on-mobile .inner button {
    width: 120px;
  }

  .page-wrapper main .container,
  .page-wrapper main .our-menu .container {
    max-width: 600px;
  }

  .navbar-desktop {
    display: none;
  }

  .navbar-mobile {
    display: block;
  }

  .post {
    margin-bottom: 30px;
  }
  .post .post-body {
    padding-bottom: 10px;
  }

  .section-primary,
  .section-primary.pt-100,
  .section-primary.pt-112,
  .section-primary.pt-120,
  .section-primary.pt-133,
  .section-primary.pt-140,
  .section-primary.pt-150,
  .section-primary.pb-101,
  .section-primary.pb-110,
  .section-primary.pb-113,
  .section-primary.pb-120 {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .section-header {
    margin-bottom: 50px;
  }
  .section-header h2 {
    margin-bottom: 10px;
  }
  .section-header span {
    font-size: 25px;
  }

  .our-service-col {
    margin-bottom: 30px;
    height: auto;
  }

  .our-story .image-wrapper {
    width: 100%;
  }

  .our-story-primary.style-2 {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    width: 100%;
  }

  .our-menu-board .our-menu-col.right {
    padding-left: 0;
  }
  .our-menu-board .our-menu-col.left {
    padding-right: 0;
  }
  .our-menu-board .inner {
    padding: 55px 20px 44px;
  }

  .booking .booking-content {
    padding: 48px 51px 38px;
  }

  .form-row .form-col {
    margin-right: 30px;
  }

  .feature-content .heading {
    margin-bottom: 10px;
  }
  .feature-content .heading h3 {
    font-size: 26px;
  }
  .feature-content .heading span {
    font-size: 20px;
  }
  .feature-content .body p {
    height: 100.8px;
  }
  .feature-content .body .star-rating {
    margin-bottom: 35px;
  }

  .trait .image-holder {
    background: none;
  }
  .trait .image-holder img {
    display: block;
  }

  .trait-content {
    justify-content: space-around;
  }

  .trait-col {
    width: 35%;
    margin-right: 0;
    margin-bottom: 53px;
  }
  .trait-col h5 {
    margin-top: 23px;
    margin-bottom: 13px;
  }

  .feature-small img {
    width: 60% !important;
  }
  .feature-small .item-info .price {
    font-size: 15px;
  }

  .feature-slider span.lnr {
    font-size: 20px;
    top: 30px;
  }
  .feature-slider span.lnr.lnr-chevron-left {
    left: -17px;
  }
  .feature-slider span.lnr.lnr-chevron-right {
    right: -17px;
  }

  .hc-mobile-nav .nav-container {
    min-width: 310px;
  }

  .welcome .image-group {
    margin-bottom: 50px;
  }

  .our-story .image-holder {
    background: none;
  }
  .our-story .image-holder img {
    display: block;
  }

  .ft-top .ft-col.pl-50 {
    padding-left: 15px;
  }
  .ft-top .ft-col.pl-30 {
    padding-left: 44px;
  }

  .page-wrapper {
    display: block;
  }
  .page-wrapper header,
  .page-wrapper main {
    width: 70%;
  }

  .section-form .form-col {
    width: 45%;
  }

  .our-story .image-bg {
    background: none;
  }
  .our-story .image-bg img {
    display: block;
  }

  .menu-wrapper .inner {
    padding: 20px 10px 0;
    border: none;
  }

  .middle-wrapper {
    min-width: auto;
  }

  body.center {
    display: block;
  }

  .page-bg {
    position: static;
  }

  .rev_slider_wrapper.px-30 {
    padding: 0;
  }

  .middle-wrapper .container {
    max-width: 720px;
  }

  .booking-block {
    height: 390px;
  }
  .booking-block .inner {
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 80%;
  }

  .special-box-slider {
    position: static;
  }
  .special-box-slider .container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: center;
  }
  .special-box-slider .owl-carousel {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    width: 300px;
  }

  .block-banner.style-1 {
    height: 350px;
  }
  .block-banner.style-1 .inner {
    right: 20px;
  }
  .block-banner.style-1 h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .block-banner.style-1 h2 {
    font-size: 31px;
  }
  .block-banner.style-1 p {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .ft-push {
    position: static;
  }

  .ft-image {
    background: none;
  }

  .ft-top.fixed {
    padding: 40px 0;
  }

  .ft-upper {
    height: auto;
  }

  .menu-holder.left-40 {
    padding-right: 15px;
  }
  .menu-holder.right-40 {
    padding-left: 15px;
  }

  .our-menu-block .our-menu-col {
    width: 60%;
    padding: 44px 34px;
  }

  .subscribe-form .section-header {
    margin-bottom: 40px;
  }
  .subscribe-form .section-header h2 {
    font-size: 30px;
  }
  .subscribe-form .section-header span {
    font-size: 20px;
  }
  .subscribe-form .form-row {
    display: block;
  }
  .subscribe-form .form-control {
    height: 45px;
    margin-bottom: 15px;
  }
  .subscribe-form .au-btn {
    height: 40px;
  }

  .event-col {
    height: 100%;
  }
  .event-col .interior {
    padding: 0 24px 20px;
  }
  .event-col .event-date {
    width: 82px;
    height: 82px;
  }
  .event-col .event-date .inner .date {
    font-size: 40px;
  }
  .event-col .event-date .inner .month {
    font-size: 14px;
  }

  .page-breadcrumb {
    padding: 40px 0;
  }

  .gallery div.row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gallery div.col-md {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gallery .image-holder {
    margin-bottom: 20px;
  }
  .gallery .image-holder h6 {
    font-size: 16px;
  }
  .gallery .image-holder .inner {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
  }

  .masonry .masonry-wrapper {
    grid-gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget_person {
    padding: 10px;
  }
  .widget_person img {
    max-width: 90%;
  }

  .widget_recent_entries .latest-post__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .widget_recent_entries .latest-post__item .thumb {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .sorting .woocommerce-ordering {
    flex-direction: column;
    align-items: flex-start;
  }
  .sorting .woocommerce-ordering .woocommerce-result-count {
    margin-bottom: 10px;
  }

  .widget_featured_product .featured-product__item {
    flex-direction: row;
    align-items: center;
  }
  .widget_featured_product .featured-product__item .thumb {
    margin-right: 13px;
    margin-bottom: 0;
  }

  .cupcake-history .video .play-button {
    font-size: 60px;
  }

  .cupcake-history .content {
    padding: 70px 20px 35px;
  }

  .menu-page .menu-holder.left,
  .menu-page .menu-holder.right {
    padding: 0 15px;
  }

  .coming-soon .inner {
    width: 100%;
  }
  .coming-soon h1 {
    margin-bottom: 41px;
    font-size: 30px;
  }
  .coming-soon .time {
    margin-bottom: 33px;
  }
  .coming-soon .time .time-box {
    margin: 0 15px;
  }
  .coming-soon .time .time-box .time-number {
    font-size: 36px;
  }
  .coming-soon .time .time-box .time-unit {
    font-size: 16px;
  }
  .coming-soon form .form-row {
    width: auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    margin-bottom: 30px;
  }
  .coming-soon form .form-col {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .coming-soon form .form-control,
  .coming-soon form .au-btn {
    height: 37px;
  }

  .contact-us-content {
    margin-bottom: 50px;
  }

  .page-breadcrumb.wide {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery div.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gallery div.col-md {
    padding-right: 15px;
    padding-left: 15px;
  }

  .gallery.wide {
    padding: 30px 0;
  }

  .page-info .section-header {
    width: 100%;
  }

  .hc-mobile-nav .nav-container {
    min-width: 250px;
  }

  .coffee-wrapper {
    padding: 15px;
  }
  .coffee-wrapper .inner {
    padding: 27px 15px 13px;
    height: auto;
  }

  .coffee-material .left,
  .coffee-material .right {
    text-align: center;
  }

  .coffee-material .left {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .coffee-material .left .heading {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .coffee-material .left .heading span {
    order: 1;
    margin-right: 21px;
  }
  .coffee-material .left .heading h5 {
    order: 2;
    margin-right: 0;
  }

  .coffee-material-box {
    margin-bottom: 40px;
  }

  .section-primary,
  .section-primary.pt-100,
  .section-primary.pt-112,
  .section-primary.pt-120,
  .section-primary.pt-133,
  .section-primary.pt-140,
  .section-primary.pt-150,
  .section-primary.pb-60,
  .section-primary.pb-101,
  .section-primary.pb-110,
  .section-primary.pb-113,
  .section-primary.pb-120 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-header span {
    font-size: 20px;
  }

  .ft-top .ft-top-wrapper,
  .ft-top .ft-top-wrapper.pb-54 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .ft-col {
    margin-bottom: 50px;
  }
  .ft-col:last-child {
    margin-bottom: 0;
  }

  .ft-top h6 {
    margin-bottom: 18px;
  }
  .ft-top .form-inner {
    margin-bottom: 17px;
  }
  .ft-top .ft-col.pl-30 {
    padding-left: 15px;
  }
  .ft-top .ft-col.pl-64 {
    padding-left: 15px;
  }
  .ft-top .ft-col.mt-51 {
    margin-top: 0;
  }

  .booking .image-holder {
    height: 0;
  }
  .booking .booking-content {
    padding: 48px 20px 38px;
  }

  .form-row {
    display: block;
  }
  .form-row .form-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 43px;
  }
  .form-row:last-child .form-col {
    margin-bottom: 0;
  }

  .our-menu {
    background: url('../images/our-menu-bg-3.jpg');
    background-size: cover;
  }

  .our-menu-col {
    margin-bottom: 50px;
  }
  .our-menu-col .heading .icon,
  .our-menu-col .heading .icon.mt-12,
  .our-menu-col .heading .icon.mt-4px {
    margin-top: 0;
  }
  .our-menu-col.left {
    padding-right: 0;
  }
  .our-menu-col.right {
    padding-left: 0;
  }
  .our-menu-col .mt-60 {
    margin-top: 0;
  }

  .feature-content {
    margin-top: 30px;
  }
  .feature-content span.lnr {
    display: none;
  }
  .feature-content .heading {
    margin-bottom: 18px;
  }
  .feature-content .heading h3 {
    font-size: 23px;
  }
  .feature-content .heading span {
    font-size: 17px;
  }
  .feature-content .body p {
    height: auto;
    margin-bottom: 21px;
  }
  .feature-content .body .star-rating {
    margin-bottom: 45px;
  }

  .feature-small img {
    width: 100% !important;
  }
  .feature-small .item-info {
    margin-top: 20px;
  }
  .feature-small .item-info .price {
    font-size: 14px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }

  .form-control {
    font-size: 15px;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 15px;
  }
  .form-control::-moz-placeholder {
    font-size: 15px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 15px;
  }
  .form-control:-moz-placeholder {
    font-size: 15px;
  }

  #modalSearch .modal-dialog {
    max-width: 80%;
  }

  .navbar-mobile .logo {
    max-width: 150px;
    height: auto;
  }

  .our-menu-block {
    display: block;
    margin-bottom: 60px;
  }
  .our-menu-block .au-btn__readmore {
    margin-top: 0;
  }
  .our-menu-block .our-menu-col {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding: 30px 0 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    width: 100%;
  }
  .our-menu-block .our-menu-col.no-style {
    margin-top: 0;
  }

  .ml--10 {
    margin-left: 0;
  }

  .trait-content {
    padding: 50px 20px;
  }

  .trait-col {
    width: 100%;
  }

  .our-story-primry.style-1 .inner {
    width: 100%;
    padding: 50px 20px;
  }

  .our-story-primary.style-2 .interior {
    padding: 30px 15px;
  }
  .our-story-primary.style-2 .heading h2 {
    font-size: 50px;
  }

  .our-menu.bg-4 {
    background: none;
  }

  .our-menu-board {
    padding: 0;
  }
  .our-menu-board .inner {
    padding: 0;
  }

  #rev_slider_5 li:last-child .caption-2:before,
  #rev_slider_5 li:last-child .caption-2:after {
    width: 10px;
    height: 9px;
  }
  #rev_slider_5 li:last-child .caption-2:after {
    right: -20px;
  }
  #rev_slider_5 li:last-child .caption-2:before {
    left: -20px;
  }

  .cate-box {
    padding: 0;
  }

  .our-story-primary.style-2.fixed .interior {
    padding: 30px 20px;
  }

  .gallery-grid {
    display: block;
  }
  .gallery-grid .gallery-item {
    margin-bottom: 20px;
  }
  .gallery-grid .gallery-item.last-child {
    margin-bottom: 0;
  }
  .gallery-grid.has-gutter {
    padding: 0;
  }

  .section-form .form-col {
    width: 100%;
  }

  .wish {
    height: 350px;
  }
  .wish h3 {
    font-size: 40px;
  }
  .wish p {
    font-size: 14px;
  }

  .slideshow-form.on-mobile .inner {
    flex-direction: column;
  }
  .slideshow-form.on-mobile .inner .form-holder {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .slideshow-form.on-mobile .inner button {
    margin: auto;
    margin-top: 20px;
  }

  .our-story-primary.style-1 {
    padding: 35px 15px;
  }
  .our-story-primary.style-1 .inner {
    width: 100%;
  }

  .menu-navigation .fix-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu-navigation ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 18px;
    justify-items: center;
    width: 100%;
    padding-bottom: 10px;
  }
  .menu-navigation ul li {
    margin: 0;
    width: auto;
  }

  .menu-navigation ul li a img {
    width: 48px;
    height: 48px;
  }

  .menu-navigation ul li a span {
    font-size: 14px;
  }

  .menu-wrapper {
    padding: 0;
    margin: 0 -15px;
  }
  .menu-wrapper .inner {
    padding: 30px 15px 0;
    border: none;
  }

  .menu-holder .menu-thumb {
    margin-right: 0;
    text-align: left;
  }
  .menu-holder.fixed {
    flex-direction: column;
  }
  .menu-holder.fixed .menu-thumb {
    margin-bottom: 20px;
    margin-right: 0;
  }
  #hot-coffee .menu-thumb {
    text-align: left !important;
  }

  #rev_slider_6 li:last-child .caption-2 {
    overflow: auto !important;
  }

  .special-box-slider .owl-carousel {
    width: 100%;
  }

  .our-menu-col.mt-60 {
    margin-top: 0;
  }

  .middle-image {
    margin-bottom: 50px;
  }
  .middle-image img {
    max-width: 65%;
  }

  .block-banner.style-1 .inner {
    background: rgba(0, 0, 0, 0.4);
    right: 0;
    width: 100%;
    padding: 0 15px;
  }
  .block-banner.style-1 h3,
  .block-banner.style-1 p {
    color: #fff;
  }
  .block-banner.style-1 img {
    filter: brightness(0) invert(1);
  }

  .ft-top.fixed {
    padding: 70px 0 40px;
  }

  .trait-content.re-style {
    padding: 60px 0 70px;
  }

  .testimonials-2 {
    margin-top: 40px;
  }

  .flipster-item .content {
    padding: 0 108px;
    height: 420px;
  }

  .flipster__nav {
    display: block;
    order: 1;
    margin: 60px 0 0;
  }

  .flipster__item--current .flipster__item__content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }

  .about-us-wrapper {
    padding: 50px 0 50px;
  }

  .about-us-board {
    width: 100%;
    padding: 10px;
  }
  .about-us-board .inner {
    padding: 50px 20px;
  }
  .about-us-board .heading h2 {
    font-size: 35px;
  }
  .about-us-board p {
    margin-bottom: 30px;
  }

  .our-menu-wrapper .menu-holder.fixed .menu-thumb {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .our-menu-wrapper .menu-holder.fixed .menu-item {
    padding: 10px;
  }
  .our-menu-wrapper .menu-holder.fixed.right-40,
  .our-menu-wrapper .menu-holder.fixed.left-40 {
    padding: 0;
  }
  .our-menu-wrapper .right-content {
    padding: 15px;
  }
  .our-menu-wrapper .right-content .inner {
    padding: 60px 10px 60px;
  }
  .our-menu-wrapper .right-content .content {
    padding: 0 15px;
  }

  #rev_slider_12 li:nth-child(2) .caption-4 svg {
    transform: translate(-50%, -50%) scale(0.35);
    -webkit-transform: translate(-50%, -50%) scale(0.35);
    -moz-transform: translate(-50%, -50%) scale(0.35);
    -ms-transform: translate(-50%, -50%) scale(0.35);
    -o-transform: translate(-50%, -50%) scale(0.35);
  }

  .promotion-item .inner.top {
    top: 8%;
  }
  .promotion-item h2 {
    font-size: 30px;
    margin-top: 8px;
  }
  .promotion-item .note h4 {
    font-size: 25px;
  }
  .promotion-item h3 {
    font-size: 16px;
  }
  .promotion-item .discount-box .text {
    font-size: 12px;
  }
  .promotion-item .discount-box .price {
    font-size: 29px;
  }
  .promotion-item .inner.right {
    right: 5%;
  }
  .promotion-item .inner.left {
    left: 4%;
  }
  .promotion-item .discount-text h3 {
    font-size: 20px;
  }
  .promotion-item .discount-text .percent {
    font-size: 30px;
  }
  .promotion-item .au-btn {
    width: 108px;
    height: 28px;
  }

  .pizza .grid {
    padding: 0 15px;
  }
  .pizza .grid .pizza-item {
    width: 100%;
    margin-right: 0;
  }
  .pizza .grid .pizza-item:nth-child(3) {
    margin-bottom: 30px;
  }

  .pizza-item.has-mb {
    margin-bottom: 30px;
  }

  .event-col {
    margin-bottom: 30px;
    height: auto;
  }

  .block-banner.style-2 .inner {
    left: 50%;
  }
  .block-banner.style-2 h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .block-banner.style-2 .text .first-line span {
    font-size: 20px;
  }
  .block-banner.style-2 .text .break {
    font-size: 35px;
  }
  .block-banner.style-2 .number {
    font-size: 60px;
  }
  .block-banner.style-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .subscribe .image-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .subscribe-form {
    padding: 40px 0;
    height: auto;
  }
  .subscribe-form p {
    color: #fff;
  }

  .promotion-item.is-bg {
    height: auto;
  }
  .promotion-item.is-bg #promotion-1 {
    position: static;
  }

  .about-us .image-holder img {
    height: auto;
  }

  .brand .brand-item.corner:before {
    display: none;
  }
  .brand .brand-item {
    border: 1px solid #e6e6e6 !important;
    margin-bottom: 30px;
  }

  .section-primary.has-overlay {
    position: relative;
  }
  .section-primary.has-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .testimonials-2-carousel span {
    display: none;
  }

  .page-breadcrumb h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .special-grid .image-holder.fix-image img {
    position: static;
    height: auto;
  }

  .masonry .masonry-wrapper {
    display: block;
  }
  .masonry .masonry-wrapper .image-holder {
    margin-bottom: 15px;
  }
  .masonry .masonry-wrapper .image-holder.fix-image img {
    position: static;
    height: auto;
  }
  .masonry .masonry-wrapper .image-holder:last-child {
    margin-bottom: 0;
  }

  .error .inner {
    width: 100%;
    padding: 0 30px;
  }
  .error span {
    font-size: 95px;
    margin-bottom: 10px;
  }
  .error h3 {
    font-size: 18px;
  }
  .error p {
    margin-bottom: 27px;
  }

  .sidebar {
    margin-top: 50px;
  }
  .special-cupcake .image-holder {
    text-align: center;
  }
  .special-cupcake .image-holder img {
    max-width: 80%;
  }

  .cd-horizontal-timeline .events-wrapper {
    height: 80px;
  }

  .shop-list.wide {
    padding-top: 20px !important;
  }
  .shop-list.wide .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products .item .thumb .add_to_cart_button {
    font-size: 15px;
  }
  .products .item:hover .thumb .add_to_cart_button {
    height: 42px;
  }

  .woocommerce-tabs {
    margin-top: 50px;
  }
  .woocommerce-tabs .tabs {
    flex-direction: column;
  }
  .woocommerce-tabs .tabs li {
    margin-bottom: 5px;
  }
  .woocommerce-tabs .tabs li a {
    padding: 0 20px 0 0;
  }

  #add-info .shop_attributes th,
  #add-info .shop_attributes td {
    padding: 0 20px;
  }

  .shop-single #shop-single-thumb {
    margin-top: 10px;
  }
  .shop-single #shop-single-thumb a {
    margin-right: 10px;
  }

  .shop-single .entry-summary .product_title {
    font-size: 25px;
  }
  .shop-single .entry-summary .price {
    font-size: 20px;
    margin-right: 20px;
  }
  .shop-single .entry-summary .star-rating {
    font-size: 14px;
  }

  .woocommerce-cart-form table thead {
    display: none;
  }
  .woocommerce-cart-form table tbody td {
    width: 100% !important;
    border: none;
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    -o-display: flex !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
  }
  .woocommerce-cart-form table tbody td:before {
    content: attr(data-title) ': ';
    font-size: 20px;
    color: #333;
    font-family: 'Raleway-SemiBold';
    font-weight: 600;
  }
  .woocommerce-cart-form table tbody td.product-remove.none {
    display: none !important;
  }
  .woocommerce-cart-form table tbody td.product-remove:before,
  .woocommerce-cart-form table tbody td.cart-subtotal:before,
  .woocommerce-cart-form table tbody td.actions:before {
    display: none;
  }
  .woocommerce-cart-form table tbody td.product-remove,
  .woocommerce-cart-form table tbody td.product-thumbnail,
  .woocommerce-cart-form table tbody td.cart-subtotal {
    justify-content: center;
  }
  .woocommerce-cart-form table tbody td.product-name,
  .woocommerce-cart-form table tbody td.product-remove {
    padding-left: 0;
  }
  .woocommerce-cart-form table tbody td.product-remove {
    padding-top: 40px;
  }
  .woocommerce-cart-form table tbody td.product-thumbnail {
    padding-bottom: 30px;
  }
  .woocommerce-cart-form table tbody td.product-subtotal {
    padding-bottom: 40px;
  }
  .woocommerce-cart-form table tbody td.cart-subtotal {
    padding-right: 0;
  }
  .woocommerce-cart-form table tbody td .quantity {
    margin-right: 0;
  }
  .woocommerce-cart-form table .actions {
    padding: 40px 0 20px;
  }
  .woocommerce-cart-form table .coupon {
    width: 100%;
  }
  .woocommerce-cart-form .bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .woocommerce-cart-form .update-btn {
    margin-bottom: 20px;
  }

  .our-story-primary.style-3 .heading h2 {
    font-size: 45px;
  }
  .our-story-primary.style-3 .inner {
    padding: 50px 0;
    width: 100%;
  }

  .our-service-full {
    width: 100%;
    padding: 50px 0;
  }

  .our-menu-full {
    padding: 50px 0;
  }

  .testimonials-2.full .item p {
    width: 100%;
  }

  .section-form.full {
    padding: 50px 0;
  }
  .section-form.full .form-col {
    width: 100%;
  }

  .full-col {
    display: block;
  }

  .food-slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: 30px;
  }

  #rev_slider_5.has-shadow .tp-bgimg.defaultimg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
  }
}

/* Luxury Text Styles */
.luxury-heading {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #805b62;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.luxury-text {
  font-family: 'Arial', sans-serif;
  font-style: italic;
  font-size: 1.2em;
  color: #805b62;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* Apply DunbarLow font to all elements */
* {
  font-family: 'DunbarLow-Regular' !important;
}

/* Ensure FontAwesome icons use their proper font */
.fa,
.fab,
.fal,
.far,
.fas {
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', 'Font Awesome 5 Regular' !important;
}

/* Ensure Linearicons use their proper font */
.lnr {
  font-family: 'Linearicons-Free' !important;
}

/*# sourceMappingURL=style.css.map */

#main-nav ul,
#menu-accordion {
  overflow-x: visible !important;
  white-space: normal !important;
}

/* Hide spinner and loading elements */
.tp-loader,
.tp-bannertimer,
.tp-bullets,
.tp-leftarrow,
.tp-rightarrow {
  display: none !important;
}

/* Horizontal Header Styles */
.navbar-desktop.horizontal-header {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: transparent;
  padding: 5px 0;
  height: 70px;
  width: 85%;
  border-radius: 30px;
}

.navbar-desktop.horizontal-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-desktop.horizontal-header .navbar-brand .logo img {
  height: 60px;
  width: auto;
  max-width: 200px;
}

.navbar-desktop.horizontal-header .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.navbar-desktop.horizontal-header .nav-menu li {
  position: relative;
}

.navbar-desktop.horizontal-header .nav-menu li a {
  color: #805b62;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 0;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-desktop.horizontal-header .nav-menu li a:hover,
.navbar-desktop.horizontal-header .nav-menu li.current a {
  color: #805b62;
}

.navbar-desktop.horizontal-header .nav-menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #805b62;
  transition: width 0.3s ease;
}

.navbar-desktop.horizontal-header .nav-menu li a:hover::after,
.navbar-desktop.horizontal-header .nav-menu li.current a::after {
  width: 100%;
}

/* Dropdown Menu */
.navbar-desktop.horizontal-header .has-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  min-width: 200px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.navbar-desktop.horizontal-header .has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar-desktop.horizontal-header .dropdown-menu li {
  padding: 0;
}

.navbar-desktop.horizontal-header .dropdown-menu li a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-desktop.horizontal-header .dropdown-menu li:last-child a {
  border-bottom: none;
}

.navbar-desktop.horizontal-header .dropdown-menu li a:hover {
  background: rgba(205, 170, 124, 0.2);
  color: #cdaa7c;
}

/* Adjust main content to account for fixed header */
main {
  margin-top: 0;
}

/* Improve page layout and spacing */
.rev_slider_wrapper {
  margin-top: 0;
}

.cate-box {
  margin-top: 30px;
  position: relative;
  z-index: 3;
}

.section-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-primary.pt-150 {
  padding-top: 150px;
}

.section-primary.pb-0 {
  padding-bottom: 0;
}

/* Smooth scrolling for better UX */
html {
  scroll-behavior: smooth;
}

/* Improve text readability */
.section-header h2 {
  margin-bottom: 20px;
}

.section-header span {
  font-style: italic;
  opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .navbar-desktop.horizontal-header .nav-menu {
    gap: 20px;
  }

  .navbar-desktop.horizontal-header .nav-menu li a {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .navbar-desktop.horizontal-header {
    display: none;
  }
  main {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .cate-box {
    margin-top: -30px;
  }

  .section-primary {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Animation for smooth header appearance */
.navbar-desktop.horizontal-header {
  animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Improve hover effects */
.navbar-desktop.horizontal-header .nav-menu li a,
.navbar-desktop.horizontal-header .social-links a,
.navbar-desktop.horizontal-header .search-icon span {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-desktop.horizontal-header .nav-menu li a:hover {
  transform: translateY(-2px);
}

/* Coffee Slider Image Styling */
.coffee-overlay img {
  width: 500px !important;
  height: 450px !important;
  object-fit: contain !important;
  max-width: 500px !important;
  max-height: 450px !important;
}

/* Responsive coffee image */
@media (max-width: 768px) {
}

@media (max-width: 480px) {
}

/* Custom Slider Dots */
.custom-slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 1000;
}

.custom-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(128, 91, 98, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.custom-slider-dot.active {
  background: #805b62;
  transform: scale(1.2);
}

.custom-slider-dot:hover {
  background: rgba(128, 91, 98, 0.8);
  transform: scale(1.1);
}

/* Progress indicator */
.custom-slider-dot.active::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid rgba(128, 91, 98, 0.6);
  border-radius: 50%;
  animation: pulse 4s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Responsive design for navigation - move dots to bottom on mobile */
@media (max-width: 768px) {
  .custom-slider-dots {
    bottom: 15px;
    gap: 8px;
  }

  .custom-slider-dot {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 575px) {
  .custom-slider-dots {
    bottom: 10px;
    gap: 6px;
  }

  .custom-slider-dot {
    width: 6px;
    height: 6px;
  }
}

/* Force slider dimensions to stay fixed during transitions */
.rev_slider_wrapper,
.rev_slider,
.rev-slidebg,
.tp-revslider-mainul,
.tp-revslider-slidesli {
  box-sizing: border-box !important;
}

/* Prevent content overflow */
.tp-revslider-mainul,
.tp-revslider-slidesli {
  height: 100% !important;
  max-height: inherit !important;
  overflow: hidden !important;
}

.item-info h5 {
  font-size: 24px;
}

.special-slider h2 {
  color: #805b62 !important;
}
.special-slider span {
  color: #805b62 !important;
}
.special-slider .item-info h5 a {
  color: #805b62 !important;
}

.gallery h2 {
  color: #805b62 !important;
}
.gallery span {
  color: #805b62 !important;
}

.special-slider {
  background-image: url('../images/section3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Iced Coffee section height increase */
.menu-block-bg {
  min-height: 350px;
  padding: 100px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
}

.menu-block-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
}

.menu-block-bg .section-header {
  position: relative;
  z-index: 2;
}

.menu-block-bg .section-header span {
  color: #f5bdc7 !important;
}

/* Coffee Card Styles */
.coffee-card {
  background: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.coffee-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.coffee-image {
  position: relative;
  overflow: hidden;
  height: 250px;
  background: linear-gradient(135deg, #f4efeb 0%, #e8ddd4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 15px 15px 15px;
}

.coffee-image img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.coffee-card:hover .coffee-image img {
  transform: scale(1.05);
}

.coffee-content {
  padding: 25px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.coffee-content h4 {
  font-family: 'Raleway-Bold', sans-serif;
  font-size: 20px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 700;
}

.coffee-content p {
  font-family: 'Satisfy-Regular', cursive;
  font-size: 16px;
  color: #805b62;
  margin-bottom: 15px;
  font-style: italic;
}

.coffee-price {
  font-family: 'Raleway-Bold', sans-serif;
  font-size: 18px;
  color: #805b62;
  font-weight: 700;
  background: linear-gradient(135deg, #f4efeb 0%, #e8ddd4 100%);
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .coffee-image {
    height: 220px;
  }

  .coffee-content {
    padding: 20px 15px;
  }

  .coffee-content h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .coffee-image {
    height: 200px;
  }

  .coffee-content {
    padding: 18px 15px;
  }

  .coffee-content h4 {
    font-size: 16px;
  }

  .coffee-content p {
    font-size: 14px;
  }

  .coffee-price {
    font-size: 16px;
  }
}

/* Mobile Responsive Improvements */

/* Extra Small Devices (phones, less than 576px) */
@media (max-width: 575px) {
  /* Section padding adjustments */
  .creative-coffee-section {
    padding-top: 0 !important;
    margin-top: -60px !important;
    padding-bottom: 50px !important;
  }

  /* Ensure menu background displays properly on mobile */
  .our-menu {
    background: url('../images/our-menu-bg-3.png') left top no-repeat,
      url('../images/our-menu-bg-3.png') right bottom no-repeat, url('../images/our-menu-bg-3.png');
    background-size: auto, auto, cover;
  }

  .creative-coffee-section img {
    max-width: 200px;
    height: auto;
  }

  .luxury-text-svg {
    font-size: 18px !important;
  }

  /* Specialties carousel improvements */
  .special-item {
    margin: 0 5px;
  }

  .special-item .thumb img {
    max-height: 150px;
    object-fit: cover;
  }

  .special-item .item-info h5 {
    font-size: 14px;
  }

  .special-item .price {
    font-size: 16px;
    font-weight: bold;
  }

  /* Menu navigation improvements */
  .menu-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-items: center;
  }

  .menu-navigation li {
    width: 100%;
    text-align: center;
  }

  .menu-navigation li a {
    padding: 10px 5px;
    font-size: 12px;
  }

  .menu-navigation li img {
    width: 30px;
    height: 30px;
  }

  /* Menu items improvements */
  .menu-holder {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .menu-item h5 {
    font-size: 14px;
    line-height: 1.4;
  }

  .menu-item .price {
    font-size: 14px;
  }

  .menu-thumb img {
    max-width: 60px;
    max-height: 60px;
  }

  /* Container padding */
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Fix empty right column in all sections */
  .section-primary,
  .creative-coffee-section,
  .gallery,
  .our-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Ensure full width sections */
  .rev_slider_wrapper,
  .gallery-grid,
  .special-slider .container-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Fix specific sections */
  .creative-coffee-section .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .gallery .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .our-menu .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Remove any horizontal margins causing empty space */
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .col-lg-8,
  .col-lg-6,
  .col-md-6,
  .col-md-11,
  .col-xl-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Fix Photo Gallery section */
  .gallery .gallery-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .gallery-item {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Fix Our Services section */
  .service-col {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Ensure no overflow causing empty space */
  body,
  html {
    overflow-x: hidden !important;
  }

  .page-wrapper {
    overflow-x: hidden !important;
  }

  /* Section headers */
  .section-header h2 {
    font-size: 24px;
  }

  .section-header span {
    font-size: 16px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .menu-navigation ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .special-item .thumb img {
    max-height: 180px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .menu-navigation ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

/* Custom slider navigation for mobile */
@media (max-width: 767px) {
}

/* Owl carousel mobile improvements */
@media (max-width: 767px) {
  .owl-carousel .owl-item {
    padding: 0 5px;
  }

  .owl-carousel .owl-nav {
    margin-top: 20px;
  }

  .owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

/* Typography improvements for mobile */
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    line-height: 1.6;
  }
}

/* Extra small devices improvements */
@media (max-width: 480px) {
  .creative-coffee-section img {
    max-width: 150px;
  }

  .luxury-text-svg text {
    font-size: 16px !important;
  }

  /* Menu navigation for very small screens */
  .menu-navigation ul {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .menu-navigation li a {
    padding: 8px 3px;
    font-size: 11px;
  }

  .menu-navigation li img {
    width: 25px;
    height: 25px;
  }

  /* Reduce container padding further */
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* Adjust section headers */
  .section-header h2 {
    font-size: 20px;
  }

  .section-header span {
    font-size: 14px;
  }

  /* Special items adjustments */
  .special-item .item-info h5 {
    font-size: 12px;
  }

  .special-item .price {
    font-size: 14px;
  }

  /* Menu items for very small screens */
  .menu-item h5 {
    font-size: 22px;
  }

  .menu-item .price {
    font-size: 12px;
  }

  .menu-thumb img {
    max-width: 50px;
    max-height: 50px;
  }
}

/* Basic Mobile Responsiveness */
@media (max-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .section-primary {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navbar-desktop {
    display: none;
  }

  .navbar-mobile {
    display: block;
  }

  .navbar-mobile .heading {
    padding-bottom: 8px;
  }

  #main-nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }

  #main-nav ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
  }

  #main-nav li {
    width: 100%;
  }

  #main-nav li a {
    display: block;
    padding: 10px 14px;
    color: #3b2420;
    font-weight: 600;
    text-align: center;
    transition: background 0.3s ease, color 0.3s ease;
  }

  #main-nav li a i {
    display: inline-block !important;
    margin-right: 8px;
    font-size: 16px;
  }

  #main-nav li a:hover,
  #main-nav li.current a {
    background: rgba(128, 91, 98, 0.2);
  }

  #main-nav li.current a i {
    color: #ffffff !important;
  }

  .slideshow-form {
    padding: 20px 0;
  }

  .menu-item {
    margin-bottom: 20px;
  }

  .special-item {
    margin-bottom: 20px;
  }

  /* Mobile Layout Fixes */
  .middle-wrapper {
    min-width: 100% !important;
    width: 100% !important;
  }

  .page-wrapper {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .page-wrapper main {
    width: 100% !important;
    float: none !important;
  }

  /* Section Mobile Fixes */
  .section-primary {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .creative-coffee-section {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
    text-align: center !important;
    margin-top: -80px !important;
  }

  .creative-coffee-section .container {
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  .creative-coffee-section img {
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto 20px auto !important;
  }

  .creative-coffee-section svg {
    width: 100% !important;
    height: auto !important;
    margin: 20px 0 !important;
  }

  /* Specialties Section Mobile */
  .special-slider .container-fluid {
    padding: 0 15px !important;
  }

  .special-slider .section-header {
    margin-bottom: 40px !important;
    text-align: center !important;
  }

  .special-slider .owl-carousel {
    margin: 0 !important;
  }

  .special-item {
    margin: 0 10px 20px 10px !important;
    text-align: center !important;
  }

  .special-item .thumb img {
    max-width: 100% !important;
    height: auto !important;
  }

  .special-item .item-info {
    padding: 15px !important;
  }

  /* Menu Section Mobile */
  .our-menu .container {
    padding: 0 15px !important;
  }

  .our-menu .section-header {
    margin-bottom: 30px !important;
    text-align: center !important;
  }

  .menu-navigation {
    padding: 0 !important;
  }

  .menu-navigation .fix-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .menu-navigation ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .menu-navigation li {
    flex: 1 1 auto !important;
    min-width: 120px !important;
    margin: 0 !important;
  }

  .menu-navigation li a {
    padding: 10px !important;
    font-size: 12px !important;
    text-align: center !important;
  }

  .menu-holder {
    flex-direction: row !important;
    margin-bottom: 30px !important;
  }

  .menu-holder .menu-thumb {
    margin-bottom: 0 !important;
    margin-right: 15px !important;
    text-align: left !important;
  }

  .menu-holder .menu-thumb img {
    max-width: 80px !important;
    height: auto !important;
  }

  .menu-item h5 {
    font-size: 16px !important;
    text-align: left !important;
  }

  .menu-item ul {
    justify-content: center !important;
  }

  /* Container and Layout Fixes */
  .container {
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  .container-fluid {
    padding: 0 15px !important;
  }

  /* Ensure no horizontal overflow */
  body {
    overflow-x: hidden !important;
  }

  * {
    box-sizing: border-box !important;
  }

  /* Center all content */
  .section-header {
    text-align: center !important;
  }

  .section-header h1,
  .section-header h2 {
    margin-bottom: 10px !important;
  }

  .section-header span {
    display: block !important;
    margin-top: 5px !important;
  }

  /* Photo Gallery Mobile Fixes */
  .gallery .container-fluid {
    padding: 0 15px !important;
  }

  .gallery .section-header {
    margin-bottom: 40px !important;
  }

  .gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    padding: 0 !important;
  }

  .gallery-grid.has-gutter {
    grid-gap: 15px !important;
  }

  .gallery-item {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 8px !important;
  }

  .gallery-item .thumb {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
  }

  .gallery-item .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
  }

  .gallery-item .thumb:hover img {
    transform: scale(1.1) !important;
  }

  .gallery-item .thumb i {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #fff !important;
    font-size: 24px !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    z-index: 2 !important;
  }

  .gallery-item:hover .thumb i {
    opacity: 1 !important;
  }

  .gallery-item:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.3) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    z-index: 1 !important;
  }

  .gallery-item:hover:before {
    opacity: 1 !important;
  }

  /* Our Services Mobile Fixes */
  .section-primary.pt-150.pb-0 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .service-col {
    text-align: center !important;
  }

  .service-icon-box {
    position: relative !important;
    width: 120px !important;
    height: 120px !important;
  }
  .service-icon-box .circle {
    width: 120px !important;
    height: 120px !important;
  }
  .service-icon-box .service-icon-item {
    width: 120px !important;
    height: 120px !important;
  }

  .service-icon-item img {
    max-width: 60% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    transform: translate(-50%, -50%) translateX(-7px) !important;
  }

  .service-text h5 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    color: #333 !important;
  }

  .service-text p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #666 !important;
  }

  /* Additional mobile layout fixes */
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .col-lg-6,
  .col-md-6,
  .col-md-11,
  .col-lg-10,
  .col-xl-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px !important;
  }

  /* Fix any remaining layout issues */
  .fix-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* Ensure proper spacing */
  section {
    margin-bottom: 0 !important;
  }

  /* Fix any potential overflow issues */
  .rev_slider_wrapper,
  .rev_slider {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  /* Center all carousel content */
  .owl-carousel .owl-item {
    display: flex !important;
    justify-content: center !important;
  }
}
/* Responsive coffee image */
@media (max-width: 768px) {
  .coffee-overlay img {
    width: 250px !important;
    height: 220px !important;
    max-width: 250px !important;
    max-height: 220px !important;
  }
}

/* Desktop spacing and layout */
@media (min-width: 768px) {
  .menu-navigation span {
    white-space: nowrap;
  }
  #iced-coffee {
    margin-top: 100px;
  }
  #fresh-juices {
    margin-top: 100px;
  }
  #frappe {
    margin-top: 100px;
  }
  #crepe {
    margin-top: 100px;
  }
  #pancake-desserts {
    margin-top: 100px;
  }
}

/* Custom Scrollbar Styling */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #f4efeb 0%, #e8ddd4 100%);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #805b62 0%, #d3a0a9 100%);
  border-radius: 6px;
  border: 2px solid #f4efeb;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #6a4a52 0%, #b88991 100%);
}

::-webkit-scrollbar-corner {
  background: #f4efeb;
}

/* Large desktop screens - prevent menu items from stretching too wide */
@media (min-width: 1500px) {
  .our-menu .container {
    max-width: 1400px;
  }

  .our-menu .menu-holder {
    max-width: 600px;
  }

  .our-menu .col-xl-6 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

/* Enhanced Cinematic Slider Mobile Responsiveness */
@media (max-width: 991px) {
  .tp-caption.roma-text-cinematic {
    font-size: 65px !important;
  }

  .tp-caption.cafe-text-cinematic {
    font-size: 65px !important;
  }

  .tp-caption.coffee-overlay-enhanced img {
    width: 300px !important;
    height: 250px !important;
  }

  .tp-caption.slider-2-emotional-text {
    font-size: 28px !important;
    padding: 0 15px !important;
    max-width: 95vw !important;
  }

  .tp-caption.slider-2-emotional-text-secondary {
    font-size: 28px !important;
    padding: 0 15px !important;
    max-width: 95vw !important;
  }

  .tp-caption.slider-3-poetic-text {
    font-size: 46px !important;
    padding: 0 20px !important;
    max-width: 95vw !important;
  }

  .tp-caption.slider-3-poetic-text-ethereal {
    font-size: 50px !important;
    padding: 0 20px !important;
    max-width: 95vw !important;
  }
}

@media (max-width: 767px) {
  .tp-caption.roma-text-cinematic,
  .tp-caption.cafe-text-cinematic {
    font-size: 55px !important;
    padding: 0 10px !important;
    max-width: 90vw !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .tp-caption.coffee-overlay-enhanced img {
    width: 300px !important;
    height: 250px !important;
    max-width: 85vw !important;
    max-height: 85vw !important;
    object-fit: contain !important;
  }

  .tp-caption.slider-2-emotional-text {
    font-size: 28px !important;
    padding: 0 20px !important;
    max-width: 90vw !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }

  .tp-caption.slider-2-emotional-text-secondary {
    font-size: 28px !important;
    padding: 0 20px !important;
    max-width: 90vw !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }

  .tp-caption.slider-3-poetic-text {
    font-size: 38px !important;
    padding: 0 25px !important;
    max-width: 90vw !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .tp-caption.slider-3-poetic-text-ethereal {
    font-size: 42px !important;
    padding: 0 25px !important;
    max-width: 90vw !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
}

@media (max-width: 575px) {
  .tp-caption.roma-text-cinematic,
  .tp-caption.cafe-text-cinematic {
    font-size: 45px !important;
    padding: 0 15px !important;
    max-width: 85vw !important;
    line-height: 1.1 !important;
  }

  .tp-caption.coffee-overlay-enhanced img {
    width: 300px !important;
    height: 250px !important;
    max-width: 80vw !important;
    max-height: 80vw !important;
  }

  .tp-caption.slider-2-emotional-text {
    font-size: 22px !important;
    padding: 0 25px !important;
    max-width: 85vw !important;
    line-height: 1.4 !important;
  }

  .tp-caption.slider-2-emotional-text-secondary {
    font-size: 20px !important;
    padding: 0 25px !important;
    max-width: 85vw !important;
    line-height: 1.5 !important;
  }

  .tp-caption.slider-3-poetic-text {
    font-size: 28px !important;
    padding: 0 30px !important;
    max-width: 85vw !important;
    line-height: 1.2 !important;
  }

  .tp-caption.slider-3-poetic-text-ethereal {
    font-size: 32px !important;
    padding: 0 30px !important;
    max-width: 85vw !important;
    line-height: 1.1 !important;
  }

  .tp-caption.slider-2-decorative-element {
    width: 40px !important;
  }
}
/* Arabic font */
@font-face {
    font-family: 'Hacen-Maghreb-Bd';
    src: url('fonts/Hacen-Maghreb-Bd.woff2') format('woff2'),
         url('fonts/Hacen-Maghreb-Bd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* English font */
@font-face {
    font-family: 'DunbarLow-Regular';
    src: url('fonts/DunbarLow-Regular.woff2') format('woff2'),
         url('fonts/DunbarLow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
