:root {
  /* Brand scale */
  --kck-navy-900: #141933;
  --kck-navy-700: #2a3158;
  --kck-navy-50:  #f0f1f7;
  --kck-gold-400: #e7bd5e;
  --kck-gold-600: #b88a2e;
  --kck-gold-50:  #fcf7ed;

  /* Surface palette — warm off-white European feel */
  --kck-bg:        #fbfaf7;
  --kck-surface:   #ffffff;
  --kck-surface-2: #f4f2ec;
  --kck-border:    #e6e2d8;
  --kck-ink:       #1f2230;
  --kck-ink-soft:  #565b6e;
  --kck-ink-muted: #8a8f9e;

  /* Typography scale */
  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --fs-xs:   .75rem;   /* 12px */
  --fs-sm:   .875rem;  /* 14px — small labels, captions */
  --fs-base: .875rem;  /* 14px — body text */
  --fs-md:   1rem;     /* 16px */
  --fs-lg:   1.25rem;  /* 20px */
  --fs-xl:   1.5rem;   /* 24px */
  --fs-2xl:  2rem;     /* 32px */
  --fs-3xl:  2.5rem;   /* 40px */
  --fs-4xl:  4rem;     /* 64px */

  --lh-tight:   1.15;
  --lh-snug:    1.3;
  --lh-normal:  1.6;
  --lh-relaxed: 1.75;

  --fw-normal:   400;
  --fw-medium:   500;
  --fw-semibold: 600;
  --fw-bold:     700;

  /* Spacing scale */
  --space-2:  .5rem;
  --space-3:  .75rem;
  --space-4:  1rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Radii */
  --radius-sm:   4px;
  --radius:      8px;
  --radius-lg:   16px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(26,31,61,.06);
  --shadow:    0 4px 12px rgba(26,31,61,.08);
  --shadow-md: 0 8px 24px rgba(26,31,61,.10);
  --shadow-lg: 0 18px 48px rgba(26,31,61,.14);

  /* Transitions */
  --ease-out: cubic-bezier(.4,0,.2,1);
  --t-fast:   150ms var(--ease-out);
  --t:        280ms var(--ease-out);
  --t-slow:   460ms var(--ease-out);

  /* Layout */
  --container-max: 1240px;
  --container-pad: clamp(1rem, 4vw, 2.5rem);
  --section-gap:   clamp(4rem, 10vw, 8rem);
}

.contact-us-area {
  background-color: #f1eee7; }
  @media only screen and (max-width: 320px) {
    .contact-us-area {
      padding-bottom: 40px; } }
  .contact-us-area .contact-form-area {
    padding: 0 25px 0 25px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-us-area .contact-form-area {
        margin-bottom: 40px;
        padding: 0 0 0 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .contact-us-area .contact-form-area {
        margin-bottom: 40px;
        padding: 0 0 0 0; } }
    @media only screen and (max-width: 540px) {
      .contact-us-area .contact-form-area {
        margin-bottom: 40px;
        padding: 0 0 0 0; } }
    .contact-us-area .contact-form-area h3 {
      margin-bottom: 10px; }
      .contact-us-area .contact-form-area h3 .headline {
        line-height: 24px;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        letter-spacing: 1.5px;
        color: #000000;
        display: flex;
        align-items: center; }
        .contact-us-area .contact-form-area h3 .headline:before {
          content: "";
          display: inline-block;
          width: 4em;
          margin: 0;
          margin-right: 25px;
          border-style: solid;
          border-width: 1px 0 0; }
    .contact-us-area .contact-form-area input, .contact-us-area .contact-form-area textarea, .contact-us-area .contact-form-area select {
      height: 45px;
      background-color: #ffffff;
      border: 1px solid #D8D8D8;
      color: #5d5d5d;
      padding: 2px 23px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .contact-us-area .contact-form-area input, .contact-us-area .contact-form-area textarea, .contact-us-area .contact-form-area select {
          height: 50px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .contact-us-area .contact-form-area input, .contact-us-area .contact-form-area textarea, .contact-us-area .contact-form-area select {
          margin-bottom: 10px; } }
      .contact-us-area .contact-form-area input::-webkit-input-placeholder, .contact-us-area .contact-form-area textarea::-webkit-input-placeholder, .contact-us-area .contact-form-area select::-webkit-input-placeholder {
        color: #5d5d5d;
        opacity: 1; }
    .contact-us-area .contact-form-area textarea {
      padding: 20px 20px;
      height: 108px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-us-area .contact-form-area textarea {
          height: 160px; } }
      @media only screen and (max-width: 767px) {
        .contact-us-area .contact-form-area textarea {
          height: 120px; } }
    .contact-us-area .contact-form-area select {
      -moz-appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
      background-size: 9px 6px;
      background-position: right -10px center;
      background-origin: content-box;
      background-repeat: no-repeat;
      max-width: 100%; }
    .contact-us-area .contact-form-area button.submit {
      border: none;
      width: 100% !important;
      height: 3em;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 40px;
      background-image: linear-gradient(135deg, #bb9248 0%, rgba(217, 168, 78, 0.83) 25%, #c79d4e 50%, #a68954 75%, #d9a84e 100%);
      background-size: 200% 200%;
      background-repeat: no-repeat;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: stretch;
      align-content: flex-start;
      text-align: center;
      color: #ffffff;
      transition: all 300ms ease; }
      .contact-us-area .contact-form-area button.submit:hover {
        background-position: 100% 100%;
        transform: translateY(-5px); }
  .contact-us-area .contact-info-img {
    padding: 0 25px 0 25px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-us-area .contact-info-img {
        padding: 0 0 0 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .contact-us-area .contact-info-img {
        padding: 0 0 0 0; } }
    @media only screen and (max-width: 540px) {
      .contact-us-area .contact-info-img {
        padding: 0 0 0 0; } }

.contact-all-info {
  background-color: #f1eee7;
  overflow: hidden; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-all-info {
      padding-bottom: 20px; } }
  @media only screen and (max-width: 320px) {
    .contact-all-info {
      padding-bottom: 40px; } }
  .contact-all-info .contact-info {
    float: left;
    margin-bottom: 60px;
    padding: 0 25px 0 25px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-all-info .contact-info {
        padding: 0 10px 0 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .contact-all-info .contact-info {
        padding: 0;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 540px) {
      .contact-all-info .contact-info {
        padding: 0;
        margin-bottom: 40px; }
        .contact-all-info .contact-info:last-child {
          margin-bottom: 0; } }
    @media only screen and (max-width: 320px) {
      .contact-all-info .contact-info {
        padding: 0 15px 0 15px;
        float: none;
        margin-bottom: 40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .contact-all-info .contact-info .contact-wrap {
        text-align: center; } }
    @media only screen and (max-width: 540px) {
      .contact-all-info .contact-info .contact-wrap {
        text-align: center; } }
    .contact-all-info .contact-info .contact-wrap .contact-icon i {
      font-size: 48px;
      color: #D4A843;
      margin-bottom: 10px; }
    .contact-all-info .contact-info .contact-wrap .contact-text h3 {
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 24px;
      font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      margin-bottom: 5px; }

#contact-map {
  height: 300px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-02 .contact-us-area {
        padding-bottom: 60px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .home-02 .contact-us-area {
        padding-bottom: 40px; } }
    @media only screen and (max-width: 540px) {
      .home-02 .contact-us-area {
        padding-bottom: 50px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .home-02 .contact-us-area .contact-cover {
          display: block; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .home-02 .contact-us-area .contact-cover {
          display: block; } }
      @media only screen and (max-width: 540px) {
        .home-02 .contact-us-area .contact-cover {
          display: block; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .home-02 .contact-us-area .contact-cover .contact-form-area {
            margin-bottom: 40px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .home-02 .contact-us-area .contact-cover .contact-form-area p {
              margin-bottom: 30px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .home-02 .contact-us-area .contact-cover .contact-form-area p {
              margin-bottom: 25px; } }
          @media only screen and (max-width: 540px) {
            .home-02 .contact-us-area .contact-cover .contact-form-area p {
              margin-bottom: 25px;
              font-size: 15px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .home-02 .contact-us-area .contact-cover .contact-form-area input {
              margin-bottom: 30px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .home-02 .contact-us-area .contact-cover .contact-form-area input {
              margin-bottom: 25px; } }
          @media only screen and (max-width: 540px) {
            .home-02 .contact-us-area .contact-cover .contact-form-area input {
              margin-bottom: 25px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .home-02 .contact-us-area .contact-cover .google-map iframe {
          width: 450px;
          height: 450px;
          border: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .home-02 .contact-us-area .contact-cover .google-map iframe {
          width: 690px;
          height: 450px;
          border: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .home-02 .contact-us-area .contact-cover .google-map iframe {
          width: 510px;
          height: 450px;
          border: 0; } }
      @media only screen and (max-width: 540px) {
        .home-02 .contact-us-area .contact-cover .google-map iframe {
          width: 510px;
          height: 450px;
          border: 0; } }
      @media only screen and (max-width: 480px) {
        .home-02 .contact-us-area .contact-cover .google-map iframe {
          width: 450px;
          height: 450px;
          border: 0; } }
      @media only screen and (max-width: 320px) {
        .home-02 .contact-us-area .contact-cover .google-map iframe {
          width: 290px;
          height: 450px;
          border: 0; } }
    @media only screen and (max-width: 1024px) {
      .home-03 .contact-us-area {
        margin-top: -30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-03 .contact-us-area {
        margin-top: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .home-03 .contact-us-area {
        margin-top: 0; } }
    @media only screen and (max-width: 540px) {
      .home-03 .contact-us-area {
        margin-top: 0; } }
      @media only screen and (max-width: 1024px) {
        .home-03 .contact-us-area .contact {
          margin-top: 100px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .home-03 .contact-us-area .contact {
          margin-top: 80px;
          margin-bottom: 80px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .home-03 .contact-us-area .contact {
          display: block;
          margin-top: 60px;
          margin-bottom: 60px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .home-03 .contact-us-area .contact {
          display: block;
          margin-top: 50px;
          margin-bottom: 50px; } }
      @media only screen and (max-width: 540px) {
        .home-03 .contact-us-area .contact {
          display: block;
          margin-top: 40px;
          margin-bottom: 40px; } }
      @media only screen and (max-width: 320px) {
        .home-03 .contact-us-area .contact {
          margin-bottom: 0; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .home-03 .contact-us-area .contact .contact-info {
            padding: 0 15px 30px 15px;
            text-align: center; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .home-03 .contact-us-area .contact .contact-info {
            padding: 0 15px 30px 15px;
            text-align: center; } }
        @media only screen and (max-width: 540px) {
          .home-03 .contact-us-area .contact .contact-info {
            padding: 0 15px 30px 15px;
            text-align: center; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .home-03 .contact-us-area .contact .contact-form-area {
            margin-bottom: 0;
            padding: 40px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .home-03 .contact-us-area .contact .contact-form-area {
            margin-bottom: 0;
            padding: 40px; } }
        @media only screen and (max-width: 540px) {
          .home-03 .contact-us-area .contact .contact-form-area {
            margin-bottom: 0;
            padding: 40px; } }

/* --- Product list view --- */
.shop-list-content h3 {
  font-size: var(--fs-xl) !important;
  font-weight: var(--fw-semibold) !important;
  margin-bottom: 8px !important;
}
.shop-list-content h3 a {
  color: var(--kck-ink) !important;
}
.shop-list-content h3 a:hover {
  color: var(--kck-navy) !important;
}

.shop-list-content .pro-list-price {
  margin-bottom: 10px !important;
}
.shop-list-content .pro-list-price span {
  font-size: var(--fs-sm) !important;
  color: var(--kck-ink-soft) !important;
  font-weight: var(--fw-medium);
}

.shop-list-content p {
  font-size: var(--fs-sm) !important;
  line-height: var(--lh-relaxed) !important;
  color: var(--kck-ink-soft) !important;
  margin-bottom: 14px !important;
}

/* Product list "View Details" button */
.shop-list-content .product-list-action a {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--kck-navy);
  background: transparent;
  border: 1px solid var(--kck-border);
  border-radius: var(--radius-sm);
  padding: .5rem 1.25rem;
  text-decoration: none;
  transition: all var(--t);
}
.shop-list-content .product-list-action a:hover {
  background: var(--kck-navy);
  color: #fff;
  border-color: var(--kck-navy);
}

/* Series filter banner */
.kck-series-banner {
  background: var(--kck-surface-2);
  border-left: 3px solid var(--kck-gold);
  border-radius: var(--radius-sm);
  padding: var(--space-4) var(--space-6);
  margin-bottom: var(--space-6);
}
.kck-series-banner h3 {
  font-family: var(--font-display);
  font-size: var(--fs-xl);
  font-weight: var(--fw-semibold);
  color: var(--kck-navy);
  margin: 0 0 6px;
}
.kck-series-banner p {
  font-size: var(--fs-sm);
  color: var(--kck-ink-soft);
  margin: 0 0 8px;
}
.kck-series-banner .kck-series-clear {
  font-size: var(--fs-sm);
  color: var(--kck-gold);
  font-weight: var(--fw-medium);
  text-decoration: none;
}
.kck-series-banner .kck-series-clear:hover {
  color: var(--kck-gold-hover);
}

/* Top bar (count + view toggle) */
.shop-top-bar-left .shop-page-list ul li {
  font-size: var(--fs-sm) !important;
  color: var(--kck-ink-soft) !important;
}
.shop-top-bar-left .shop-page-list ul li.active strong {
  color: var(--kck-navy) !important;
  font-weight: var(--fw-semibold);
}

/* --- Blog list cards --- */
.kck-blog-list .blog-area {
  padding-top: 60px;
  padding-bottom: 100px;
}
.kck-blog-list .row > [class*="col-"] {
  margin-bottom: 30px;
}

.blog-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--t), box-shadow var(--t);
  background: var(--kck-surface);
  border: 1px solid var(--kck-border);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-wrap:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: #dcd8ce;
}

.blog-wrap .blog-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--kck-surface-2);
}
.blog-wrap .blog-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-wrap .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow);
}
.blog-wrap:hover .blog-img img {
  transform: scale(1.05);
}

.blog-content {
  padding: var(--space-6) var(--space-6) var(--space-8);
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: var(--fs-xs);
  color: var(--kck-ink-muted);
  margin-bottom: 10px;
}
.blog-meta-date {
  color: var(--kck-ink-soft);
  font-weight: var(--fw-medium);
}
.blog-meta-author {
  color: var(--kck-ink-muted);
}
.blog-meta-author::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--kck-ink-muted);
  margin-right: 10px;
  vertical-align: middle;
}

.blog-content h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: var(--fw-semibold);
  line-height: 1.35;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-content h3 a {
  color: var(--kck-ink);
  text-decoration: none;
  transition: color var(--t-fast);
}
.blog-content h3 a:hover {
  color: var(--kck-navy);
}

.blog-content p {
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--kck-ink-soft);
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-content .blog-btn {
  margin-top: auto;
  padding-top: 4px;
}
.blog-content .blog-btn a.kck-btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--kck-navy);
  text-decoration: none;
  transition: color var(--t-fast);
}
.blog-content .blog-btn a.kck-btn-readmore::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform var(--t-fast);
}
.blog-content .blog-btn a.kck-btn-readmore:hover {
  color: var(--kck-gold);
}
.blog-content .blog-btn a.kck-btn-readmore:hover::after {
  transform: translateX(4px);
}

/* Blog separator */
.blog-content .qodef-separator {
  height: 2px;
  width: 40px;
  background: var(--kck-gold);
  margin: 0 0 14px;
}

/* --- Pagination --- */
.pro-pagination-style ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.pro-pagination-style ul li a {
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--kck-ink-soft);
  background: transparent;
  border: 1px solid var(--kck-border);
  border-radius: var(--radius-sm);
  padding: 8px 16px;
  text-decoration: none;
  transition: all var(--t-fast);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
}
.pro-pagination-style ul li a:hover,
.pro-pagination-style ul li a.active {
  background: var(--kck-navy);
  color: #fff;
  border-color: var(--kck-navy);
}

/* --- Blog sidebar --- */
.kck-blog-sidebar {
  padding-left: 12px;
}
.kck-blog-sidebar .sidebar-widget {
  margin-bottom: 40px;
}
.kck-blog-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.kck-blog-sidebar .sidebar-search {
  margin-bottom: 40px;
}
.kck-blog-sidebar .sidebar-search .search-form {
  position: relative;
}
.kck-blog-sidebar .sidebar-search input {
  width: 100%;
  border: 1px solid var(--kck-border);
  border-radius: var(--radius-sm);
  padding: 12px 44px 12px 16px;
  font-size: var(--fs-sm);
  color: var(--kck-ink);
  background: var(--kck-surface);
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.kck-blog-sidebar .sidebar-search input:focus {
  outline: none;
  border-color: var(--kck-gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, 0.12);
}
.kck-blog-sidebar .sidebar-search input::placeholder {
  color: var(--kck-ink-muted);
}
.kck-blog-sidebar .sidebar-search .button-search {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: var(--radius-sm);
  background: var(--kck-navy);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--t-fast);
}
.kck-blog-sidebar .sidebar-search .button-search:hover {
  background: var(--kck-gold);
}
.kck-blog-sidebar .sidebar-search .button-search svg {
  width: 16px;
  height: 16px;
}

.sidebar-widget .pro-sidebar-title2 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: var(--fw-semibold);
  color: var(--kck-navy);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--kck-gold);
  display: inline-block;
}

.single-sidebar-post {
  display: flex;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--kck-border);
}
.single-sidebar-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-sidebar-post .sidebar-post-img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--kck-surface-2);
}
.single-sidebar-post .sidebar-post-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.single-sidebar-post .sidebar-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow);
}
.single-sidebar-post:hover .sidebar-post-img img {
  transform: scale(1.05);
}
.single-sidebar-post .sidebar-post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.single-sidebar-post .sidebar-post-content h4 {
  font-size: 0.9375rem;
  font-weight: var(--fw-semibold);
  line-height: 1.45;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-sidebar-post .sidebar-post-content h4 a {
  color: var(--kck-ink);
  text-decoration: none;
  transition: color var(--t-fast);
}
.single-sidebar-post .sidebar-post-content h4 a:hover {
  color: var(--kck-navy);
}
.single-sidebar-post .sidebar-post-content span {
  font-size: var(--fs-xs);
  color: var(--kck-ink-muted);
}

/* Sidebar categories, tags, archives */
.sidebar-widget-list-2 ul,
.sidebar-widget-tags-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-widget-list-2 ul li {
  padding: 10px 0;
  border-bottom: 1px solid var(--kck-border);
}
.sidebar-widget-list-2 ul li:last-child {
  border-bottom: none;
}
.sidebar-widget-list-2 ul li a {
  font-size: var(--fs-sm);
  color: var(--kck-ink-soft);
  text-decoration: none;
  transition: color var(--t-fast), padding-left var(--t-fast);
  display: inline-block;
}
.sidebar-widget-list-2 ul li a:hover {
  color: var(--kck-gold);
  padding-left: 6px;
}
.sidebar-widget-tags-2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sidebar-widget-tags-2 ul li a {
  display: inline-block;
  font-size: var(--fs-xs);
  color: var(--kck-ink-soft);
  background: var(--kck-surface-2);
  border: 1px solid var(--kck-border);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  text-decoration: none;
  transition: all var(--t-fast);
}
.sidebar-widget-tags-2 ul li a:hover {
  color: var(--kck-navy);
  background: var(--kck-gold);
  border-color: var(--kck-gold);
}
.archives-wrap select {
  width: 100%;
  border: 1px solid var(--kck-border);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-size: var(--fs-sm);
  color: var(--kck-ink-soft);
  background: var(--kck-surface);
  cursor: pointer;
}
.archives-wrap select:focus {
  outline: none;
  border-color: var(--kck-gold);
}

/* Blog sidebar responsive */
@media only screen and (max-width: 991px) {
  .kck-blog-sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
  .kck-blog-sidebar .sidebar-widget {
    margin-bottom: 36px;
  }
  .blog-content h3 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .kck-blog-list .blog-area {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .blog-content {
    padding: var(--space-4) var(--space-4) var(--space-6);
  }
  .single-sidebar-post .sidebar-post-img {
    width: 72px;
    height: 72px;
  }
}

/* Sidebar product filter */
.sidebar-widget-categories ul li a {
  font-size: var(--fs-sm);
  color: var(--kck-ink-soft);
  transition: color var(--t-fast), font-weight var(--t-fast);
}
.sidebar-widget-categories ul li a:hover,
.sidebar-widget-categories ul li a.active {
  color: var(--kck-gold);
  font-weight: var(--fw-medium);
}
.pro-sidebar-title {
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  color: var(--kck-navy);
}

/* Sidebar banner */
.shop-sidebar-banner {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.shop-sidebar-content h5 {
  font-size: var(--fs-xs);
  color: var(--kck-gold);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 2px;
}
.shop-sidebar-content h2 {
  font-family: var(--font-display);
  font-size: var(--fs-2xl);
  color: #fff;
  margin: 0;
}

/* ============================================================
   12. Homepage CTA — "Ready to Scale Your Range?" section
   ============================================================ */

/* Wrapper: dark navy gradient background */
.luxury-houses {
  background: linear-gradient(135deg, #1a1f3d 0%, #2a3158 100%);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 0;
}

/* Image half */
.luxury-houses .luxury-houses-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .luxury-houses .luxury-houses-img {
    max-height: 260px;
    overflow: hidden;
  }
}

/* Content area */
.luxury-houses .luxury-houses-area {
  display: flex;
  align-items: center;
  padding: var(--space-8) var(--space-6);
  min-height: 340px;
}
@media (max-width: 991px) {
  .luxury-houses .luxury-houses-area {
    flex-direction: column;
    text-align: center;
    padding: var(--space-8) var(--space-6);
    min-height: 0;
  }
}

/* Left text */
.luxury-houses .luxury-houses-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: var(--fw-semibold);
  color: #fff;
  margin: 0 0 var(--space-2);
  line-height: var(--lh-tight);
}
.luxury-houses .luxury-houses-text h3 {
  font-size: var(--fs-md);
  font-weight: var(--fw-medium);
  color: var(--kck-gold-400, #e7bd5e);
  margin: 0;
}
@media (max-width: 991px) {
  .luxury-houses .luxury-houses-text {
    margin-bottom: var(--space-6);
  }
}

/* Right CTA button */
.luxury-houses .Button-Widget-genesis {
  display: inline-block;
}
.luxury-houses .Button-Widget-genesis .Button-Widget {
  display: flex !important;
  align-items: center;
  gap: 1rem;
  background: var(--kck-gold) !important;
  color: var(--kck-navy) !important;
  padding: 1rem 2rem !important;
  border-radius: var(--radius-sm) !important;
  text-decoration: none;
  transition: all var(--t);
  width: auto !important;
  height: auto !important;
  line-height: 1.3 !important;
}
.luxury-houses .Button-Widget-genesis .Button-Widget:hover {
  background: var(--kck-gold-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212,168,67,.3);
}
.luxury-houses .Button-Widget-genesis .Button-Widget i {
  font-size: 2rem !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  color: var(--kck-navy) !important;
  flex-shrink: 0;
}
.luxury-houses .Button-Widget-genesis .service-content-title {
  padding: 0 !important;
  text-align: left !important;
}
.luxury-houses .Button-Widget-genesis .service-content-supertitle {
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--kck-navy);
  opacity: .7;
  line-height: 1.3;
  margin-bottom: 2px;
}
.luxury-houses .Button-Widget-genesis .service-title {
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  line-height: 1.2;
  color: var(--kck-navy);
}
@media (max-width: 540px) {
  .luxury-houses .Button-Widget-genesis .Button-Widget {
    flex-direction: column;
    text-align: center;
    padding: 1rem 1.5rem !important;
  }
  .luxury-houses .Button-Widget-genesis .service-content-title {
    text-align: center !important;
  }
}

/* ============================================================
   13. "OUR APPROACH" image gallery — hover-to-swap
   ============================================================ */
.kck-approach-gallery {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.kck-approach-main {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--kck-surface-2);
}
.kck-approach-main img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: opacity .3s ease;
}
@media (max-width: 767px) {
  .kck-approach-main img {
    height: 260px;
  }
}

.kck-approach-thumbs {
  display: flex;
  gap: var(--space-3);
}
.kck-approach-thumb {
  flex: 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color var(--t), opacity var(--t);
  opacity: .7;
}
.kck-approach-thumb:hover {
  opacity: .9;
}
.kck-approach-thumb.active {
  border-color: var(--kck-gold);
  opacity: 1;
}
.kck-approach-thumb img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
@media (max-width: 767px) {
  .kck-approach-thumb img {
    height: 60px;
  }
}

/* ============================================================
   14. Owl-carousel nav button — always visible, high contrast
   ============================================================ */

/* Portfolio + testimonial + brand-logo carousels */
.portfolio-area .owl-nav div,
.brand-logo-area .owl-nav div,
.testimonial-area .owl-nav div,
.nav-style-4 .owl-nav div {
  background: rgba(255,255,255,.9) !important;
  color: var(--kck-navy) !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.14);
  transition: all var(--t);
  font-size: 18px !important;
  margin: 0 4px;
}
.portfolio-area .owl-nav div:hover,
.brand-logo-area .owl-nav div:hover,
.testimonial-area .owl-nav div:hover,
.nav-style-4 .owl-nav div:hover {
  background: var(--kck-navy) !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(26,31,61,.2);
}

/* Reset the navy background bar on portfolio to transparent */
.portfolio-area .owl-nav {
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  display: flex !important;
  gap: 8px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  left: auto;
  top: auto;
}

/* Remove the giant 42px default icon — use our normal size */
.portfolio-area .owl-nav .owl-prev i,
.portfolio-area .owl-nav .owl-next i {
  font-size: 18px !important;
  color: inherit !important;
}
.portfolio-area .owl-nav .owl-prev i:hover,
.portfolio-area .owl-nav .owl-next i:hover {
  color: #fff !important;
}

/* Footer contact — explicit block layout to prevent inline overflow */
.footer-area .Phone,
.footer-area .Email,
.footer-area .Location {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
.footer-area .Phone .img,
.footer-area .Email .img,
.footer-area .Location .img {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: rgba(212, 168, 67, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kck-gold-400, #e7bd5e);
  font-size: 15px;
  margin-top: 2px;
}
.footer-area .Phone .title-box,
.footer-area .Email .title-box,
.footer-area .Location .title-box {
  flex: 1;
  min-width: 0;
  padding-left: 0;
}
.footer-area .Phone .title-box h5,
.footer-area .Email .title-box h5,
.footer-area .Location .title-box h5 {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 5px;
  display: block !important;
  line-height: 1.2;
}
.footer-area .Phone .title-box p,
.footer-area .Email .title-box p,
.footer-area .Location .title-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  display: block !important;
  word-break: break-word;
}
.footer-area .Phone .title-box p a,
.footer-area .Email .title-box p a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  transition: color .2s ease;
}
.footer-area .Phone .title-box p a:hover,
.footer-area .Email .title-box p a:hover {
  color: var(--kck-gold-400, #e7bd5e);
}
/* KCK.CASA 404 page */
.kck-404-area {
    min-height: 72vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1a1f3d 0%, #232a52 100%);
    color: #fff;
    padding: 90px 0;
}
.kck-404-area .error-content h1 {
    font-size: clamp(90px, 18vw, 200px);
    line-height: 1;
    color: #D4A843;
    font-family: 'Cormorant Garamond', Georgia, serif;
    margin: 0;
}
.kck-404-area .error-content h3 {
    color: #fff;
    font-size: clamp(22px, 3vw, 34px);
    margin: 10px 0 14px;
}
.kck-404-area .error-content p {
    color: rgba(255,255,255,0.75);
    max-width: 520px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 1.6;
}
.kck-404-area .Button-Widget-genesis .Button-Widget {
    display: inline-block;
    background: #D4A843;
    color: #1a1f3d;
    padding: 14px 36px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease;
}
.kck-404-area .Button-Widget-genesis .Button-Widget:hover {
    background: #e7bd5e;
    transform: translateY(-2px);
}
/* === Genesis about-style === */
/*-------- 18. About style ---------*/
.video-btn-3 a {
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  font-size: 25px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-btn-3 a {
      width: 80px;
      height: 80px;
      line-height: 80px; } }
  @media only screen and (max-width: 767px) {
    .video-btn-3 a {
      width: 60px;
      height: 60px;
      line-height: 60px; } }
  .video-btn-3 a i {
    line-height: 105px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-btn-3 a i {
        line-height: 80px; } }
    @media only screen and (max-width: 767px) {
      .video-btn-3 a i {
        line-height: 60px; } }
  .video-btn-3 a::before {
    animation: 1500ms ease-out 0s normal none infinite running border-jump;
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    z-index: 2; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-btn-3 a::before {
        width: 80px;
        height: 80px; } }
    @media only screen and (max-width: 767px) {
      .video-btn-3 a::before {
        width: 60px;
        height: 60px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-btn-3 a::before {
        width: 75px;
        height: 75px; } }
    @media only screen and (max-width: 767px) {
      .video-btn-3 a::before {
        width: 50px;
        height: 50px; } }
  .video-btn-3 a:hover {
    background-color: #191919;
    color: #fff; }
.video-btn-3.video-btn-3-yellow a {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: transparent;
  border: 1px solid; }
  @media only screen and (max-width: 767px) {
    .video-btn-3.video-btn-3-yellow a {
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-btn-3.video-btn-3-yellow a {
      line-height: 90px;
      width: 90px;
      height: 90px; } }
  .video-btn-3.video-btn-3-yellow a i {
    line-height: 110px; }
    @media only screen and (max-width: 767px) {
      .video-btn-3.video-btn-3-yellow a i {
        line-height: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-btn-3.video-btn-3-yellow a i {
        line-height: 90px; } }
  .video-btn-3.video-btn-3-yellow a:hover {
    background-color: #1a1f3d;
    color: #fff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area.pt-155 {
    padding-top: 80px; } }
@media only screen and (max-width: 767px) {
  .about-area.pt-155 {
    padding-top: 20px; } }
.about-us-img img {
  width: 100%; }

.about-full-width {
  overflow: hidden; }
  .about-full-width .about-inner {
    overflow: hidden;
    position: relative; }
    .about-full-width .about-inner .choose-content {
      position: absolute;
      top: auto;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 2;
      padding: 180px 32% 33px 5.5% !important; }
      @media only screen and (max-width: 320px) {
        .about-full-width .about-inner .choose-content {
          padding: 180px 5% 5px 5.5% !important; } }
      .about-full-width .about-inner .choose-content .qodef-separator {
        border-bottom: 2px solid #000000;
        margin: 10px 0;
        width: 70px; }
      .about-full-width .about-inner .choose-content p {
        font-size: 25px;
        line-height: 35px;
        color: #000000;
        margin: 40px 0 25px 0;
        font-family: "Cormorant Garamond", Georgia, serif; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .about-full-width .about-inner .choose-content p {
            font-size: 20px;
            line-height: 25px;
            margin: 25px 0 10px 0; } }
        @media only screen and (max-width: 767px) {
          .about-full-width .about-inner .choose-content p {
            font-size: 15px;
            line-height: 18px;
            margin: 15px 0 10px 0; } }
        @media only screen and (max-width: 320px) {
          .about-full-width .about-inner .choose-content p {
            font-size: 13px;
            line-height: 15px; } }

/*/ start count stats /*/
.stats {
  font-size: 36px;
  font-weight: 600;
  line-height: 70px;
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 5.5px;
  color: #000000;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .stats {
      font-size: 30px;
      line-height: 50px;
      margin-bottom: 20px; }
      .stats:last-child {
        margin-bottom: 0; } }
  .stats h5 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #000000;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 20px; }
    @media only screen and (max-width: 767px) {
      .stats h5 {
        margin-top: 15px; } }
  .stats p {
    letter-spacing: 0;
    margin: 10px auto 0;
    width: 75%;
    color: #555;
    font-family: "Cormorant Garamond", Georgia, serif; }

/*/ end count stats /*/
.about-us-area .about-us-content {
  padding-top: 75px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area .about-us-content {
      padding-left: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area .about-us-content {
      padding-left: 0px;
      margin-bottom: 40px;
      padding-top: 0px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-us-area .about-us-content {
      padding-top: 0px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 540px) {
    .about-us-area .about-us-content {
      padding-top: 0px;
      margin-bottom: 40px; } }
  .about-us-area .about-us-content h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-us-area .about-us-content h2 {
        font-size: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-us-area .about-us-content h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .about-us-area .about-us-content h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 320px) {
      .about-us-area .about-us-content h2 {
        font-size: 25px;
        line-height: 30px; } }
  .about-us-area .about-us-content .qodef-separator-holder {
    padding: 13px 0; }
    .about-us-area .about-us-content .qodef-separator-holder .qodef-separator {
      width: 40px;
      border-bottom-width: 1px;
      border-bottom: 1px solid #222;
      margin: 10px 0; }
  .about-us-area .about-us-content p {
    line-height: 26px;
    margin: 0 0 40px;
    font-size: 17px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-us-area .about-us-content p {
        margin: 0 0 30px;
        font-size: 16px; } }
    @media only screen and (max-width: 540px) {
      .about-us-area .about-us-content p {
        margin: 0 0 30px;
        font-size: 16px; } }
    @media only screen and (max-width: 480px) {
      .about-us-area .about-us-content p {
        font-size: 15px; } }
.about-us-area .about-us-img {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-us-area .about-us-img {
      padding-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area .about-us-img {
      padding-left: 0; } }
  @media only screen and (max-width: 540px) {
    .about-us-area .about-us-img {
      padding-left: 0; } }
  .about-us-area .about-us-img .about-img-1 {
    opacity: 1;
    top: 0;
    margin: 35px 35px 0 0; }
    .about-us-area .about-us-img .about-img-1 img {
      height: auto;
      max-width: 100%;
      width: 720px; }
      .about-us-area .about-us-img .about-img-1 img:hover {
        transform: translateY(-8px); }
    .about-us-area .about-us-img .about-img-1 .about-img-02 img {
      height: 490px;
      max-width: 100%;
      width: 50%;
      position: absolute;
      display: block;
      top: 0px;
      right: 0px; }
      .about-us-area .about-us-img .about-img-1 .about-img-02 img:hover {
        transform: translateY(-8px); }
      @media only screen and (min-width: 1366px) and (max-width: 1600px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 420px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1365px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 420px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 325px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 445px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 325px; } }
      @media only screen and (max-width: 540px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 325px; } }
      @media only screen and (max-width: 480px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 280px; } }
      @media only screen and (max-width: 320px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 175px; } }
  .about-us-area .about-us-img .wpb-wrapper h6 {
    font-size: 16px;
    color: #222;
    margin: 25px 0 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

.skill-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 30px;
  position: relative;
  font-family: "Cormorant Garamond", Georgia, serif; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .skill-content h2 {
      font-size: 30px;
      margin: 0 0 12px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .skill-content h2 {
      font-size: 30px;
      margin: 0 0 20px; } }
  @media only screen and (max-width: 767px) {
    .skill-content h2 {
      font-size: 22px;
      margin: 0 0 10px;
      letter-spacing: 1px; } }

.skill-bar {
  overflow: hidden;
  padding-top: 11px;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .skill-bar {
      margin-top: 10px; } }
  .skill-bar .skill-bar-item {
    padding-bottom: 30px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .skill-bar .skill-bar-item {
        padding-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .skill-bar .skill-bar-item {
        padding-bottom: 20px; } }
    .skill-bar .skill-bar-item > span {
      font-size: 15px;
      text-align: center;
      text-transform: capitalize;
      z-index: 2; }
    .skill-bar .skill-bar-item .progress {
      background-color: #EFEFEF;
      border-radius: 0;
      box-shadow: none;
      height: 5px;
      margin-top: 9px;
      overflow: visible; }
      .skill-bar .skill-bar-item .progress .progress-bar {
        background-color: #1a1f3d;
        box-shadow: none;
        position: relative; }
        .skill-bar .skill-bar-item .progress .progress-bar span.text-top {
          color: #262626;
          font-size: 15px;
          text-transform: uppercase;
          position: absolute;
          right: 0;
          top: -32px; }
    .skill-bar .skill-bar-item:nth-child(1) .progress-bar {
      width: 95%; }
    .skill-bar .skill-bar-item:nth-child(2) .progress-bar {
      width: 85%; }
    .skill-bar .skill-bar-item:nth-child(3) .progress-bar {
      width: 80%; }
    .skill-bar .skill-bar-item:nth-child(4) .progress-bar {
      width: 99%; }

.skill-img {
  margin-left: 50px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .skill-img {
      margin-left: 0px; } }
  @media only screen and (max-width: 767px) {
    .skill-img {
      margin-left: 0px; } }
  .skill-img img {
    width: 100%; }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-area .team-title-text {
    margin-bottom: 40px; } }
@media only screen and (max-width: 540px) {
  .team-area .team-title-text {
    margin-bottom: 40px; } }
.team-area .team-title-text h2 {
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 11px;
  color: #111; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .team-area .team-title-text h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 540px) {
    .team-area .team-title-text h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 320px) {
    .team-area .team-title-text h2 {
      font-size: 25px;
      line-height: 30px; } }
.team-area .team-title-text .qodef-separator-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .team-area .team-title-text .qodef-separator-holder .qodef-separator {
    width: 40px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #222;
    margin: 10px 0; }
.team-area .team-title-text p {
  margin-top: 13px; }
.team-area .team-wrapper .team-img {
  overflow: hidden;
  position: relative; }
  .team-area .team-wrapper .team-img a img {
    width: 100%; }
  .team-area .team-wrapper .team-img .team-action {
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 70%;
    transform: translateY(-50%);
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 5; }
    .team-area .team-wrapper .team-img .team-action a {
      color: #fff;
      font-size: 15px;
      transition: all 0.3s ease 0s;
      margin: 7px 10px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      display: block;
      border-radius: 100%; }
      .team-area .team-wrapper .team-img .team-action a.facebook {
        background-color: #3b5998;
        border: 1px solid #3b5998; }
        .team-area .team-wrapper .team-img .team-action a.facebook:hover {
          background-color: transparent;
          color: #3b5998; }
      .team-area .team-wrapper .team-img .team-action a.twitter {
        background-color: #55acee;
        border: 1px solid #55acee; }
        .team-area .team-wrapper .team-img .team-action a.twitter:hover {
          background-color: transparent;
          color: #55acee; }
      .team-area .team-wrapper .team-img .team-action a.instagram {
        background-color: #c32aa3;
        border: 1px solid #c32aa3; }
        .team-area .team-wrapper .team-img .team-action a.instagram:hover {
          background-color: transparent;
          color: #c32aa3; }
.team-area .team-wrapper .team-content {
  margin-top: 22px; }
  .team-area .team-wrapper .team-content h4 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #111; }
  .team-area .team-wrapper .team-content span {
    font-size: 16px;
    margin: 1px 0 0; }
.team-area .team-wrapper:hover .team-action {
  opacity: 1;
  visibility: visible;
  top: 80%; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-area .team-wrapper:hover .team-action {
      top: 80%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-area .team-wrapper:hover .team-action {
      top: 80%; } }
  @media only screen and (max-width: 767px) {
    .team-area .team-wrapper:hover .team-action {
      top: 75%; } }
  @media only screen and (max-width: 540px) {
    .team-area .team-wrapper:hover .team-action {
      top: 85%; } }
  @media only screen and (max-width: 320px) {
    .team-area .team-wrapper:hover .team-action {
      top: 80%; } }

/*----video wrapper----*/
.video-wrapper .video-inner {
  overflow: hidden;
  position: relative; }
  .video-wrapper .video-inner .video-btn-3 {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
.video-wrapper .video-services {
  padding-top: 144px !important;
  padding-bottom: 74px !important;
  padding-left: 80px;
  padding-right: 80px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-wrapper .video-services {
      padding-top: 60px !important;
      padding-bottom: 0 !important;
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (max-width: 540px) {
    .video-wrapper .video-services {
      padding-top: 40px !important;
      padding-bottom: 0 !important;
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 480px) {
    .video-wrapper .video-services {
      padding-top: 40px !important;
      padding-bottom: 0 !important;
      padding-left: 40px;
      padding-right: 40px; } }
  .video-wrapper .video-services .video-services-cover {
    display: flex; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .video-wrapper .video-services .video-services-cover {
        display: block; } }
    @media only screen and (max-width: 540px) {
      .video-wrapper .video-services .video-services-cover {
        display: block; } }
    .video-wrapper .video-services .video-services-cover .services-item {
      padding-top: 30px;
      margin-bottom: 70px;
      padding-right: 18% !important;
      position: relative;
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 1; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .video-wrapper .video-services .video-services-cover .services-item {
          padding-right: 3% !important;
          top: 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .video-wrapper .video-services .video-services-cover .services-item {
          padding-right: 3% !important; } }
      @media only screen and (max-width: 540px) {
        .video-wrapper .video-services .video-services-cover .services-item {
          margin-bottom: 40px;
          padding-right: 0 !important; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .video-wrapper .video-services .video-services-cover .services-item {
          margin-bottom: 60px;
          padding-right: 0 !important; } }
      @media only screen and (max-width: 480px) {
        .video-wrapper .video-services .video-services-cover .services-item {
          margin-bottom: 40px;
          padding-right: 0 !important; } }
      @media only screen and (max-width: 320px) {
        .video-wrapper .video-services .video-services-cover .services-item {
          margin-bottom: 40px;
          padding-right: 0 !important; } }
      .video-wrapper .video-services .video-services-cover .services-item .back-title {
        position: absolute;
        font-size: 180px;
        font-weight: 700;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.2;
        color: #edf7fa;
        font-family: "Cormorant Garamond", Georgia, serif;
        letter-spacing: .1em; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .video-wrapper .video-services .video-services-cover .services-item .back-title {
            font-size: 160px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .video-wrapper .video-services .video-services-cover .services-item .back-title {
            font-size: 140px;
            top: 25px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .video-wrapper .video-services .video-services-cover .services-item .back-title {
            font-size: 120px;
            top: 15px; } }
        @media only screen and (max-width: 540px) {
          .video-wrapper .video-services .video-services-cover .services-item .back-title {
            font-size: 110px;
            top: 20px; } }
      .video-wrapper .video-services .video-services-cover .services-item h3 {
        color: #ffffff;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 21px;
        text-transform: uppercase;
        letter-spacing: .1em; }
      .video-wrapper .video-services .video-services-cover .services-item .qodef-separator {
        width: 40px;
        border-bottom-width: 1px;
        border-bottom: 1px solid #ffffff; }
      .video-wrapper .video-services .video-services-cover .services-item p {
        color: #ffffff;
        margin-top: 13px; }

/*---- port ---*/
.port-area {
  background-image: url(../images/about/port-contact.jpg); }
  .port-area .port-inner {
    padding: 130px 0 130px 0; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .port-area .port-inner {
        padding: 60px 0 60px 0; } }
    @media only screen and (max-width: 540px) {
      .port-area .port-inner {
        padding: 60px 0 60px 0; } }
    .port-area .port-inner .port-wrapper {
      float: left; }
      .port-area .port-inner .port-wrapper .port-content .headline {
        letter-spacing: 1.5px;
        color: #ffffff; }
      .port-area .port-inner .port-wrapper .port-content .qodef-separator-holder {
        padding: 8px 0; }
        .port-area .port-inner .port-wrapper .port-content .qodef-separator-holder .qodef-separator {
          width: 70px;
          border-bottom-width: 1px;
          border-bottom: 1px solid #ffffff;
          margin: 10px 0; }
      .port-area .port-inner .port-wrapper .port-content .headline-content {
        font-size: 36px;
        line-height: 45px;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 600; }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .port-area .port-inner .port-wrapper .port-content .headline-content {
            font-size: 30px; } }
        @media only screen and (max-width: 540px) {
          .port-area .port-inner .port-wrapper .port-content .headline-content {
            font-size: 30px; } }
        @media only screen and (max-width: 320px) {
          .port-area .port-inner .port-wrapper .port-content .headline-content {
            font-size: 25px;
            line-height: 30px; } }
        .port-area .port-inner .port-wrapper .port-content .headline-content em {
          font-style: normal;
          font-weight: 400; }
      .port-area .port-inner .port-wrapper .port-content-button {
        text-align: right;
        margin-top: 70px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .port-area .port-inner .port-wrapper .port-content-button {
            margin-top: 50px; } }
        @media only screen and (max-width: 767px) {
          .port-area .port-inner .port-wrapper .port-content-button {
            margin-top: 50px;
            text-align: left; } }
        .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis {
          margin-right: 25px; }
          .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis:last-child {
            margin-right: 0; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis {
              margin-right: 6px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis {
              margin-right: 0;
              margin-bottom: 20px; }
              .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis:last-child {
                margin-bottom: 0; } }
          @media only screen and (max-width: 767px) {
            .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis {
              margin-right: 0;
              margin-bottom: 20px; }
              .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis:last-child {
                margin-bottom: 0; } }
          .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis a i, .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis .Button-Widget i {
            font-size: 2.8em;
            width: 2em;
            height: 2em;
            line-height: 2; }
          .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis a .service-content-title, .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis .Button-Widget .service-content-title {
            padding: 15px 30px 15px 0;
            text-align: left; }
            .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis a .service-content-title .service-content-supertitle, .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis .Button-Widget .service-content-title .service-content-supertitle {
              letter-spacing: 1px;
              line-height: 1;
              margin-bottom: 11px; }
            .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis a .service-content-title .service-title, .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis .Button-Widget .service-content-title .service-title {
              font-size: 25px;
              line-height: 1; }
              @media only screen and (max-width: 320px) {
                .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis a .service-content-title .service-title, .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis .Button-Widget .service-content-title .service-title {
                  font-size: 20px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-03 .team-area {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-03 .team-area {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .home-03 .team-area {
      padding-top: 50px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 540px) {
    .home-03 .team-area {
      padding-top: 40px;
      padding-bottom: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-03 .team-area .team-column .team-info {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .home-03 .team-area .team-column .team-info {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 540px) {
      .home-03 .team-area .team-column .team-info {
        margin-bottom: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .home-03 .team-area .team-column .team-info .team-box p {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 540px) {
        .home-03 .team-area .team-column .team-info .team-box p {
          margin-bottom: 20px; } }


/* === KCK.CASA overrides === */

/* === Genesis style.css section [18] about-style === */
/*-------- 18. About style ---------*/
.video-btn-3 a {
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  font-size: 25px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-btn-3 a {
      width: 80px;
      height: 80px;
      line-height: 80px; } }
  @media only screen and (max-width: 767px) {
    .video-btn-3 a {
      width: 60px;
      height: 60px;
      line-height: 60px; } }
  .video-btn-3 a i {
    line-height: 105px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-btn-3 a i {
        line-height: 80px; } }
    @media only screen and (max-width: 767px) {
      .video-btn-3 a i {
        line-height: 60px; } }
  .video-btn-3 a::before {
    animation: 1500ms ease-out 0s normal none infinite running border-jump;
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    z-index: 2; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-btn-3 a::before {
        width: 80px;
        height: 80px; } }
    @media only screen and (max-width: 767px) {
      .video-btn-3 a::before {
        width: 60px;
        height: 60px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-btn-3 a::before {
        width: 75px;
        height: 75px; } }
    @media only screen and (max-width: 767px) {
      .video-btn-3 a::before {
        width: 50px;
        height: 50px; } }
  .video-btn-3 a:hover {
    background-color: #191919;
    color: #fff; }
.video-btn-3.video-btn-3-yellow a {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: transparent;
  border: 1px solid; }
  @media only screen and (max-width: 767px) {
    .video-btn-3.video-btn-3-yellow a {
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-btn-3.video-btn-3-yellow a {
      line-height: 90px;
      width: 90px;
      height: 90px; } }
  .video-btn-3.video-btn-3-yellow a i {
    line-height: 110px; }
    @media only screen and (max-width: 767px) {
      .video-btn-3.video-btn-3-yellow a i {
        line-height: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-btn-3.video-btn-3-yellow a i {
        line-height: 90px; } }
  .video-btn-3.video-btn-3-yellow a:hover {
    background-color: #1a1f3d;
    color: #fff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area.pt-155 {
    padding-top: 80px; } }
@media only screen and (max-width: 767px) {
  .about-area.pt-155 {
    padding-top: 20px; } }
.about-us-img img {
  width: 100%; }

.about-full-width {
  overflow: hidden; }
  .about-full-width .about-inner {
    overflow: hidden;
    position: relative; }
    .about-full-width .about-inner .choose-content {
      position: absolute;
      top: auto;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 2;
      padding: 180px 32% 33px 5.5% !important; }
      @media only screen and (max-width: 320px) {
        .about-full-width .about-inner .choose-content {
          padding: 180px 5% 5px 5.5% !important; } }
      .about-full-width .about-inner .choose-content .qodef-separator {
        border-bottom: 2px solid #000000;
        margin: 10px 0;
        width: 70px; }
      .about-full-width .about-inner .choose-content p {
        font-size: 25px;
        line-height: 35px;
        color: #000000;
        margin: 40px 0 25px 0;
        font-family: "Cormorant Garamond", Georgia, serif; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .about-full-width .about-inner .choose-content p {
            font-size: 20px;
            line-height: 25px;
            margin: 25px 0 10px 0; } }
        @media only screen and (max-width: 767px) {
          .about-full-width .about-inner .choose-content p {
            font-size: 15px;
            line-height: 18px;
            margin: 15px 0 10px 0; } }
        @media only screen and (max-width: 320px) {
          .about-full-width .about-inner .choose-content p {
            font-size: 13px;
            line-height: 15px; } }

/*/ start count stats /*/
.stats {
  font-size: 36px;
  font-weight: 600;
  line-height: 70px;
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 5.5px;
  color: #000000;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .stats {
      font-size: 30px;
      line-height: 50px;
      margin-bottom: 20px; }
      .stats:last-child {
        margin-bottom: 0; } }
  .stats h5 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #000000;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 20px; }
    @media only screen and (max-width: 767px) {
      .stats h5 {
        margin-top: 15px; } }
  .stats p {
    letter-spacing: 0;
    margin: 10px auto 0;
    width: 75%;
    color: #555;
    font-family: "Cormorant Garamond", Georgia, serif; }

/*/ end count stats /*/
.about-us-area .about-us-content {
  padding-top: 75px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area .about-us-content {
      padding-left: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area .about-us-content {
      padding-left: 0px;
      margin-bottom: 40px;
      padding-top: 0px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-us-area .about-us-content {
      padding-top: 0px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 540px) {
    .about-us-area .about-us-content {
      padding-top: 0px;
      margin-bottom: 40px; } }
  .about-us-area .about-us-content h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-us-area .about-us-content h2 {
        font-size: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-us-area .about-us-content h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .about-us-area .about-us-content h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 320px) {
      .about-us-area .about-us-content h2 {
        font-size: 25px;
        line-height: 30px; } }
  .about-us-area .about-us-content .qodef-separator-holder {
    padding: 13px 0; }
    .about-us-area .about-us-content .qodef-separator-holder .qodef-separator {
      width: 40px;
      border-bottom-width: 1px;
      border-bottom: 1px solid #222;
      margin: 10px 0; }
  .about-us-area .about-us-content p {
    line-height: 26px;
    margin: 0 0 40px;
    font-size: 17px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-us-area .about-us-content p {
        margin: 0 0 30px;
        font-size: 16px; } }
    @media only screen and (max-width: 540px) {
      .about-us-area .about-us-content p {
        margin: 0 0 30px;
        font-size: 16px; } }
    @media only screen and (max-width: 480px) {
      .about-us-area .about-us-content p {
        font-size: 15px; } }
.about-us-area .about-us-img {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-us-area .about-us-img {
      padding-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area .about-us-img {
      padding-left: 0; } }
  @media only screen and (max-width: 540px) {
    .about-us-area .about-us-img {
      padding-left: 0; } }
  .about-us-area .about-us-img .about-img-1 {
    opacity: 1;
    top: 0;
    margin: 35px 35px 0 0; }
    .about-us-area .about-us-img .about-img-1 img {
      height: auto;
      max-width: 100%;
      width: 720px; }
      .about-us-area .about-us-img .about-img-1 img:hover {
        transform: translateY(-8px); }
    .about-us-area .about-us-img .about-img-1 .about-img-02 img {
      height: 490px;
      max-width: 100%;
      width: 50%;
      position: absolute;
      display: block;
      top: 0px;
      right: 0px; }
      .about-us-area .about-us-img .about-img-1 .about-img-02 img:hover {
        transform: translateY(-8px); }
      @media only screen and (min-width: 1366px) and (max-width: 1600px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 420px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1365px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 420px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 325px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 445px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 325px; } }
      @media only screen and (max-width: 540px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 325px; } }
      @media only screen and (max-width: 480px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 280px; } }
      @media only screen and (max-width: 320px) {
        .about-us-area .about-us-img .about-img-1 .about-img-02 img {
          height: 175px; } }
  .about-us-area .about-us-img .wpb-wrapper h6 {
    font-size: 16px;
    color: #222;
    margin: 25px 0 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

.skill-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 30px;
  position: relative;
  font-family: "Cormorant Garamond", Georgia, serif; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .skill-content h2 {
      font-size: 30px;
      margin: 0 0 12px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .skill-content h2 {
      font-size: 30px;
      margin: 0 0 20px; } }
  @media only screen and (max-width: 767px) {
    .skill-content h2 {
      font-size: 22px;
      margin: 0 0 10px;
      letter-spacing: 1px; } }

.skill-bar {
  overflow: hidden;
  padding-top: 11px;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .skill-bar {
      margin-top: 10px; } }
  .skill-bar .skill-bar-item {
    padding-bottom: 30px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .skill-bar .skill-bar-item {
        padding-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .skill-bar .skill-bar-item {
        padding-bottom: 20px; } }
    .skill-bar .skill-bar-item > span {
      font-size: 15px;
      text-align: center;
      text-transform: capitalize;
      z-index: 2; }
    .skill-bar .skill-bar-item .progress {
      background-color: #EFEFEF;
      border-radius: 0;
      box-shadow: none;
      height: 5px;
      margin-top: 9px;
      overflow: visible; }
      .skill-bar .skill-bar-item .progress .progress-bar {
        background-color: #1a1f3d;
        box-shadow: none;
        position: relative; }
        .skill-bar .skill-bar-item .progress .progress-bar span.text-top {
          color: #262626;
          font-size: 15px;
          text-transform: uppercase;
          position: absolute;
          right: 0;
          top: -32px; }
    .skill-bar .skill-bar-item:nth-child(1) .progress-bar {
      width: 95%; }
    .skill-bar .skill-bar-item:nth-child(2) .progress-bar {
      width: 85%; }
    .skill-bar .skill-bar-item:nth-child(3) .progress-bar {
      width: 80%; }
    .skill-bar .skill-bar-item:nth-child(4) .progress-bar {
      width: 99%; }

.skill-img {
  margin-left: 50px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .skill-img {
      margin-left: 0px; } }
  @media only screen and (max-width: 767px) {
    .skill-img {
      margin-left: 0px; } }
  .skill-img img {
    width: 100%; }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-area .team-title-text {
    margin-bottom: 40px; } }
@media only screen and (max-width: 540px) {
  .team-area .team-title-text {
    margin-bottom: 40px; } }
.team-area .team-title-text h2 {
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 11px;
  color: #111; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .team-area .team-title-text h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 540px) {
    .team-area .team-title-text h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 320px) {
    .team-area .team-title-text h2 {
      font-size: 25px;
      line-height: 30px; } }
.team-area .team-title-text .qodef-separator-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .team-area .team-title-text .qodef-separator-holder .qodef-separator {
    width: 40px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #222;
    margin: 10px 0; }
.team-area .team-title-text p {
  margin-top: 13px; }
.team-area .team-wrapper .team-img {
  overflow: hidden;
  position: relative; }
  .team-area .team-wrapper .team-img a img {
    width: 100%; }
  .team-area .team-wrapper .team-img .team-action {
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 70%;
    transform: translateY(-50%);
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 5; }
    .team-area .team-wrapper .team-img .team-action a {
      color: #fff;
      font-size: 15px;
      transition: all 0.3s ease 0s;
      margin: 7px 10px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      display: block;
      border-radius: 100%; }
      .team-area .team-wrapper .team-img .team-action a.facebook {
        background-color: #3b5998;
        border: 1px solid #3b5998; }
        .team-area .team-wrapper .team-img .team-action a.facebook:hover {
          background-color: transparent;
          color: #3b5998; }
      .team-area .team-wrapper .team-img .team-action a.twitter {
        background-color: #55acee;
        border: 1px solid #55acee; }
        .team-area .team-wrapper .team-img .team-action a.twitter:hover {
          background-color: transparent;
          color: #55acee; }
      .team-area .team-wrapper .team-img .team-action a.instagram {
        background-color: #c32aa3;
        border: 1px solid #c32aa3; }
        .team-area .team-wrapper .team-img .team-action a.instagram:hover {
          background-color: transparent;
          color: #c32aa3; }
.team-area .team-wrapper .team-content {
  margin-top: 22px; }
  .team-area .team-wrapper .team-content h4 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #111; }
  .team-area .team-wrapper .team-content span {
    font-size: 16px;
    margin: 1px 0 0; }
.team-area .team-wrapper:hover .team-action {
  opacity: 1;
  visibility: visible;
  top: 80%; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-area .team-wrapper:hover .team-action {
      top: 80%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-area .team-wrapper:hover .team-action {
      top: 80%; } }
  @media only screen and (max-width: 767px) {
    .team-area .team-wrapper:hover .team-action {
      top: 75%; } }
  @media only screen and (max-width: 540px) {
    .team-area .team-wrapper:hover .team-action {
      top: 85%; } }
  @media only screen and (max-width: 320px) {
    .team-area .team-wrapper:hover .team-action {
      top: 80%; } }

/*----video wrapper----*/
.video-wrapper .video-inner {
  overflow: hidden;
  position: relative; }
  .video-wrapper .video-inner .video-btn-3 {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
.video-wrapper .video-services {
  padding-top: 144px !important;
  padding-bottom: 74px !important;
  padding-left: 80px;
  padding-right: 80px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-wrapper .video-services {
      padding-top: 60px !important;
      padding-bottom: 0 !important;
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (max-width: 540px) {
    .video-wrapper .video-services {
      padding-top: 40px !important;
      padding-bottom: 0 !important;
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 480px) {
    .video-wrapper .video-services {
      padding-top: 40px !important;
      padding-bottom: 0 !important;
      padding-left: 40px;
      padding-right: 40px; } }
  .video-wrapper .video-services .video-services-cover {
    display: flex; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .video-wrapper .video-services .video-services-cover {
        display: block; } }
    @media only screen and (max-width: 540px) {
      .video-wrapper .video-services .video-services-cover {
        display: block; } }
    .video-wrapper .video-services .video-services-cover .services-item {
      padding-top: 30px;
      margin-bottom: 70px;
      padding-right: 18% !important;
      position: relative;
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 1; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .video-wrapper .video-services .video-services-cover .services-item {
          padding-right: 3% !important;
          top: 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .video-wrapper .video-services .video-services-cover .services-item {
          padding-right: 3% !important; } }
      @media only screen and (max-width: 540px) {
        .video-wrapper .video-services .video-services-cover .services-item {
          margin-bottom: 40px;
          padding-right: 0 !important; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .video-wrapper .video-services .video-services-cover .services-item {
          margin-bottom: 60px;
          padding-right: 0 !important; } }
      @media only screen and (max-width: 480px) {
        .video-wrapper .video-services .video-services-cover .services-item {
          margin-bottom: 40px;
          padding-right: 0 !important; } }
      @media only screen and (max-width: 320px) {
        .video-wrapper .video-services .video-services-cover .services-item {
          margin-bottom: 40px;
          padding-right: 0 !important; } }
      .video-wrapper .video-services .video-services-cover .services-item .back-title {
        position: absolute;
        font-size: 180px;
        font-weight: 700;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.2;
        color: #edf7fa;
        font-family: "Cormorant Garamond", Georgia, serif;
        letter-spacing: .1em; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .video-wrapper .video-services .video-services-cover .services-item .back-title {
            font-size: 160px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .video-wrapper .video-services .video-services-cover .services-item .back-title {
            font-size: 140px;
            top: 25px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .video-wrapper .video-services .video-services-cover .services-item .back-title {
            font-size: 120px;
            top: 15px; } }
        @media only screen and (max-width: 540px) {
          .video-wrapper .video-services .video-services-cover .services-item .back-title {
            font-size: 110px;
            top: 20px; } }
      .video-wrapper .video-services .video-services-cover .services-item h3 {
        color: #ffffff;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 21px;
        text-transform: uppercase;
        letter-spacing: .1em; }
      .video-wrapper .video-services .video-services-cover .services-item .qodef-separator {
        width: 40px;
        border-bottom-width: 1px;
        border-bottom: 1px solid #ffffff; }
      .video-wrapper .video-services .video-services-cover .services-item p {
        color: #ffffff;
        margin-top: 13px; }

/*---- port ---*/
.port-area {
  background-image: url(../images/about/port-contact.jpg); }
  .port-area .port-inner {
    padding: 130px 0 130px 0; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .port-area .port-inner {
        padding: 60px 0 60px 0; } }
    @media only screen and (max-width: 540px) {
      .port-area .port-inner {
        padding: 60px 0 60px 0; } }
    .port-area .port-inner .port-wrapper {
      float: left; }
      .port-area .port-inner .port-wrapper .port-content .headline {
        letter-spacing: 1.5px;
        color: #ffffff; }
      .port-area .port-inner .port-wrapper .port-content .qodef-separator-holder {
        padding: 8px 0; }
        .port-area .port-inner .port-wrapper .port-content .qodef-separator-holder .qodef-separator {
          width: 70px;
          border-bottom-width: 1px;
          border-bottom: 1px solid #ffffff;
          margin: 10px 0; }
      .port-area .port-inner .port-wrapper .port-content .headline-content {
        font-size: 36px;
        line-height: 45px;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 600; }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .port-area .port-inner .port-wrapper .port-content .headline-content {
            font-size: 30px; } }
        @media only screen and (max-width: 540px) {
          .port-area .port-inner .port-wrapper .port-content .headline-content {
            font-size: 30px; } }
        @media only screen and (max-width: 320px) {
          .port-area .port-inner .port-wrapper .port-content .headline-content {
            font-size: 25px;
            line-height: 30px; } }
        .port-area .port-inner .port-wrapper .port-content .headline-content em {
          font-style: normal;
          font-weight: 400; }
      .port-area .port-inner .port-wrapper .port-content-button {
        text-align: right;
        margin-top: 70px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .port-area .port-inner .port-wrapper .port-content-button {
            margin-top: 50px; } }
        @media only screen and (max-width: 767px) {
          .port-area .port-inner .port-wrapper .port-content-button {
            margin-top: 50px;
            text-align: left; } }
        .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis {
          margin-right: 25px; }
          .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis:last-child {
            margin-right: 0; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis {
              margin-right: 6px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis {
              margin-right: 0;
              margin-bottom: 20px; }
              .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis:last-child {
                margin-bottom: 0; } }
          @media only screen and (max-width: 767px) {
            .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis {
              margin-right: 0;
              margin-bottom: 20px; }
              .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis:last-child {
                margin-bottom: 0; } }
          .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis a i, .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis .Button-Widget i {
            font-size: 2.8em;
            width: 2em;
            height: 2em;
            line-height: 2; }
          .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis a .service-content-title, .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis .Button-Widget .service-content-title {
            padding: 15px 30px 15px 0;
            text-align: left; }
            .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis a .service-content-title .service-content-supertitle, .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis .Button-Widget .service-content-title .service-content-supertitle {
              letter-spacing: 1px;
              line-height: 1;
              margin-bottom: 11px; }
            .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis a .service-content-title .service-title, .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis .Button-Widget .service-content-title .service-title {
              font-size: 25px;
              line-height: 1; }
              @media only screen and (max-width: 320px) {
                .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis a .service-content-title .service-title, .port-area .port-inner .port-wrapper .port-content-button .Button-Widget-genesis .Button-Widget .service-content-title .service-title {
                  font-size: 20px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-03 .team-area {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-03 .team-area {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .home-03 .team-area {
      padding-top: 50px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 540px) {
    .home-03 .team-area {
      padding-top: 40px;
      padding-bottom: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-03 .team-area .team-column .team-info {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .home-03 .team-area .team-column .team-info {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 540px) {
      .home-03 .team-area .team-column .team-info {
        margin-bottom: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .home-03 .team-area .team-column .team-info .team-box p {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 540px) {
        .home-03 .team-area .team-column .team-info .team-box p {
          margin-bottom: 20px; } }
/* === Genesis login-register-style === */
/*-------- 26. Login register style ---------*/
.login-register-wrap h3 {
  font-size: 20px;
  margin: 0;
  color: #1D1D1D; }
  .login-register-wrap h3 i {
    margin-right: 10px; }
  .login-register-wrap h3 a {
    color: #969696; }
    .login-register-wrap h3 a:hover {
      color: #1a1f3d; }
.login-register-wrap .login-register-form {
  margin: 30px 0 0; }
  @media only screen and (max-width: 767px) {
    .login-register-wrap .login-register-form {
      margin: 10px 0 0; } }
  .login-register-wrap .login-register-form .sin-login-register {
    margin: 0 0 10px; }
    .login-register-wrap .login-register-form .sin-login-register input {
      background: transparent;
      border: 1px solid #CDCDCD;
      height: 70px;
      padding: 5px 20px;
      color: #777; }
      @media only screen and (max-width: 767px) {
        .login-register-wrap .login-register-form .sin-login-register input {
          height: 50px; } }
      .login-register-wrap .login-register-form .sin-login-register input:focus {
        border: 1px solid #262626; }

.login-register-btn .login {
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 7px;
  background-image: linear-gradient(135deg, #bb9248 0%, rgba(217, 168, 78, 0.83) 25%, #c79d4e 50%, #a68954 75%, #d9a84e 100%);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  display: inline-block;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  text-align: center;
  color: #fff;
  transition: all 300ms ease; }
.login-register-btn button {
  border: none;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  margin-right: 7px; }
  @media only screen and (max-width: 767px) {
    .login-register-btn button {
      margin-bottom: 10px; } }
  .login-register-btn button.login {
    padding: 18px 50px;
    background-color: #262626; }
  .login-register-btn button.login-fb {
    padding: 18px 30px;
    background-color: #435DA7; }
  .login-register-btn button:hover {
    background-position: 100% 100%;
    transform: translateY(-5px); }

.remember-lost-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 23px 0 45px;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .remember-lost-wrap {
      display: block;
      margin: 12px 0 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .remember-lost-wrap {
      display: flex;
      margin: 22px 0 25px; } }
  .remember-lost-wrap .remember-wrap {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .remember-lost-wrap .remember-wrap {
        display: block; } }
    .remember-lost-wrap .remember-wrap input {
      width: 16px;
      height: auto; }
    .remember-lost-wrap .remember-wrap label {
      line-height: 1;
      margin: 0 0 0 10px;
      color: #1D1D1D; }
  .remember-lost-wrap .lost-wrap a {
    line-height: 1;
    color: #D25B5B; }
    .remember-lost-wrap .lost-wrap a:hover {
      text-decoration: underline; }

.register-form-wrap {
  display: none; }

/* === Genesis my-account-style === */
/*-------- 27. My account style ---------*/
.myaccount-tab-menu {
  flex-direction: column; }
  .myaccount-tab-menu a {
    border: 1px solid #ccc;
    border-bottom: none;
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase; }
    .myaccount-tab-menu a:last-child {
      border-bottom: 1px solid #ccc; }
    .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
      background-color: #1a1f3d;
      border-color: #1a1f3d;
      color: #ffffff; }
    .myaccount-tab-menu a i.fa {
      font-size: 14px;
      text-align: center;
      width: 25px; }

@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-top: 30px; } }

.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px; }
  @media only screen and (max-width: 767px) {
    .myaccount-content {
      padding: 20px 15px; } }
  .myaccount-content form {
    margin-top: -20px; }
  .myaccount-content h3 {
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600; }
  .myaccount-content .welcome a:hover {
    color: #1a1f3d; }
  .myaccount-content .welcome strong {
    font-weight: 600;
    color: #1a1f3d; }
  .myaccount-content fieldset {
    margin-top: 20px; }
    .myaccount-content fieldset legend {
      font-size: 16px;
      margin-bottom: 20px;
      font-weight: 600;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc; }
  .myaccount-content .account-details-form {
    margin-top: 50px; }
    .myaccount-content .account-details-form .single-input-item {
      margin-bottom: 20px; }
      .myaccount-content .account-details-form .single-input-item label {
        font-size: 14px;
        text-transform: capitalize;
        display: block;
        margin: 0 0 5px; }
      .myaccount-content .account-details-form .single-input-item input {
        border: 1px solid #e8e8e8;
        height: 50px;
        background-color: transparent;
        padding: 2px 20px;
        color: #1f2226;
        font-size: 13px; }
        .myaccount-content .account-details-form .single-input-item input:focus {
          border: 1px solid #343538; }
      .myaccount-content .account-details-form .single-input-item button {
        border: none;
        background-color: #1a1f3d;
        text-transform: uppercase;
        font-weight: 600;
        padding: 9px 25px;
        color: #fff;
        font-size: 13px; }
        .myaccount-content .account-details-form .single-input-item button:hover {
          background-color: #1f2226; }

.myaccount-table {
  white-space: nowrap;
  font-size: 14px; }
  .myaccount-table table th,
  .myaccount-table .table th {
    padding: 10px;
    font-weight: 600;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-bottom: 0;
    color: #1f2226; }
  .myaccount-table table td,
  .myaccount-table .table td {
    padding: 10px;
    vertical-align: middle;
    border-color: #ccc; }

.saved-message {
  background-color: #fff;
  border-top: 3px solid #1a1f3d;
  font-size: 14px;
  padding: 20px 0;
  color: #333; }

/*-------- Start My Account Page Wrapper --------*/

/* === KCK.CASA overrides === */

/* === Genesis style.css section [26] login-register-style === */
/*-------- 26. Login register style ---------*/
.login-register-wrap h3 {
  font-size: 20px;
  margin: 0;
  color: #1D1D1D; }
  .login-register-wrap h3 i {
    margin-right: 10px; }
  .login-register-wrap h3 a {
    color: #969696; }
    .login-register-wrap h3 a:hover {
      color: #1a1f3d; }
.login-register-wrap .login-register-form {
  margin: 30px 0 0; }
  @media only screen and (max-width: 767px) {
    .login-register-wrap .login-register-form {
      margin: 10px 0 0; } }
  .login-register-wrap .login-register-form .sin-login-register {
    margin: 0 0 10px; }
    .login-register-wrap .login-register-form .sin-login-register input {
      background: transparent;
      border: 1px solid #CDCDCD;
      height: 70px;
      padding: 5px 20px;
      color: #777; }
      @media only screen and (max-width: 767px) {
        .login-register-wrap .login-register-form .sin-login-register input {
          height: 50px; } }
      .login-register-wrap .login-register-form .sin-login-register input:focus {
        border: 1px solid #262626; }

.login-register-btn .login {
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 7px;
  background-image: linear-gradient(135deg, #bb9248 0%, rgba(217, 168, 78, 0.83) 25%, #c79d4e 50%, #a68954 75%, #d9a84e 100%);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  display: inline-block;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  text-align: center;
  color: #fff;
  transition: all 300ms ease; }
.login-register-btn button {
  border: none;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  margin-right: 7px; }
  @media only screen and (max-width: 767px) {
    .login-register-btn button {
      margin-bottom: 10px; } }
  .login-register-btn button.login {
    padding: 18px 50px;
    background-color: #262626; }
  .login-register-btn button.login-fb {
    padding: 18px 30px;
    background-color: #435DA7; }
  .login-register-btn button:hover {
    background-position: 100% 100%;
    transform: translateY(-5px); }

.remember-lost-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 23px 0 45px;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .remember-lost-wrap {
      display: block;
      margin: 12px 0 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .remember-lost-wrap {
      display: flex;
      margin: 22px 0 25px; } }
  .remember-lost-wrap .remember-wrap {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .remember-lost-wrap .remember-wrap {
        display: block; } }
    .remember-lost-wrap .remember-wrap input {
      width: 16px;
      height: auto; }
    .remember-lost-wrap .remember-wrap label {
      line-height: 1;
      margin: 0 0 0 10px;
      color: #1D1D1D; }
  .remember-lost-wrap .lost-wrap a {
    line-height: 1;
    color: #D25B5B; }
    .remember-lost-wrap .lost-wrap a:hover {
      text-decoration: underline; }

.register-form-wrap {
  display: none; }

/* === Genesis style.css section [27] my-account-style === */
/*-------- 27. My account style ---------*/
.myaccount-tab-menu {
  flex-direction: column; }
  .myaccount-tab-menu a {
    border: 1px solid #ccc;
    border-bottom: none;
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase; }
    .myaccount-tab-menu a:last-child {
      border-bottom: 1px solid #ccc; }
    .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
      background-color: #1a1f3d;
      border-color: #1a1f3d;
      color: #ffffff; }
    .myaccount-tab-menu a i.fa {
      font-size: 14px;
      text-align: center;
      width: 25px; }

@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-top: 30px; } }

.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px; }
  @media only screen and (max-width: 767px) {
    .myaccount-content {
      padding: 20px 15px; } }
  .myaccount-content form {
    margin-top: -20px; }
  .myaccount-content h3 {
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600; }
  .myaccount-content .welcome a:hover {
    color: #1a1f3d; }
  .myaccount-content .welcome strong {
    font-weight: 600;
    color: #1a1f3d; }
  .myaccount-content fieldset {
    margin-top: 20px; }
    .myaccount-content fieldset legend {
      font-size: 16px;
      margin-bottom: 20px;
      font-weight: 600;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc; }
  .myaccount-content .account-details-form {
    margin-top: 50px; }
    .myaccount-content .account-details-form .single-input-item {
      margin-bottom: 20px; }
      .myaccount-content .account-details-form .single-input-item label {
        font-size: 14px;
        text-transform: capitalize;
        display: block;
        margin: 0 0 5px; }
      .myaccount-content .account-details-form .single-input-item input {
        border: 1px solid #e8e8e8;
        height: 50px;
        background-color: transparent;
        padding: 2px 20px;
        color: #1f2226;
        font-size: 13px; }
        .myaccount-content .account-details-form .single-input-item input:focus {
          border: 1px solid #343538; }
      .myaccount-content .account-details-form .single-input-item button {
        border: none;
        background-color: #1a1f3d;
        text-transform: uppercase;
        font-weight: 600;
        padding: 9px 25px;
        color: #fff;
        font-size: 13px; }
        .myaccount-content .account-details-form .single-input-item button:hover {
          background-color: #1f2226; }

.myaccount-table {
  white-space: nowrap;
  font-size: 14px; }
  .myaccount-table table th,
  .myaccount-table .table th {
    padding: 10px;
    font-weight: 600;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-bottom: 0;
    color: #1f2226; }
  .myaccount-table table td,
  .myaccount-table .table td {
    padding: 10px;
    vertical-align: middle;
    border-color: #ccc; }

.saved-message {
  background-color: #fff;
  border-top: 3px solid #1a1f3d;
  font-size: 14px;
  padding: 20px 0;
  color: #333; }

/*-------- Start My Account Page Wrapper --------*//* === Genesis blog-style === */
/*-------- 8. Blog style ---------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area {
    padding-bottom: 80px; } }
.blog-area .title-headline h3 {
  margin-bottom: 10px; }
  .blog-area .title-headline h3 .headline {
    line-height: 24px;
    font-size: 14px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 1.5px;
    color: #000000;
    display: flex;
    align-items: center; }
    .blog-area .title-headline h3 .headline:before {
      content: "";
      display: inline-block;
      width: 4em;
      margin: 0;
      margin-right: 25px;
      border-style: solid;
      border-width: 1px 0 0; }
.blog-area .blog-round {
  margin: 0 0 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area .blog-round {
      margin: 0 0 40px; }
      .blog-area .blog-round:last-child {
        margin: 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .blog-area .blog-round {
      margin: 0 0 40px; }
      .blog-area .blog-round:last-child {
        margin: 0 0 0; } }
  .blog-area .blog-round .blog-wrap .blog-img {
    overflow: hidden; }
    .blog-area .blog-round .blog-wrap .blog-img a img {
      width: 100%;
      transition: .5s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .blog-area .blog-round .blog-wrap .blog-img .video-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      left: 50%; }
      .blog-area .blog-round .blog-wrap .blog-img .video-btn a {
        display: inline-block;
        width: 58px;
        height: 58px;
        text-align: center;
        line-height: 58px;
        background-color: #fff;
        color: #191919;
        border-radius: 100%; }
        .blog-area .blog-round .blog-wrap .blog-img .video-btn a i {
          line-height: 58px; }
        .blog-area .blog-round .blog-wrap .blog-img .video-btn a:hover {
          background-color: #191919;
          color: #fff; }
  .blog-area .blog-round .blog-wrap .blog-content .blog-category > a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3.57px;
    position: relative;
    padding-left: 32px;
    display: block; }
    .blog-area .blog-round .blog-wrap .blog-content .blog-category > a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #1b1b1b;
      width: 22px;
      height: 1px; }
  .blog-area .blog-round .blog-wrap .blog-content h3 {
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 600; }
    @media only screen and (min-width: 1200px) and (max-width: 1365px) {
      .blog-area .blog-round .blog-wrap .blog-content h3 {
        font-size: 20px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .blog-area .blog-round .blog-wrap .blog-content h3 {
        font-size: 19px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-area .blog-round .blog-wrap .blog-content h3 {
        font-size: 19px; } }
    @media only screen and (max-width: 767px) {
      .blog-area .blog-round .blog-wrap .blog-content h3 {
        font-size: 18px; } }
  .blog-area .blog-round .blog-wrap .blog-content .qodef-separator {
    width: 40px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #222;
    margin: 15px 0; }
  .blog-area .blog-round .blog-wrap .blog-content p {
    margin-top: 6px;
    margin-bottom: 25px;
    padding-right: 35px; }
  .blog-area .blog-round .blog-wrap .blog-content .blog-meta {
    margin-top: 40px; }
    .blog-area .blog-round .blog-wrap .blog-content .blog-meta ul {
      margin-bottom: 8px; }
      .blog-area .blog-round .blog-wrap .blog-content .blog-meta ul li {
        font-size: 14px;
        color: #000000;
        display: inline-block;
        margin-right: 2px; }
        .blog-area .blog-round .blog-wrap .blog-content .blog-meta ul li a {
          font-size: 14px;
          color: #000000; }
  .blog-area .blog-round .blog-wrap .blog-content .blog-btn a {
    display: inline-block;
    color: #1b1b1b;
    line-height: 1;
    border-bottom: 1px solid #1b1b1b; }
    .blog-area .blog-round .blog-wrap .blog-content .blog-btn a:hover {
      color: #666;
      border-bottom: 1px solid #666; }
  .blog-area .blog-round .blog-wrap:hover img {
    -webkit-transform: scale(1.05) translateX(3px);
    -ms-transform: scale(1.05) translateX(3px);
    transform: scale(1.05) translateX(3px); }

.dot-style-1 .owl-dots {
  text-align: center;
  margin-top: 30px; }
  .dot-style-1 .owl-dots .owl-dot {
    background-color: #d8d8d8;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
    transition: all .3s ease 0s; }
    .dot-style-1 .owl-dots .owl-dot.active, .dot-style-1 .owl-dots .owl-dot:hover {
      background-color: #1b1b1b; }
.dot-style-1.dot-style-1-white .owl-dots .owl-dot {
  background-color: #fff; }
  .dot-style-1.dot-style-1-white .owl-dots .owl-dot.active, .dot-style-1.dot-style-1-white .owl-dots .owl-dot:hover {
    background-color: #1b1b1b; }

.blog-wrap-3 {
  position: relative; }
  .blog-wrap-3 .blog-img-3 {
    position: relative;
    overflow: hidden; }
    .blog-wrap-3 .blog-img-3::before {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #1b1b1b);
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 9; }
    .blog-wrap-3 .blog-img-3 a {
      display: block; }
      .blog-wrap-3 .blog-img-3 a img {
        width: 100%;
        transform: scale(1) rotate(0deg);
        transition: all .5s ease 0s; }
  .blog-wrap-3:hover .blog-img-3 a img {
    transform: scale(1.1) rotate(3deg); }

.blog-more a {
  color: #393939; }
  .blog-more a:hover {
    color: #D4A843; }
@media only screen and (max-width: 767px) {
  .blog-more.mt-30 {
    margin-top: 10px; } }

.kids-blog-ptb {
  padding: 162px 0px; }
  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .kids-blog-ptb {
      padding: 120px 0px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .kids-blog-ptb {
      padding: 100px 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .kids-blog-ptb {
      padding: 100px 0px; } }
  @media only screen and (max-width: 767px) {
    .kids-blog-ptb {
      padding: 50px 0px; } }

.organic-blog-ptb-1 {
  padding: 233px 0 243px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .organic-blog-ptb-1 {
      padding: 200px 0 243px !important; } }
  @media only screen and (max-width: 767px) {
    .organic-blog-ptb-1 {
      padding: 100px 0 150px !important; } }

.blog-wrap-4 {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .blog-wrap-4 {
      padding-bottom: 30px;
      margin-bottom: 30px; } }
  .blog-wrap-4 .blog-img-4 {
    position: relative;
    overflow: hidden;
    margin: 0 0 13px; }
    .blog-wrap-4 .blog-img-4 > a {
      display: block; }
      .blog-wrap-4 .blog-img-4 > a > img {
        width: 100%;
        transform: scale(1);
        transition: all .5s ease 0s; }
    .blog-wrap-4 .blog-img-4 > span {
      position: absolute;
      left: 0;
      bottom: 0;
      color: #fff;
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: .96px;
      background-color: #1a1f3d;
      display: inline-block;
      line-height: 1;
      padding: 11px 50px; }
      @media only screen and (max-width: 767px) {
        .blog-wrap-4 .blog-img-4 > span {
          padding: 11px 20px; } }
    .blog-wrap-4 .blog-img-4 .video-btn-4 {
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      left: 50%; }
      .blog-wrap-4 .blog-img-4 .video-btn-4 a {
        display: inline-block;
        width: 58px;
        height: 58px;
        text-align: center;
        line-height: 58px;
        background-color: #fff;
        color: #191919;
        border-radius: 100%; }
        .blog-wrap-4 .blog-img-4 .video-btn-4 a i {
          line-height: 58px; }
        .blog-wrap-4 .blog-img-4 .video-btn-4 a:hover {
          background-color: #191919;
          color: #fff; }
  .blog-wrap-4 .blog-content-4 h3 {
    font-size: 32px;
    color: #2f2f2f;
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .blog-wrap-4 .blog-content-4 h3 {
        font-size: 25px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-wrap-4 .blog-content-4 h3 {
        font-size: 25px; } }
    @media only screen and (max-width: 767px) {
      .blog-wrap-4 .blog-content-4 h3 {
        font-size: 20px;
        line-height: 30px; } }
    .blog-wrap-4 .blog-content-4 h3 a {
      color: #2f2f2f; }
      .blog-wrap-4 .blog-content-4 h3 a:hover {
        color: #1a1f3d; }
  .blog-wrap-4 .blog-content-4 .blog-meta-4 {
    padding: 10px 0 4px; }
    .blog-wrap-4 .blog-content-4 .blog-meta-4 ul li {
      font-size: 12px;
      color: #2f2f2f;
      display: inline-block;
      margin-right: 2px; }
      .blog-wrap-4 .blog-content-4 .blog-meta-4 ul li a {
        font-size: 12px;
        color: #2f2f2f; }
        .blog-wrap-4 .blog-content-4 .blog-meta-4 ul li a:hover {
          color: #1a1f3d; }
  .blog-wrap-4 .blog-content-4 p {
    color: #707070;
    line-height: 28px;
    margin: 0 0 25px; }
    @media only screen and (max-width: 767px) {
      .blog-wrap-4 .blog-content-4 p {
        margin: 0 0 15px; } }
  .blog-wrap-4 .blog-content-4 .Button-Widget-genesis a {
    font-weight: bold;
    letter-spacing: 2px; }
  .blog-wrap-4:hover > .blog-img-4 > a {
    transform: scale(1.05); }

.quote-content {
  background-color: #2f2f2f;
  padding: 50px 187px; }
  @media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .quote-content {
      padding: 50px 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .quote-content {
      padding: 50px 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .quote-content {
      padding: 50px 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .quote-content {
      padding: 40px 80px; } }
  @media only screen and (max-width: 767px) {
    .quote-content {
      padding: 40px 15px; } }
  .quote-content h5 {
    font-size: 18px;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    margin: 0 0 20px;
    line-height: 28px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .quote-content h5 {
        font-size: 16px;
        margin: 0 0 10px; } }
    .quote-content h5 a {
      color: #fff; }
      .quote-content h5 a:hover {
        color: #ffffff; }
  .quote-content .blog-name span {
    font-weight: bold;
    color: #fff;
    display: inline-block;
    position: relative; }
    .quote-content .blog-name span:before {
      position: absolute;
      left: -45px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      width: 32px;
      height: 2px;
      content: ""; }
    .quote-content .blog-name span:after {
      position: absolute;
      right: -45px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      width: 32px;
      height: 2px;
      content: ""; }
  .quote-content.quote-content-mrg {
    margin: 40px 0 38px; }

.main-blog-wrap.main-blog-wrap-mrg-none {
  margin-left: 0px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-blog-wrap {
    margin-left: 0px;
    margin-bottom: 50px; }
    .main-blog-wrap.main-blog-wrap-mrg-none {
      margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .main-blog-wrap {
    margin-left: 0px;
    margin-bottom: 50px; }
    .main-blog-wrap.main-blog-wrap-mrg-none {
      margin-bottom: 0; } }

.blog-details-content .blog-details-img {
  position: relative; }
  .blog-details-content .blog-details-img img {
    width: 100%; }
  .blog-details-content .blog-details-img > span {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .96px;
    background-color: #1d1d1d;
    display: inline-block;
    line-height: 1;
    padding: 11px 50px; }
.blog-details-content h3 {
  font-size: 32px;
  color: #2f2f2f;
  margin: 35px 0 0px;
  font-family: "Cormorant Garamond", Georgia, serif; }
  @media only screen and (max-width: 767px) {
    .blog-details-content h3 {
      font-size: 20px;
      line-height: 30px;
      margin: 10px 0 0px; } }
.blog-details-content .blog-meta-5 {
  padding: 10px 0 17px; }
  @media only screen and (max-width: 767px) {
    .blog-details-content .blog-meta-5 {
      padding: 10px 0 10px; } }
  .blog-details-content .blog-meta-5 ul li {
    font-size: 12px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 2px; }
    .blog-details-content .blog-meta-5 ul li a {
      font-size: 12px;
      color: #2f2f2f; }
      .blog-details-content .blog-meta-5 ul li a:hover {
        color: #1a1f3d; }
.blog-details-content p {
  color: #707070;
  line-height: 28px;
  margin: 0 0 18px; }
.blog-details-content .blog-dec-midle-content {
  margin: 38px 0 0; }
  @media only screen and (max-width: 767px) {
    .blog-details-content .blog-dec-midle-content {
      margin: 20px 0 0; } }
  .blog-details-content .blog-dec-midle-content img {
    width: 100%; }
  .blog-details-content .blog-dec-midle-content h3 {
    font-size: 32px;
    color: #2f2f2f;
    margin: 35px 0 18px;
    font-family: "Cormorant Garamond", Georgia, serif; }
    @media only screen and (max-width: 767px) {
      .blog-details-content .blog-dec-midle-content h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0 0px; } }
  .blog-details-content .blog-dec-midle-content p {
    color: #707070;
    line-height: 28px;
    margin: 0 0 18px; }

.blog-details-tag-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 46px 0 20px;
  flex-wrap: wrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8d8d8; }
  @media only screen and (max-width: 767px) {
    .blog-details-tag-social {
      margin: 25px 0 25px; } }
  .blog-details-tag-social .blog-details-tag ul {
    display: flex; }
    .blog-details-tag-social .blog-details-tag ul li {
      color: #2f2f2f;
      margin-right: 3px; }
      .blog-details-tag-social .blog-details-tag ul li a {
        color: #2f2f2f; }
        .blog-details-tag-social .blog-details-tag ul li a:hover {
          color: #1a1f3d; }
  @media only screen and (max-width: 767px) {
    .blog-details-tag-social .blog-details-social {
      margin-top: 10px; } }
  .blog-details-tag-social .blog-details-social ul {
    display: flex;
    align-items: center; }
    .blog-details-tag-social .blog-details-social ul li {
      margin-left: 10px; }
      @media only screen and (max-width: 767px) {
        .blog-details-tag-social .blog-details-social ul li {
          margin-left: 4px; } }
      .blog-details-tag-social .blog-details-social ul li:first-child {
        margin-left: 0; }
      .blog-details-tag-social .blog-details-social ul li a {
        display: inline-block;
        color: #191919;
        font-size: 18px; }
        .blog-details-tag-social .blog-details-social ul li a.facebook:hover {
          color: #3b5999; }
        .blog-details-tag-social .blog-details-social ul li a.twitter:hover {
          color: #55acee; }
        .blog-details-tag-social .blog-details-social ul li a.linkedin:hover {
          color: #0173a9; }
        .blog-details-tag-social .blog-details-social ul li a.pinterest:hover {
          color: #b90f16; }

.next-prev-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #d8d8d8; }
  .next-prev-wrap .next-prev-conent > h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 7px;
    color: #1d1d1d;
    font-family: "Cormorant Garamond", Georgia, serif; }
    @media only screen and (max-width: 767px) {
      .next-prev-wrap .next-prev-conent > h4 {
        font-size: 14px;
        margin: 0 0 3px; } }
    .next-prev-wrap .next-prev-conent > h4 a {
      color: #1d1d1d; }
      .next-prev-wrap .next-prev-conent > h4 a:hover {
        color: #1a1f3d; }
  .next-prev-wrap .next-prev-conent > a {
    color: #989898;
    font-size: 12px; }
    .next-prev-wrap .next-prev-conent > a:hover {
      color: #1a1f3d; }
  .next-prev-wrap .next-prev-conent.prev-wrap {
    text-align: right; }

.blog-comments-area {
  margin: 35px 0 50px; }
  @media only screen and (max-width: 767px) {
    .blog-comments-area {
      margin: 30px 0 30px; } }
  .blog-comments-area h4 {
    font-size: 24px;
    color: #2f2f2f;
    margin: 0 0 35px; }
    @media only screen and (max-width: 767px) {
      .blog-comments-area h4 {
        margin: 0 0 20px; } }
  .blog-comments-area .blog-comments-wrap {
    border: 1px solid #d1d1d1; }
    .blog-comments-area .blog-comments-wrap .single-blog-bundel {
      padding: 50px 50px 50px;
      border-bottom: 1px solid #d1d1d1; }
      @media only screen and (max-width: 767px) {
        .blog-comments-area .blog-comments-wrap .single-blog-bundel {
          padding: 30px 20px 30px; } }
      .blog-comments-area .blog-comments-wrap .single-blog-bundel:last-child {
        border-bottom: none; }
      .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment {
        display: flex; }
        @media only screen and (max-width: 767px) {
          .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment {
            flex-wrap: wrap; }
            .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment.ml-80 {
              margin-left: 0; } }
        .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-img {
          flex: 0 0 94px;
          margin-right: 57px; }
          @media only screen and (max-width: 767px) {
            .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-img {
              margin-bottom: 10px; } }
          .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-img img {
            width: 100%; }
        .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content p {
          font-size: 16px;
          color: #535353;
          font-family: "Cormorant Garamond", Georgia, serif;
          line-height: 28px; }
          @media only screen and (max-width: 767px) {
            .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content p {
              margin-bottom: 10px; } }
        .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply {
          display: flex; }
          @media only screen and (max-width: 767px) {
            .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply {
              display: block; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply {
              display: flex; } }
          .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply h5 {
            color: #989898;
            font-size: 14px;
            margin: 0 20px 0 0;
            line-height: 1; }
            @media only screen and (max-width: 767px) {
              .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply h5 {
                line-height: 25px; } }
            @media only screen and (min-width: 576px) and (max-width: 767px) {
              .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply h5 {
                line-height: 1; } }
          .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply a {
            display: inline-block;
            line-height: 1;
            color: #2f2f2f; }
            .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply a:hover {
              color: #1a1f3d; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-form {
    margin-bottom: 50px; }
    .comment-form.mrg-none {
      margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .comment-form {
    margin-bottom: 30px; }
    .comment-form.mrg-none {
      margin-bottom: 0; } }
.comment-form > h3 {
  font-size: 24px;
  color: #2f2f2f;
  margin: 0 0 7px; }
.comment-form p {
  font-size: 13px;
  color: #707070;
  margin: 0 0 45px; }
  @media only screen and (max-width: 767px) {
    .comment-form p {
      margin: 0 0 20px; } }
.comment-form form .leave-form {
  margin: 0 0 30px; }
  @media only screen and (max-width: 767px) {
    .comment-form form .leave-form {
      margin: 0 0 15px; } }
  .comment-form form .leave-form input {
    background-color: transparent;
    height: 60px;
    color: #2f2f2f;
    border: 1px solid #d1d1d1;
    padding: 2px 20px; }
    @media only screen and (max-width: 767px) {
      .comment-form form .leave-form input {
        height: 50px; } }
    .comment-form form .leave-form input:focus {
      border: 1px solid #262626; }
  .comment-form form .leave-form textarea {
    background-color: transparent;
    height: 150px;
    color: #2f2f2f;
    padding: 20px 20px 2px 20px;
    border: 1px solid #d1d1d1; }
    .comment-form form .leave-form textarea:focus {
      border: 1px solid #262626; }
.comment-form form .text-submit input {
  height: auto;
  border: none;
  display: inline-block;
  padding: 15px 45px;
  font-weight: bold;
  background-color: #d9a84e;
  color: #fff;
  width: auto;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase; }
  .comment-form form .text-submit input:hover {
    background-color: #1a1f3d; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area.pt-105 {
    padding-top: 65px; } }
@media only screen and (max-width: 767px) {
  .blog-area.pb-80 {
    padding-bottom: 13px; }
  .blog-area.pb-60 {
    padding-bottom: 50px; }

  .blog-details-wrap.ml-20 {
    margin-left: 0; } }
/* ----- blog layout -----*/
@media only screen and (max-width: 540px) {
  .blog-area {
    padding-top: 50px;
    padding-bottom: 50px; } }
.blog-area .main-blog-layout-wrap .blog-wrap-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-area .main-blog-layout-wrap .blog-wrap-layout {
      display: block; } }
  @media only screen and (max-width: 540px) {
    .blog-area .main-blog-layout-wrap .blog-wrap-layout {
      display: block; } }
  .blog-area .main-blog-layout-wrap .blog-wrap-layout:nth-child(even) .blog-content-layout {
    order: 1; }
  .blog-area .main-blog-layout-wrap .blog-wrap-layout:nth-child(even) .blog-image-layout {
    order: 2; }
  .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-image-layout {
    float: left; }
  .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout {
    float: left; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover {
        margin: 30px 0 30px 0; } }
    @media only screen and (max-width: 540px) {
      .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover {
        margin: 30px 0 30px 0; } }
    .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout {
      margin-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout {
          margin-bottom: 5px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout {
          margin-bottom: 5px; } }
      @media only screen and (max-width: 320px) {
        .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout {
          margin-bottom: 5px; } }
      .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h2 {
        margin-bottom: 20px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h2 {
            margin-bottom: 15px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h2 {
            margin-bottom: 10px; } }
        @media only screen and (max-width: 320px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h2 {
            margin-bottom: 10px; } }
        .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h2 .headline {
          line-height: 24px;
          font-size: 14px;
          font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
          letter-spacing: 1.5px;
          color: #D4A843;
          text-transform: uppercase;
          display: flex;
          align-items: center; }
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h2 .headline:before {
            content: "";
            display: inline-block;
            width: 4em;
            margin: 0;
            margin-right: 25px;
            border-style: solid;
            border-width: 1px 0 0; }
      .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h1 {
        font-size: 32px;
        line-height: 36px;
        color: #D4A843;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h1 {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 10px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h1 {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 5px; } }
      .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout ul li {
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: .5px;
        margin-top: 30px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout ul li {
            margin-top: 0; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout ul li {
            margin-top: 0; } }
        @media only screen and (max-width: 320px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout ul li {
            margin-top: 20px; } }
    .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .product-details-social a {
      color: #1d1d1d;
      display: inline-block;
      width: 32px;
      height: 32px;
      line-height: 32px;
      border-radius: 100%;
      text-align: center;
      font-size: 16px;
      margin: 0 7px 0 0;
      margin-top: 15px;
      background-color: #D4A843; }
      .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .product-details-social a:hover {
        color: #fff; }
.blog-area .main-blog-layout-wrap .onright {
  float: right;
  padding: 15px;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area .main-blog-layout-wrap .onright {
      margin-top: 0;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-area .main-blog-layout-wrap .onright {
      margin-top: 0;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 540px) {
    .blog-area .main-blog-layout-wrap .onright {
      margin-top: 0;
      margin-bottom: 30px;
      padding: 0 15px 0 15px; } }
  .blog-area .main-blog-layout-wrap .onright .pageNext a {
    font-weight: 600;
    letter-spacing: 1.5px; }
    .blog-area .main-blog-layout-wrap .onright .pageNext a i {
      margin-left: 10px; }
    .blog-area .main-blog-layout-wrap .onright .pageNext a:hover {
      color: #D4A843; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-02 .blog-area {
        padding-top: 60px;
        padding-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .home-02 .blog-area {
        padding-top: 40px;
        padding-bottom: 60px; } }
    @media only screen and (max-width: 540px) {
      .home-02 .blog-area {
        padding-top: 30px;
        padding-bottom: 50px; } }


/* === KCK.CASA overrides === */

/* === Genesis style.css section [8] blog-style === */
/*-------- 8. Blog style ---------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area {
    padding-bottom: 80px; } }
.blog-area .title-headline h3 {
  margin-bottom: 10px; }
  .blog-area .title-headline h3 .headline {
    line-height: 24px;
    font-size: 14px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 1.5px;
    color: #000000;
    display: flex;
    align-items: center; }
    .blog-area .title-headline h3 .headline:before {
      content: "";
      display: inline-block;
      width: 4em;
      margin: 0;
      margin-right: 25px;
      border-style: solid;
      border-width: 1px 0 0; }
.blog-area .blog-round {
  margin: 0 0 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area .blog-round {
      margin: 0 0 40px; }
      .blog-area .blog-round:last-child {
        margin: 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .blog-area .blog-round {
      margin: 0 0 40px; }
      .blog-area .blog-round:last-child {
        margin: 0 0 0; } }
  .blog-area .blog-round .blog-wrap .blog-img {
    overflow: hidden; }
    .blog-area .blog-round .blog-wrap .blog-img a img {
      width: 100%;
      transition: .5s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .blog-area .blog-round .blog-wrap .blog-img .video-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      left: 50%; }
      .blog-area .blog-round .blog-wrap .blog-img .video-btn a {
        display: inline-block;
        width: 58px;
        height: 58px;
        text-align: center;
        line-height: 58px;
        background-color: #fff;
        color: #191919;
        border-radius: 100%; }
        .blog-area .blog-round .blog-wrap .blog-img .video-btn a i {
          line-height: 58px; }
        .blog-area .blog-round .blog-wrap .blog-img .video-btn a:hover {
          background-color: #191919;
          color: #fff; }
  .blog-area .blog-round .blog-wrap .blog-content .blog-category > a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3.57px;
    position: relative;
    padding-left: 32px;
    display: block; }
    .blog-area .blog-round .blog-wrap .blog-content .blog-category > a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #1b1b1b;
      width: 22px;
      height: 1px; }
  .blog-area .blog-round .blog-wrap .blog-content h3 {
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 600; }
    @media only screen and (min-width: 1200px) and (max-width: 1365px) {
      .blog-area .blog-round .blog-wrap .blog-content h3 {
        font-size: 20px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .blog-area .blog-round .blog-wrap .blog-content h3 {
        font-size: 19px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-area .blog-round .blog-wrap .blog-content h3 {
        font-size: 19px; } }
    @media only screen and (max-width: 767px) {
      .blog-area .blog-round .blog-wrap .blog-content h3 {
        font-size: 18px; } }
  .blog-area .blog-round .blog-wrap .blog-content .qodef-separator {
    width: 40px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #222;
    margin: 15px 0; }
  .blog-area .blog-round .blog-wrap .blog-content p {
    margin-top: 6px;
    margin-bottom: 25px;
    padding-right: 35px; }
  .blog-area .blog-round .blog-wrap .blog-content .blog-meta {
    margin-top: 40px; }
    .blog-area .blog-round .blog-wrap .blog-content .blog-meta ul {
      margin-bottom: 8px; }
      .blog-area .blog-round .blog-wrap .blog-content .blog-meta ul li {
        font-size: 14px;
        color: #000000;
        display: inline-block;
        margin-right: 2px; }
        .blog-area .blog-round .blog-wrap .blog-content .blog-meta ul li a {
          font-size: 14px;
          color: #000000; }
  .blog-area .blog-round .blog-wrap .blog-content .blog-btn a {
    display: inline-block;
    color: #1b1b1b;
    line-height: 1;
    border-bottom: 1px solid #1b1b1b; }
    .blog-area .blog-round .blog-wrap .blog-content .blog-btn a:hover {
      color: #666;
      border-bottom: 1px solid #666; }
  .blog-area .blog-round .blog-wrap:hover img {
    -webkit-transform: scale(1.05) translateX(3px);
    -ms-transform: scale(1.05) translateX(3px);
    transform: scale(1.05) translateX(3px); }

.dot-style-1 .owl-dots {
  text-align: center;
  margin-top: 30px; }
  .dot-style-1 .owl-dots .owl-dot {
    background-color: #d8d8d8;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
    transition: all .3s ease 0s; }
    .dot-style-1 .owl-dots .owl-dot.active, .dot-style-1 .owl-dots .owl-dot:hover {
      background-color: #1b1b1b; }
.dot-style-1.dot-style-1-white .owl-dots .owl-dot {
  background-color: #fff; }
  .dot-style-1.dot-style-1-white .owl-dots .owl-dot.active, .dot-style-1.dot-style-1-white .owl-dots .owl-dot:hover {
    background-color: #1b1b1b; }

.blog-wrap-3 {
  position: relative; }
  .blog-wrap-3 .blog-img-3 {
    position: relative;
    overflow: hidden; }
    .blog-wrap-3 .blog-img-3::before {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #1b1b1b);
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 9; }
    .blog-wrap-3 .blog-img-3 a {
      display: block; }
      .blog-wrap-3 .blog-img-3 a img {
        width: 100%;
        transform: scale(1) rotate(0deg);
        transition: all .5s ease 0s; }
  .blog-wrap-3:hover .blog-img-3 a img {
    transform: scale(1.1) rotate(3deg); }

.blog-more a {
  color: #393939; }
  .blog-more a:hover {
    color: #D4A843; }
@media only screen and (max-width: 767px) {
  .blog-more.mt-30 {
    margin-top: 10px; } }

.kids-blog-ptb {
  padding: 162px 0px; }
  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .kids-blog-ptb {
      padding: 120px 0px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .kids-blog-ptb {
      padding: 100px 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .kids-blog-ptb {
      padding: 100px 0px; } }
  @media only screen and (max-width: 767px) {
    .kids-blog-ptb {
      padding: 50px 0px; } }

.organic-blog-ptb-1 {
  padding: 233px 0 243px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .organic-blog-ptb-1 {
      padding: 200px 0 243px !important; } }
  @media only screen and (max-width: 767px) {
    .organic-blog-ptb-1 {
      padding: 100px 0 150px !important; } }

.blog-wrap-4 {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .blog-wrap-4 {
      padding-bottom: 30px;
      margin-bottom: 30px; } }
  .blog-wrap-4 .blog-img-4 {
    position: relative;
    overflow: hidden;
    margin: 0 0 13px; }
    .blog-wrap-4 .blog-img-4 > a {
      display: block; }
      .blog-wrap-4 .blog-img-4 > a > img {
        width: 100%;
        transform: scale(1);
        transition: all .5s ease 0s; }
    .blog-wrap-4 .blog-img-4 > span {
      position: absolute;
      left: 0;
      bottom: 0;
      color: #fff;
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: .96px;
      background-color: #1a1f3d;
      display: inline-block;
      line-height: 1;
      padding: 11px 50px; }
      @media only screen and (max-width: 767px) {
        .blog-wrap-4 .blog-img-4 > span {
          padding: 11px 20px; } }
    .blog-wrap-4 .blog-img-4 .video-btn-4 {
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      left: 50%; }
      .blog-wrap-4 .blog-img-4 .video-btn-4 a {
        display: inline-block;
        width: 58px;
        height: 58px;
        text-align: center;
        line-height: 58px;
        background-color: #fff;
        color: #191919;
        border-radius: 100%; }
        .blog-wrap-4 .blog-img-4 .video-btn-4 a i {
          line-height: 58px; }
        .blog-wrap-4 .blog-img-4 .video-btn-4 a:hover {
          background-color: #191919;
          color: #fff; }
  .blog-wrap-4 .blog-content-4 h3 {
    font-size: 32px;
    color: #2f2f2f;
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .blog-wrap-4 .blog-content-4 h3 {
        font-size: 25px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-wrap-4 .blog-content-4 h3 {
        font-size: 25px; } }
    @media only screen and (max-width: 767px) {
      .blog-wrap-4 .blog-content-4 h3 {
        font-size: 20px;
        line-height: 30px; } }
    .blog-wrap-4 .blog-content-4 h3 a {
      color: #2f2f2f; }
      .blog-wrap-4 .blog-content-4 h3 a:hover {
        color: #1a1f3d; }
  .blog-wrap-4 .blog-content-4 .blog-meta-4 {
    padding: 10px 0 4px; }
    .blog-wrap-4 .blog-content-4 .blog-meta-4 ul li {
      font-size: 12px;
      color: #2f2f2f;
      display: inline-block;
      margin-right: 2px; }
      .blog-wrap-4 .blog-content-4 .blog-meta-4 ul li a {
        font-size: 12px;
        color: #2f2f2f; }
        .blog-wrap-4 .blog-content-4 .blog-meta-4 ul li a:hover {
          color: #1a1f3d; }
  .blog-wrap-4 .blog-content-4 p {
    color: #707070;
    line-height: 28px;
    margin: 0 0 25px; }
    @media only screen and (max-width: 767px) {
      .blog-wrap-4 .blog-content-4 p {
        margin: 0 0 15px; } }
  .blog-wrap-4 .blog-content-4 .Button-Widget-genesis a {
    font-weight: bold;
    letter-spacing: 2px; }
  .blog-wrap-4:hover > .blog-img-4 > a {
    transform: scale(1.05); }

.quote-content {
  background-color: #2f2f2f;
  padding: 50px 187px; }
  @media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .quote-content {
      padding: 50px 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .quote-content {
      padding: 50px 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .quote-content {
      padding: 50px 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .quote-content {
      padding: 40px 80px; } }
  @media only screen and (max-width: 767px) {
    .quote-content {
      padding: 40px 15px; } }
  .quote-content h5 {
    font-size: 18px;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    margin: 0 0 20px;
    line-height: 28px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .quote-content h5 {
        font-size: 16px;
        margin: 0 0 10px; } }
    .quote-content h5 a {
      color: #fff; }
      .quote-content h5 a:hover {
        color: #ffffff; }
  .quote-content .blog-name span {
    font-weight: bold;
    color: #fff;
    display: inline-block;
    position: relative; }
    .quote-content .blog-name span:before {
      position: absolute;
      left: -45px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      width: 32px;
      height: 2px;
      content: ""; }
    .quote-content .blog-name span:after {
      position: absolute;
      right: -45px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      width: 32px;
      height: 2px;
      content: ""; }
  .quote-content.quote-content-mrg {
    margin: 40px 0 38px; }

.main-blog-wrap.main-blog-wrap-mrg-none {
  margin-left: 0px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-blog-wrap {
    margin-left: 0px;
    margin-bottom: 50px; }
    .main-blog-wrap.main-blog-wrap-mrg-none {
      margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .main-blog-wrap {
    margin-left: 0px;
    margin-bottom: 50px; }
    .main-blog-wrap.main-blog-wrap-mrg-none {
      margin-bottom: 0; } }

.blog-details-content .blog-details-img {
  position: relative; }
  .blog-details-content .blog-details-img img {
    width: 100%; }
  .blog-details-content .blog-details-img > span {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .96px;
    background-color: #1d1d1d;
    display: inline-block;
    line-height: 1;
    padding: 11px 50px; }
.blog-details-content h3 {
  font-size: 32px;
  color: #2f2f2f;
  margin: 35px 0 0px;
  font-family: "Cormorant Garamond", Georgia, serif; }
  @media only screen and (max-width: 767px) {
    .blog-details-content h3 {
      font-size: 20px;
      line-height: 30px;
      margin: 10px 0 0px; } }
.blog-details-content .blog-meta-5 {
  padding: 10px 0 17px; }
  @media only screen and (max-width: 767px) {
    .blog-details-content .blog-meta-5 {
      padding: 10px 0 10px; } }
  .blog-details-content .blog-meta-5 ul li {
    font-size: 12px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 2px; }
    .blog-details-content .blog-meta-5 ul li a {
      font-size: 12px;
      color: #2f2f2f; }
      .blog-details-content .blog-meta-5 ul li a:hover {
        color: #1a1f3d; }
.blog-details-content p {
  color: #707070;
  line-height: 28px;
  margin: 0 0 18px; }
.blog-details-content .blog-dec-midle-content {
  margin: 38px 0 0; }
  @media only screen and (max-width: 767px) {
    .blog-details-content .blog-dec-midle-content {
      margin: 20px 0 0; } }
  .blog-details-content .blog-dec-midle-content img {
    width: 100%; }
  .blog-details-content .blog-dec-midle-content h3 {
    font-size: 32px;
    color: #2f2f2f;
    margin: 35px 0 18px;
    font-family: "Cormorant Garamond", Georgia, serif; }
    @media only screen and (max-width: 767px) {
      .blog-details-content .blog-dec-midle-content h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0 0px; } }
  .blog-details-content .blog-dec-midle-content p {
    color: #707070;
    line-height: 28px;
    margin: 0 0 18px; }

.blog-details-tag-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 46px 0 20px;
  flex-wrap: wrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8d8d8; }
  @media only screen and (max-width: 767px) {
    .blog-details-tag-social {
      margin: 25px 0 25px; } }
  .blog-details-tag-social .blog-details-tag ul {
    display: flex; }
    .blog-details-tag-social .blog-details-tag ul li {
      color: #2f2f2f;
      margin-right: 3px; }
      .blog-details-tag-social .blog-details-tag ul li a {
        color: #2f2f2f; }
        .blog-details-tag-social .blog-details-tag ul li a:hover {
          color: #1a1f3d; }
  @media only screen and (max-width: 767px) {
    .blog-details-tag-social .blog-details-social {
      margin-top: 10px; } }
  .blog-details-tag-social .blog-details-social ul {
    display: flex;
    align-items: center; }
    .blog-details-tag-social .blog-details-social ul li {
      margin-left: 10px; }
      @media only screen and (max-width: 767px) {
        .blog-details-tag-social .blog-details-social ul li {
          margin-left: 4px; } }
      .blog-details-tag-social .blog-details-social ul li:first-child {
        margin-left: 0; }
      .blog-details-tag-social .blog-details-social ul li a {
        display: inline-block;
        color: #191919;
        font-size: 18px; }
        .blog-details-tag-social .blog-details-social ul li a.facebook:hover {
          color: #3b5999; }
        .blog-details-tag-social .blog-details-social ul li a.twitter:hover {
          color: #55acee; }
        .blog-details-tag-social .blog-details-social ul li a.linkedin:hover {
          color: #0173a9; }
        .blog-details-tag-social .blog-details-social ul li a.pinterest:hover {
          color: #b90f16; }

.next-prev-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #d8d8d8; }
  .next-prev-wrap .next-prev-conent > h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 7px;
    color: #1d1d1d;
    font-family: "Cormorant Garamond", Georgia, serif; }
    @media only screen and (max-width: 767px) {
      .next-prev-wrap .next-prev-conent > h4 {
        font-size: 14px;
        margin: 0 0 3px; } }
    .next-prev-wrap .next-prev-conent > h4 a {
      color: #1d1d1d; }
      .next-prev-wrap .next-prev-conent > h4 a:hover {
        color: #1a1f3d; }
  .next-prev-wrap .next-prev-conent > a {
    color: #989898;
    font-size: 12px; }
    .next-prev-wrap .next-prev-conent > a:hover {
      color: #1a1f3d; }
  .next-prev-wrap .next-prev-conent.prev-wrap {
    text-align: right; }

.blog-comments-area {
  margin: 35px 0 50px; }
  @media only screen and (max-width: 767px) {
    .blog-comments-area {
      margin: 30px 0 30px; } }
  .blog-comments-area h4 {
    font-size: 24px;
    color: #2f2f2f;
    margin: 0 0 35px; }
    @media only screen and (max-width: 767px) {
      .blog-comments-area h4 {
        margin: 0 0 20px; } }
  .blog-comments-area .blog-comments-wrap {
    border: 1px solid #d1d1d1; }
    .blog-comments-area .blog-comments-wrap .single-blog-bundel {
      padding: 50px 50px 50px;
      border-bottom: 1px solid #d1d1d1; }
      @media only screen and (max-width: 767px) {
        .blog-comments-area .blog-comments-wrap .single-blog-bundel {
          padding: 30px 20px 30px; } }
      .blog-comments-area .blog-comments-wrap .single-blog-bundel:last-child {
        border-bottom: none; }
      .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment {
        display: flex; }
        @media only screen and (max-width: 767px) {
          .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment {
            flex-wrap: wrap; }
            .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment.ml-80 {
              margin-left: 0; } }
        .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-img {
          flex: 0 0 94px;
          margin-right: 57px; }
          @media only screen and (max-width: 767px) {
            .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-img {
              margin-bottom: 10px; } }
          .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-img img {
            width: 100%; }
        .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content p {
          font-size: 16px;
          color: #535353;
          font-family: "Cormorant Garamond", Georgia, serif;
          line-height: 28px; }
          @media only screen and (max-width: 767px) {
            .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content p {
              margin-bottom: 10px; } }
        .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply {
          display: flex; }
          @media only screen and (max-width: 767px) {
            .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply {
              display: block; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply {
              display: flex; } }
          .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply h5 {
            color: #989898;
            font-size: 14px;
            margin: 0 20px 0 0;
            line-height: 1; }
            @media only screen and (max-width: 767px) {
              .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply h5 {
                line-height: 25px; } }
            @media only screen and (min-width: 576px) and (max-width: 767px) {
              .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply h5 {
                line-height: 1; } }
          .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply a {
            display: inline-block;
            line-height: 1;
            color: #2f2f2f; }
            .blog-comments-area .blog-comments-wrap .single-blog-bundel .single-blog-comment .blog-comment-content .comment-name-reply a:hover {
              color: #1a1f3d; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-form {
    margin-bottom: 50px; }
    .comment-form.mrg-none {
      margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .comment-form {
    margin-bottom: 30px; }
    .comment-form.mrg-none {
      margin-bottom: 0; } }
.comment-form > h3 {
  font-size: 24px;
  color: #2f2f2f;
  margin: 0 0 7px; }
.comment-form p {
  font-size: 13px;
  color: #707070;
  margin: 0 0 45px; }
  @media only screen and (max-width: 767px) {
    .comment-form p {
      margin: 0 0 20px; } }
.comment-form form .leave-form {
  margin: 0 0 30px; }
  @media only screen and (max-width: 767px) {
    .comment-form form .leave-form {
      margin: 0 0 15px; } }
  .comment-form form .leave-form input {
    background-color: transparent;
    height: 60px;
    color: #2f2f2f;
    border: 1px solid #d1d1d1;
    padding: 2px 20px; }
    @media only screen and (max-width: 767px) {
      .comment-form form .leave-form input {
        height: 50px; } }
    .comment-form form .leave-form input:focus {
      border: 1px solid #262626; }
  .comment-form form .leave-form textarea {
    background-color: transparent;
    height: 150px;
    color: #2f2f2f;
    padding: 20px 20px 2px 20px;
    border: 1px solid #d1d1d1; }
    .comment-form form .leave-form textarea:focus {
      border: 1px solid #262626; }
.comment-form form .text-submit input {
  height: auto;
  border: none;
  display: inline-block;
  padding: 15px 45px;
  font-weight: bold;
  background-color: #d9a84e;
  color: #fff;
  width: auto;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase; }
  .comment-form form .text-submit input:hover {
    background-color: #1a1f3d; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area.pt-105 {
    padding-top: 65px; } }
@media only screen and (max-width: 767px) {
  .blog-area.pb-80 {
    padding-bottom: 13px; }
  .blog-area.pb-60 {
    padding-bottom: 50px; }

  .blog-details-wrap.ml-20 {
    margin-left: 0; } }
/* ----- blog layout -----*/
@media only screen and (max-width: 540px) {
  .blog-area {
    padding-top: 50px;
    padding-bottom: 50px; } }
.blog-area .main-blog-layout-wrap .blog-wrap-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-area .main-blog-layout-wrap .blog-wrap-layout {
      display: block; } }
  @media only screen and (max-width: 540px) {
    .blog-area .main-blog-layout-wrap .blog-wrap-layout {
      display: block; } }
  .blog-area .main-blog-layout-wrap .blog-wrap-layout:nth-child(even) .blog-content-layout {
    order: 1; }
  .blog-area .main-blog-layout-wrap .blog-wrap-layout:nth-child(even) .blog-image-layout {
    order: 2; }
  .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-image-layout {
    float: left; }
  .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout {
    float: left; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover {
        margin: 30px 0 30px 0; } }
    @media only screen and (max-width: 540px) {
      .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover {
        margin: 30px 0 30px 0; } }
    .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout {
      margin-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout {
          margin-bottom: 5px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout {
          margin-bottom: 5px; } }
      @media only screen and (max-width: 320px) {
        .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout {
          margin-bottom: 5px; } }
      .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h2 {
        margin-bottom: 20px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h2 {
            margin-bottom: 15px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h2 {
            margin-bottom: 10px; } }
        @media only screen and (max-width: 320px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h2 {
            margin-bottom: 10px; } }
        .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h2 .headline {
          line-height: 24px;
          font-size: 14px;
          font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
          letter-spacing: 1.5px;
          color: #D4A843;
          text-transform: uppercase;
          display: flex;
          align-items: center; }
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h2 .headline:before {
            content: "";
            display: inline-block;
            width: 4em;
            margin: 0;
            margin-right: 25px;
            border-style: solid;
            border-width: 1px 0 0; }
      .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h1 {
        font-size: 32px;
        line-height: 36px;
        color: #D4A843;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h1 {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 10px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout h1 {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 5px; } }
      .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout ul li {
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: .5px;
        margin-top: 30px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout ul li {
            margin-top: 0; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout ul li {
            margin-top: 0; } }
        @media only screen and (max-width: 320px) {
          .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .blog-layout-cover .blog-meta-layout ul li {
            margin-top: 20px; } }
    .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .product-details-social a {
      color: #1d1d1d;
      display: inline-block;
      width: 32px;
      height: 32px;
      line-height: 32px;
      border-radius: 100%;
      text-align: center;
      font-size: 16px;
      margin: 0 7px 0 0;
      margin-top: 15px;
      background-color: #D4A843; }
      .blog-area .main-blog-layout-wrap .blog-wrap-layout .blog-content-layout .product-details-social a:hover {
        color: #fff; }
.blog-area .main-blog-layout-wrap .onright {
  float: right;
  padding: 15px;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area .main-blog-layout-wrap .onright {
      margin-top: 0;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-area .main-blog-layout-wrap .onright {
      margin-top: 0;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 540px) {
    .blog-area .main-blog-layout-wrap .onright {
      margin-top: 0;
      margin-bottom: 30px;
      padding: 0 15px 0 15px; } }
  .blog-area .main-blog-layout-wrap .onright .pageNext a {
    font-weight: 600;
    letter-spacing: 1.5px; }
    .blog-area .main-blog-layout-wrap .onright .pageNext a i {
      margin-left: 10px; }
    .blog-area .main-blog-layout-wrap .onright .pageNext a:hover {
      color: #D4A843; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-02 .blog-area {
        padding-top: 60px;
        padding-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .home-02 .blog-area {
        padding-top: 40px;
        padding-bottom: 60px; } }
    @media only screen and (max-width: 540px) {
      .home-02 .blog-area {
        padding-top: 30px;
        padding-bottom: 50px; } }


/* === KCK.CASA custom overrides === */
/* KCK.CASA Blog — list & detail pages */
:root {
    --kck-navy: #1a1f3d;
    --kck-gold: #D4A843;
}

/* --- Blog list --- */
.blog-content-layout .blog-excerpt { color: #6b7280; font-size: 14px; line-height: 1.6; margin: 14px 0 0; }
.blog-meta-layout h1 { font-size: 20px; line-height: 1.3; margin: 8px 0 10px; }
.blog-meta-layout h1 a { color: #1a1f3d; text-decoration: none; transition: color .2s ease; }
.blog-meta-layout h1 a:hover { color: #D4A843; }
.blog-meta-layout .headline { color: #D4A843; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; font-size: 13px; }
.blog-wrap-layout { border-bottom: 1px solid #eee; padding-bottom: 30px; margin-bottom: 30px; }
.pagination-style ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; }
.pagination-style li a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #e2e2e2; color: #1a1f3d; text-decoration: none; transition: all .2s ease; }
.pagination-style li a:hover { border-color: #D4A843; color: #D4A843; }
.pagination-style li.active a { background: #D4A843; border-color: #D4A843; color: #1a1f3d; }

/* --- Blog detail --- */
.blog-details-content h3 { color: #1a1f3d; font-size: 28px; line-height: 1.3; margin: 22px 0 14px; }
.blog-details-content p { color: #555; font-size: 15px; line-height: 1.8; margin: 0 0 18px; }
.blog-details-content .blog-meta-5 ul { list-style: none; padding: 0; display: flex; gap: 8px; align-items: center; color: #888; font-size: 14px; margin: 0 0 18px; }
.blog-details-content .blog-meta-5 a { color: #888; text-decoration: none; transition: color .2s ease; }
.blog-details-content .blog-meta-5 a:hover { color: #D4A843; }
.blog-dec-midle-content img { width: 100%; border-radius: 4px; margin: 6px 0 18px; }
.quote-content { background: #1a1f3d; color: #fff; padding: 36px 30px; border-radius: 4px; margin: 24px 0; }
.quote-content h5 a { color: #fff; font-size: 18px; line-height: 1.6; font-weight: 500; text-decoration: none; }
.quote-content .blog-name span { color: #D4A843; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; font-size: 13px; }
.blog-details-tag-social { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 18px 0; margin: 24px 0; }
.blog-details-tag ul, .blog-details-social ul { list-style: none; padding: 0; display: flex; gap: 8px; align-items: center; margin: 0; flex-wrap: wrap; }
.blog-details-tag a, .blog-details-social a { color: #555; text-decoration: none; transition: color .2s ease; }
.blog-details-tag a:hover, .blog-details-social a:hover { color: #D4A843; }
.blog-details-social a { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid #e2e2e2; border-radius: 50%; }
.next-prev-wrap { display: flex; justify-content: space-between; gap: 20px; margin: 28px 0; flex-wrap: wrap; }
.next-prev-conent h4 a { color: #1a1f3d; font-size: 17px; text-decoration: none; transition: color .2s ease; }
.next-prev-conent h4 a:hover { color: #D4A843; }
.next-prev-conent > a { color: #D4A843; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
.blog-comments-area { margin-top: 36px; }
.blog-details-title { color: #1a1f3d; font-size: 22px; margin-bottom: 22px; }
.single-blog-comment { display: flex; gap: 18px; }
.blog-comment-img img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; }
.blog-comment-content p { font-style: italic; color: #444; }
.comment-name-reply { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }
.comment-name-reply h5 { color: #1a1f3d; font-size: 14px; margin: 0; }
.comment-name-reply a { color: #D4A843; font-weight: 600; text-decoration: none; }
.comment-form { margin-top: 40px; }
.comment-form h3 { color: #1a1f3d; font-size: 22px; margin-bottom: 6px; }
.comment-form p { color: #888; font-size: 14px; margin-bottom: 18px; }
.leave-form input, .leave-form textarea { width: 100%; border: 1px solid #e2e2e2; padding: 12px 14px; margin-bottom: 16px; font-size: 14px; border-radius: 3px; }
.leave-form textarea { min-height: 130px; resize: vertical; }
.text-submit input { background: #D4A843; color: #1a1f3d; border: none; padding: 12px 30px; font-weight: 600; cursor: pointer; border-radius: 3px; transition: background .2s ease; }
.text-submit input:hover { background: #c0952f; }

/* --- Shared sidebar --- */
.sidebar-post-content h4 a { color: #1a1f3d; transition: color .2s ease; }
.sidebar-post-content h4 a:hover { color: #D4A843; }
.sidebar-widget-list-2 a { color: #555; transition: color .2s ease; }
.sidebar-widget-list-2 a:hover { color: #D4A843; }
.sidebar-widget-tags-2 a { color: #555; transition: color .2s ease; }
.sidebar-widget-tags-2 a:hover { color: #D4A843; }
/* === Genesis cart-style === */
/*-------- 24. Cart style ---------*/
@media only screen and (max-width: 767px) {
  .cart-main-area.pb-100 {
    padding-bottom: 60px; } }

h3.cart-page-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px; }

.cart-table-content {
  background: #F9F9F9; }
  .cart-table-content table thead > tr th {
    border-top: medium none;
    font-size: 12px;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    color: #111;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0 15px;
    background-color: #D4A843; }
  .cart-table-content table tbody > tr td {
    font-size: 14px;
    padding: 33.5px 0px 33.5px; }
    @media only screen and (max-width: 767px) {
      .cart-table-content table tbody > tr td {
        padding: 33.5px 0px 33.5px;
        text-align: center; } }
  .cart-table-content table tbody > tr td.product-remove {
    width: 40px; }
    .cart-table-content table tbody > tr td.product-remove a {
      color: #2f2f2f; }
      .cart-table-content table tbody > tr td.product-remove a:hover {
        color: #1a1f3d; }
  .cart-table-content table tbody > tr td.product-img {
    width: 130px; }
  .cart-table-content table tbody > tr td.product-name {
    width: 260px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cart-table-content table tbody > tr td.product-name {
        width: 250px; } }
    @media only screen and (max-width: 767px) {
      .cart-table-content table tbody > tr td.product-name {
        width: 200px;
        padding-left: 10px;
        padding-right: 10px; } }
    .cart-table-content table tbody > tr td.product-name a {
      font-size: 12px;
      color: #2f2f2f; }
      .cart-table-content table tbody > tr td.product-name a:hover {
        color: #1a1f3d; }
  .cart-table-content table tbody > tr td.product-price {
    width: 100px; }
    .cart-table-content table tbody > tr td.product-price span {
      color: #2f2f2f;
      font-size: 14px; }
  .cart-table-content table tbody > tr td.cart-quality {
    width: 187px; }
  .cart-table-content table tbody > tr td.product-total {
    width: 70px; }
    .cart-table-content table tbody > tr td.product-total span {
      font-weight: bold;
      color: #2f2f2f;
      font-size: 14px; }
  .cart-table-content table tbody > tr td.product-wishlist-cart {
    width: 100px; }
    .cart-table-content table tbody > tr td.product-wishlist-cart > a {
      background-color: #1a1f3d;
      color: #fff;
      font-size: 11px;
      line-height: 1;
      padding: 7px 8px;
      text-transform: capitalize; }
      .cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
        background-color: #D4A843;
        color: #000000; }

.cart-shiping-update-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CDCDCD;
  padding: 13px 0 0; }
  @media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
      display: block; } }
  .cart-shiping-update-wrapper .discount-code {
    position: relative;
    flex: 0 0 50%; }
    .cart-shiping-update-wrapper .discount-code input {
      padding: 0 10px 0 0;
      border: none;
      height: 36px;
      font-size: 12px;
      color: #2f2f2f;
      background-color: transparent;
      border-bottom: 1px solid #D8D8D8; }
    .cart-shiping-update-wrapper .discount-code button {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      border: none;
      padding: 0;
      background-color: transparent;
      font-weight: bold;
      font-size: 14px;
      color: #2f2f2f;
      transition: all .3s ease 0s; }
      .cart-shiping-update-wrapper .discount-code button:hover {
        color: #1a1f3d; }
  .cart-shiping-update-wrapper .cart-clear a {
    display: inline-block;
    margin: 8px 0 0 20px;
    color: #8A8A8A; }
    .cart-shiping-update-wrapper .cart-clear a:first-child {
      margin: 8px 0 0 0px; }
    .cart-shiping-update-wrapper .cart-clear a:hover {
      color: #1a1f3d; }
    .cart-shiping-update-wrapper .cart-clear a.update-cart {
      font-weight: bold;
      font-size: 14px;
      color: #2f2f2f; }
      .cart-shiping-update-wrapper .cart-clear a.update-cart:hover {
        color: #1a1f3d; }
  @media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .cart-clear {
      margin-top: 20px; } }

.grand-total-wrap {
  background: #F9F9F9;
  padding: 35px 30px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .grand-total-wrap {
      margin-top: 40px; } }
  @media only screen and (max-width: 767px) {
    .grand-total-wrap {
      margin-top: 40px; } }
  .grand-total-wrap h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    color: #262626;
    letter-spacing: 1px; }
  .grand-total-wrap .grand-total-content {
    padding: 48px 0 50px; }
    .grand-total-wrap .grand-total-content > ul > li {
      font-weight: bold;
      padding-bottom: 33px;
      font-size: 14px;
      color: #1D1D1D;
      display: flex;
      justify-content: space-between; }
      .grand-total-wrap .grand-total-content > ul > li:last-child {
        border-top: 1px solid #DBDBDB;
        padding-top: 15px;
        padding-bottom: 0px; }
      .grand-total-wrap .grand-total-content > ul > li > ul > li {
        display: flex;
        font-size: 12px;
        color: #777;
        margin: 0 0 5px;
        font-weight: 400; }
        .grand-total-wrap .grand-total-content > ul > li > ul > li:last-child {
          margin: 0 0 0; }
        .grand-total-wrap .grand-total-content > ul > li > ul > li input {
          width: auto;
          height: auto;
          margin-right: 20px; }
      .grand-total-wrap .grand-total-content > ul > li span {
        float: right;
        font-size: 14px;
        color: #262626; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .grand-total-wrap .grand-total-content > ul > li span {
            margin-right: 0px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .grand-total-wrap .grand-total-content > ul > li span {
            margin-right: 0px; } }
        @media only screen and (max-width: 767px) {
          .grand-total-wrap .grand-total-content > ul > li span {
            margin-right: 0px; } }
  .grand-total-wrap .grand-btn {
    margin-left: -30px;
    margin-right: -30px; }
    .grand-total-wrap .grand-btn a {
      font-size: 14px;
      padding: 21px 10px 21px;
      text-transform: uppercase;
      font-weight: bold;
      background-image: linear-gradient(135deg, #bb9248 0%, rgba(217, 168, 78, 0.83) 25%, #c79d4e 50%, #a68954 75%, #d9a84e 100%);
      background-size: 200% 200%;
      background-repeat: no-repeat;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: stretch;
      align-content: flex-start;
      text-align: center;
      color: #fff;
      transition: all 300ms ease; }
      .grand-total-wrap .grand-btn a:hover {
        background-position: 100% 100%;
        transform: translateY(-5px); }

/* === Genesis order-tracking-style === */
/*-------- 25. Order tracking style ---------*/
.order-tracking-content p {
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  width: 86%;
  color: #2f2f2f; }
.order-tracking-content .order-tracking-form {
  margin: 30px 0 0; }
  .order-tracking-content .order-tracking-form .sin-order-tracking {
    margin: 0 0 36px; }
    .order-tracking-content .order-tracking-form .sin-order-tracking label {
      color: #2f2f2f;
      font-weight: bold;
      margin: 0 0 10px; }
    .order-tracking-content .order-tracking-form .sin-order-tracking input {
      background: transparent;
      border: 1px solid #cecece;
      height: 70px;
      padding: 10px 20px;
      color: #2f2f2f;
      font-size: 14px; }
      .order-tracking-content .order-tracking-form .sin-order-tracking input:focus {
        border: 1px solid #262626; }
  .order-tracking-content .order-tracking-form .order-track-btn {
    text-align: center; }
    .order-tracking-content .order-tracking-form .order-track-btn a {
      display: block;
      font-weight: bold;
      background-image: linear-gradient(135deg, #bb9248 0%, rgba(217, 168, 78, 0.83) 25%, #c79d4e 50%, #a68954 75%, #d9a84e 100%);
      line-height: 1;
      padding: 22px 50px;
      text-transform: capitalize;
      background-size: 200% 200%;
      background-repeat: no-repeat;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: stretch;
      align-content: flex-start;
      text-align: center;
      color: #fff;
      transition: all 300ms ease; }
      .order-tracking-content .order-tracking-form .order-track-btn a:hover {
        background-position: 100% 100%;
        transform: translateY(-5px); }

/* === Genesis checkout-style === */
/*-------- 28. Checkout style ---------*/
.customer-zone > p {
  font-size: 14px;
  position: relative;
  padding: 14px 30px 14px 60px;
  background-color: #eeeff2;
  margin: 0;
  position: relative;
  color: #373737; }
  @media only screen and (max-width: 767px) {
    .customer-zone > p {
      padding: 14px 30px 14px 40px; } }
  .customer-zone > p:before {
    content: "\e64d";
    color: #6dde6d;
    display: inline-block;
    position: absolute;
    font-family: 'themify';
    left: 15px;
    top: 15px;
    font-size: 18px; }

.checkout-login-info {
  margin: 20px 0 0;
  display: none; }
  .checkout-login-info p {
    font-size: 14px;
    margin: 0 0 12px; }
  .checkout-login-info form {
    display: block;
    overflow: hidden; }
    .checkout-login-info form .sin-checkout-login {
      margin-bottom: 30px; }
      .checkout-login-info form .sin-checkout-login label {
        font-size: 14px;
        text-transform: capitalize;
        margin: 0 0 5px; }
        .checkout-login-info form .sin-checkout-login label span {
          color: red; }
      .checkout-login-info form .sin-checkout-login input {
        border: 1px solid #e8e8e8;
        height: 50px;
        background-color: transparent; }
        .checkout-login-info form .sin-checkout-login input:focus {
          border: 1px solid #343538; }
    .checkout-login-info form .button-remember-wrap {
      display: block;
      overflow: hidden; }
      .checkout-login-info form .button-remember-wrap button {
        border: 1px solid #aaa;
        font-size: 13px;
        padding: 10px 30px 9px;
        display: inline-block;
        float: left;
        margin-right: 20px;
        font-weight: 600;
        text-transform: uppercase; }
        .checkout-login-info form .button-remember-wrap button:hover {
          background-color: #1a1f3d;
          color: #fff;
          border: 1px solid #1a1f3d; }
      .checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn {
        display: flex;
        margin: 8px 0 0; }
        .checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn input {
          height: 15px;
          margin: 0;
          position: relative;
          top: 5px;
          width: 17px; }
        .checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn label {
          font-size: 14px;
          margin: 0 0 0 5px; }
    .checkout-login-info form .lost-password {
      margin: 20px 0 11px; }
      .checkout-login-info form .lost-password a {
        font-size: 14px; }
  .checkout-login-info .checkout-login-social span {
    font-size: 14px;
    margin: 0 0 13px;
    display: block; }
  .checkout-login-info .checkout-login-social ul li {
    display: inline-block;
    margin: 0 14px 0 0; }
    .checkout-login-info .checkout-login-social ul li:last-child {
      margin: 0 0px 0 0; }
    @media only screen and (max-width: 767px) {
      .checkout-login-info .checkout-login-social ul li {
        margin: 0 5px 0 0; } }
    .checkout-login-info .checkout-login-social ul li a {
      background-color: #f5f5f5;
      text-transform: uppercase;
      font-weight: 500;
      display: block;
      float: left;
      font-size: 13px;
      padding: 20px;
      padding: 24px 106px 25px;
      line-height: 1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .checkout-login-info .checkout-login-social ul li a {
          padding: 24px 70px 25px; } }
      @media only screen and (max-width: 767px) {
        .checkout-login-info .checkout-login-social ul li a {
          padding: 15px 13px 16px; } }
      .checkout-login-info .checkout-login-social ul li a:hover {
        background-color: #1a1f3d;
        color: #fff; }

.checkout-login-info2 {
  display: none;
  margin: 20px 0 0; }
  .checkout-login-info2 ul li {
    display: inline-block; }
    .checkout-login-info2 ul li a {
      color: #8a8a8a;
      font-size: 12px; }
      .checkout-login-info2 ul li a:hover {
        color: #1a1f3d; }

.checkout-login-info3 {
  display: none;
  margin-top: 20px; }
  .checkout-login-info3 form input[type="text"] {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    width: 48%;
    font-size: 14px;
    padding: 0 20px; }
    .checkout-login-info3 form input[type="text"]:focus {
      border: 1px solid #1f2226; }
  .checkout-login-info3 form input[type="submit"] {
    background: #1f2226 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 50px;
    margin-left: 6px;
    padding: 5px 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    width: inherit; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .checkout-login-info3 form input[type="submit"] {
        padding: 5px 15px; } }
    @media only screen and (max-width: 767px) {
      .checkout-login-info3 form input[type="submit"] {
        padding: 5px 16px; } }
    .checkout-login-info3 form input[type="submit"]:hover {
      background-color: #1a1f3d; }

.billing-info-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 0 0 55px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .billing-info-wrap h3 {
      margin-bottom: 40px; } }
  .billing-info-wrap h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    background-color: #1a1f3d;
    width: 50px;
    height: 2px; }
.billing-info-wrap .billing-info label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px; }
  .billing-info-wrap .billing-info label abbr {
    color: red; }
.billing-info-wrap .billing-info input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-size: 14px; }
  .billing-info-wrap .billing-info input:focus {
    border: 1px solid #343538; }
  .billing-info-wrap .billing-info input.billing-address {
    margin-bottom: 20px; }
.billing-info-wrap .billing-select label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px; }
  .billing-info-wrap .billing-select label abbr {
    color: red; }
.billing-info-wrap .billing-select select {
  border: 1px solid #e6e6e6;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333;
  font-size: 14px;
  height: 50px;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/select.png") no-repeat scroll right 18px center;
  cursor: pointer; }
  .billing-info-wrap .billing-select select option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    color: #333;
    font-size: 12px; }
.billing-info-wrap .checkout-account input {
  border: 1px solid #9fa0a2;
  display: inline-block;
  float: left;
  height: 10px;
  width: 10px;
  position: relative;
  top: 6px;
  color: #333; }
.billing-info-wrap .checkout-account span {
  color: #333;
  font-weight: 400;
  margin: 0 0 0 12px;
  font-size: 14px;
  text-transform: uppercase; }
.billing-info-wrap .checkout-account-toggle label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px; }
  .billing-info-wrap .checkout-account-toggle label abbr {
    color: red; }
.billing-info-wrap .checkout-account-toggle input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  padding: 2px 20px; }
  .billing-info-wrap .checkout-account-toggle input:focus {
    border: 1px solid #343538; }
.billing-info-wrap .different-address {
  display: none; }
.billing-info-wrap .additional-info-wrap {
  margin: 22px 0 0; }
  .billing-info-wrap .additional-info-wrap label {
    color: #010225;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px; }
  .billing-info-wrap .additional-info-wrap textarea {
    min-height: 120px;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    padding: 20px;
    color: #333;
    font-size: 14px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .billing-info-wrap.mr-50 {
    margin-right: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .billing-info-wrap.mr-50 {
    margin-right: 0px; } }
@media only screen and (max-width: 767px) {
  .billing-info-wrap.mr-50 {
    margin-right: 0px; } }

.your-order-area {
  padding: 40px 50px 50px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  border-color: rgba(52, 53, 56, 0.1); }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .your-order-area {
      padding: 40px 25px 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-order-area {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .your-order-area {
      padding: 40px 12px 50px;
      margin-top: 30px; } }
  .your-order-area h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 0 45px;
    text-transform: uppercase; }
    .your-order-area h3:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: -12px;
      background-color: #1a1f3d;
      width: 50px;
      height: 2px; }
  .your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #e8e8e8; }
    .your-order-area .your-order-wrap .your-order-info ul li {
      font-size: 14px;
      padding: 0 0 7px;
      text-transform: uppercase;
      font-weight: 500; }
      .your-order-area .your-order-wrap .your-order-info ul li span {
        float: right;
        color: #1a1f3d; }
    .your-order-area .your-order-wrap .your-order-info.order-subtotal {
      padding: 15px 0 10px; }
      .your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
        font-size: 16px; }
    .your-order-area .your-order-wrap .your-order-info.order-shipping {
      padding: 15px 0 13px;
      display: block;
      overflow: hidden; }
      .your-order-area .your-order-wrap .your-order-info.order-shipping ul li > p {
        float: right;
        font-size: 14px;
        text-align: right;
        color: #333;
        text-transform: capitalize; }
    .your-order-area .your-order-wrap .your-order-info.order-total {
      padding: 15px 0 10px; }
      .your-order-area .your-order-wrap .your-order-info.order-total ul li span {
        font-size: 16px; }
  .your-order-area .your-order-wrap .your-order-middle {
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0 23px; }
    .your-order-area .your-order-wrap .your-order-middle ul li {
      font-size: 14px;
      margin: 0 0 11px; }
      .your-order-area .your-order-wrap .your-order-middle ul li:last-child {
        margin-bottom: 0; }
      .your-order-area .your-order-wrap .your-order-middle ul li span {
        float: right;
        font-size: 16px; }
  .your-order-area .your-order-wrap .payment-method {
    margin: 17px 0 0; }
    .your-order-area .your-order-wrap .payment-method .sin-payment {
      margin-bottom: 20px; }
      .your-order-area .your-order-wrap .payment-method .sin-payment input {
        width: auto;
        display: inline-block;
        float: left;
        height: auto;
        margin-top: 5px; }
      .your-order-area .your-order-wrap .payment-method .sin-payment label {
        font-size: 14px;
        text-transform: uppercase;
        margin: 0px 0 0 21px;
        display: flex;
        align-items: center;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          .your-order-area .your-order-wrap .payment-method .sin-payment label {
            display: block; } }
        .your-order-area .your-order-wrap .payment-method .sin-payment label img {
          max-width: 140px;
          display: inline-block;
          margin: 0 5px; }
        .your-order-area .your-order-wrap .payment-method .sin-payment label a {
          text-decoration: underline; }
      .your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
        margin: 6px 0 0;
        display: none; }
        .your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
          font-size: 14px;
          margin: 0; }
  .your-order-area .Place-order a {
    cursor: pointer;
    padding: 16px 50px 17px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-image: linear-gradient(135deg, #bb9248 0%, rgba(217, 168, 78, 0.83) 25%, #c79d4e 50%, #a68954 75%, #d9a84e 100%);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: flex-start;
    text-align: center;
    color: #fff;
    transition: all 300ms ease; }
    .your-order-area .Place-order a:hover {
      background-position: 100% 100%;
      transform: translateY(-5px); }

@media only screen and (max-width: 767px) {
  .checkout-main-area.pb-70 {
    padding-bottom: 50px; } }


/* === KCK.CASA overrides === */

/* === Genesis style.css section [24] cart-style === */
/*-------- 24. Cart style ---------*/
@media only screen and (max-width: 767px) {
  .cart-main-area.pb-100 {
    padding-bottom: 60px; } }

h3.cart-page-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px; }

.cart-table-content {
  background: #F9F9F9; }
  .cart-table-content table thead > tr th {
    border-top: medium none;
    font-size: 12px;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    color: #111;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0 15px;
    background-color: #D4A843; }
  .cart-table-content table tbody > tr td {
    font-size: 14px;
    padding: 33.5px 0px 33.5px; }
    @media only screen and (max-width: 767px) {
      .cart-table-content table tbody > tr td {
        padding: 33.5px 0px 33.5px;
        text-align: center; } }
  .cart-table-content table tbody > tr td.product-remove {
    width: 40px; }
    .cart-table-content table tbody > tr td.product-remove a {
      color: #2f2f2f; }
      .cart-table-content table tbody > tr td.product-remove a:hover {
        color: #1a1f3d; }
  .cart-table-content table tbody > tr td.product-img {
    width: 130px; }
  .cart-table-content table tbody > tr td.product-name {
    width: 260px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cart-table-content table tbody > tr td.product-name {
        width: 250px; } }
    @media only screen and (max-width: 767px) {
      .cart-table-content table tbody > tr td.product-name {
        width: 200px;
        padding-left: 10px;
        padding-right: 10px; } }
    .cart-table-content table tbody > tr td.product-name a {
      font-size: 12px;
      color: #2f2f2f; }
      .cart-table-content table tbody > tr td.product-name a:hover {
        color: #1a1f3d; }
  .cart-table-content table tbody > tr td.product-price {
    width: 100px; }
    .cart-table-content table tbody > tr td.product-price span {
      color: #2f2f2f;
      font-size: 14px; }
  .cart-table-content table tbody > tr td.cart-quality {
    width: 187px; }
  .cart-table-content table tbody > tr td.product-total {
    width: 70px; }
    .cart-table-content table tbody > tr td.product-total span {
      font-weight: bold;
      color: #2f2f2f;
      font-size: 14px; }
  .cart-table-content table tbody > tr td.product-wishlist-cart {
    width: 100px; }
    .cart-table-content table tbody > tr td.product-wishlist-cart > a {
      background-color: #1a1f3d;
      color: #fff;
      font-size: 11px;
      line-height: 1;
      padding: 7px 8px;
      text-transform: capitalize; }
      .cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
        background-color: #D4A843;
        color: #000000; }

.cart-shiping-update-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CDCDCD;
  padding: 13px 0 0; }
  @media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
      display: block; } }
  .cart-shiping-update-wrapper .discount-code {
    position: relative;
    flex: 0 0 50%; }
    .cart-shiping-update-wrapper .discount-code input {
      padding: 0 10px 0 0;
      border: none;
      height: 36px;
      font-size: 12px;
      color: #2f2f2f;
      background-color: transparent;
      border-bottom: 1px solid #D8D8D8; }
    .cart-shiping-update-wrapper .discount-code button {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      border: none;
      padding: 0;
      background-color: transparent;
      font-weight: bold;
      font-size: 14px;
      color: #2f2f2f;
      transition: all .3s ease 0s; }
      .cart-shiping-update-wrapper .discount-code button:hover {
        color: #1a1f3d; }
  .cart-shiping-update-wrapper .cart-clear a {
    display: inline-block;
    margin: 8px 0 0 20px;
    color: #8A8A8A; }
    .cart-shiping-update-wrapper .cart-clear a:first-child {
      margin: 8px 0 0 0px; }
    .cart-shiping-update-wrapper .cart-clear a:hover {
      color: #1a1f3d; }
    .cart-shiping-update-wrapper .cart-clear a.update-cart {
      font-weight: bold;
      font-size: 14px;
      color: #2f2f2f; }
      .cart-shiping-update-wrapper .cart-clear a.update-cart:hover {
        color: #1a1f3d; }
  @media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .cart-clear {
      margin-top: 20px; } }

.grand-total-wrap {
  background: #F9F9F9;
  padding: 35px 30px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .grand-total-wrap {
      margin-top: 40px; } }
  @media only screen and (max-width: 767px) {
    .grand-total-wrap {
      margin-top: 40px; } }
  .grand-total-wrap h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    color: #262626;
    letter-spacing: 1px; }
  .grand-total-wrap .grand-total-content {
    padding: 48px 0 50px; }
    .grand-total-wrap .grand-total-content > ul > li {
      font-weight: bold;
      padding-bottom: 33px;
      font-size: 14px;
      color: #1D1D1D;
      display: flex;
      justify-content: space-between; }
      .grand-total-wrap .grand-total-content > ul > li:last-child {
        border-top: 1px solid #DBDBDB;
        padding-top: 15px;
        padding-bottom: 0px; }
      .grand-total-wrap .grand-total-content > ul > li > ul > li {
        display: flex;
        font-size: 12px;
        color: #777;
        margin: 0 0 5px;
        font-weight: 400; }
        .grand-total-wrap .grand-total-content > ul > li > ul > li:last-child {
          margin: 0 0 0; }
        .grand-total-wrap .grand-total-content > ul > li > ul > li input {
          width: auto;
          height: auto;
          margin-right: 20px; }
      .grand-total-wrap .grand-total-content > ul > li span {
        float: right;
        font-size: 14px;
        color: #262626; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .grand-total-wrap .grand-total-content > ul > li span {
            margin-right: 0px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .grand-total-wrap .grand-total-content > ul > li span {
            margin-right: 0px; } }
        @media only screen and (max-width: 767px) {
          .grand-total-wrap .grand-total-content > ul > li span {
            margin-right: 0px; } }
  .grand-total-wrap .grand-btn {
    margin-left: -30px;
    margin-right: -30px; }
    .grand-total-wrap .grand-btn a {
      font-size: 14px;
      padding: 21px 10px 21px;
      text-transform: uppercase;
      font-weight: bold;
      background-image: linear-gradient(135deg, #bb9248 0%, rgba(217, 168, 78, 0.83) 25%, #c79d4e 50%, #a68954 75%, #d9a84e 100%);
      background-size: 200% 200%;
      background-repeat: no-repeat;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: stretch;
      align-content: flex-start;
      text-align: center;
      color: #fff;
      transition: all 300ms ease; }
      .grand-total-wrap .grand-btn a:hover {
        background-position: 100% 100%;
        transform: translateY(-5px); }

/* === Genesis style.css section [25] order-tracking-style === */
/*-------- 25. Order tracking style ---------*/
.order-tracking-content p {
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  width: 86%;
  color: #2f2f2f; }
.order-tracking-content .order-tracking-form {
  margin: 30px 0 0; }
  .order-tracking-content .order-tracking-form .sin-order-tracking {
    margin: 0 0 36px; }
    .order-tracking-content .order-tracking-form .sin-order-tracking label {
      color: #2f2f2f;
      font-weight: bold;
      margin: 0 0 10px; }
    .order-tracking-content .order-tracking-form .sin-order-tracking input {
      background: transparent;
      border: 1px solid #cecece;
      height: 70px;
      padding: 10px 20px;
      color: #2f2f2f;
      font-size: 14px; }
      .order-tracking-content .order-tracking-form .sin-order-tracking input:focus {
        border: 1px solid #262626; }
  .order-tracking-content .order-tracking-form .order-track-btn {
    text-align: center; }
    .order-tracking-content .order-tracking-form .order-track-btn a {
      display: block;
      font-weight: bold;
      background-image: linear-gradient(135deg, #bb9248 0%, rgba(217, 168, 78, 0.83) 25%, #c79d4e 50%, #a68954 75%, #d9a84e 100%);
      line-height: 1;
      padding: 22px 50px;
      text-transform: capitalize;
      background-size: 200% 200%;
      background-repeat: no-repeat;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: stretch;
      align-content: flex-start;
      text-align: center;
      color: #fff;
      transition: all 300ms ease; }
      .order-tracking-content .order-tracking-form .order-track-btn a:hover {
        background-position: 100% 100%;
        transform: translateY(-5px); }

/* === Genesis style.css section [28] checkout-style === */
/*-------- 28. Checkout style ---------*/
.customer-zone > p {
  font-size: 14px;
  position: relative;
  padding: 14px 30px 14px 60px;
  background-color: #eeeff2;
  margin: 0;
  position: relative;
  color: #373737; }
  @media only screen and (max-width: 767px) {
    .customer-zone > p {
      padding: 14px 30px 14px 40px; } }
  .customer-zone > p:before {
    content: "\e64d";
    color: #6dde6d;
    display: inline-block;
    position: absolute;
    font-family: 'themify';
    left: 15px;
    top: 15px;
    font-size: 18px; }

.checkout-login-info {
  margin: 20px 0 0;
  display: none; }
  .checkout-login-info p {
    font-size: 14px;
    margin: 0 0 12px; }
  .checkout-login-info form {
    display: block;
    overflow: hidden; }
    .checkout-login-info form .sin-checkout-login {
      margin-bottom: 30px; }
      .checkout-login-info form .sin-checkout-login label {
        font-size: 14px;
        text-transform: capitalize;
        margin: 0 0 5px; }
        .checkout-login-info form .sin-checkout-login label span {
          color: red; }
      .checkout-login-info form .sin-checkout-login input {
        border: 1px solid #e8e8e8;
        height: 50px;
        background-color: transparent; }
        .checkout-login-info form .sin-checkout-login input:focus {
          border: 1px solid #343538; }
    .checkout-login-info form .button-remember-wrap {
      display: block;
      overflow: hidden; }
      .checkout-login-info form .button-remember-wrap button {
        border: 1px solid #aaa;
        font-size: 13px;
        padding: 10px 30px 9px;
        display: inline-block;
        float: left;
        margin-right: 20px;
        font-weight: 600;
        text-transform: uppercase; }
        .checkout-login-info form .button-remember-wrap button:hover {
          background-color: #1a1f3d;
          color: #fff;
          border: 1px solid #1a1f3d; }
      .checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn {
        display: flex;
        margin: 8px 0 0; }
        .checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn input {
          height: 15px;
          margin: 0;
          position: relative;
          top: 5px;
          width: 17px; }
        .checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn label {
          font-size: 14px;
          margin: 0 0 0 5px; }
    .checkout-login-info form .lost-password {
      margin: 20px 0 11px; }
      .checkout-login-info form .lost-password a {
        font-size: 14px; }
  .checkout-login-info .checkout-login-social span {
    font-size: 14px;
    margin: 0 0 13px;
    display: block; }
  .checkout-login-info .checkout-login-social ul li {
    display: inline-block;
    margin: 0 14px 0 0; }
    .checkout-login-info .checkout-login-social ul li:last-child {
      margin: 0 0px 0 0; }
    @media only screen and (max-width: 767px) {
      .checkout-login-info .checkout-login-social ul li {
        margin: 0 5px 0 0; } }
    .checkout-login-info .checkout-login-social ul li a {
      background-color: #f5f5f5;
      text-transform: uppercase;
      font-weight: 500;
      display: block;
      float: left;
      font-size: 13px;
      padding: 20px;
      padding: 24px 106px 25px;
      line-height: 1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .checkout-login-info .checkout-login-social ul li a {
          padding: 24px 70px 25px; } }
      @media only screen and (max-width: 767px) {
        .checkout-login-info .checkout-login-social ul li a {
          padding: 15px 13px 16px; } }
      .checkout-login-info .checkout-login-social ul li a:hover {
        background-color: #1a1f3d;
        color: #fff; }

.checkout-login-info2 {
  display: none;
  margin: 20px 0 0; }
  .checkout-login-info2 ul li {
    display: inline-block; }
    .checkout-login-info2 ul li a {
      color: #8a8a8a;
      font-size: 12px; }
      .checkout-login-info2 ul li a:hover {
        color: #1a1f3d; }

.checkout-login-info3 {
  display: none;
  margin-top: 20px; }
  .checkout-login-info3 form input[type="text"] {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    width: 48%;
    font-size: 14px;
    padding: 0 20px; }
    .checkout-login-info3 form input[type="text"]:focus {
      border: 1px solid #1f2226; }
  .checkout-login-info3 form input[type="submit"] {
    background: #1f2226 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 50px;
    margin-left: 6px;
    padding: 5px 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    width: inherit; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .checkout-login-info3 form input[type="submit"] {
        padding: 5px 15px; } }
    @media only screen and (max-width: 767px) {
      .checkout-login-info3 form input[type="submit"] {
        padding: 5px 16px; } }
    .checkout-login-info3 form input[type="submit"]:hover {
      background-color: #1a1f3d; }

.billing-info-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 0 0 55px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .billing-info-wrap h3 {
      margin-bottom: 40px; } }
  .billing-info-wrap h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    background-color: #1a1f3d;
    width: 50px;
    height: 2px; }
.billing-info-wrap .billing-info label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px; }
  .billing-info-wrap .billing-info label abbr {
    color: red; }
.billing-info-wrap .billing-info input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-size: 14px; }
  .billing-info-wrap .billing-info input:focus {
    border: 1px solid #343538; }
  .billing-info-wrap .billing-info input.billing-address {
    margin-bottom: 20px; }
.billing-info-wrap .billing-select label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px; }
  .billing-info-wrap .billing-select label abbr {
    color: red; }
.billing-info-wrap .billing-select select {
  border: 1px solid #e6e6e6;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333;
  font-size: 14px;
  height: 50px;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/select.png") no-repeat scroll right 18px center;
  cursor: pointer; }
  .billing-info-wrap .billing-select select option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    color: #333;
    font-size: 12px; }
.billing-info-wrap .checkout-account input {
  border: 1px solid #9fa0a2;
  display: inline-block;
  float: left;
  height: 10px;
  width: 10px;
  position: relative;
  top: 6px;
  color: #333; }
.billing-info-wrap .checkout-account span {
  color: #333;
  font-weight: 400;
  margin: 0 0 0 12px;
  font-size: 14px;
  text-transform: uppercase; }
.billing-info-wrap .checkout-account-toggle label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px; }
  .billing-info-wrap .checkout-account-toggle label abbr {
    color: red; }
.billing-info-wrap .checkout-account-toggle input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  padding: 2px 20px; }
  .billing-info-wrap .checkout-account-toggle input:focus {
    border: 1px solid #343538; }
.billing-info-wrap .different-address {
  display: none; }
.billing-info-wrap .additional-info-wrap {
  margin: 22px 0 0; }
  .billing-info-wrap .additional-info-wrap label {
    color: #010225;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px; }
  .billing-info-wrap .additional-info-wrap textarea {
    min-height: 120px;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    padding: 20px;
    color: #333;
    font-size: 14px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .billing-info-wrap.mr-50 {
    margin-right: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .billing-info-wrap.mr-50 {
    margin-right: 0px; } }
@media only screen and (max-width: 767px) {
  .billing-info-wrap.mr-50 {
    margin-right: 0px; } }

.your-order-area {
  padding: 40px 50px 50px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  border-color: rgba(52, 53, 56, 0.1); }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .your-order-area {
      padding: 40px 25px 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-order-area {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .your-order-area {
      padding: 40px 12px 50px;
      margin-top: 30px; } }
  .your-order-area h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 0 45px;
    text-transform: uppercase; }
    .your-order-area h3:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: -12px;
      background-color: #1a1f3d;
      width: 50px;
      height: 2px; }
  .your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #e8e8e8; }
    .your-order-area .your-order-wrap .your-order-info ul li {
      font-size: 14px;
      padding: 0 0 7px;
      text-transform: uppercase;
      font-weight: 500; }
      .your-order-area .your-order-wrap .your-order-info ul li span {
        float: right;
        color: #1a1f3d; }
    .your-order-area .your-order-wrap .your-order-info.order-subtotal {
      padding: 15px 0 10px; }
      .your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
        font-size: 16px; }
    .your-order-area .your-order-wrap .your-order-info.order-shipping {
      padding: 15px 0 13px;
      display: block;
      overflow: hidden; }
      .your-order-area .your-order-wrap .your-order-info.order-shipping ul li > p {
        float: right;
        font-size: 14px;
        text-align: right;
        color: #333;
        text-transform: capitalize; }
    .your-order-area .your-order-wrap .your-order-info.order-total {
      padding: 15px 0 10px; }
      .your-order-area .your-order-wrap .your-order-info.order-total ul li span {
        font-size: 16px; }
  .your-order-area .your-order-wrap .your-order-middle {
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0 23px; }
    .your-order-area .your-order-wrap .your-order-middle ul li {
      font-size: 14px;
      margin: 0 0 11px; }
      .your-order-area .your-order-wrap .your-order-middle ul li:last-child {
        margin-bottom: 0; }
      .your-order-area .your-order-wrap .your-order-middle ul li span {
        float: right;
        font-size: 16px; }
  .your-order-area .your-order-wrap .payment-method {
    margin: 17px 0 0; }
    .your-order-area .your-order-wrap .payment-method .sin-payment {
      margin-bottom: 20px; }
      .your-order-area .your-order-wrap .payment-method .sin-payment input {
        width: auto;
        display: inline-block;
        float: left;
        height: auto;
        margin-top: 5px; }
      .your-order-area .your-order-wrap .payment-method .sin-payment label {
        font-size: 14px;
        text-transform: uppercase;
        margin: 0px 0 0 21px;
        display: flex;
        align-items: center;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          .your-order-area .your-order-wrap .payment-method .sin-payment label {
            display: block; } }
        .your-order-area .your-order-wrap .payment-method .sin-payment label img {
          max-width: 140px;
          display: inline-block;
          margin: 0 5px; }
        .your-order-area .your-order-wrap .payment-method .sin-payment label a {
          text-decoration: underline; }
      .your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
        margin: 6px 0 0;
        display: none; }
        .your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
          font-size: 14px;
          margin: 0; }
  .your-order-area .Place-order a {
    cursor: pointer;
    padding: 16px 50px 17px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-image: linear-gradient(135deg, #bb9248 0%, rgba(217, 168, 78, 0.83) 25%, #c79d4e 50%, #a68954 75%, #d9a84e 100%);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: flex-start;
    text-align: center;
    color: #fff;
    transition: all 300ms ease; }
    .your-order-area .Place-order a:hover {
      background-position: 100% 100%;
      transform: translateY(-5px); }

@media only screen and (max-width: 767px) {
  .checkout-main-area.pb-70 {
    padding-bottom: 50px; } }
/* === Genesis coming-soon-style === */
/*-------- 29. Coming soon style ---------*/
@media only screen and (max-width: 767px) {
  .comming-soon-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center; } }

@media only screen and (max-width: 767px) {
  .comming-soon-content {
    padding: 0 15px; } }
.comming-soon-content h1 {
  font-size: 100px;
  color: #D4A843;
  line-height: 1;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif; }
  @media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .comming-soon-content h1 {
      font-size: 80px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .comming-soon-content h1 {
      font-size: 80px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .comming-soon-content h1 {
      font-size: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .comming-soon-content h1 {
      font-size: 70px; } }
  @media only screen and (max-width: 767px) {
    .comming-soon-content h1 {
      font-size: 32px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .comming-soon-content h1 {
      font-size: 40px; } }
.comming-soon-content .comming-soon-timer {
  margin: 60px 0 36px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .comming-soon-content .comming-soon-timer {
      margin: 40px 0 36px; } }
  @media only screen and (max-width: 767px) {
    .comming-soon-content .comming-soon-timer {
      margin: 30px 0 30px; } }
  .comming-soon-content .comming-soon-timer div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .comming-soon-content .comming-soon-timer div > span {
      color: #ffffff;
      margin: 0 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .comming-soon-content .comming-soon-timer div > span {
          margin: 0 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .comming-soon-content .comming-soon-timer div > span {
          margin: 0 20px; } }
      @media only screen and (max-width: 767px) {
        .comming-soon-content .comming-soon-timer div > span {
          margin: 0 10px; } }
      .comming-soon-content .comming-soon-timer div > span > span {
        font-size: 32px; }
      .comming-soon-content .comming-soon-timer div > span > p {
        color: #ffffff;
        font-size: 18px;
        margin: 7px 0 0; }
      .comming-soon-content .comming-soon-timer div > span:first-child {
        margin-left: 0; }

.Button-Widget-genesis {
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  width: auto; }
  .Button-Widget-genesis a, .Button-Widget-genesis .Button-Widget {
    background-image: linear-gradient(135deg, #bb9248 0%, rgba(217, 168, 78, 0.83) 25%, #c79d4e 50%, #a68954 75%, #d9a84e 100%);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: flex-start;
    text-align: center;
    color: #fff;
    transition: all 300ms ease; }
    .Button-Widget-genesis a:hover, .Button-Widget-genesis .Button-Widget:hover {
      background-position: 100% 100%;
      transform: translateY(-5px); }
    .Button-Widget-genesis a .Button-Content, .Button-Widget-genesis .Button-Widget .Button-Content {
      padding: 17px 53px; }


/* === KCK.CASA overrides === */

/* === Genesis style.css section [29] coming-soon-style === */
/*-------- 29. Coming soon style ---------*/
@media only screen and (max-width: 767px) {
  .comming-soon-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center; } }

@media only screen and (max-width: 767px) {
  .comming-soon-content {
    padding: 0 15px; } }
.comming-soon-content h1 {
  font-size: 100px;
  color: #D4A843;
  line-height: 1;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif; }
  @media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .comming-soon-content h1 {
      font-size: 80px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .comming-soon-content h1 {
      font-size: 80px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .comming-soon-content h1 {
      font-size: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .comming-soon-content h1 {
      font-size: 70px; } }
  @media only screen and (max-width: 767px) {
    .comming-soon-content h1 {
      font-size: 32px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .comming-soon-content h1 {
      font-size: 40px; } }
.comming-soon-content .comming-soon-timer {
  margin: 60px 0 36px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .comming-soon-content .comming-soon-timer {
      margin: 40px 0 36px; } }
  @media only screen and (max-width: 767px) {
    .comming-soon-content .comming-soon-timer {
      margin: 30px 0 30px; } }
  .comming-soon-content .comming-soon-timer div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .comming-soon-content .comming-soon-timer div > span {
      color: #ffffff;
      margin: 0 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .comming-soon-content .comming-soon-timer div > span {
          margin: 0 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .comming-soon-content .comming-soon-timer div > span {
          margin: 0 20px; } }
      @media only screen and (max-width: 767px) {
        .comming-soon-content .comming-soon-timer div > span {
          margin: 0 10px; } }
      .comming-soon-content .comming-soon-timer div > span > span {
        font-size: 32px; }
      .comming-soon-content .comming-soon-timer div > span > p {
        color: #ffffff;
        font-size: 18px;
        margin: 7px 0 0; }
      .comming-soon-content .comming-soon-timer div > span:first-child {
        margin-left: 0; }

.Button-Widget-genesis {
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  width: auto; }
  .Button-Widget-genesis a, .Button-Widget-genesis .Button-Widget {
    background-image: linear-gradient(135deg, #bb9248 0%, rgba(217, 168, 78, 0.83) 25%, #c79d4e 50%, #a68954 75%, #d9a84e 100%);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: flex-start;
    text-align: center;
    color: #fff;
    transition: all 300ms ease; }
    .Button-Widget-genesis a:hover, .Button-Widget-genesis .Button-Widget:hover {
      background-position: 100% 100%;
      transform: translateY(-5px); }
    .Button-Widget-genesis a .Button-Content, .Button-Widget-genesis .Button-Widget .Button-Content {
      padding: 17px 53px; }
/* === Genesis faq-style === */
/*-------- 31. Faq style ---------*/
.faq-title h2 {
  font-size: 32px;
  margin: 0 0 42px;
  color: #D4A843;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-title h2 {
      font-size: 25px;
      margin: 0 0 20px; } }
  @media only screen and (max-width: 767px) {
    .faq-title h2 {
      font-size: 25px;
      margin: 0 0 20px; } }

.faq-accordion {
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  background-color: #fff; }
  .faq-accordion .panel-heading h4 {
    font-size: 14px;
    margin: 0;
    background-color: #fff; }
    .faq-accordion .panel-heading h4 a {
      letter-spacing: 0.6px;
      color: #000000;
      font-size: 18px;
      display: block;
      position: relative;
      padding: 27px 30px; }
      @media only screen and (max-width: 767px) {
        .faq-accordion .panel-heading h4 a {
          padding: 15px 30px 15px 15px;
          font-size: 16px; } }
      .faq-accordion .panel-heading h4 a.collapsed {
        position: relative; }
        .faq-accordion .panel-heading h4 a.collapsed::before {
          position: absolute;
          right: 13px;
          height: 2px;
          background-color: #111111;
          width: 12px;
          top: 50%;
          margin-top: -2px;
          content: "";
          transition: all .3s ease 0s; }
        .faq-accordion .panel-heading h4 a.collapsed::after {
          content: "";
          width: 2px;
          height: 12px;
          position: absolute;
          background-color: #111111;
          top: 49%;
          transform: translateY(-50%);
          right: 18px;
          transition: all .3s ease 0s; }
      .faq-accordion .panel-heading h4 a::before {
        position: absolute;
        right: 13px;
        height: 2px;
        background-color: #343538;
        width: 12px;
        top: 50%;
        margin-top: -2px;
        content: "";
        transition: all .3s ease 0s; }
  .faq-accordion .panel-collapse .panel-body p {
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    color: #8a8a8a;
    text-transform: uppercase;
    padding: 0px 60px 42px 30px;
    letter-spacing: 0.6px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .faq-accordion .panel-collapse .panel-body p {
        padding: 0px 30px 42px 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-accordion .panel-collapse .panel-body p {
        padding: 0px 30px 42px 30px; } }
    @media only screen and (max-width: 767px) {
      .faq-accordion .panel-collapse .panel-body p {
        padding: 0px 30px 42px 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-faq-wrap.pt-120 {
    padding-top: 70px; }
  .single-faq-wrap.pb-100 {
    padding-bottom: 60px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-faq-wrap .faq-title.mb-60 {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .single-faq-wrap.pt-120 {
    padding-top: 50px; }
  .single-faq-wrap.pb-100 {
    padding-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .single-faq-wrap .faq-title h2 {
    font-size: 21px; }
  .single-faq-wrap .faq-title.mb-60 {
    margin-bottom: 20px; } }
/*# sourceMappingURL=style.css.map */


/* === KCK.CASA overrides === */

/* === Genesis style.css section [31] faq-style === */
/*-------- 31. Faq style ---------*/
.faq-title h2 {
  font-size: 32px;
  margin: 0 0 42px;
  color: #D4A843;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-title h2 {
      font-size: 25px;
      margin: 0 0 20px; } }
  @media only screen and (max-width: 767px) {
    .faq-title h2 {
      font-size: 25px;
      margin: 0 0 20px; } }

.faq-accordion {
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  background-color: #fff; }
  .faq-accordion .panel-heading h4 {
    font-size: 14px;
    margin: 0;
    background-color: #fff; }
    .faq-accordion .panel-heading h4 a {
      letter-spacing: 0.6px;
      color: #000000;
      font-size: 18px;
      display: block;
      position: relative;
      padding: 27px 30px; }
      @media only screen and (max-width: 767px) {
        .faq-accordion .panel-heading h4 a {
          padding: 15px 30px 15px 15px;
          font-size: 16px; } }
      .faq-accordion .panel-heading h4 a.collapsed {
        position: relative; }
        .faq-accordion .panel-heading h4 a.collapsed::before {
          position: absolute;
          right: 13px;
          height: 2px;
          background-color: #111111;
          width: 12px;
          top: 50%;
          margin-top: -2px;
          content: "";
          transition: all .3s ease 0s; }
        .faq-accordion .panel-heading h4 a.collapsed::after {
          content: "";
          width: 2px;
          height: 12px;
          position: absolute;
          background-color: #111111;
          top: 49%;
          transform: translateY(-50%);
          right: 18px;
          transition: all .3s ease 0s; }
      .faq-accordion .panel-heading h4 a::before {
        position: absolute;
        right: 13px;
        height: 2px;
        background-color: #343538;
        width: 12px;
        top: 50%;
        margin-top: -2px;
        content: "";
        transition: all .3s ease 0s; }
  .faq-accordion .panel-collapse .panel-body p {
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    color: #8a8a8a;
    text-transform: uppercase;
    padding: 0px 60px 42px 30px;
    letter-spacing: 0.6px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .faq-accordion .panel-collapse .panel-body p {
        padding: 0px 30px 42px 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-accordion .panel-collapse .panel-body p {
        padding: 0px 30px 42px 30px; } }
    @media only screen and (max-width: 767px) {
      .faq-accordion .panel-collapse .panel-body p {
        padding: 0px 30px 42px 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-faq-wrap.pt-120 {
    padding-top: 70px; }
  .single-faq-wrap.pb-100 {
    padding-bottom: 60px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-faq-wrap .faq-title.mb-60 {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .single-faq-wrap.pt-120 {
    padding-top: 50px; }
  .single-faq-wrap.pb-100 {
    padding-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .single-faq-wrap .faq-title h2 {
    font-size: 21px; }
  .single-faq-wrap .faq-title.mb-60 {
    margin-bottom: 20px; } }
/*# sourceMappingURL=style.css.map */


/* === KCK.CASA custom overrides === */
/* KCK.CASA FAQ — gold + navy theme */
:root { --kck-navy: #1a1f3d; --kck-gold: #D4A843; --kck-gold-hover: #e7bd5e; }
.faq-title h2 { color: var(--kck-navy); }
.faq-title p { color: #6b7280; max-width: 640px; margin: 12px auto 0; }
.faq-accordion .panel-title a { color: var(--kck-navy); font-weight: 600; transition: color .2s ease; }
.faq-accordion .panel-title a:not(.collapsed) { color: var(--kck-gold); }
.faq-accordion .panel-body p { color: #555; line-height: 1.7; margin: 0; }
.faq-cta h4 { color: var(--kck-navy); margin-bottom: 8px; }
.faq-cta p { color: #6b7280; margin-bottom: 22px; }
.faq-cta .Button-Widget { display: inline-block; background: var(--kck-gold); color: var(--kck-navy); padding: 13px 32px; border-radius: 4px; font-weight: 600; text-decoration: none; letter-spacing: .5px; transition: all .25s ease; }
.faq-cta .Button-Widget:hover { background: var(--kck-gold-hover); transform: translateY(-2px); }
.faq-cta .Button-Content span { color: inherit; }
/* === Genesis slider-style === */
/*-------- 3. Slider style ---------*/
.kck-mat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
@media (max-width:991px) { .kck-mat-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width:575px) { .kck-mat-grid { grid-template-columns: 1fr; } }

.kck-mat-card { background: #fff; border: 1px solid #e6e8ef; border-radius: 14px; padding: 32px 26px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.kck-mat-card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(26,31,61,.12); border-color: rgba(212,168,67,.5); }
.kck-mat-card h3 { font-size: 19px; margin: 0 0 10px; color: var(--kck-navy); font-weight: 600; }
.kck-mat-card p { font-size: 14.5px; line-height: 1.65; color: var(--kck-muted); margin: 0 0 16px; }
.kck-mat-card ul { list-style: none; margin: 0; padding: 0; }
.kck-mat-card li { font-size: 13.5px; color: #1f2937; padding: 7px 0 7px 22px; position: relative; border-bottom: 1px solid #f3f4f6; }
.kck-mat-card li::before { content: ''; position: absolute; left: 0; top: 14px; width: 8px; height: 8px; border-radius: 50%; background: var(--kck-gold); }
.kck-mat-card li:last-child { border-bottom: none; }

/* ---- Card icon ---- */
.kck-mat-icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--kck-gold);
    color: var(--kck-navy);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    transition: transform .25s ease;
}
.kck-mat-card:hover .kck-mat-icon { transform: scale(1.1); }

/* ---- Product swatch gallery ---- */
.kck-swatch-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
@media (max-width:991px) { .kck-swatch-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width:575px) { .kck-swatch-grid { grid-template-columns: repeat(2,1fr); } }

.kck-swatch {
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e6e8ef;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}
.kck-swatch:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(26,31,61,.10);
    text-decoration: none;
}
.kck-swatch .thumb {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f4f5f7;
}
.kck-swatch .thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.kck-swatch:hover .thumb img { transform: scale(1.06); }
.kck-swatch .cap {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.kck-swatch .name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--kck-navy);
}
.kck-swatch .tag {
    font-size: 12px;
    font-weight: 500;
    color: var(--kck-gold);
    letter-spacing: .5px;
    text-transform: uppercase;
}

/* ---- Certifications ---- */
.kck-cert {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 8px;
}
.kck-cert .badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e6e8ef;
    border-radius: 999px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    color: var(--kck-navy);
    transition: box-shadow .2s ease, border-color .2s ease;
}
.kck-cert .badge i {
    color: var(--kck-gold);
    font-size: 18px;
}
.kck-cert .badge:hover {
    border-color: var(--kck-gold);
    box-shadow: 0 4px 12px rgba(212,168,67,.15);
}

/* ---- CTA ---- */
.kck-mat-cta {
    background: linear-gradient(135deg, var(--kck-navy) 0%, var(--kck-navy-2) 100%);
    color: #fff;
    border-radius: 16px;
    padding: 56px 40px;
    text-align: center;
}
.kck-mat-cta h2 {
    color: #fff;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(24px,3vw,34px);
    font-weight: 600;
    margin: 0 0 12px;
}
.kck-mat-cta p {
    color: #bcc1d6;
    font-size: 16px;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 28px;
}
.kck-mat-cta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--kck-gold);
    color: var(--kck-navy);
    font-weight: 600;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.kck-mat-cta a:hover {
    background: #e7bd5e;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212,168,67,.3);
    color: var(--kck-navy);
}

.kck-mat-foot { text-align: center; }
.kck-mat-foot-cta { background: linear-gradient(135deg, var(--kck-navy) 0%, var(--kck-navy-2) 100%); color: #fff; border-radius: 16px; padding: 48px 36px; }
.kck-mat-foot-cta h2 { color: #fff; }
.kck-mat-foot-cta .Button-Widget { background: var(--kck-gold); color: var(--kck-navy); border-radius: 50%; width: 90px; height: 90px; display: inline-flex; align-items: center; justify-content: center; font-size: 30px; margin-top: 20px; text-decoration: none; transition: transform .2s ease; }
.kck-mat-foot-cta .Button-Widget:hover { transform: scale(1.06); }

/* --- KCK.About — enhanced overrides for about page --- */
/* About intro: full-width image with text overlay */
.kck-about .about-full-width .about-inner > img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
.kck-about .about-full-width .about-inner .choose-content {
  background: linear-gradient(to top, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.9) 55%, rgba(255,255,255,0.35) 100%);
  padding: 100px 8% 28px 5.5% !important;
}
@media only screen and (max-width: 991px) {
  .kck-about .about-full-width .about-inner .choose-content {
    padding: 80px 6% 22px 5% !important;
  }
}
@media only screen and (max-width: 540px) {
  .kck-about .about-full-width .about-inner .choose-content {
    padding: 55px 5% 18px 5% !important;
  }
}
.kck-about .about-full-width .about-inner .choose-content p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--kck-ink);
  font-family: var(--font-display);
  margin: 25px 0 15px 0;
  max-width: 900px;
}
@media only screen and (max-width: 991px) {
  .kck-about .about-full-width .about-inner .choose-content p {
    font-size: 1.25rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .kck-about .about-full-width .about-inner .choose-content p {
    font-size: 1.05rem;
  }
}
.kck-about .about-full-width .about-inner .choose-content .qodef-separator {
  border-bottom-color: var(--kck-gold);
  width: 60px;
}
.kck-about #counter-stats .stats .count {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: var(--fw-semibold);
  line-height: 1.1;
  color: var(--kck-navy);
  letter-spacing: 3px;
}
@media only screen and (max-width: 991px) {
  .kck-about #counter-stats .stats .count {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 540px) {
  .kck-about #counter-stats .stats .count {
    font-size: 2rem;
  }
}
.kck-about #counter-stats .stats h5 {
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--kck-ink);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-top: 16px;
}
.kck-about #counter-stats .stats p {
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  line-height: 1.6;
  color: var(--kck-ink-soft);
  max-width: 280px;
  margin: 8px auto 0;
}
.kck-about .about-us-area .about-us-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--kck-navy);
}
.kck-about .about-us-area .about-us-content p {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.75;
  color: var(--kck-ink-soft);
}
.kck-about .about-us-area .about-us-content .qodef-separator {
  border-bottom-color: var(--kck-gold);
}
.kck-about .team-area .team-title-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--kck-navy);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kck-about .team-area .team-title-text p {
  color: var(--kck-ink-soft);
  font-size: var(--fs-base);
}
.kck-about .team-area .team-wrapper .team-content h4 {
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--kck-navy);
}
.kck-about .team-area .team-wrapper .team-content span {
  font-size: var(--fs-sm);
  color: var(--kck-ink-soft);
  display: block;
}
.kck-about .team-area .team-wrapper {
  transition: transform var(--t), box-shadow var(--t);
  border-radius: var(--radius);
  overflow: hidden;
}
.kck-about .team-area .team-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.kck-about .team-area .team-wrapper .team-img .team-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 0;
  line-height: 0;
  margin: 4px 6px;
  vertical-align: middle;
}
.kck-about .team-area .team-wrapper .team-img .team-action a svg {
  width: 16px;
  height: 16px;
  display: block;
}
.kck-about .team-area .team-wrapper .team-img .team-action a.facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: #fff;
}
.kck-about .team-area .team-wrapper .team-img .team-action a.facebook:hover {
  background-color: transparent;
  color: #3b5998;
}
.kck-about .team-area .team-wrapper .team-img .team-action a.twitter {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.kck-about .team-area .team-wrapper .team-img .team-action a.twitter:hover {
  background-color: transparent;
  color: #000;
}
.kck-about .team-area .team-wrapper .team-img .team-action a.instagram {
  background-color: #e1306c;
  border: 1px solid #e1306c;
  color: #fff;
}
.kck-about .team-area .team-wrapper .team-img .team-action a.instagram:hover {
  background-color: transparent;
  color: #e1306c;
}
.kck-about .video-wrapper .video-inner {
  width: 100%;
}
.kck-about .video-wrapper .video-inner .video-img {
  width: 100%;
}
.kck-about .video-wrapper .video-inner .video-img {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.kck-about .video-wrapper .video-inner .video-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
.kck-about .video-wrapper .video-services .video-services-cover .services-item h3 {
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  color: #ffffff;
  letter-spacing: 0;
}
.kck-about .video-wrapper .video-services .video-services-cover .services-item .qodef-separator {
  border-bottom-color: var(--kck-gold);
  width: 36px;
}
.kck-about .video-wrapper .video-services .video-services-cover .services-item p {
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}
.kck-about .video-wrapper .video-services .video-services-cover .services-item {
  transition: transform var(--t), box-shadow var(--t);
  border-radius: var(--radius);
}
.kck-about .video-wrapper .video-services .video-services-cover .services-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
@media only screen and (max-width: 991px) {
  .kck-about .about-full-width .about-inner > img { height: 420px; }
  .kck-about .video-wrapper .video-inner .video-img img { height: 380px; }
}
@media only screen and (max-width: 540px) {
  .kck-about .about-full-width .about-inner > img { height: 320px; }
  .kck-about .video-wrapper .video-inner .video-img img { height: 300px; }
}
.kck-about .port-area .port-inner .port-wrapper .port-content .headline {
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  color: #ffffff;
  letter-spacing: 3px;
}
.kck-about .port-area .port-inner .port-wrapper .port-content .qodef-separator {
  border-bottom-color: var(--kck-gold);
}
.kck-about .port-area .port-inner .port-wrapper .port-content .headline-content {
  font-family: var(--font-display);
  color: #ffffff;
}
.kck-about .port-area .port-inner .port-wrapper .port-content .headline-content em {
  color: var(--kck-gold);
}
.kck-about .port-area .port-inner .port-wrapper .port-content-button .Button-Widget {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
}
.kck-about .port-area .port-inner .port-wrapper .port-content-button .Button-Widget svg {
  width: 2.2em;
  height: 2.2em;
  flex-shrink: 0;
  color: inherit;
}
.kck-about .port-area .port-inner .port-wrapper .port-content-button .Button-Widget .service-content-title {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .kck-about .port-area .port-inner .port-wrapper .port-content-button .Button-Widget {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .kck-about .team-area {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

/* === Genesis product-details-style === */
/*-------- 19. Product details style ---------*/


/* --- KCK.Blog Detail -- article page --- */
.kck-blog-detail {
  background: var(--kck-bg);
}
.kck-blog-detail .blog-detail-wrap {
  background: var(--kck-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.kck-blog-detail .blog-detail-hero {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--kck-surface-2);
}
.kck-blog-detail .blog-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kck-blog-detail .blog-detail-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--kck-navy);
  color: var(--kck-gold);
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 14px;
  border-radius: var(--radius-sm);
}
.kck-blog-detail .blog-detail-header {
  padding: 36px 40px 24px;
}
.kck-blog-detail .blog-detail-title {
  font-family: var(--font-display);
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  font-weight: var(--fw-semibold);
  color: var(--kck-navy);
  line-height: 1.25;
  margin: 0 0 16px;
}
.kck-blog-detail .blog-detail-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: var(--fs-sm);
  color: var(--kck-ink-soft);
}
.kck-blog-detail .blog-detail-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.kck-blog-detail .blog-detail-meta-item svg {
  color: var(--kck-ink-muted);
}
.kck-blog-detail .blog-detail-meta-item strong {
  color: var(--kck-ink);
  font-weight: var(--fw-semibold);
}
.kck-blog-detail .blog-detail-meta-sep {
  color: var(--kck-ink-muted);
}
.kck-blog-detail .blog-detail-body {
  padding: 0 40px 24px;
}
.kck-blog-detail .blog-detail-body p {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: var(--kck-ink-soft);
  margin: 0 0 22px;
}
.kck-blog-detail .blog-detail-mid {
  margin: 30px 0;
}
.kck-blog-detail .blog-detail-mid img {
  width: 100%;
  border-radius: var(--radius);
  display: block;
}
.kck-blog-detail .blog-detail-quote {
  margin: 32px 0;
  padding: 24px 28px;
  background: var(--kck-surface-2);
  border-left: 4px solid var(--kck-gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  position: relative;
}
.kck-blog-detail .blog-detail-quote-mark {
  color: var(--kck-gold);
  opacity: 0.35;
  margin-bottom: 8px;
}
.kck-blog-detail .blog-detail-quote p {
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--kck-ink);
  font-style: italic;
  margin: 0 0 12px;
}
.kck-blog-detail .blog-detail-quote cite {
  font-style: normal;
  font-size: var(--fs-sm);
  color: var(--kck-ink-soft);
  font-weight: var(--fw-medium);
}
.kck-blog-detail .blog-detail-footer {
  padding: 20px 40px;
  border-top: 1px solid var(--kck-border);
  border-bottom: 1px solid var(--kck-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.kck-blog-detail .blog-detail-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.kck-blog-detail .blog-detail-tags-label,
.kck-blog-detail .blog-detail-share-label {
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--kck-ink);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 4px;
}
.kck-tag {
  display: inline-block;
  font-size: var(--fs-xs);
  color: var(--kck-ink-soft);
  background: var(--kck-surface-2);
  border: 1px solid var(--kck-border);
  border-radius: 999px;
  padding: 4px 12px;
  text-decoration: none;
  transition: all var(--t-fast);
}
.kck-tag:hover {
  background: var(--kck-navy);
  color: #fff;
  border-color: var(--kck-navy);
}
.kck-blog-detail .blog-detail-share {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.kck-blog-detail .kck-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--kck-surface-2);
  border: 1px solid var(--kck-border);
  color: var(--kck-ink-soft);
  text-decoration: none;
  transition: all var(--t-fast);
}
.kck-blog-detail .kck-share:hover {
  background: var(--kck-navy);
  color: #fff;
  border-color: var(--kck-navy);
  transform: translateY(-2px);
}
.kck-blog-detail .blog-detail-prev-next {
  padding: 24px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--kck-border);
}
.kck-blog-detail .blog-detail-pn {
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  background: var(--kck-surface-2);
  border-radius: var(--radius);
  text-decoration: none;
  transition: all var(--t-fast);
  min-height: 80px;
  border: 1px solid transparent;
}
.kck-blog-detail .blog-detail-pn:hover {
  background: var(--kck-navy);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.kck-blog-detail .blog-detail-pn:hover .blog-detail-pn-label,
.kck-blog-detail .blog-detail-pn:hover .blog-detail-pn-title {
  color: #fff;
}
.kck-blog-detail .blog-detail-pn-next {
  text-align: right;
  align-items: flex-end;
}
.kck-blog-detail .blog-detail-pn-label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  color: var(--kck-gold);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
  transition: color var(--t-fast);
}
.kck-blog-detail .blog-detail-pn-title {
  font-family: var(--font-display);
  font-size: var(--fs-base);
  font-weight: var(--fw-semibold);
  color: var(--kck-ink);
  line-height: 1.35;
  transition: color var(--t-fast);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kck-blog-detail .blog-comments-area,
.kck-blog-detail .blog-comment-form {
  padding: 32px 40px;
}
.kck-blog-detail .blog-comments-area {
  border-bottom: 1px solid var(--kck-border);
}
.kck-blog-detail .blog-section-title {
  font-family: var(--font-display);
  font-size: var(--fs-xl);
  font-weight: var(--fw-semibold);
  color: var(--kck-navy);
  margin: 0 0 20px;
}
.kck-blog-detail .blog-comments-count {
  color: var(--kck-ink-muted);
  font-weight: var(--fw-medium);
}
.kck-blog-detail .blog-comments-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kck-blog-detail .blog-comment-item {
  display: flex;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--kck-border);
}
.kck-blog-detail .blog-comment-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.kck-blog-detail .blog-comment-img {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--kck-surface-2);
}
.kck-blog-detail .blog-comment-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kck-blog-detail .blog-comment-content p {
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--kck-ink-soft);
  font-style: italic;
  margin: 0 0 8px;
}
.kck-blog-detail .blog-comment-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: var(--fs-xs);
  color: var(--kck-ink-muted);
}
.kck-blog-detail .blog-comment-meta strong {
  color: var(--kck-ink);
  font-weight: var(--fw-semibold);
}
.kck-blog-detail .blog-comment-role {
  color: var(--kck-ink-soft);
}
.kck-blog-detail .blog-comment-sep {
  color: var(--kck-ink-muted);
}
.kck-blog-detail .blog-comment-reply {
  margin-left: auto;
  color: var(--kck-gold);
  text-decoration: none;
  font-weight: var(--fw-semibold);
}
.kck-blog-detail .blog-comment-form-note {
  font-size: var(--fs-sm);
  color: var(--kck-ink-soft);
  margin: -8px 0 20px;
}
.kck-blog-detail .kck-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--kck-border);
  border-radius: var(--radius-sm);
  font-size: var(--fs-sm);
  color: var(--kck-ink);
  background: var(--kck-surface);
  margin-bottom: 16px;
  font-family: var(--font-body);
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.kck-blog-detail textarea.kck-input {
  resize: vertical;
  min-height: 130px;
}
.kck-blog-detail .kck-input:focus {
  outline: none;
  border-color: var(--kck-gold);
  box-shadow: 0 0 0 3px rgba(212,168,67,0.12);
}
.kck-blog-detail .kck-submit {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: var(--kck-navy);
  color: #fff;
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background var(--t-fast), transform var(--t-fast);
}
.kck-blog-detail .kck-submit:hover {
  background: var(--kck-gold);
  color: var(--kck-navy);
  transform: translateY(-2px);
}
.kck-blog-detail .kck-blog-sidebar {
  padding-left: 0;
}
.kck-blog-detail .kck-blog-sidebar .sidebar-widget {
  margin-bottom: 32px;
  background: var(--kck-surface);
  border: 1px solid var(--kck-border);
  border-radius: var(--radius);
  padding: 24px 22px;
}
.kck-blog-detail .kck-sidebar-title {
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  color: var(--kck-navy);
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--kck-gold);
  display: inline-block;
}
.kck-blog-detail .kck-search-form {
  position: relative;
  background: var(--kck-surface);
  border: 1px solid var(--kck-border);
  border-radius: var(--radius);
  padding: 14px 48px 14px 18px;
  display: flex;
  align-items: center;
}
.kck-blog-detail .kck-search-form input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: var(--fs-sm);
  color: var(--kck-ink);
  font-family: var(--font-body);
  outline: none;
}
.kck-blog-detail .kck-search-form input::placeholder {
  color: var(--kck-ink-muted);
}
.kck-blog-detail .kck-search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--kck-navy);
  color: #fff;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--t-fast);
}
.kck-blog-detail .kck-search-btn:hover {
  background: var(--kck-gold);
  color: var(--kck-navy);
}
.kck-blog-detail .kck-sidebar-posts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kck-blog-detail .kck-sidebar-post {
  display: flex;
  gap: 12px;
  text-decoration: none;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--kck-border);
  transition: transform var(--t-fast);
}
.kck-blog-detail .kck-sidebar-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.kck-blog-detail .kck-sidebar-post:hover {
  transform: translateX(3px);
}
.kck-blog-detail .kck-sidebar-post:hover h5 {
  color: var(--kck-navy);
}
.kck-blog-detail .kck-sidebar-post-img {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--kck-surface-2);
}
.kck-blog-detail .kck-sidebar-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kck-blog-detail .kck-sidebar-post-content h5 {
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--kck-ink);
  line-height: 1.4;
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--t-fast);
}
.kck-blog-detail .kck-sidebar-post-content span {
  font-size: var(--fs-xs);
  color: var(--kck-ink-muted);
}
.kck-blog-detail .kck-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kck-blog-detail .kck-sidebar-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--kck-border);
  font-size: var(--fs-sm);
}
.kck-blog-detail .kck-sidebar-list li:last-child {
  border-bottom: none;
}
.kck-blog-detail .kck-sidebar-list a {
  color: var(--kck-ink-soft);
  text-decoration: none;
  transition: color var(--t-fast);
  display: flex;
  align-items: center;
  gap: 6px;
}
.kck-blog-detail .kck-sidebar-list a::before {
  content: '\203A';
  color: var(--kck-gold);
  font-weight: var(--fw-semibold);
}
.kck-blog-detail .kck-sidebar-list a:hover {
  color: var(--kck-gold);
}
.kck-blog-detail .kck-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.kck-blog-detail .kck-sidebar-banner {
  background: linear-gradient(135deg, var(--kck-navy) 0%, var(--kck-navy-2) 100%);
  padding: 32px 26px;
  border: none;
  color: #fff;
}
.kck-blog-detail .kck-banner-cta h4 {
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  color: #fff;
  margin: 0 0 8px;
}
.kck-blog-detail .kck-banner-cta p {
  font-size: var(--fs-sm);
  color: rgba(255,255,255,0.7);
  margin: 0 0 18px;
  line-height: 1.6;
}
.kck-blog-detail .kck-banner-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  background: var(--kck-gold);
  color: var(--kck-navy);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: var(--radius);
  transition: transform var(--t-fast);
}
.kck-blog-detail .kck-banner-btn:hover {
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .kck-blog-detail .blog-detail-header,
  .kck-blog-detail .blog-detail-body,
  .kck-blog-detail .blog-detail-footer,
  .kck-blog-detail .blog-detail-prev-next,
  .kck-blog-detail .blog-comments-area,
  .kck-blog-detail .blog-comment-form {
    padding-left: 24px;
    padding-right: 24px;
  }
  .kck-blog-detail .blog-detail-prev-next {
    grid-template-columns: 1fr;
  }
  .kck-blog-detail .blog-detail-pn-next {
    text-align: left;
    align-items: flex-start;
  }
}
@media (max-width: 540px) {
  .kck-blog-detail .blog-detail-hero {
    aspect-ratio: 4 / 3;
  }
  .kck-blog-detail .blog-detail-header,
  .kck-blog-detail .blog-detail-body,
  .kck-blog-detail .blog-detail-footer,
  .kck-blog-detail .blog-detail-prev-next,
  .kck-blog-detail .blog-comments-area,
  .kck-blog-detail .blog-comment-form {
    padding-left: 18px;
    padding-right: 18px;
  }
  .kck-blog-detail .blog-detail-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .kck-blog-detail .blog-comment-item {
    flex-direction: column;
  }
}
