/*
Theme Name: Kadence Child
Theme URI: https://www.liquidweb.com/software/kadence/
Template: kadence
Author: Kadence WP
Author URI: https://www.liquidweb.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.5.2.1790318879
Updated: 2026-09-25 06:47:59

*/


/* ----- POSTS OUTPUT FOR BLOG ENTRIES IN HOMEPAGE ----- */

/* =========================
   GRID
   ========================= */

.cph-posts-design.kb-posts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Inter", sans-serif;
}

.cph-posts-design,
.cph-posts-design * {
  box-sizing: border-box;
}

.cph-posts-design.kb-posts > .kb-post-list-item {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
}

/* =========================
   POST
   ========================= */

.cph-posts-design.kb-posts .kb-post-list-item > .loop-entry {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  transform: none;
  transition: transform 220ms ease !important;
}

/* =========================
   IMAGE PANEL
   ========================= */

.cph-posts-design.kb-posts .loop-entry .post-thumbnail {
  display: block;
  position: relative;
  flex: none;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  margin: 0 0 22px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 14px;
  box-shadow:
    0 8px 14px -6px rgb(20 30 50 / 14%),
    0 2px 5px rgb(20 30 50 / 3%);
  transition: box-shadow 220ms ease !important;
}

/* Override Kadence's thumbnail ratio */
.cph-posts-design.kb-posts .post-thumbnail::before,
.cph-posts-design.kb-posts .post-thumbnail-inner::before {
  display: none;
  padding: 0;
}

.cph-posts-design.kb-posts .post-thumbnail-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
}

.cph-posts-design.kb-posts .post-thumbnail-inner img {
  display: block;
  position: static;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  transform: none;
}

/* =========================
   CONTENT
   ========================= */

.cph-posts-design.kb-posts .entry-content-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.cph-posts-design.kb-posts .entry-header {
  margin: 0 0 12px;
  padding: 0;
}

/* Hide categories, tags, author and dates */
.cph-posts-design.kb-posts .entry-taxonomies,
.cph-posts-design.kb-posts .entry-meta,
.cph-posts-design.kb-posts .entry-tags {
  display: none !important;
}

/* Title */
.cph-posts-design.kb-posts .entry-title,
.cph-posts-design.kb-posts .entry-title a {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.6px;
  text-transform: none;
  text-decoration: none;
  color: #151515;
}

/* Excerpt: maximum five lines */
.cph-posts-design.kb-posts .entry-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.58;
  color: #656568;
}

.cph-posts-design.kb-posts .entry-summary p {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* =========================
   READ MORE
   ========================= */

.cph-posts-design.kb-posts .entry-footer {
  margin: auto 0 0;
  padding: 24px 0 0;
  border: 0;
}

.cph-posts-design.kb-posts .entry-actions,
.cph-posts-design.kb-posts .more-link-wrap {
  margin: 0;
  padding: 0;
}

.cph-posts-design.kb-posts .post-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #151515;
}

.cph-posts-design.kb-posts .post-more-link .kadence-svg-iconset {
  display: inline-flex;
  margin: 0;
}

.cph-posts-design.kb-posts .post-more-link svg {
  width: 14px;
  height: 14px;
  transition: transform 220ms ease !important;
}

/* =========================
   HOVER & KEYBOARD FOCUS
   ========================= */
/* Keep the post stationary */
.cph-posts-design.kb-posts .kb-post-list-item:hover > .loop-entry,
.cph-posts-design.kb-posts .kb-post-list-item:focus-within > .loop-entry {
  transform: none !important;
}

/* Image-only hover */
.cph-posts-design.kb-posts .loop-entry .post-thumbnail:hover {
  box-shadow:
    0 12px 24px -10px rgb(20 30 50 / 22%),
    0 3px 8px rgb(20 30 50 / 5%) !important;
}

/* Title link */
.cph-posts-design.kb-posts .entry-title a {
  transition: color 180ms ease;
}

.cph-posts-design.kb-posts .entry-title a:hover {
  color: #656568;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px) {
  .cph-posts-design.kb-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .cph-posts-design.kb-posts {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 36px;
  }
}

/* =========================
   REDUCED MOTION
   ========================= */

@media (prefers-reduced-motion: reduce) {
  .cph-posts-design.kb-posts .kb-post-list-item > .loop-entry,
  .cph-posts-design.kb-posts .kb-post-list-item .post-more-link svg {
    transform: none !important;
    transition: none !important;
  }

  .cph-posts-design.kb-posts .loop-entry .post-thumbnail {
    transition: none !important;
  }
}



.tabs-collapse-to-select .mobile-tabs-picker {
  display: none;
}

@media (max-width: 767px) {
  .tabs-collapse-to-select.has-mobile-tabs-picker
  > .kt-tabs-wrap > .kt-tabs-title-list {
    display: none !important;
  }

  .tabs-collapse-to-select .mobile-tabs-picker {
    display: block;
    margin-bottom: 1rem;
  }

  .tabs-collapse-to-select .mobile-tabs-picker select {
    display: block;
    width: 100%;
    margin-top: .4rem;
    padding: .75rem;
  } 
}

.content-area {
    margin-top: 180px;
}
span.kb-button:not(.kb-btn-global-inherit) {
    border-radius: 100px !important;
    padding: 16px 32px;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.site-header-row-container-inner {
    position: fixed;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.site-header-row-container-inner > .site-container {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    color: #515357;
    font-size: 14px;
    margin-top: 50px;
    border: rgba(255, 255, 255, 0.6) 1px solid;
    box-shadow: 0 4px 8px RGBA(0,0,0,0.1);
    backdrop-filter: blur(4px);
}
.site-header-row-container-inner > .site-container .site-main-header-inner-wrap  {
    min-height: 60px;
}
.site-header-row-container-inner .menu-top-btn a {
    border-radius: 140px !important;
    padding: 9px 24px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    background: #000000;
    color: #fff !important;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a,
.secondary-navigation .secondary-menu-container > ul > li.menu-item > a {
    color: #515357;
} 


.kt-accordion-wrap > .kt-accordion-inner-wrap > .wp-block-kadence-pane > .kt-accordion-header-wrap > .kt-blocks-accordion-header {
    padding-top: 16px !important    ;
    padding-bottom: 16px !important;
}