@charset "UTF-8";
/*------- social color -----*/
/*


=====================
   table of content 
====================
    1.  topbar

*/
/* Typography
================================================== */
body {
  line-height: 22px;
  font-size: 14px;
  color: #777777;
  font-weight: 400;
  border: 0;
  margin: 0;
  padding: 0;
}

html.fonts-loaded body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Lora", serif;
  font-weight: 700;
}

html.fonts-loaded h1,
html.fonts-loaded h2,
html.fonts-loaded h3,
html.fonts-loaded h4,
html.fonts-loaded h5,
html.fonts-loaded h6 {
  font-family: "Lora", serif;
}

h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 20px;
  line-height: 28px;
}

h4 {
  font-size: 18px;
  line-height: 26px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
}

/* Global styles
================================================== */
iframe {
  border: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: #A32834;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none !important;
  color: #A32834;
}

a.read-more {
  color: #A32834;
  font-weight: 700;
}

a.read-more:hover {
  color: #222;
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.p-100 {
  padding: 100px 0 !important;
}

.media > .pull-left {
  margin-right: 20px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.gap-10 {
  clear: both;
  height: 10px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-35 {
  margin-top: 35px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab-60 {
  padding-bottom: 60px;
}

.pab-70 {
  padding-bottom: 70px;
}

.pab {
  padding-bottom: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.clearfix:after {
  display: block;
  width: 100%;
  content: "";
}

.btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #A32834;
  height: 45px;
  padding: 0 35px;
  line-height: 42px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.btn:hover {
  color: #A32834;
  background: #fff;
}
.btn.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}
.btn.fill:hover {
  background: #A32834;
  border-color: #A32834;
}
.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

.btn-link {
  font-size: 13px;
  font-weight: 700;
  color: #A32834;
  text-decoration: none !important;
}
.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.btn-link:hover {
  color: #A32834;
}

.post-readmore {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
}
.post-readmore:hover {
  color: #A32834;
}
.post-readmore i {
  vertical-align: middle;
  margin-left: 5px;
}

.block-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
}
.block-title.title-border {
  margin-left: 10px;
  border-bottom: 2px solid #A32834;
}
.block-title.title-border .title-bg {
  padding: 0px 27px;
  position: relative;
  background: #A32834;
  display: inline-block;
  top: 2px;
}
.block-title.title-border .title-bg:before {
  position: absolute;
  content: "";
  left: -9px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: #A32834;
  bottom: 0;
  margin: auto;
}
.block-title.no-left-border.title-border .title-bg:before {
  display: none;
}

.section-heading.no-title-shap .title-bg:after {
  display: none;
}

.heading-style2 .block-title {
  color: #222222;
}
.heading-style2 .block-title.title-border {
  position: relative;
  border-bottom: none !important;
  margin-left: 0;
}
.heading-style2 .block-title.title-border:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.heading-style2 .block-title.title-border .title-bg {
  background: #fff;
}
.heading-style2 .block-title.title-border .title-bg:after, .heading-style2 .block-title.title-border .title-bg:before {
  display: none;
}

.post-title {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 18px;
}
.post-title a {
  color: #222222;
}
.post-title a:hover {
  color: #A32834;
}
.post-title.md {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.post-title.lg {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.45px;
  word-wrap: break-word;
}

a.post-cat {
  position: relative;
  left: 3px;
  top: 0px;
  background: #007bff;
  color: #fff;
  padding: 0px 5px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 7px;
  z-index: 1;
  margin-right: 10px;
}
a.post-cat:last-child {
  margin-right: 0;
}

.post-content p {
  margin-top: 10px;
  margin-bottom: 12px;
}

.post-meta span {
  margin-right: 15px;
  font-size: 13px;
  color: #777777;
}
.post-meta span i {
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 700;
}
.post-meta span a {
  color: #777777;
}

.img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.post-block-style .post-thumb {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.post-block-style .post-thumb img {
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post-block-style .post-video-content {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-block-style:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ts-overlay-style {
  position: relative;
}
.ts-overlay-style .item, .ts-overlay-style.item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  min-height: 260px;
}
.ts-overlay-style::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-overlay-style:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.ts-overlay-style .post-content {
  padding: 20px 20px 18px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.ts-overlay-style .post-title a {
  color: #fff;
}
.ts-overlay-style .post-meta-info {
  padding: 0;
  margin: 0;
}
.ts-overlay-style .post-meta-info li {
  font-size: 13px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  margin-right: 20px;
}
.ts-overlay-style .post-meta-info li a {
  color: #fff;
}
.ts-overlay-style .post-meta-info li i {
  margin-right: 6px;
  font-size: 13px;
  vertical-align: middle;
  font-weight: 700;
}
.ts-overlay-style .post-meta-info li:last-child {
  margin-right: 0;
}
.ts-overlay-style .post-meta-info li.active i {
  color: #A32834;
}
.ts-overlay-style .post-meta-info li.cat-item {
  display: block;
}

.main-container {
  padding-top: 80px;
}

.main-content-inner,
.main-container {
  padding-bottom: 80px;
}

.archive .category-main-title .block-title {
  margin-bottom: 0;
}

/*------- social color -----*/
/* Blog
================================================== */
/* Global */
select {
  max-width: 100%;
}

.post-password-form input[type=password] {
  padding: 5px 15px;
  margin-left: 10px;
}
.post-password-form input[type=submit] {
  background-color: #A32834;
  border-color: #A32834;
  padding: 6px 55px;
  color: #fff;
}

/* Image */
img, figure {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img[class*=wp-image-] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
}

.wp-caption {
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  clear: both;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  color: #777777;
  margin-bottom: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

p {
  margin: 0 0 25px;
}

/*-- HTML Formate --*/
blockquote,
.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
  padding: 0px;
  padding-left: 40px;
  border-left: 3px solid #A32834;
  margin: 15px 0;
  background: transparent;
  position: relative;
}
blockquote p,
.wp-block-quote:not(.is-large) p, .wp-block-quote:not(.is-style-large) p {
  margin-bottom: 0px;
}

/* table */
table {
  border: 1px solid #f1f1f1;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-right: 0;
  border-top: 0;
}

.wp-block-table th,
.wp-block-table td {
  border-color: #f1f1f1;
  padding: 10px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px 10px;
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  border-left: 0;
}

table > tbody > tr:nth-child(2n+1) > td {
  background-color: #fcfcfc;
}

div#calendar_wrap caption {
  margin: 10px 10px 0;
  padding-bottom: 0;
}
div#calendar_wrap table > thead > tr > th, div#calendar_wrap table > tbody > tr > th, div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td, div#calendar_wrap table > tbody > tr > td, div#calendar_wrap table > tfoot > tr > td {
  padding: 0;
}

.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
  border: 1px solid #e7e7e7;
}

dt {
  font-weight: bold;
  margin: 6px;
}

/* Sticky */
.meta-featured-post {
  display: none;
}

.sticky.post {
  background: #fff;
}
.sticky.post .post-body {
  overflow: hidden;
  position: relative;
}
.sticky.post .meta-featured-post {
  display: block;
  position: absolute;
  right: -35px;
  top: 18px;
  background: #A32834;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 12px;
  -webkit-transform: rotate(45deg);
}

/* Gallery item */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

@media screen and (min-width: 30em) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
/*-- Category listing --*/
.post {
  margin: 0 0 30px;
  padding-right: 20px;
}

.entry-header .entry-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.entry-header .entry-title a {
  color: #1c1c24;
}
.entry-header .entry-title a:hover {
  color: #A32834;
}

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  color: #5a5a5a;
  margin-bottom: 10px;
}
.post-meta span {
  padding-right: 5px;
  margin-right: 5px;
}
.post-meta span i {
  margin-right: 5px;
  font-weight: bold;
}
.post-meta a {
  color: #5a5a5a;
}

.entry-content {
  margin-bottom: 15px;
}

.post-footer .btn-readmore {
  color: #222;
  font-weight: 700;
}
.post-footer .btn-readmore i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.post-footer .btn-readmore:hover {
  color: #A32834;
}
.post-footer .btn-readmore > span {
  display: none;
}

/* Post body */
.blog .post-media {
  margin: 0 auto 0 auto;
  position: relative;
}
.blog .post-body {
  background: #fff;
  padding: 40px;
  border: 1px solid #eeeeee;
}

/* Pagination */
.pagination {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li {
  line-height: 20px;
  margin-right: 8px;
}
.pagination li a, .pagination li span {
  width: 40px;
  height: 40px;
  line-height: normal;
  border: 1px solid #f1f1f1;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  color: #5a5a5a;
  border-radius: 3px;
}
.pagination li a i, .pagination li span i {
  line-height: 40px;
}
.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background: #A32834;
  border: 1px solid transparent;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
  background: #A32834;
}
.pagination li.pagination-dots {
  margin: 0 15px 0 10px;
}

/*-- Blog single --*/
.post-details .entry-header {
  padding: 0px 80px;
}
.post-details .entry-header .entry-title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 0;
}
.post-details table td, .post-details table th {
  border: 1px solid #f1f1f1;
}
.post-details .entry-thumbnail {
  margin: 20px 0 40px;
}
.post-details .entry-thumbnail img {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}
.post-details .post-body {
  padding: 30px 70px 0;
}

.blog-single .blog-post-comment {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .blog-single .blog-post-comment {
    padding-bottom: 30px;
  }
}
.blog-single .post-navigation .post-next a,
.blog-single .post-navigation .post-previous a {
  color: #000;
}
.blog-single .post-navigation .post-next a:hover,
.blog-single .post-navigation .post-previous a:hover {
  color: #A32834;
}
.blog-single .post-navigation h3 {
  color: #000;
}
.blog-single .entry-header {
  margin-bottom: 20px;
}

.entry-content h3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.entry-content h4 {
  font-size: 22px;
}
.entry-content table {
  margin: 20px 0;
}
.entry-content .post-footer {
  margin-top: 15px;
}
.entry-content .page-links {
  color: #5a5a5a;
  margin-left: 5px;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
.entry-content .page-links span {
  display: inline-block;
}
.entry-content .page-links span.page-link {
  color: #5a5a5a;
  margin-right: 5px;
}
.entry-content .page-links a span {
  color: #ffffff !important;
  background-color: #A32834;
  border-color: #A32834;
}
.entry-content .page-links .page-link-text {
  margin-right: 10px;
}
.entry-content p img.alignleft {
  clear: both;
  margin-bottom: 30px;
}

.blog-post-comment h3 {
  font-size: 24px;
}
.blog-post-comment table {
  margin: 20px 0;
}
.blog-post-comment ul, .blog-post-comment ol {
  margin-bottom: 20px;
}
.blog-post-comment .comment-respond {
  margin-bottom: 40px;
}
.blog-post-comment #comment.form-control {
  height: 100%;
}
.blog-post-comment .form-control {
  border: 1px solid #eaeaea;
  border-radius: 0;
}

#cancel-comment-reply-link {
  float: right;
  color: #000;
}
#cancel-comment-reply-link:hover {
  color: #e7015e;
}

/* Post social */
.post-social-icons > li {
  display: inline-block;
}

.post-social-icons a {
  margin-left: 10px;
  font-size: 16px;
  color: #5a5a5a;
  text-align: center;
}
.post-social-icons a:hover {
  color: #A32834;
}

/* Post navigation */
.post-navigation {
  padding: 25px;
  border: 1px solid #eeeeee;
}
.post-navigation .post-previous, .post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.post-navigation span:hover, .post-navigation h3:hover {
  color: #A32834;
}
.post-navigation h3 {
  font-size: 16px;
  line-height: 26px;
  margin: 5px 0;
  font-weight: bold;
  word-wrap: break-word;
}
.post-navigation span {
  color: #777777;
}
.post-navigation i {
  margin: 0 5px;
  color: #777777;
}
.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}
.post-navigation .post-next {
  text-align: right;
  float: right;
  border-right: 0 none;
  padding: 0 0 0 40px;
}

/*-- Post footer --*/
.entry-footer {
  margin: 40px 0;
}

/* tags list */
.post-tag-container {
  display: block;
  clear: both;
}
.post-tag-container span {
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}

.tag-lists a,
.tagcloud a {
  border: 1px solid #f1f1f1;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 13px;
  margin-left: 3px;
  border-radius: 25px;
  margin-bottom: 20px;
}
.tag-lists a:hover,
.tagcloud a:hover {
  background: #A32834;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-share-container {
  float: right;
}
.post-social-share-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-social-share-container ul li {
  display: inline-block;
}
.post-social-share-container ul li.title {
  font-weight: bold;
  color: #000;
}
.post-social-share-container ul li a {
  color: #5a5a5a;
  margin-left: 10px;
}
.post-social-share-container ul li a:hover {
  color: #A32834;
}

/* Post comment */
.blog-post-comment .comment-title {
  font-size: 24px;
}
.blog-post-comment .comment-info [class*=col-md-] {
  margin-bottom: 15px;
  position: inherit;
}
.blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px;
}
.blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic;
}
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  margin-top: 40px;
}
.blog-post-comment .comment-respond .comment-form .btn.btn-primary:hover {
  background: #000;
  color: #fff;
}
.blog-post-comment .comment-respond .comment-form .comment-info {
  margin-top: 15px;
}

.loginformuser .form-control {
  height: 100%;
}

/* Common */
.pingback p, .pingback .says {
  display: none;
}

.comments-list .pingback .comment-body {
  margin-left: 0;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  list-style: none;
}
.comments-list .comment .last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  color: #1c1c24;
  font-style: normal;
}
.comments-list .comment-author a {
  color: #1c1c24;
}
.comments-list .comment-author a:hover {
  color: #A32834;
}
.comments-list .comment-author cite {
  font-style: normal;
}
.comments-list .comment-date {
  font-size: 14px;
  display: block;
  margin-top: -5px;
}
.comments-list .comment-content {
  margin: 15px 0;
}
.comments-list .comment-body {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 110px;
}
.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}
.comments-list .comment-reply-link {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}
.comments-list .comment-reply-link i {
  margin-right: 5px;
}
.comments-list .comment-reply-link:hover {
  color: #A32834;
}

.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #5a5a5a;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

/*-- Archive --*/
/* Widgets
================================================== */
.widget-title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 28px;
}
.widget-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 20px;
  bottom: 0;
  margin: auto;
  content: "";
  background: #A32834;
}

.footer-widget ul {
  padding: 0;
}
.footer-widget ul li {
  list-style-type: none;
}

.xs-footer-section .widget, .sidebar .widget {
  margin-bottom: 40px;
}
.xs-footer-section .widget.widget_search, .sidebar .widget.widget_search {
  padding: 0;
  border: 0;
}
.xs-footer-section .widget.widget_search .form-control, .sidebar .widget.widget_search .form-control {
  border-radius: 0;
  height: 50px;
}
.xs-footer-section .widget.widget_search .input-group-btn, .sidebar .widget.widget_search .input-group-btn {
  background: #A32834;
  color: #fff;
  padding: 0 20px;
  border: none;
}
.xs-footer-section .widget.widget_search .input-group-btn i, .sidebar .widget.widget_search .input-group-btn i {
  line-height: 48px;
}
.xs-footer-section ul, .sidebar ul {
  border: 0;
  padding: 0;
  list-style: none;
}
.xs-footer-section ul li, .sidebar ul li {
  border-bottom: 1px dashed #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.xs-footer-section ul li:last-child, .sidebar ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.xs-footer-section ul li a, .sidebar ul li a {
  color: #5a5a5a;
}
.xs-footer-section ul li a:hover, .sidebar ul li a:hover {
  color: #A32834;
}
.xs-footer-section ul li a.url, .xs-footer-section ul li a.rsswidget, .sidebar ul li a.url, .sidebar ul li a.rsswidget {
  color: #1c1c24;
}
.xs-footer-section ul li a.rsswidget, .sidebar ul li a.rsswidget {
  font-weight: 600;
}
.xs-footer-section ul li cite, .sidebar ul li cite {
  font-style: normal;
}
.xs-footer-section ul.sub-menu, .xs-footer-section ul.children, .sidebar ul.sub-menu, .sidebar ul.children {
  padding: 10px 0px 0 20px;
}
.xs-footer-section ul.children, .sidebar ul.children {
  padding-bottom: 0;
}

.textwidget img {
  margin: 10px 0;
}

.not-found .input-group-btn {
  background: #A32834;
  color: #fff;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}
.not-found .input-group-btn i {
  line-height: 48px;
}

/* Theme check */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gallery-caption,
.bypostauthor {
  display: block;
}

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}

/* Gutenberg CSS
==================================================*/
.sidebar-inactive .wp-block-image.alignfull img {
  width: 100%;
}

.wp-block-image img {
  margin: 0 !important;
}

.wp-block-separator, hr {
  background-color: #eeeeee;
  height: 1px;
  max-width: calc(50vw - 28px);
  text-align: left;
  margin: 3.5em 0;
}

.wp-block-separator.is-style-wide,
hr.is-style-wide {
  max-width: 100%;
}

.wp-block-separator.is-style-dots {
  text-align: left;
  max-width: 50%;
  height: 14px;
  line-height: 10px;
  overflow: hidden;
}

.wp-block-separator.is-style-dots:before {
  content: "··············";
  padding-left: 2px;
}

.sidebar-inactive .wp-block-pullquote.alignfull {
  padding: 1em 3.5em;
}

figure, .wp-caption, .wp-caption-overlay .wp-caption {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 40px 10px 5px;
  padding-bottom: 20px;
  font-size: 14px;
  -webkit-transition: margin-bottom 0.3s ease;
  transition: margin-bottom 0.3s ease;
}

.wp-block-gallery.alignfull .blocks-gallery-caption {
  margin: auto;
}

.wp-block-image figure figcaption,
.wp-block-image figcaption {
  font-size: 13px;
}

/*===========================
         author box
=============================*/
.author-box {
  padding: 40px 40px 20px;
  margin-bottom: 40px;
  min-height: 110px;
}
.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.author-box .author-info {
  margin-left: 90px;
}
.author-box .author-info > h3 {
  margin-bottom: 4px;
}
.author-box .author-url {
  margin-bottom: 12px;
}
.author-box .author-url a {
  color: #666666;
  font-size: 14px;
}

/*===========================
    Recent Post
=============================*/
.recent-post-widget .widget-post {
  padding-bottom: 20px;
}
.recent-post-widget .widget-post img {
  max-width: 110px;
}
.recent-post-widget .widget-post .media-body {
  margin-left: 20px;
  text-align: left;
}
.recent-post-widget .widget-post .media-body .post-meta {
  color: #666666;
  font-size: 14px;
}
.recent-post-widget .widget-post .media-body .entry-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}
.recent-post-widget .widget-post .media-body .entry-title a {
  color: #101010;
}
.recent-post-widget .widget-post .media-body .entry-title:hover a {
  color: #A32834;
}
.recent-post-widget .widget-post:last-child {
  padding-bottom: 0;
}

/*===========================
    Social Widget
=============================*/
.footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-social ul li {
  display: inline-block;
}
.footer-social ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  display: block;
  background: #A32834;
  padding: 6px 0px;
  color: #fff;
  text-align: center;
  margin: 5px;
  line-height: 28px;
}
.footer-social ul li a:hover {
  background: rgb(203.9507389163, 50.0492610837, 65.0640394089);
  color: #fff !important;
}

/*===========================
    error page
=============================*/
.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}
.error-page .error-body .btn {
  margin-top: 30px;
  border: 2px solid #A32834;
}
.error-page .form-control {
  border-radius: 0;
}
.error-page button.input-group-btn.search-button {
  background: #A32834;
  color: #fff;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}

.btn-comments {
  background: #A32834;
}

/*------- social color -----*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# header top area
# topbar dark
# social links
# header-middle-area
# header search popup
# tranding bar
# post Category: Style
# banner blog
# copyright
# backto



--------------------------------------------------------------*/
/*=============================================
      //social links
===============================================*/
.social-links {
  margin: 0;
}
.social-links li {
  display: inline-block;
  list-style-type: none;
  padding: 0 10px;
}
.social-links li a {
  color: #222222;
}
.social-links li a:hover {
  color: #A32834;
}
.social-links li:last-child {
  padding-right: 0;
}

/*=========================
    header area
===========================*/
.logo img {
  max-width: 220px;
}

.site-title {
  margin-top: -10px;
  margin-bottom: 0px;
}
.site-title a {
  color: #122223;
  text-decoration: none;
  font-size: 36px;
}

.header .navbar-light {
  padding: 0px;
}
.header .navbar-light .navbar-toggler {
  outline: none;
  border: none;
  top: 0px;
}
.header .navbar-light .navbar-toggler-icon {
  background-image: none;
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
  background: #A32834;
  padding: 5px 0px;
  width: 45px;
  height: 35px;
  border-radius: 4px;
}
.header .navbar-light .navbar-nav > li {
  padding: 0 24px;
  position: relative;
}
.header .navbar-light .navbar-nav > li:before {
  position: absolute;
  right: 0px;
  content: "";
  width: 1px;
  height: 20px;
  background: #e2e2e2;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .navbar-light .navbar-nav > li > a {
  line-height: 60px;
  position: relative;
  padding: 0;
}
.header .navbar-light .navbar-nav > li:last-child:before {
  display: none;
}
.header .navbar-light .navbar-nav > li:last-child > a:before {
  display: none;
}
.header .navbar-light .navbar-nav > li.active > a:before {
  position: absolute;
  right: 0px;
  content: "";
  width: 80%;
  height: 2px;
  background: #A32834;
  bottom: 15px;
  margin: auto;
  left: 0;
  display: block;
}
.header .navbar-light .navbar-nav li a {
  font-weight: 700;
  color: #1c1c24;
  text-transform: uppercase;
  font-size: 13px;
}
.header .navbar-light .navbar-nav li a:hover {
  color: #A32834;
}
.header .navbar-light .navbar-nav li.active > a {
  color: #A32834;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu {
  padding: 0;
  min-width: 230px;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  transition: all 500ms ease 0.4s ease;
  -webkit-transition: all 500ms ease 0.4s ease;
  -moz-transition: all 500ms ease 0.4s ease;
  -ms-transition: all 500ms ease 0.4s ease;
  margin: 0;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li a {
  font-size: 12px;
  border-top: 1px solid #eaeaea;
  line-height: 36px;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li:first-child > a {
  border-top: none;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .header .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-menu {
    padding-left: 20px;
  }
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-item.active,
.header .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-item:hover {
  background: transparent;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown:after {
  content: "\e874";
  font-family: "iconfont" !important;
  font-weight: 700;
  border: 0;
  vertical-align: 0;
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (min-width: 992px) {
  .header .navbar-light .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }
}
.header .navbar-light .dropdown-toggle::after {
  content: "\e874";
  font-family: "iconfont" !important;
  font-weight: 900;
  border: 0;
  vertical-align: 0;
  font-size: 12px;
}
.header .navbar-light .nav-search-area a {
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #222222;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.header .navbar-light .nav-search-area a i {
  vertical-align: middle;
  font-weight: 700;
}
.header.header-solid {
  background-color: #fff;
  -webkit-box-shadow: -2.088px 14.854px 40px 0px rgba(0, 0, 0, 0.07);
          box-shadow: -2.088px 14.854px 40px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 0;
  padding: 10px 0;
}
.header.header-solid .logo img {
  max-width: 124px;
}
.header.header-solid .header-wrapper .navbar-collapse {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.header.header-solid .nav-search-area {
  width: auto !important;
}
.header.header-solid .nav-search-area a {
  background: #A32834;
  color: #ffffff;
  border-radius: 0;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
}

.elementskit-menu-container .elementskit-navbar-nav .elementskit-submenu-indicator::before {
  content: "\e874" !important;
  font-family: "iconfont" !important;
}

/*====================================
    //header search popup
====================================== */
.modal-searchPanel .xs-search-group {
  position: relative;
}
.modal-searchPanel .xs-search-group input:not([type=submit]) {
  height: 70px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 30px;
}
.modal-searchPanel .xs-search-group input:not([type=submit])::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.modal-searchPanel .xs-search-group input:not([type=submit])::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.modal-searchPanel .xs-search-group input:not([type=submit]):-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.modal-searchPanel .xs-search-group input:not([type=submit]):-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.modal-searchPanel .xs-search-group .search-button {
  background-color: transparent;
  border: 0px;
  padding: 0;
  color: #fff;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 70px;
  border-radius: 0 50px 50px 0;
}

/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
}

/* animation keyframes list */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
            transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
            transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
            transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
            transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
/* Styles for dialog window */
.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}
.xs-promo-popup .mfp-close {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
}
.xs-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* at start */
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
}

/* animate in */
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.blog-single .post-meta {
  margin-bottom: 10px;
  padding-left: 0;
  position: relative;
}
.blog-single .post-meta li {
  font-size: 12px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  font-weight: 400;
  color: #888888;
}
.blog-single .post-meta li i {
  margin-right: 6px;
  font-size: 15px;
  vertical-align: middle;
}
.blog-single .post-meta li a {
  color: #5c5c5c;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.blog-single .post-meta li a:hover {
  color: #A32834;
}
.blog-single .post-meta li a.post-cat {
  margin-left: 0;
  color: #fff;
}
.blog-single .post-meta li.post-author {
  padding-left: 0px;
}
.blog-single .post-meta li.post-author img {
  position: relative;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  margin-right: 6px;
  display: inline-block;
  border-radius: 50%;
}
.blog-single .post-meta li.post-author a {
  color: #232323;
  margin-left: 6px;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-single .post-meta li:not(:last-child) {
  margin-right: 20px;
}
.blog-single .post-meta li.meta-post-view {
  color: #d72924;
}
.blog-single .post-meta .social-share {
  position: absolute;
  margin-left: 50px;
  right: 0;
}
@media (min-width: 1200px) {
  .blog-single .post-meta .social-share {
    top: 5px;
  }
}
.blog-single .post-meta .social-share i.fa-share {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d72924;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  padding: 10px 0;
  font-size: 12px;
}
.blog-single .post-meta .social-share .social-list {
  position: absolute;
  right: 36px;
  top: -8px;
  padding: 0;
  z-index: 1;
  background: #f7f7f7;
  min-width: 200px;
  padding: 12px 18px;
  display: none;
  text-align: center;
}
.blog-single .post-meta .social-share .social-list li:last-child {
  margin-right: 0;
}
.blog-single .post-meta .social-share:hover .social-list {
  display: block;
}
.blog-single p {
  line-height: 28px;
}
.blog-single p.img-caption-text {
  font-style: italic;
  color: #232323;
  font-weight: 500;
}
.blog-single ul li {
  line-height: 28px;
}
.blog-single blockquote {
  margin: 0 !important;
}
.blog-single blockquote.wp-block-quote {
  background: transparent !important;
  text-align: center;
}
.blog-single .wp-block-image figure {
  margin-bottom: 30px;
}
.blog-single .tag-lists span {
  padding: 4px 13px;
  background: #A32834;
  color: #fff;
  border-radius: 35px;
  margin-right: 6px;
  display: inline-block;
}
.blog-single .tag-lists a {
  border-color: #aaaaaa;
  color: #aaaaaa;
}
.blog-single .tag-lists a:hover {
  border-color: #A32834;
  color: #fff;
}
.blog-single .tag-lists a:not(:first-child) {
  margin-left: 6px;
}

.author-box {
  padding: 20px 0;
  margin-bottom: 15px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.author-box .author-info h3 {
  font-size: 14px;
  text-transform: capitalize;
}
.author-box .author-info p {
  margin-bottom: 0;
}

.author-item {
  margin-bottom: 30px;
}
.author-item .author-box {
  min-height: 110px;
  padding: 20px;
  border: 1px solid #eaeaea;
}

/*================================
      banner blog
 ==================================*/
.banner-area {
  padding: 0;
  margin-top: -10px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 992px) {
  .banner-area {
    margin-top: -70px;
  }
}
.banner-area .banner-inner {
  position: relative;
  z-index: 2;
  padding: 220px 0 220px;
}
.banner-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.45)), color-stop(50%, rgba(16, 16, 16, 0.55)), to(rgba(16, 16, 16, 0.78)));
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.45) 0%, rgba(16, 16, 16, 0.55) 50%, rgba(16, 16, 16, 0.78) 100%);
}
.banner-area .banner-title {
  font-family: "Lora", serif;
  font-size: 60px;
  line-height: 1.15;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.banner-area .banner-subtitle {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.7;
  margin: 18px auto 0;
  max-width: 800px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.banner-area .image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 250;
}
.banner-area .breadcrumb {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  border-radius: 30px 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 200px;
  max-width: none;
  width: auto;
  height: 64px;
  padding: 0 50px;
  margin: 0;
  white-space: nowrap;
}
.banner-area .breadcrumb::before, .banner-area .breadcrumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 56px;
  background: #fff;
}
.banner-area .breadcrumb::before {
  left: -54px;
  -webkit-mask: radial-gradient(circle at 0 0, transparent 56px, #000 57px);
  mask: radial-gradient(circle at 0 0, transparent 56px, #000 57px);
}
.banner-area .breadcrumb::after {
  right: -54px;
  -webkit-mask: radial-gradient(circle at 100% 0, transparent 56px, #000 57px);
  mask: radial-gradient(circle at 100% 0, transparent 56px, #000 57px);
}
.banner-area .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lora", serif;
  color: #1c1c24;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  margin: 0 4px;
  font-size: 16px;
}
.banner-area .breadcrumb li a {
  color: #1c1c24;
  transition: color 0.3s ease ease;
  -webkit-transition: color 0.3s ease ease;
  -moz-transition: color 0.3s ease ease;
  -ms-transition: color 0.3s ease ease;
}
.banner-area .breadcrumb li a:hover {
  color: #A32834;
}
.banner-area .breadcrumb li:last-child {
  color: #8a8a8a;
  font-weight: 600;
}
.banner-area .breadcrumb .bc-sep {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px;
  background: url("../images/breadcrumb-arrow.svg") center center no-repeat;
  background-size: contain;
}
.banner-area.banner-standard {
  background: #A32834;
}
.banner-area.banner-standard .banner-inner {
  padding: 130px 0;
}
.banner-area.banner-standard:before {
  display: none;
}
@media (max-width: 1199px) {
  .banner-area .banner-inner {
    padding: 170px 0 150px;
  }
  .banner-area .banner-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .banner-area .banner-inner {
    padding: 140px 0 124px;
  }
  .banner-area .banner-title {
    font-size: 50px;
  }
  .banner-area .banner-subtitle {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .banner-area .banner-inner {
    padding: 120px 0 108px;
  }
  .banner-area .banner-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .banner-area {
    margin-top: -10px;
  }
  .banner-area .banner-inner {
    padding: 96px 0 100px;
  }
  .banner-area .banner-title {
    font-size: 32px;
    letter-spacing: 0.5px;
  }
  .banner-area .banner-subtitle {
    font-size: 15px;
    margin-top: 12px;
  }
  .banner-area .breadcrumb {
    min-width: 140px;
    height: 50px;
    padding: 0 26px;
  }
  .banner-area .breadcrumb::before, .banner-area .breadcrumb::after {
    width: 40px;
    height: 40px;
  }
  .banner-area .breadcrumb::before {
    left: -39px;
    -webkit-mask: radial-gradient(circle at 0 0, transparent 40px, #000 41px);
    mask: radial-gradient(circle at 0 0, transparent 40px, #000 41px);
  }
  .banner-area .breadcrumb::after {
    right: -39px;
    -webkit-mask: radial-gradient(circle at 100% 0, transparent 40px, #000 41px);
    mask: radial-gradient(circle at 100% 0, transparent 40px, #000 41px);
  }
  .banner-area .breadcrumb li {
    font-size: 13px;
    margin: 0 2px;
  }
  .banner-area .breadcrumb .bc-sep {
    width: 16px;
    height: 16px;
    margin: 0 5px;
  }
}

.absolute-border:after {
  border: 1px solid #707070;
  left: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  content: "";
}

.contact-text-info p {
  margin-bottom: 15px;
}

.cafeking-reservation-from .reservation_form_submit {
  width: 100%;
}
.cafeking-reservation-from #wpc_cancel_request {
  display: none;
}

.cafeking-funfact .elementskit-funfact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cafeking-funfact .elementskit-funfact-inner .funfact-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 25px;
}

/*------------ Footer -------------*/
.footer--top--area {
  background: #222;
  padding: 80px 0;
}
.footer--top--area .widget-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  position: relative;
  margin-bottom: 40px;
}
.footer--top--area p {
  color: #fff;
}
.footer--top--area .footer-info li {
  color: #fff;
  border-bottom: 0;
}
.footer--top--area .footer-info li i {
  margin-right: 10px;
}
.footer--top--area .tagcloud a {
  color: #fff;
}
@media (max-width: 767px) {
  .footer--top--area .footer-widget img {
    float: left;
  }
}

/*------------copyright-------------*/
.copyright-area {
  background: #000;
  padding: 8px 0px;
  color: white;
}
.copyright-area p {
  margin-bottom: 0;
}
.copyright-area .footer-nav {
  margin-bottom: 0;
}
.copyright-area .footer-nav li {
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.copyright-area .footer-nav li a {
  color: #fff;
}

/*------------back to top-------------*/
.BackTo {
  background: #A32834 none repeat scroll 0 0;
  border-radius: 50%;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: relative;
  text-align: center;
  width: 44px;
  display: block;
  padding: 12px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
  margin-bottom: 10px;
}
.BackTo:hover {
  background: #000;
}
.BackTo a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.blog-single .entry-content a,
.page .entry-content a {
  text-decoration: underline;
}

.blog-single .entry-content .post-footer a {
  text-decoration: none;
}

a.post-cat {
  position: relative;
  left: 3px;
  top: 0px;
  background: #A32834;
  color: #fff;
  padding: 0px 5px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  line-height: 20px;
  height: 18px;
  text-transform: uppercase;
  margin-bottom: 7px;
  z-index: 1;
  margin-right: 10px;
}

.post-meta span {
  margin-right: 15px;
  font-size: 13px;
  color: #777777;
}
.post-meta span i {
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 700;
}

/*---------background image-------*/
.post-thumb-bg .post-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  width: 38%;
  display: block;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.post-thumb-bg .post-thumb > a {
  padding-bottom: 72%;
  display: block;
  overflow: hidden;
}
.post-thumb-bg .post-thumb .sm-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.post-thumb-bg .post-thumb.post-thumb-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.post-thumb-bg .post-thumb:hover .sm-bg-img {
  background-position: center 45%;
}
.post-thumb-bg .post-block-style .post-thumb .sm-bg-img {
  background-size: auto;
  background-position: center;
}
.post-thumb-bg .post-block-style:hover .post-thumb .sm-bg-img {
  background-position: 45%;
}

.post-block-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.post-block-list .post-thumb {
  margin-right: 15px;
}
.post-block-list .post-thumb img {
  width: 130px;
  height: 85px;
}
.post-block-list .post-block-style.post-float {
  margin-bottom: 5px;
}
.post-block-list .post-block-style .post-title {
  margin-bottom: 2px;
}

.with-caption .wp-caption .wp-caption-text {
  text-align: left;
  padding: 0;
  margin: -5px 0 0 0;
  font-size: 12px;
}

.footer-menu ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  list-style: none;
  display: inline-block;
}
.footer-menu ul li a {
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
.footer-menu ul li a:hover {
  color: #A32834;
}
.footer-menu ul li:last-child a {
  padding-right: 0;
}

.footer-paragraph p:last-child {
  margin-bottom: 0;
}

.footer-form .mf-input {
  min-width: 198px;
}

.home-menu-tab .wpc-food-tab-wrapper .wpc-nav li {
  margin: 0 25px;
}
.home-menu-tab .wpc-food-tab-wrapper .wpc-nav li a {
  padding: 5px 0;
}
.home-menu-tab .wpc-food-tab-wrapper .wpc-nav li a svg {
  margin-bottom: 14px;
}
.home-menu-tab .wpc-food-tab-wrapper .wpc-title-border {
  height: 0 !important;
}

.home-team-social .ekit-wid-con .profile-card:hover .ekit-team-social-list li a {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.home-food-slider .wpc-slider-grid-3.wpc-food-menu-item .wpc-food-menu-thumb:before {
  opacity: 1;
  left: 20px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  width: auto;
  height: auto;
}
.home-food-slider .wpc-slider-grid-3.wpc-food-menu-item .wpc-menu-tag {
  opacity: 1;
}
.home-food-slider .wpc-slider-grid-3.wpc-food-menu-item .wpc-menu-currency {
  opacity: 1;
  top: 32px;
  right: 32px;
  z-index: 1;
}
.home-food-slider .wpc-slider-grid-3.wpc-food-menu-item .wpc-menu-tag-wrap {
  left: 32px;
  top: 47px;
  z-index: 1;
}
.home-food-slider .wpc-slider-grid-3.wpc-food-menu-item .wpc-food-inner-content {
  opacity: 1;
  text-align: left;
  top: auto;
  left: 32px;
  bottom: -2px;
  -webkit-transform: none;
          transform: none;
  right: 32px;
}
.home-food-slider .wpc-slider-grid-3.wpc-food-menu-item .wpc-add-to-cart {
  right: auto;
  left: 0;
}
.home-food-slider .wpc-slider-grid-3.wpc-food-menu-item .wpc-add-to-cart a {
  margin: 0;
}
.home-food-slider .wpc-slider-grid-3.wpc-food-menu-item:hover .wpc-add-to-cart {
  opacity: 1;
}
.home-food-slider .wpc-slider-grid-3.wpc-food-menu-item:hover .wpc-food-inner-content {
  bottom: 38px;
}

.ekit-offcanvas-toggle-wraper {
  line-height: 1;
}

@media (max-width: 1024px) {
  .logged-in.admin-bar .elementskit-menu-offcanvas-elements {
    margin-top: 32px;
  }
  .elementskit-submenu-indicator {
    border: none !important;
    padding-right: 0 !important;
  }
  .elementskit-menu-close {
    border: none !important;
  }
}
/* Custom container width */
@media (max-width: 1200px) and (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}
/* ========================
 Shortcode: Main Slider
=========================== */
.slider-item {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 700px;
}
.slider-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(16, 16, 16, 0.44);
}
@media (min-width: 1400px) {
  .slider-item {
    height: 100vh;
  }
}
.slider-item .slider-content .slider-title {
  color: #fff;
  font-size: 75px;
  line-height: 85px;
  font-weight: 700;
}
.slider-item .slider-content .slider-title span {
  display: block;
  font-size: 50px;
}
.slider-item .slider-content .sub-title {
  font-size: 48px;
  letter-spacing: 5.4px;
  font-weight: 400;
  letter-spacing: 1.53px;
  font-family: "Cookie", cursive;
}
.slider-item .slider-content .slider-desc p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18px;
  line-height: 30px;
}
.slider-item .slider-content .slider-btn-area .btn {
  font-size: 16px;
  height: auto;
  padding: 7px 35px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}
.slider-item .slider-content .slider-btn-area .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-slider {
  position: relative;
}
.main-slider .swiper-container .main-pagination {
  position: absolute;
  left: 50px;
  top: 0;
  padding: 0;
  z-index: 10;
  opacity: 1;
  width: 22px !important;
  bottom: 0;
  margin: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 140px;
}
.main-slider .swiper-container .main-pagination .swiper-pagination-bullet {
  display: block;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  display: block;
  position: static;
  left: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-bottom: 15px;
}
.main-slider .swiper-container .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #ee833b;
  background: #ee833b;
}
.main-slider .swiper-container .main-nagvignation .swiper-button-next,
.main-slider .swiper-container .main-nagvignation .swiper-button-prev {
  background-image: none !important;
}
.main-slider .swiper-container .main-nagvignation .swiper-button-next::after,
.main-slider .swiper-container .main-nagvignation .swiper-button-prev::after {
  display: none;
}
.main-slider .swiper-container .main-nagvignation .swiper-button-next .tsicon,
.main-slider .swiper-container .main-nagvignation .swiper-button-prev .tsicon {
  font-size: 38px;
  color: #666666;
  opacity: 1;
}

/* main slider */
.main-slider .swiper-slide-active .slider-content .sub-title {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.main-slider .swiper-slide-active .slider-content .slider-title {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.main-slider .swiper-slide-active .slider-content .slider-btn-area {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.main-slider .swiper-slide-active .slider-content .slider-desc {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.cafe-tab .wpc-menu-tag li {
  border-radius: 2px;
}

.cafe-food-menu-slider .wpc-tab-grid-style2 .wpc-food-menu-item .wpc-menu-tag-wrap {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 1;
}
.cafe-food-menu-slider .wpc-tab-grid-style2 .wpc-food-menu-item .wpc-price {
  border-color: transparent;
  background: transparent;
}

.ts-related-post .ts-post-thumb {
  margin-bottom: 15px;
}
.ts-related-post .post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.ts-related-post .post-date-info {
  font-size: 14px;
  font-weight: 400;
}

/*--------additional style----------*/
.contact-text-info p {
  margin-bottom: 15px;
}

.cafeking-reservation-from .reservation_form_submit {
  width: 100%;
}

.cafeking-reservation-from #wpc_cancel_request {
  display: none;
}

.cafeking-funfact .elementskit-funfact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cafeking-funfact .elementskit-funfact-inner .funfact-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 25px;
}

.home-food-slider .wpc-slider-grid-3.wpc-food-menu-item .wpc-food-inner-content {
  right: 32px;
}

.wpc-food-tab-wrapper .wpc-nav li a.wpc-active {
  border-bottom-color: #A32834 !important;
}

.home-menu-tab .wpc-food-tab-wrapper .wpc-nav li:nth-child(3) a svg {
  width: 85%;
}

.reservation-form-home .mf-btn-wraper .metform-btn.metform-submit-btn {
  width: 100%;
}

.logo img {
  max-width: 120px;
}

.woocommerce .woocommerce-result-count {
  line-height: 50px;
  margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  background: none;
  border: 1px solid #d5d5d5;
  color: #666666;
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a :hover {
  background-color: #A32834;
  border-color: #A32834;
}
.woocommerce nav.woocommerce-pagination ul li span {
  background: none;
  border: 1px solid #d5d5d5;
  color: #666666;
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #A32834;
  border-color: #A32834;
}

.elementskit-navbar-nav .elementskit-submenu-panel {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border: none;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.wpc_cart_block .wpc_cart_icon {
  background-color: #222222 !important;
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
.wpc_cart_block .wpc_cart_icon:hover {
  background-color: #A32834 !important;
}

.dokan-store .content-area {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 0;
}
.dokan-store .content-area .woocommerce-breadcrumb {
  display: none;
}
.dokan-store .content-area .dokan-store-wrap {
  padding-top: 50px;
}
.dokan-store .layout-full .dokan-single-store {
  max-width: 100%;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}

.dokan-theme-cafeking .builder-content .woocommerce {
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1140px;
}

html:not(.is-active-page) section .elementor-section:not(:nth-child(-n+2)),
html:not(.is-active-page) section .elementor-section:not(:nth-child(-n+2)) .elementor-background-overlay,
html:not(.is-active-page) .elementor-column-wrap {
  background-image: none !important;
}

@media (max-width: 1024px) {
  .fast-food-tab .wpc-nav li {
    margin-bottom: 30px;
  }
}
.fast-food-tab .wpc-nav li a {
  border-radius: 50px;
  margin-right: 15px;
}
.fast-food-tab .wpc-food-menu-item .wpc-food-menu-thumb a {
  border-radius: 12px 12px 0 0;
}
.fast-food-tab .wpc-food-menu-item .wpc-food-inner-content {
  position: relative;
  border: 1px solid #ededed;
  border-top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0 0 12px 12px;
  text-align: center;
}
.fast-food-tab .wpc-food-menu-item .wpc-food-inner-content p,
.fast-food-tab .wpc-food-menu-item .wpc-food-inner-content .wpc-menu-currency {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fast-food-tab .wpc-food-menu-item .wpc-food-inner-content .wpc-menu-currency {
  float: unset;
}
.fast-food-tab .wpc-food-menu-item:hover .wpc-food-inner-content {
  background: #A32834;
  color: #fff;
  border-color: #A32834;
}
.fast-food-tab .wpc-food-menu-item:hover .wpc-food-inner-content p,
.fast-food-tab .wpc-food-menu-item:hover .wpc-food-inner-content .wpc-menu-currency,
.fast-food-tab .wpc-food-menu-item:hover .wpc-food-inner-content .wpc-post-title a {
  color: #fff !important;
}
.fast-food-tab .wpc-food-menu-item:hover .wpc-food-inner-content .wpc-add-to-cart a {
  background: #ffe119 !important;
  border-color: #ffe119;
}
@media (max-width: 992px) {
  .fast-food-tab .wpc-food-menu-item .wpc-add-to-cart {
    right: 0 !important;
    bottom: -30px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fast-food-tab .wpc-food-menu-item .wpc-add-to-cart a {
  color: #222222;
  border: 1px solid #ededed;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.fast-food-tab .wpc-post-title a {
  margin-bottom: 15px;
  display: block;
}

.client-testimonial .ekit-wid-con .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.client-testimonial .elementskit-profile-image-card img {
  border-radius: 10px;
}

@media (max-width: 992px) {
  .client-testimonial-style2 .elementskit-single-testimonial-slider {
    background: #f8db18 !important;
  }
}
.fast-food-blog .elementskit-post-image-card .elementskit-post-body {
  border-radius: 0 0 12px 12px;
}

@media (min-width: 1025px) and (max-width: 1055px) {
  .header-search {
    display: none;
  }
}
.fast-food-reservation .wpc-food-tab-wrapper .wpc-nav li a {
  font-size: 15px;
  font-weight: 700;
}
.fast-food-reservation .wpc-reservation-pro-wrap .reservation-title {
  display: none;
}
.fast-food-reservation .wpc-reservation-pro-wrap .wpc_reservation_form {
  border: 0px solid #fff;
}
.fast-food-reservation .message_block_two.success-title2,
.fast-food-reservation .wpc-reservation-success .booking_details {
  color: #fff;
}
.fast-food-reservation #wpc-multi-step-reservation .wpc-reservation-pagination li {
  color: #dedede;
  font-weight: 400;
}
.fast-food-reservation #wpc-multi-step-reservation .wpc-reservation-pagination li::before {
  font-size: 15px;
}
.fast-food-reservation #wpc-multi-step-reservation .wpc-reservation-pagination li::after {
  height: 1px;
  background: #dedede;
}
.fast-food-reservation .wpc-reservation-form .wpc-reservation-field .wpc-form-control {
  background-color: #222222;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.image-hover-effect {
  position: relative;
  overflow: hidden;
}
.image-hover-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 1;
  display: inline-block;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.image-hover-effect:hover::before {
  -webkit-animation: shine 0.75s;
          animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.collapse {
  visibility: visible !important;
}

.wpc-reservation-form-root {
  border-radius: 8px;
}
.wpc-reservation-form-root .wcf-wizard-next-btn {
  background: #15181C !important;
  border-radius: 8px;
}
.wpc-reservation-form-root .wcf-wizard-next-btn:hover {
  background: #15181C !important;
}

.wpc-reservation-form-root .wcf-reservation-submit-btn {
  background: #15181C !important;
  border-radius: 8px;
}

.wpc-reservation-form-root .wcf-reservation-submit-btn:hover {
  background: #15181C !important;
}

.wpc-minicart-wrapper .product_list_widget .mini_cart_item .mini-cart-quantity-wrapper, .wpc-minicart-wrapper .wpc-minicart-extra .wpc-minicart-extra-total, .wpc-coupon-wrapper {
  color: #000 !important;
}

.wpc-menu-mini-cart .woocommerce-Price-amount bdi {
  color: #000 !important;
}
.wpc-menu-mini-cart .wpc-subtotal-wrap {
  color: #000 !important;
}

.wpc-reservation-form-root form .border-2.border-primary.rounded-full {
  border: 20px solid #000000 !important;
}

.wpc-reservation-form-root form div.text-center.text-primary {
  color: #000000 !important;
}

.opt-addon-form .opt-choice--button-group .opt-choice__input--hidden:checked + .opt-choice__button {
  background-color: #A32834 !important;
  color: #fff !important;
  border: 1px solid #A32834 !important;
}
.opt-addon-form .opt-choice--button-group .opt-choice__input--hidden:checked + .opt-choice__button .woocommerce-Price-amount.amount {
  color: #fff !important;
}
.opt-addon-form .opt-field__label {
  color: #222 !important;
  font-weight: 500 !important;
  color: #222 !important;
}
.opt-addon-form .opt-fieldset--radio .opt-choice + .opt-choice {
  border: none !important;
}

.woocommerce .quantity .qty {
  border: 1px solid #222;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
}

.woocommerce div.product .product_title {
  font-size: 32px;
  line-height: 1.4;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .woocommerce div.product .product_title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .woocommerce div.product .product_title {
    font-size: 20px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
  border-bottom: 3px solid #A32834;
}

.woocommerce div.product span.woocommerce-Price-amount.amount {
  color: #222;
}

.woocommerce div.product p.price ins {
  text-decoration: none;
}

.related.products ul.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}

.related.products ul.products::before,
.related.products ul.products::after {
  display: none;
}

.related.products ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

@media (max-width: 991px) {
  .related.products ul.products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .related.products ul.products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*=====================================
=   Woo mini cart (wpcafe panel)      =
=====================================*/
.wpc-minicart-wrapper.style1 > .wpc_cart_icon,
.wpc-minicart-wrapper.style2 > .wpc_cart_icon {
  display: none !important;
}

@media (max-width: 992px) {
  .header-classic .navbar-light {
    padding: 10px 0;
  }
  .header .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 22;
    background: #222222;
  }
  .header .navbar-light .nav-search-area a i {
    margin-left: 15px;
  }
  .header .navbar-light .navbar-nav > li > a {
    line-height: 50px;
    color: rgb(228, 228, 228);
  }
  .header .navbar-light .navbar-nav > li > a:hover, .header .navbar-light .navbar-nav > li > a:focus {
    color: #000;
  }
  .header .navbar-light .navbar-nav > li::before {
    display: none;
  }
  .header .navbar-light .navbar-nav > li.active > a:before {
    display: none;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown:after {
    right: -9px;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li a {
    border-top: none;
  }
  .header .navbar-light .navbar-nav li .dropdown-item:hover, .header .navbar-light .navbar-nav li .dropdown-item:focus {
    background-color: transparent !important;
  }
  .header.header-solid {
    padding: 10px 0;
  }
  .header.header-solid .navbar-collapse {
    background: #fff;
  }
  .header.header-solid .navbar .nav-search-area {
    display: none;
  }
  .header.header-solid .navbar-light .navbar-toggler {
    padding-right: 0;
  }
  .header.header-solid .navbar-light .navbar-nav > li > a {
    color: #000;
  }
}
@media (max-width: 767px) {
  .topbar .topbar-left-content {
    padding: 20px 0 0;
  }
  .topbar .social-links {
    padding: 10px 0 20px;
  }
  .topbar.topbar-gray .top-info {
    padding-top: 20px;
  }
  .topbar.topbar-gray .top-info li {
    padding-right: 0;
    border: none;
  }
  .logo-area {
    text-align: center;
  }
  .logo-area .site-desc {
    margin-bottom: 0;
  }
  .tranding-bar {
    display: none;
  }
  .copyright-area {
    padding: 20px 0;
  }
  .blog-single .sidebar-col {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .blog-single .post-image {
    margin-bottom: 20px;
  }
  .sidebar {
    margin-top: 40px;
  }
  .footer-menu ul {
    text-align: left;
  }
  .footer-menu ul li:first-child a {
    padding-left: 0;
  }
  .main-slider .owl-dots {
    display: none;
  }
  .slider-item .slider-content .slider-title {
    font-size: 48px;
    line-height: 1.3em;
  }
}
/*------- social color -----*/
/*======================================
=            Blog Post widget           =
======================================*/
.cafeking-blog-post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cafeking-blog-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*----------  Thumbnail  ----------*/
.cafeking-blog-post-thumb {
  position: relative;
  z-index: 1;
  line-height: 0;
  overflow: hidden;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -ms-border-radius: 18px;
}
.cafeking-blog-post-thumb img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -ms-border-radius: 18px;
  -webkit-transition: -webkit-transform 0.45s ease-in-out ease;
  transition: -webkit-transform 0.45s ease-in-out ease;
  transition: transform 0.45s ease-in-out ease;
  transition: transform 0.45s ease-in-out ease, -webkit-transform 0.45s ease-in-out ease;
  -webkit-transition: transform 0.45s ease-in-out ease;
  -moz-transition: transform 0.45s ease-in-out ease;
  -ms-transition: transform 0.45s ease-in-out ease;
  -webkit-transition-property: -webkit-transform, -webkit-filter, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-filter, -webkit-box-shadow;
  transition-property: transform, filter, box-shadow;
  transition-property: transform, filter, box-shadow, -webkit-transform, -webkit-filter, -webkit-box-shadow;
}

/*----------  Content card  ----------*/
.cafeking-blog-post-body {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding: 24px 26px 26px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -ms-border-radius: 18px;
  transition: all 0.45s ease-in-out ease;
  -webkit-transition: all 0.45s ease-in-out ease;
  -moz-transition: all 0.45s ease-in-out ease;
  -ms-transition: all 0.45s ease-in-out ease;
  -webkit-transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow, border-color;
  transition-property: background-color, box-shadow, border-color, -webkit-box-shadow;
}

/*----------  Meta row  ----------*/
.cafeking-blog-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #9a1b2f;
  transition: color 0.45s ease-in-out ease;
  -webkit-transition: color 0.45s ease-in-out ease;
  -moz-transition: color 0.45s ease-in-out ease;
  -ms-transition: color 0.45s ease-in-out ease;
}
.cafeking-blog-post-meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.cafeking-blog-post-meta i,
.cafeking-blog-post-meta svg {
  width: 1em;
  height: 1em;
  color: #9a1b2f;
  fill: currentColor;
  transition: color 0.45s ease-in-out ease;
  -webkit-transition: color 0.45s ease-in-out ease;
  -moz-transition: color 0.45s ease-in-out ease;
  -ms-transition: color 0.45s ease-in-out ease;
  -webkit-transition-property: color, fill;
  transition-property: color, fill;
}

/*----------  Divider  ----------*/
.cafeking-blog-post-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 16px 0;
  background-color: #ececec;
  transition: background-color 0.45s ease-in-out ease;
  -webkit-transition: background-color 0.45s ease-in-out ease;
  -moz-transition: background-color 0.45s ease-in-out ease;
  -ms-transition: background-color 0.45s ease-in-out ease;
}

/*----------  Title  ----------*/
.cafeking-blog-post-title {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.35;
}
.cafeking-blog-post-title a {
  color: #1c1c24;
  transition: color 0.45s ease-in-out ease;
  -webkit-transition: color 0.45s ease-in-out ease;
  -moz-transition: color 0.45s ease-in-out ease;
  -ms-transition: color 0.45s ease-in-out ease;
}

/*----------  Read more  ----------*/
.cafeking-blog-post-readmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 500;
  color: #1c1c24;
  transition: all 0.45s ease-in-out ease;
  -webkit-transition: all 0.45s ease-in-out ease;
  -moz-transition: all 0.45s ease-in-out ease;
  -ms-transition: all 0.45s ease-in-out ease;
  -webkit-transition-property: gap, color, background-color;
  transition-property: gap, color, background-color;
}
.cafeking-blog-post-readmore:hover {
  gap: 12px;
}
.cafeking-blog-post-readmore i,
.cafeking-blog-post-readmore svg {
  width: 0.85em;
  height: 0.85em;
  color: #9a1b2f;
  fill: currentColor;
  transition: color 0.45s ease-in-out ease;
  -webkit-transition: color 0.45s ease-in-out ease;
  -moz-transition: color 0.45s ease-in-out ease;
  -ms-transition: color 0.45s ease-in-out ease;
  -webkit-transition-property: color, fill, -webkit-transform;
  transition-property: color, fill, -webkit-transform;
  transition-property: color, fill, transform;
  transition-property: color, fill, transform, -webkit-transform;
}

/*----------  Responsive  ----------*/
@media (max-width: 991px) {
  .cafeking-blog-post-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cafeking-blog-post-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*------- social color -----*/
/*==========================================
=            Instagram Food widget          =
==========================================*/
.cafeking-instagram-food {
  position: relative;
}
.cafeking-instagram-food .swiper {
  overflow: hidden;
}

/*----------  Slide item  ----------*/
.insta-food-item {
  display: block;
  position: relative;
  overflow: hidden;
}
.insta-food-item img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease-in-out ease;
  transition: -webkit-transform 0.4s ease-in-out ease;
  transition: transform 0.4s ease-in-out ease;
  transition: transform 0.4s ease-in-out ease, -webkit-transform 0.4s ease-in-out ease;
  -webkit-transition: transform 0.4s ease-in-out ease;
  -moz-transition: transform 0.4s ease-in-out ease;
  -ms-transition: transform 0.4s ease-in-out ease;
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  transition-property: -webkit-transform, -webkit-filter;
  transition-property: transform, filter;
  transition-property: transform, filter, -webkit-transform, -webkit-filter;
}

.insta-food-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.4s ease-in-out ease;
  -webkit-transition: background-color 0.4s ease-in-out ease;
  -moz-transition: background-color 0.4s ease-in-out ease;
  -ms-transition: background-color 0.4s ease-in-out ease;
}

/*----------  Navigation arrows  ----------*/
.cafeking-instagram-food .swiper-button-next,
.cafeking-instagram-food .swiper-button-prev {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.4s ease-in-out ease;
  -webkit-transition: all 0.4s ease-in-out ease;
  -moz-transition: all 0.4s ease-in-out ease;
  -ms-transition: all 0.4s ease-in-out ease;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
.cafeking-instagram-food .swiper-button-next::after,
.cafeking-instagram-food .swiper-button-prev::after {
  display: none;
}
.cafeking-instagram-food .swiper-button-prev {
  left: 14px;
}
.cafeking-instagram-food .swiper-button-next {
  right: 14px;
}

/*----------  Follow button  ----------*/
.insta-food-follow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 6;
}

.insta-food-follow-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  padding: 14px 28px;
  color: #1c1c24;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.4s ease-in-out ease;
  -webkit-transition: all 0.4s ease-in-out ease;
  -moz-transition: all 0.4s ease-in-out ease;
  -ms-transition: all 0.4s ease-in-out ease;
  -webkit-transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow, -webkit-box-shadow;
}
.insta-food-follow-btn i,
.insta-food-follow-btn svg {
  width: 1.1em;
  height: 1.1em;
  color: #9a1b2f;
  fill: currentColor;
  transition: color 0.4s ease-in-out ease;
  -webkit-transition: color 0.4s ease-in-out ease;
  -moz-transition: color 0.4s ease-in-out ease;
  -ms-transition: color 0.4s ease-in-out ease;
  -webkit-transition-property: color, fill;
  transition-property: color, fill;
}

/*------- social color -----*/
/*====================================
=            Title widget            =
====================================*/
.cafeking-title-widget {
  text-align: center;
}

/*----------  Subtitle  ----------*/
.cafeking-subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #9a1b2f;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 600;
}
.cafeking-subtitle .subtitle-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: inherit;
}
.cafeking-subtitle .subtitle-icon i {
  display: inline-block;
  color: inherit;
}
.cafeking-subtitle .subtitle-icon svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  fill: currentColor;
}

/*----------  Main title  ----------*/
.cafeking-main-title {
  margin: 0;
  color: #1c1c24;
  font-family: "Lora", serif;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
}
.cafeking-main-title span {
  color: #9a1b2f;
}

/*----------  Description  ----------*/
.cafeking-title-desc {
  margin-top: 16px;
  color: #777777;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .cafeking-main-title {
    font-size: 32px;
  }
}
/*------- social color -----*/
/*=========================================
=            Double Button widget          =
=========================================*/
.cafeking-double-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*----------  Icon button (circle)  ----------*/
.double-btn-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 24px;
  color: #fff;
  background-color: #9a1b2f;
  border-radius: 50%;
  transition: all 0.35s ease-in-out ease;
  -webkit-transition: all 0.35s ease-in-out ease;
  -moz-transition: all 0.35s ease-in-out ease;
  -ms-transition: all 0.35s ease-in-out ease;
  -webkit-transition-property: background-color, border-color, -webkit-transform;
  transition-property: background-color, border-color, -webkit-transform;
  transition-property: background-color, border-color, transform;
  transition-property: background-color, border-color, transform, -webkit-transform;
}
.double-btn-icon i,
.double-btn-icon svg {
  color: #fff;
  fill: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.35s ease-in-out ease;
  -webkit-transition: all 0.35s ease-in-out ease;
  -moz-transition: all 0.35s ease-in-out ease;
  -ms-transition: all 0.35s ease-in-out ease;
  -webkit-transition-property: color, fill, -webkit-transform;
  transition-property: color, fill, -webkit-transform;
  transition-property: color, fill, transform;
  transition-property: color, fill, transform, -webkit-transform;
}
.double-btn-icon svg {
  width: 1em;
  height: 1em;
}

/*----------  Text button (pill)  ----------*/
.double-btn-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 26px 50px;
  color: #fff;
  background-color: #9a1b2f;
  border-radius: 50px;
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.35s ease-in-out ease;
  -webkit-transition: all 0.35s ease-in-out ease;
  -moz-transition: all 0.35s ease-in-out ease;
  -ms-transition: all 0.35s ease-in-out ease;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
}

/*------- social color -----*/
/*==================================
=            Team widget           =
==================================*/
/*----------  Card  ----------*/
.cafeking-team-item {
  position: relative;
  overflow: hidden;
  padding: 30px;
  text-align: center;
  background-color: #f3ece4;
  border-radius: 24px;
  transition: all 0.4s ease-in-out ease;
  -webkit-transition: all 0.4s ease-in-out ease;
  -moz-transition: all 0.4s ease-in-out ease;
  -ms-transition: all 0.4s ease-in-out ease;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
}

/*----------  Watermark  ----------*/
.team-watermark {
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  margin: 0;
  font-family: "Lora", serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.05);
  transition: color 0.4s ease-in-out ease;
  -webkit-transition: color 0.4s ease-in-out ease;
  -moz-transition: color 0.4s ease-in-out ease;
  -ms-transition: color 0.4s ease-in-out ease;
}

/*----------  Photo  ----------*/
.team-photo-wrap {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
}

.team-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  --shape-x: 0px;
  --shape-y: 0px;
  width: 260px;
  height: 260px;
  z-index: -1;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-transform: translate(calc(-50% + var(--shape-x)), calc(-50% + var(--shape-y)));
          transform: translate(calc(-50% + var(--shape-x)), calc(-50% + var(--shape-y)));
  pointer-events: none;
}

.team-photo {
  width: 220px;
  height: 220px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  max-width: 100%;
}
.team-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out ease;
  transition: -webkit-transform 0.4s ease-in-out ease;
  transition: transform 0.4s ease-in-out ease;
  transition: transform 0.4s ease-in-out ease, -webkit-transform 0.4s ease-in-out ease;
  -webkit-transition: transform 0.4s ease-in-out ease;
  -moz-transition: transform 0.4s ease-in-out ease;
  -ms-transition: transform 0.4s ease-in-out ease;
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  transition-property: -webkit-transform, -webkit-filter;
  transition-property: transform, filter;
  transition-property: transform, filter, -webkit-transform, -webkit-filter;
}

/*----------  Info  ----------*/
.team-info {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.team-name {
  margin: 0 0 6px;
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 700;
  color: #1c1c24;
  transition: color 0.4s ease-in-out ease;
  -webkit-transition: color 0.4s ease-in-out ease;
  -moz-transition: color 0.4s ease-in-out ease;
  -ms-transition: color 0.4s ease-in-out ease;
}
.team-name a {
  color: inherit;
  transition: color 0.4s ease-in-out ease;
  -webkit-transition: color 0.4s ease-in-out ease;
  -moz-transition: color 0.4s ease-in-out ease;
  -ms-transition: color 0.4s ease-in-out ease;
}

.team-role {
  display: block;
  font-size: 16px;
  color: #777777;
  transition: color 0.4s ease-in-out ease;
  -webkit-transition: color 0.4s ease-in-out ease;
  -moz-transition: color 0.4s ease-in-out ease;
  -ms-transition: color 0.4s ease-in-out ease;
}

/*------- social color -----*/
/*=========================================
=            Testimonial widget            =
=========================================*/
@property --testi-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@-webkit-keyframes testi-border-spin {
  to {
    --testi-angle: 360deg;
  }
}
@keyframes testi-border-spin {
  to {
    --testi-angle: 360deg;
  }
}
.cafeking-testimonial {
  position: relative;
  --reveal-rise: 50px;
  --card-rotate: -5deg;
  --reveal-rotate: 4deg;
  --card-shift: 34px;
  --testi-ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
  overflow-x: clip;
  overflow-y: visible;
  padding-top: 40px;
}
.cafeking-testimonial .swiper {
  overflow: visible;
  padding: 10px 4px 24px;
}
.cafeking-testimonial .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cafeking-testimonial .swiper-slide {
  height: auto;
}

/*----------  Slide inner + reveal image  ----------*/
.testi-slide-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.testi-reveal {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 96%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  border-radius: 18px;
  -webkit-box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
          box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  -webkit-transform: translate(-50%, 12px);
          transform: translate(-50%, 12px);
  -webkit-transition: opacity 0.8s var(--testi-ease-soft), -webkit-transform 0.9s var(--testi-ease-soft);
  transition: opacity 0.8s var(--testi-ease-soft), -webkit-transform 0.9s var(--testi-ease-soft);
  transition: opacity 0.8s var(--testi-ease-soft), transform 0.9s var(--testi-ease-soft);
  transition: opacity 0.8s var(--testi-ease-soft), transform 0.9s var(--testi-ease-soft), -webkit-transform 0.9s var(--testi-ease-soft);
  will-change: transform, opacity;
  pointer-events: none;
}
.testi-reveal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 18px;
}

.swiper-slide-active .testi-reveal {
  opacity: 1;
  -webkit-transform: translate(-50%, calc(-1 * (var(--reveal-rise) + var(--card-shift)))) rotate(var(--reveal-rotate));
          transform: translate(-50%, calc(-1 * (var(--reveal-rise) + var(--card-shift)))) rotate(var(--reveal-rotate));
}
.swiper-slide-active .testi-item {
  -webkit-transform: rotate(var(--card-rotate)) translateY(var(--card-shift));
          transform: rotate(var(--card-rotate)) translateY(var(--card-shift));
  -webkit-box-shadow: 0 34px 70px rgba(0, 0, 0, 0.2);
          box-shadow: 0 34px 70px rgba(0, 0, 0, 0.2);
}

/*----------  Card  ----------*/
.testi-item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 34px;
  background-color: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05);
  isolation: isolate;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  will-change: transform;
  -webkit-transition: background-color 0.4s ease-in-out, -webkit-transform 0.9s var(--testi-ease-soft), -webkit-box-shadow 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, -webkit-transform 0.9s var(--testi-ease-soft), -webkit-box-shadow 0.4s ease-in-out;
  transition: transform 0.9s var(--testi-ease-soft), background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.9s var(--testi-ease-soft), background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.9s var(--testi-ease-soft), -webkit-box-shadow 0.4s ease-in-out;
  --testi-bd-color: rgba(163, 40, 52, 0.48);
  --testi-bd-width: 2px;
  --testi-bd-speed: 4s;
  --testi-bd-inset: 12px;
}
.testi-item.testi-has-border::before {
  content: "";
  position: absolute;
  inset: var(--testi-bd-inset);
  z-index: 1;
  pointer-events: none;
  padding: var(--testi-bd-width);
  border-radius: 8px;
  background: conic-gradient(from var(--testi-angle), transparent 0deg, var(--testi-bd-color) 90deg, var(--testi-bd-color) 150deg, transparent 240deg, transparent 360deg);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-animation: testi-border-spin var(--testi-bd-speed) linear infinite;
          animation: testi-border-spin var(--testi-bd-speed) linear infinite;
}

.testi-quote {
  display: block;
  margin: 0;
  font-size: 60px;
  line-height: 1;
  color: #9a1b2f;
}
.testi-quote i,
.testi-quote svg {
  color: inherit;
  fill: currentColor;
}
.testi-quote svg {
  width: 1em;
  height: 1em;
}

/*----------  Rating  ----------*/
.testi-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  margin-top: 20px;
  font-size: 15px;
}
.testi-rating .filled {
  color: #ffaf31;
}
.testi-rating .empty {
  color: #d9d9d9;
}

/*----------  Content  ----------*/
.testi-content {
  margin: 22px 0 0;
  color: #1c1c24;
  font-size: 19px;
  line-height: 1.65;
}

/*----------  Footer  ----------*/
.testi-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}

.testi-thumb {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out ease;
  transition: -webkit-transform 0.4s ease-in-out ease;
  transition: transform 0.4s ease-in-out ease;
  transition: transform 0.4s ease-in-out ease, -webkit-transform 0.4s ease-in-out ease;
  -webkit-transition: transform 0.4s ease-in-out ease;
  -moz-transition: transform 0.4s ease-in-out ease;
  -ms-transition: transform 0.4s ease-in-out ease;
}
.testi-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}

.testi-name {
  margin: 0 0 4px;
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1c1c24;
}

.testi-role {
  display: block;
  font-size: 15px;
  color: #777777;
}

/*----------  Pagination bar + nav  ----------*/
.testi-pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 22px;
  width: 100%;
  max-width: 1200px;
  margin: 48px auto 0;
}

.testi-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 28px auto 0;
}

.testi-nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.testi-pagination.swiper-pagination-progressbar,
.testi-pagination {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ecdfd8;
}
.testi-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.testi-pagination .swiper-pagination-progressbar-fill {
  background-color: #9a1b2f;
  border-radius: 4px;
}

.testi-nav {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  top: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-size: 15px;
  background-color: #f3e3dd;
  color: #9a1b2f;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='black'%3E%3Ccircle cx='50' cy='50' r='32'/%3E%3Ccircle cx='80' cy='50' r='16'/%3E%3Ccircle cx='71.2' cy='71.2' r='16'/%3E%3Ccircle cx='50' cy='80' r='16'/%3E%3Ccircle cx='28.8' cy='71.2' r='16'/%3E%3Ccircle cx='20' cy='50' r='16'/%3E%3Ccircle cx='28.8' cy='28.8' r='16'/%3E%3Ccircle cx='50' cy='20' r='16'/%3E%3Ccircle cx='71.2' cy='28.8' r='16'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='black'%3E%3Ccircle cx='50' cy='50' r='32'/%3E%3Ccircle cx='80' cy='50' r='16'/%3E%3Ccircle cx='71.2' cy='71.2' r='16'/%3E%3Ccircle cx='50' cy='80' r='16'/%3E%3Ccircle cx='28.8' cy='71.2' r='16'/%3E%3Ccircle cx='20' cy='50' r='16'/%3E%3Ccircle cx='28.8' cy='28.8' r='16'/%3E%3Ccircle cx='50' cy='20' r='16'/%3E%3Ccircle cx='71.2' cy='28.8' r='16'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  transition: all 0.4s ease-in-out ease;
  -webkit-transition: all 0.4s ease-in-out ease;
  -moz-transition: all 0.4s ease-in-out ease;
  -ms-transition: all 0.4s ease-in-out ease;
  -webkit-transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, -webkit-transform;
  transition-property: transform, background-color, color;
  transition-property: transform, background-color, color, -webkit-transform;
}
.testi-nav::after, .testi-nav::before {
  display: none;
}
.testi-nav i,
.testi-nav svg {
  color: inherit;
  fill: currentColor;
}
.testi-nav svg {
  width: 1em;
  height: 1em;
}
.testi-nav:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.testi-nav.swiper-button-prev {
  background-color: #f3e3dd;
  color: rgba(154, 27, 47, 0.85);
}
.testi-nav.swiper-button-next {
  background-color: #9a1b2f;
  color: #fff;
}
.testi-nav.swiper-button-disabled {
  opacity: 0.55;
  cursor: default;
}

/*----------  Responsive reveal scaling  ----------*/
@media (max-width: 991px) {
  .cafeking-testimonial {
    --reveal-rise: 40px;
    --card-shift: 24px;
  }
}
@media (max-width: 575px) {
  .cafeking-testimonial {
    --reveal-rise: 32px;
    --card-rotate: -3deg;
    --card-shift: 18px;
  }
  .testi-reveal {
    width: 100%;
  }
  .testi-pagination-wrap {
    margin-top: 32px;
    padding: 0 16px;
  }
}
/*------- social color -----*/
/*==================================
=         Food Step widget         =
==================================*/
/*----------  Card  ----------*/
.cafeking-food-step-item {
  position: relative;
  overflow: hidden;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease-in-out ease;
  -webkit-transition: all 0.4s ease-in-out ease;
  -moz-transition: all 0.4s ease-in-out ease;
  -ms-transition: all 0.4s ease-in-out ease;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
}

/*----------  Step number  ----------*/
.food-step-number {
  position: absolute;
  top: 24px;
  right: 30px;
  z-index: 0;
  margin: 0;
  font-family: "Lora", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  color: rgba(231, 39, 45, 0.08);
  transition: color 0.4s ease-in-out ease;
  -webkit-transition: color 0.4s ease-in-out ease;
  -moz-transition: color 0.4s ease-in-out ease;
  -ms-transition: color 0.4s ease-in-out ease;
}

/*----------  Icon  ----------*/
.food-step-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1;
  color: #A32834;
}
.food-step-icon svg {
  width: 48px;
  height: 48px;
  fill: #A32834;
}

/*----------  Info  ----------*/
.food-step-info {
  position: relative;
  z-index: 1;
}

.food-step-title {
  margin: 0 0 14px;
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 700;
  color: #1c1c24;
  transition: color 0.4s ease-in-out ease;
  -webkit-transition: color 0.4s ease-in-out ease;
  -moz-transition: color 0.4s ease-in-out ease;
  -ms-transition: color 0.4s ease-in-out ease;
}
.food-step-title a {
  color: inherit;
  transition: color 0.4s ease-in-out ease;
  -webkit-transition: color 0.4s ease-in-out ease;
  -moz-transition: color 0.4s ease-in-out ease;
  -ms-transition: color 0.4s ease-in-out ease;
}

.food-step-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #777777;
  transition: color 0.4s ease-in-out ease;
  -webkit-transition: color 0.4s ease-in-out ease;
  -moz-transition: color 0.4s ease-in-out ease;
  -ms-transition: color 0.4s ease-in-out ease;
}

/*------- social color -----*/
/*=========================================
=         Advanced Gallery widget         =
=========================================*/
.cafeking-adv-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .cafeking-adv-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

/*----------  Stage (fanned deck of cards)  ----------*/
.adv-gallery-stage {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 380px;
  height: 500px;
  max-width: 100%;
}

.adv-slide {
  --adv-rot: 0deg;
  --adv-tx: 0px;
  --adv-ty: 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(var(--adv-rot)) translate(var(--adv-tx), var(--adv-ty));
          transform: rotate(var(--adv-rot)) translate(var(--adv-tx), var(--adv-ty));
  -webkit-transition: -webkit-transform 0.4s ease-in-out ease;
  transition: -webkit-transform 0.4s ease-in-out ease;
  transition: transform 0.4s ease-in-out ease;
  transition: transform 0.4s ease-in-out ease, -webkit-transform 0.4s ease-in-out ease;
  -webkit-transition: transform 0.4s ease-in-out ease;
  -moz-transition: transform 0.4s ease-in-out ease;
  -ms-transition: transform 0.4s ease-in-out ease;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
}
.adv-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 18px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}
.adv-slide {
  /* default fan: alternating positive / negative tilt (per-item Rotate control overrides) */
}
.adv-slide:nth-of-type(1) {
  --adv-rot: 8deg;
  --adv-tx: 8px;
  --adv-ty: -6px;
}
.adv-slide:nth-of-type(2) {
  --adv-rot: -8deg;
  --adv-tx: -8px;
  --adv-ty: -4px;
}
.adv-slide:nth-of-type(3) {
  --adv-rot: 6deg;
  --adv-tx: 12px;
  --adv-ty: 8px;
}
.adv-slide:nth-of-type(4) {
  --adv-rot: -6deg;
  --adv-tx: -12px;
  --adv-ty: 8px;
}
.adv-slide:nth-of-type(5) {
  --adv-rot: 4deg;
  --adv-tx: 6px;
  --adv-ty: 12px;
}
.adv-slide:nth-of-type(n+6) {
  --adv-rot: -4deg;
  --adv-tx: -6px;
  --adv-ty: 12px;
}
.adv-slide {
  /* active card sits straight and centered on top of the deck */
}
.adv-slide.is-active {
  z-index: 6;
  --adv-rot: 0deg !important;
  --adv-tx: 0px !important;
  --adv-ty: 0px !important;
}
.adv-slide.is-active img {
  -webkit-box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
          box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

/*----------  List  ----------*/
.adv-gallery-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.adv-gallery-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin: 0;
  padding: 16px 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #e8e2da;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.4s ease-in-out ease;
  -webkit-transition: border-color 0.4s ease-in-out ease;
  -moz-transition: border-color 0.4s ease-in-out ease;
  -ms-transition: border-color 0.4s ease-in-out ease;
}
.adv-gallery-tab:focus, .adv-gallery-tab:focus-visible, .adv-gallery-tab:active {
  outline: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.adv-tab-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  color: #b9b2a8;
  background-color: #f1ece6;
  transition: all 0.4s ease-in-out ease;
  -webkit-transition: all 0.4s ease-in-out ease;
  -moz-transition: all 0.4s ease-in-out ease;
  -ms-transition: all 0.4s ease-in-out ease;
}
.adv-tab-icon svg {
  width: 14px;
  height: 14px;
  fill: #b9b2a8;
}

.adv-tab-title {
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: right;
  color: #b3a89f;
  transition: color 0.4s ease-in-out ease;
  -webkit-transition: color 0.4s ease-in-out ease;
  -moz-transition: color 0.4s ease-in-out ease;
  -ms-transition: color 0.4s ease-in-out ease;
}

/*----------  Active state  ----------*/
.adv-gallery-tab.is-active {
  border-bottom-color: #A32834;
}
.adv-gallery-tab.is-active .adv-tab-icon {
  color: #ffffff;
  background-color: #c2273b;
}
.adv-gallery-tab.is-active .adv-tab-title {
  color: #1c1c24;
}

/*------- social color -----*/
/*=====================================
=         Business Hour widget        =
=====================================*/
.cafeking-business-hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
}
@media (max-width: 575px) {
  .cafeking-business-hour {
    gap: 20px;
  }
}

.bh-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 575px) {
  .bh-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.bh-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  max-width: 150px;
  margin: 0;
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #1c1c24;
}
@media (max-width: 575px) {
  .bh-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
}

.bh-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.bh-line {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #9a958f;
}
.bh-line + .bh-line {
  margin-top: 12px;
}
.bh-line a {
  color: inherit;
  transition: color 0.3s ease ease;
  -webkit-transition: color 0.3s ease ease;
  -moz-transition: color 0.3s ease ease;
  -ms-transition: color 0.3s ease ease;
}

/*=====================================
=     Variation: Card (all-in-one)    =
=====================================*/
.cafeking-business-hour.bh-skin-card {
  gap: 0;
  padding: 14px 34px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}
.cafeking-business-hour.bh-skin-card .bh-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
}
.cafeking-business-hour.bh-skin-card .bh-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  padding-bottom: 14px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*------- social color -----*/
/*===================================
=         Menu List widget          =
===================================*/
/*----------  Wrapper  ----------*/
.cml-wrap {
  position: relative;
  padding: 40px 30px;
  border: 1px solid rgba(150, 150, 150, 0.25);
  border-radius: 10px;
}

/*----------  Badge  ----------*/
.cml-badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 0;
  z-index: 2;
  pointer-events: none;
}
.cml-badge img {
  display: block;
  width: 180px;
  height: auto;
}

.cafeking-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}

.cml-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

/*----------  Thumbnail  ----------*/
.cml-thumb {
  width: 52px;
  height: 52px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
.cml-thumb img {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50%;
}

/*----------  Body  ----------*/
.cml-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}

.cml-title {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #1c1c24;
}
.cml-title a {
  color: inherit;
  transition: color 0.3s ease ease;
  -webkit-transition: color 0.3s ease ease;
  -moz-transition: color 0.3s ease ease;
  -ms-transition: color 0.3s ease ease;
}

.cml-desc {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #777777;
}

/*----------  Dotted leader  ----------*/
.cml-lead {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 24px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 8px;
  border-bottom: 1px dotted rgba(150, 150, 150, 0.6);
}

/*----------  Price  ----------*/
.cml-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: #e0a64b;
}
.cml-price .amount,
.cml-price bdi {
  color: inherit;
}
.cml-price del {
  opacity: 0.5;
  margin-right: 6px;
}

/*==========  Responsive  ==========*/
/* Tablet */
@media (max-width: 767px) {
  .cml-wrap {
    padding: 34px 20px;
  }
  .cml-badge img {
    width: 150px;
  }
  .cafeking-menu-list {
    gap: 20px;
  }
  .cml-item {
    gap: 14px;
  }
  .cml-lead {
    display: none;
  }
  .cml-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .cml-price {
    font-size: 18px;
  }
}
/* Mobile */
@media (max-width: 479px) {
  .cml-wrap {
    padding: 28px 16px;
  }
  .cml-badge img {
    width: 128px;
  }
  .cml-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px 12px;
  }
  .cml-thumb {
    width: 46px;
    height: 46px;
  }
  .cml-thumb img {
    width: 46px;
    height: 46px;
  }
  .cml-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .cml-title {
    font-size: 17px;
  }
  .cml-price {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding-left: 58px;
  }
}
/*------- social color -----*/
/*=====================================
=         Text Carousel widget        =
=====================================*/
.cafeking-text-carousel {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.ctc-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: ctc-scroll 20s linear infinite;
          animation: ctc-scroll 20s linear infinite;
  will-change: transform;
}

.ctc--reverse .ctc-track {
  animation-direction: reverse;
}

.ctc--pause:hover .ctc-track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ctc-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 28px;
  padding-right: 28px;
}

.ctc-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  white-space: nowrap;
}

.ctc-text {
  font-family: "Lora", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #1c1c24;
}
.ctc-text a {
  color: inherit;
  transition: color 0.3s ease ease;
  -webkit-transition: color 0.3s ease ease;
  -moz-transition: color 0.3s ease ease;
  -ms-transition: color 0.3s ease ease;
}

.ctc-sep {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #e0a64b;
}
.ctc-sep svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

@-webkit-keyframes ctc-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes ctc-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*------- social color -----*/
/*========================================
=         Food Menu Slider widget        =
========================================*/
.cafeking-food-menu-slider {
  position: relative;
}
.cafeking-food-menu-slider .swiper {
  overflow: hidden;
}

/*----------  Card  ----------*/
.cfms-item {
  height: 100%;
  padding: 18px;
  background-color: #fbe9dd;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: border-color 0.3s ease ease;
  -webkit-transition: border-color 0.3s ease ease;
  -moz-transition: border-color 0.3s ease ease;
  -ms-transition: border-color 0.3s ease ease;
}

/*----------  Head (label + title above image)  ----------*/
.cfms-head {
  margin-bottom: 14px;
}

.cfms-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 30px;
  background-color: #ffffff;
  color: #b21f2d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.cfms-label .cfms-label-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
}
.cfms-label .cfms-label-icon svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.cfms-title {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #1c1c24;
}
.cfms-title a {
  color: inherit;
  transition: color 0.3s ease ease;
  -webkit-transition: color 0.3s ease ease;
  -moz-transition: color 0.3s ease ease;
  -ms-transition: color 0.3s ease ease;
}

/*----------  Thumbnail  ----------*/
.cfms-thumb {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}
.cfms-thumb a {
  display: block;
  height: 100%;
}
.cfms-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease ease;
  transition: -webkit-transform 0.5s ease ease;
  transition: transform 0.5s ease ease;
  transition: transform 0.5s ease ease, -webkit-transform 0.5s ease ease;
  -webkit-transition: transform 0.5s ease ease;
  -moz-transition: transform 0.5s ease ease;
  -ms-transition: transform 0.5s ease ease;
}
.cfms-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(28, 28, 36, 0.35);
  opacity: 0;
  transition: opacity 0.4s ease ease;
  -webkit-transition: opacity 0.4s ease ease;
  -moz-transition: opacity 0.4s ease ease;
  -ms-transition: opacity 0.4s ease ease;
  pointer-events: none;
}

/*----------  Circular price badge (hover reveal)  ----------*/
.cfms-price {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  height: 96px;
  padding: 10px;
  border-radius: 50%;
  background-color: #b21f2d;
  color: #ffffff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: all 0.4s ease ease;
  -webkit-transition: all 0.4s ease ease;
  -moz-transition: all 0.4s ease ease;
  -ms-transition: all 0.4s ease ease;
}
.cfms-price .amount,
.cfms-price bdi {
  color: inherit;
}
.cfms-price del {
  display: block;
  opacity: 0.6;
  font-size: 0.7em;
}

.cfms-item:hover {
  border-color: #b21f2d;
}
.cfms-item:hover .cfms-thumb::after {
  opacity: 1;
}
.cfms-item:hover .cfms-thumb img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.cfms-item:hover .cfms-price {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*----------  Body  ----------*/
.cfms-body {
  padding-top: 16px;
}

/*----------  Rating  ----------*/
.cfms-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1;
}

.cfms-stars {
  position: relative;
  display: inline-block;
  color: #e0ddd6;
  font-family: Arial, sans-serif;
}
.cfms-stars::before {
  content: "★★★★★";
  letter-spacing: 2px;
}

.cfms-stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f0a623;
}
.cfms-stars-fill::before {
  content: "★★★★★";
  letter-spacing: 2px;
}

.cfms-rating-text {
  font-size: 13px;
  font-weight: 600;
  color: #1c1c24;
}

/*----------  Description  ----------*/
.cfms-desc {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #777777;
}

/*----------  Cart button  ----------*/
.cfms-cart .button,
.cfms-cart a.button {
  display: block;
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #b21f2d;
  border-radius: 30px;
  background-color: transparent;
  color: #b21f2d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease ease;
  -webkit-transition: all 0.3s ease ease;
  -moz-transition: all 0.3s ease ease;
  -ms-transition: all 0.3s ease ease;
}
.cfms-cart .button.loading, .cfms-cart .button.added,
.cfms-cart a.button.loading,
.cfms-cart a.button.added {
  opacity: 0.85;
}

.cfms-item:hover .cfms-cart .button {
  background-color: #b21f2d;
  color: #ffffff;
}

/*----------  Navigation arrows (8-point starburst)  ----------*/
.cfms-nav {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 30%;
  background-color: #f0e4dc;
  color: #b21f2d;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease ease;
  -webkit-transition: all 0.3s ease ease;
  -moz-transition: all 0.3s ease ease;
  -ms-transition: all 0.3s ease ease;
}
.cfms-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  border-radius: 30%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  transition: background-color 0.3s ease ease;
  -webkit-transition: background-color 0.3s ease ease;
  -moz-transition: background-color 0.3s ease ease;
  -ms-transition: background-color 0.3s ease ease;
}
.cfms-nav i,
.cfms-nav .tsicon {
  position: relative;
  z-index: 2;
}
.cfms-nav.swiper-button-disabled {
  opacity: 0.45;
  cursor: default;
}
.cfms-nav:hover {
  background-color: #b21f2d;
  color: #ffffff;
}
.cfms-nav:focus, .cfms-nav:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*----------  Nav position: sides (default)  ----------*/
[class*=cfms-navpos-sides] .cfms-nav-wrap {
  display: contents;
}

.cfms-navpos-sides .cfms-nav {
  top: 40%;
}

.cfms-navpos-sides .cfms-nav-prev {
  left: -10px;
}

.cfms-navpos-sides .cfms-nav-next {
  right: -10px;
}

/*----------  Nav position: clustered presets  ----------*/
.cfms-navpos-bottom-right .cfms-nav-wrap,
.cfms-navpos-bottom-center .cfms-nav-wrap,
.cfms-navpos-top-right .cfms-nav-wrap {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cfms-navpos-bottom-right .cfms-nav,
.cfms-navpos-bottom-center .cfms-nav,
.cfms-navpos-top-right .cfms-nav {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.cfms-navpos-bottom-right .cfms-nav-wrap {
  right: 0;
  bottom: -72px;
}

.cfms-navpos-bottom-center .cfms-nav-wrap {
  left: 50%;
  bottom: -72px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cfms-navpos-top-right .cfms-nav-wrap {
  right: 0;
  top: -72px;
}

/*----------  Pagination dots  ----------*/
.cafeking-food-menu-slider .swiper-pagination {
  position: static;
  margin-top: 24px;
}
.cafeking-food-menu-slider .swiper-pagination-bullet-active {
  background-color: #b21f2d;
}

/*------- social color -----*/
/*=======================================
=         Banner Slider (hero)          =
=======================================*/
.cafeking-banner-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 600px;
  padding: 60px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cbs-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(20, 20, 24, 0.55);
  pointer-events: none;
}

.cbs-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/*----------  Sliding area (content + image)  ----------*/
.cbs-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  overflow: visible !important;
}
.cbs-main .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cbs-main .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cbs-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
  max-width: 58%;
  min-width: 0;
}

.cbs-title {
  margin: 0 0 18px;
  font-family: "Lora", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
}

.cbs-desc {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #e6e6e6;
}

.cbs-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
}

.cbs-btn-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #b21f2d;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease ease;
  -webkit-transition: all 0.3s ease ease;
  -moz-transition: all 0.3s ease ease;
  -ms-transition: all 0.3s ease ease;
}
.cbs-btn-icon i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cbs-btn-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cbs-btn-text {
  padding: 14px 28px;
  border-radius: 30px;
  background-color: #b21f2d;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.3s ease ease;
  -webkit-transition: all 0.3s ease ease;
  -moz-transition: all 0.3s ease ease;
  -ms-transition: all 0.3s ease ease;
}

/*----------  Main image  ----------*/
.cbs-figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 420px;
  max-width: 100%;
}
.cbs-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.cbs-figround-yes .cbs-figure {
  aspect-ratio: 1/1;
}
.cbs-figround-yes .cbs-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.cbs-main .swiper-slide .cbs-figure {
  will-change: transform, opacity;
}

.cbs-main .swiper-slide .cbs-figure img {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.cbs-main .swiper-slide-active .cbs-figure img {
  -webkit-animation: cbs-pop 1.6s cubic-bezier(0.22, 1, 0.36, 1) both, cbs-float 9s ease-in-out 1.6s infinite;
          animation: cbs-pop 1.6s cubic-bezier(0.22, 1, 0.36, 1) both, cbs-float 9s ease-in-out 1.6s infinite;
}

@-webkit-keyframes cbs-pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-10px) rotate(-8deg);
            transform: scale(1.1) translateY(-10px) rotate(-8deg);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) rotate(0deg);
            transform: scale(1) translateY(0) rotate(0deg);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes cbs-pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-10px) rotate(-8deg);
            transform: scale(1.1) translateY(-10px) rotate(-8deg);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) rotate(0deg);
            transform: scale(1) translateY(0) rotate(0deg);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes cbs-float {
  0%, 100% {
    -webkit-transform: scale(1) translateY(0) rotate(0deg);
            transform: scale(1) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.02) translateY(-5px) rotate(1.5deg);
            transform: scale(1.02) translateY(-5px) rotate(1.5deg);
  }
}
@keyframes cbs-float {
  0%, 100% {
    -webkit-transform: scale(1) translateY(0) rotate(0deg);
            transform: scale(1) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.02) translateY(-5px) rotate(1.5deg);
            transform: scale(1.02) translateY(-5px) rotate(1.5deg);
  }
}
/*----------  Thumbnails (nav column, right panel)  ----------*/
.cbs-thumbs {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  padding: 30px 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.cbs-thumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 76px;
  height: 76px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
}
.cbs-thumb img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  border-radius: 50% !important;
  display: block;
}
.cbs-thumb .cbs-thumb-frame {
  position: absolute;
  inset: -16px;
  z-index: 1;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  transition: opacity 0.3s ease ease;
  -webkit-transition: opacity 0.3s ease ease;
  -moz-transition: opacity 0.3s ease ease;
  -ms-transition: opacity 0.3s ease ease;
}
.cbs-thumb.is-active .cbs-thumb-frame {
  opacity: 1 !important;
}

/*----------  Social icons (static, hover reveal)  ----------*/
.cbs-social {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.cbs-social-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.cbs-social-line {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
  height: 2px;
  margin-right: 0;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.35s ease ease;
  -webkit-transition: all 0.35s ease ease;
  -moz-transition: all 0.35s ease ease;
  -ms-transition: all 0.35s ease ease;
}

.cbs-social-circle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease ease;
  -webkit-transition: all 0.3s ease ease;
  -moz-transition: all 0.3s ease ease;
  -ms-transition: all 0.3s ease ease;
}
.cbs-social-circle svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.cbs-social-label {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 16px;
  white-space: nowrap;
  color: #ffffff;
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 600;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-8px);
          transform: translateY(-50%) translateX(-8px);
  pointer-events: none;
  transition: all 0.35s ease ease;
  -webkit-transition: all 0.35s ease ease;
  -moz-transition: all 0.35s ease ease;
  -ms-transition: all 0.35s ease ease;
}

.cbs-social-item:hover .cbs-social-line {
  width: 36px;
  margin-right: 12px;
  opacity: 1;
}
.cbs-social-item:hover .cbs-social-circle {
  background-color: #b21f2d;
  border-color: #ffffff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cbs-social-item:hover .cbs-social-label {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

.cbs-social-left .cbs-social {
  left: 24px;
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1300px) and (max-width: 1500px) {
  .cbs-social-left .cbs-social {
    left: 30px !important;
  }
}
.cbs-social-right .cbs-social {
  right: 24px;
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cbs-social-bottom .cbs-social {
  left: 50%;
  bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*==========  Responsive  ==========*/
/* Large laptop — side margins get too small for the social hover label */
@media (max-width: 1599px) {
  .cbs-social-line,
  .cbs-social-label {
    display: none;
  }
}
/* Small laptop */
@media (max-width: 1399px) {
  .cbs-inner {
    max-width: 1100px;
  }
  .cbs-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
            flex: 0 0 54%;
    max-width: 54%;
  }
  .cbs-title {
    font-size: 40px;
  }
  .cbs-figure {
    width: 360px;
    margin-right: 40px;
  }
}
/* Laptop mid-range — tame figure so it clears the thumbnail panel */
@media (min-width: 1350px) and (max-width: 1500px) {
  .cbs-figure {
    max-width: 350px !important;
    margin-right: 60px;
  }
}
/* Tablet landscape */
@media (max-width: 1199px) {
  .cbs-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
    max-width: 56%;
  }
  .cbs-title {
    font-size: 34px;
  }
  .cbs-figure {
    width: 300px;
  }
}
/* Tablet & down */
@media (max-width: 991px) {
  .cafeking-banner-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto !important;
    padding: 50px 0;
  }
  .cbs-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .cbs-content {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    max-width: 600px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cbs-main {
    width: 100%;
  }
  .cbs-main .swiper-slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cbs-figure {
    width: 340px;
    margin-right: 0;
  }
  .cbs-title {
    font-size: 34px;
  }
  .cbs-thumbs {
    position: static;
    right: auto;
    top: auto;
    height: auto !important;
    margin-top: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    background-image: none !important;
    background-color: transparent !important;
  }
  .cbs-social {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none !important;
            transform: none !important;
    margin-top: 24px;
  }
  .cbs-social-line,
  .cbs-social-label {
    display: none;
  }
}
/* Mobile */
@media (max-width: 575px) {
  .cafeking-banner-slider {
    padding: 40px 0;
  }
  .cbs-inner {
    padding: 0 16px;
    gap: 24px;
  }
  .cbs-title {
    font-size: 26px;
  }
  .cbs-desc {
    font-size: 14px;
  }
  .cbs-figure {
    width: 240px;
  }
  .cbs-thumb {
    width: 56px;
    height: 56px;
  }
  .cbs-social-circle {
    width: 52px;
    height: 52px;
  }
}
/*------- social color -----*/
/*===========================================
=            Feature Info widget            =
===========================================*/
.cafeking-feature-info {
  --cfi-divider-color: #C1A372;
  --cfi-divider-length: 190px;
  --cfi-divider-thickness: 1px;
}

.cfi-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.cfi-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 30px;
}

/*----------  Icon / title / text  ----------*/
.cfi-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin-bottom: 24px;
  font-size: 34px;
  color: var(--cfi-divider-color);
}
.cfi-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.cfi-title {
  margin: 0 0 14px;
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #C1A372;
}

.cfi-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #cfcfcf;
}

/*----------  Vertical gold gradient divider (between items only)  ----------*/
.cfi-has-divider .cfi-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: var(--cfi-divider-thickness);
  height: var(--cfi-divider-length);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, var(--cfi-divider-color)), to(transparent));
  background: linear-gradient(180deg, transparent 0%, var(--cfi-divider-color) 50%, transparent 100%);
  pointer-events: none;
}

/*----------  Responsive  ----------*/
@media (max-width: 991px) {
  .cfi-row {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 0;
  }
  .cfi-has-divider .cfi-item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: var(--cfi-divider-length);
    max-width: 70%;
    height: var(--cfi-divider-thickness);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, var(--cfi-divider-color)), to(transparent));
    background: linear-gradient(90deg, transparent 0%, var(--cfi-divider-color) 50%, transparent 100%);
  }
}
@media (max-width: 575px) {
  .cfi-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*------- social color -----*/
/*=======================================
=            Shop product card          =
=======================================*/
.woocommerce ul.products li.product.cafeking-shop-card,
ul.products li.product.cafeking-shop-card {
  list-style: none;
}

/* Shop archive grid — 3 columns, 30px gap, responsive */
.post-type-archive-product ul.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 0 50px;
}

.post-type-archive-product ul.products::before,
.post-type-archive-product ul.products::after {
  display: none;
}

.post-type-archive-product ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

@media (max-width: 991px) {
  .post-type-archive-product ul.products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .post-type-archive-product ul.products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cshop-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 36px;
  background-color: #F4EBE5;
  border-radius: 16px;
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out ease;
  transition: -webkit-box-shadow 0.4s ease-in-out ease;
  transition: box-shadow 0.4s ease-in-out ease;
  transition: box-shadow 0.4s ease-in-out ease, -webkit-box-shadow 0.4s ease-in-out ease;
  -webkit-transition: box-shadow 0.4s ease-in-out ease;
  -moz-transition: box-shadow 0.4s ease-in-out ease;
  -ms-transition: box-shadow 0.4s ease-in-out ease;
}
.cshop-card:hover {
  -webkit-box-shadow: 0 10px 24px rgba(163, 40, 52, 0.07);
          box-shadow: 0 10px 24px rgba(163, 40, 52, 0.07);
}

/*----------  Badge  ----------*/
.cshop-badge {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px 16px;
  background-color: #FCF2EA;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #A32834;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}
.cshop-badge i {
  font-size: 14px;
}

/*----------  Title  ----------*/
.cshop-title {
  margin: 0 0 18px;
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.cshop-title a {
  color: #1c1c24;
  transition: color 0.4s ease-in-out ease;
  -webkit-transition: color 0.4s ease-in-out ease;
  -moz-transition: color 0.4s ease-in-out ease;
  -ms-transition: color 0.4s ease-in-out ease;
}
.cshop-title a:hover {
  color: #A32834;
}

/*----------  Media + price overlay  ----------*/
.cshop-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
.cshop-media img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease-in-out ease;
  transition: -webkit-transform 0.4s ease-in-out ease;
  transition: transform 0.4s ease-in-out ease;
  transition: transform 0.4s ease-in-out ease, -webkit-transform 0.4s ease-in-out ease;
  -webkit-transition: transform 0.4s ease-in-out ease;
  -moz-transition: transform 0.4s ease-in-out ease;
  -ms-transition: transform 0.4s ease-in-out ease;
}

.cshop-card:hover .cshop-media img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cshop-price {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  background-color: #A32834;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cshop-price .woocommerce-Price-amount,
.cshop-price bdi {
  color: #ffffff;
}
.cshop-price del {
  opacity: 0.6;
  font-size: 0.7em;
}
.cshop-price .woocommerce-Price-amount.amount {
  color: #ffffff !important;
}

.cshop-card:hover .cshop-price {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*----------  Description  ----------*/
.cshop-desc {
  margin: 0 0 24px;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.7;
}
.cshop-desc p {
  margin: 0;
}

/*----------  Order button  ----------*/
.cshop-btn-wrap {
  margin-top: auto;
}
.cshop-btn-wrap .button {
  display: block;
  width: 100%;
  padding: 15px 24px;
  background-color: transparent;
  border: 1px solid rgba(163, 40, 52, 0.55);
  border-radius: 40px;
  color: #A32834;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: all 0.4s ease-in-out ease;
  -webkit-transition: all 0.4s ease-in-out ease;
  -moz-transition: all 0.4s ease-in-out ease;
  -ms-transition: all 0.4s ease-in-out ease;
}
.cshop-btn-wrap .button:hover {
  background-color: #A32834;
  border-color: #A32834;
  color: #ffffff;
}
.cshop-btn-wrap .button.added {
  opacity: 0.85;
}
.cshop-btn-wrap .added_to_cart {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #A32834;
  font-weight: 600;
}

/* Override theme woocommerce.css hover-reveal button — keep it static at the bottom */
.woocommerce ul.products li.product.cafeking-shop-card .cshop-btn-wrap .button,
ul.products li.product.cafeking-shop-card .cshop-btn-wrap .button {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 12px 24px;
  line-height: 1.5;
  text-transform: none;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  background-color: transparent;
  border: 1px solid rgba(163, 40, 52, 0.55);
  border-radius: 40px;
  color: #A32834;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.woocommerce ul.products li.product.cafeking-shop-card .cshop-btn-wrap .button:hover,
ul.products li.product.cafeking-shop-card .cshop-btn-wrap .button:hover {
  background-color: #A32834;
  border-color: #A32834;
  color: #ffffff;
  -webkit-transform: none;
          transform: none;
}

/*----------  Responsive  ----------*/
@media (max-width: 575px) {
  .cshop-card {
    padding: 16px;
  }
  .cshop-media img {
    height: 220px;
  }
  .cshop-price {
    width: 110px;
    height: 110px;
    font-size: 18px;
  }
}
/*=============================================
      Custom overrides / misc tweaks
===============================================*/
@media (min-width: 1200px) {
  .foodmenu-slider-custom-width {
    padding-left: max(20px, (100vw - min(1320px, 100vw)) / 2) !important;
  }
}
img[class*=wp-image-] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.elementskit-accordion .elementskit-card-body {
  margin-top: -11px;
}
/*# sourceMappingURL=master.css.map */