/*
Theme Name:     Laura Lake v1.01
Theme URI:      n/a
Template:       kadence
Author:         Vojkan Cvijanovic
Author URI:     https://seoenergy.com/
Description:    Custom child theme for LauraLake.com
Version:        1.01
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.kb-reading-progress-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/* Header customizations */

/*main menu button*/
#primary-menu li.mainmenu-button > a {
font-style: normal;
 background: var(--global-palette1);
 color: var(--global-palette9) !important;
 padding: 0.45rem 1.1rem !important;
 border-radius: 2px;
 font-size: 0.75rem !important;
 letter-spacing: 0.1em !important;
 transition: background 0.2s !important;
}

#primary-menu li.mainmenu-button > a:hover {
   background-color: var(--global-palette2); 
   color: #fff !important;
}

/*hamburger menu styling*/
.mobile-navigation ul li.mainmenu-button > a {
    background: var(--global-palette1) !important;
   color: #fff !important;
   border-bottom: none !important;
   padding: 12px 16px !important;
   margin: 8px 12px 8px 0px !important;
   border-radius: 2px;
   display: block;
   width: 165px; 
   text-align: left;
}

#mobile-drawer .drawer-inner, #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg, #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated.show-drawer .drawer-inner {
    max-width: 300px;
}

/*main menu button end*/

/*Header customizations end*/


/* post archive customizations */
/*
.wp-block-kadence-query-filter-buttons12_55fb85-2b .buttons-options .kb-button.kb-query-filter-filter-button.pressed {
   border-bottom: 3px solid var(--global-palette1) !important;
	border-bottom-color: var(--global-palette1);
}
*/ 



.wp-block-kadence-query-filter-buttons12_55fb85-2b .buttons-options .btn-inner-wrap:has(button[data-value=""]) {

    /*padding-bottom: 32px; */
}


/* post archive customizations end*/











/* Post single customizations start */

/*Continue reading Posts block variant */

.author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--global-palette1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0;
}


.continue-reading-posts .kb-post-list-item article {
   background-color: var(--global-palette12);
	padding: 2rem;
   border-top: 2px solid var(--global-palette14);
   transition: transform 0.2s ease, background-color 0.2s ease;
}
/*hover*/
.continue-reading-posts .kb-post-list-item article:hover {
    border-top: 2px solid var(--global-palette1);
    transform: translateY(-4px);
}

/*hover*/



.continue-reading-posts .entry-title {
   font-family: 'Playfair Display', serif;
   font-size: 1rem;
   color: #fff;
   line-height: 1.4;
   margin-bottom: 0.75rem;
   font-weight: 700;
}
.continue-reading-posts .entry-title a:hover {
    color: var(--global-palette6);
}

.continue-reading-posts .loop-entry.type-post .entry-taxonomies a {
   color: var(--global-palette1);
   font-size: .65rem;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.15em;
   margin-bottom: 0.65rem;
}

.continue-reading-posts .entry-summary {
  color: #8D918E ; 
	color: var(--global-palette6);
	font-weight:400;
}

.continue-reading-posts .loop-entry .entry-content-wrap {
  padding: 0;
	/*font-size:16px;*/
}


/*Continue reading Posts block variant end */

/*Continue reading Query Loop block variant */
.related-card {
   padding-top: 2px;
	/*
   border-radius: 2px;
   overflow: hidden;
   transition: background-color 0.2s;
	*/
}

.related-card .kt-inside-inner-col {
   background: var(--global-palette14);
   transition: transform 0.2s;
	 border-top: 2px solid var(--global-palette4);
}



.related-card:hover .kt-inside-inner-col {
   border-top: 2px solid var(--global-palette1);
   transform: translateY(-2px);

}
/**/
@media all and (min-width: 768px) {
    .wp-block-kadence-query501498_471e3e-25 .kb-query-item {
        display: flex;
        flex-direction: column;
    }

    .wp-block-kadence-query501498_471e3e-25 .related-card {
        flex: 1;
    }

    .wp-block-kadence-query501498_471e3e-25 .kt-inside-inner-col {
        flex: 1;
    }
}


/*Continue reading Query Loop block variant end */


article.single-entry .entry-content.single-content > p {
  font-size: 1.125rem;
  font-weight:400; 
	/*color: #1a1a1a;*/
	color: #5B5B5B;
	
}

.related-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--global-palette1);
    margin-bottom: 0.75rem;
}

  /* ── SECTION DIVIDER (requireds custom HTML) ── */
.section-divider {
   display: flex;
   align-items: center;
   gap: 1rem;
	 margin: 3rem 0;}

.section-divider::before, .section-divider::after {
   content: '';
   flex: 1;
   height: 1px;
   background: var(--global-palette6);
  }

.section-divider span {
   width: 6px;
   height: 6px;
   background: var(--global-palette1);
   border-radius: 50%;
   flex-shrink: 0;}


/* Styling default WP section divider */

.wp-block-separator.section-divider {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 26px 1fr;
    align-items: center;
    border: 0 !important;
    height: 10px;

    /* 6px kružić */
    background: radial-gradient(
        circle,
        var(--global-palette1) 3px,
        transparent 3px
    ) center center / 8px 8px no-repeat;
}

.wp-block-separator.section-divider::before,
.wp-block-separator.section-divider::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #c8c8c8;
}

.wp-block-separator.section-divider::before {
    grid-column: 1;
}

.wp-block-separator.section-divider::after {
    grid-column: 3;
}


/* Unordered list to Checkbox */

ul.checklist-box {
   list-style: none;
   display: flex;
   flex-direction: column;
   gap: 0.6rem;
   padding: 0;
   margin: 0;
}

ul.checklist-box li {
   display: flex;
   align-items: flex-start;
   gap: 0.75rem;
   font-weight:400;
   font-size: 0.9rem;
   line-height: 1.5;
   color: #444;
}

ul.checklist-box li::before {
   content: "☐";
   flex-shrink: 0;
   color: var(--global-palette1);
   font-size: 0.9rem;
   line-height: 1;
   margin-top: 0.2em;
}

/* Unordered list to Checkbox end */

/* Styling default WP section divider end */


/*Post featured image*/
.hero-image-placeholder figure {
    margin: 0;
}
.hero-image-placeholder .kb-is-ratio-image {
    position: relative;
    overflow: hidden;
}

.hero-image-placeholder .kb-is-ratio-image::before,
.hero-image-placeholder .kb-is-ratio-image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 24%;
    pointer-events: none;
    z-index: 2;
}

.hero-image-placeholder .kb-is-ratio-image::before {
    left: 0;
    background: linear-gradient(to right, var(--global-palette12) 0%, transparent 100%);
}

.hero-image-placeholder .kb-is-ratio-image::after {
    right: 0;
    background: linear-gradient(to left, var(--global-palette12) 0%, transparent 100%);
}
/*post featured image end*/

/* Post page customizations end */

/* filter buttons custom order*/
.wp-block-kadence-query-filter-buttons12_55fb85-2b .buttons-options {
    display: flex;
}

.wp-block-kadence-query-filter-buttons12_55fb85-2b .buttons-options .btn-inner-wrap:has(button[data-value=""]) {
    order: 1;
}

.wp-block-kadence-query-filter-buttons12_55fb85-2b .buttons-options .btn-inner-wrap:has(button[data-value="7"]) {
    order: 2;
}

.wp-block-kadence-query-filter-buttons12_55fb85-2b .buttons-options .btn-inner-wrap:has(button[data-value="4"]) {
    order: 3;
}

.wp-block-kadence-query-filter-buttons12_55fb85-2b .buttons-options .btn-inner-wrap:has(button[data-value="8"]) {
    order: 4;
}

.wp-block-kadence-query-filter-buttons12_55fb85-2b .buttons-options .btn-inner-wrap:has(button[data-value="3"]) {
    order: 5;
}

.wp-block-kadence-query-filter-buttons12_55fb85-2b .buttons-options .btn-inner-wrap:has(button[data-value="6"]) {
    order: 6;
}

.wp-block-kadence-query-filter-buttons12_55fb85-2b .buttons-options .btn-inner-wrap:has(button[data-value="5"]) {
    order: 7;
}

/**/

/* frameworks sections styling */
.framework-row-title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
	color: var(--global-palette3) !important;
}


/*spacing between framework items*/
.wp-block-kadence-query-card12_e446d4-ae .kb-query-grid-wrap .kb-query-item.kb-query-block-post {
  padding-top: 0  !important;
  padding-bottom: 0 !important;
	margin-bottom: -1px; 
}

.wp-block-kadence-query-card12_e446d4-ae.wp-block-kadence-query-card .kb-query-grid-wrap.kb-query-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
   gap: 0 !important;
}
/*spacin end*/

/* hover over framework item*/
.kt-row-column-wrap {
    transition: background-color 0.2s ease;
}

.kb-query-item:hover .kt-row-column-wrap {
    background-color: #f0f0f0;
}
/*hover end*/


/**/
.kb-query-item-flip-back {
    pointer-events: none;
}


/**/

.tag-framework-section .kb-dynamic-list-item {
   display: inline-block;
   width: auto;
   background-color: #F2E0E2;
	 transition: background-color 0.2s ease;
   padding: 0.2rem 0.55rem;
   text-transform: uppercase;
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	border-radius: 2px;
	 white-space: nowrap;
	z-index: 2;
}

/*
.kb-query-item:hover .kb-dynamic-list-item {
    background-color: #eee;
}

/*.kb-row-layout-wrap:hover .tag-framework-section .kb-dynamic-list-item {
    background-color: #eadcdf;
}*/


/*archive page hero*/
.page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

/*archive page hero end*/

/*archive page filter buttons all to all insights*/
.kb-query-filter-filter-button[data-value=""] {

}

.kb-query-filter-filter-button[data-value=""]::after {
    content: "All insights";
margin-left:-24px;


}
/*archive page filter buttons all to all insights*/

.tag-min-width {
	min-width: 100px;
}





/* Limits lines of blog post on archive page*/
/* title, 2 reda */
.blog-card-title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 2.835rem;
	margin-bottom: .5rem;
}

 
/* EXCERPT, 2 reda */
.wp-block-kadence-dynamichtml.blog-card-excerpt {
   display: -webkit-box !important;
   -webkit-box-orient: vertical !important;
   -webkit-line-clamp: 2 !important;
   overflow: hidden !important;
}
/* Limits lines of blog post on archive page end*/


/* hero section on home styling*/
.featured-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
	font-size: 0.938rem;
   /* 
  
	color: var(--global-palette1);
	margin-bottom: 1.25rem;
	*/
  display: flex;
  align-items: center;
  gap: 0.6rem;
	
}

.featured-label::after {
   content: '';
   flex: 1;
   height: 1px;
   background: var(--global-palette7);
}

.featured-card-image::before {
    content: '\201C';
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
    font-family: 'Playfair Display', serif;
    font-size: 8rem;
    color: rgba(179, 22, 90, 0.25);
    line-height: 1;
    z-index: 1;
}

/* Blog post */

body .wp-block-kadence-query .wp-block-kadence-query-filter-buttons12_4c891a-1e .buttons-options {
   /*margin-bottom: var(--global-kb-spacing-md, 2rem);*/
	margin-bottom: 0 !important;
}

/* Blog post end */

/* Outline button styling */
.kb-button.kb-btn-global-outline:hover {
    background-color: var(--global-palette1) !important;
}

/* Typography */

h1.h1-homepage {
    font-size: clamp(2.25rem, 1.81rem + 0.113vw, 3.5rem);
}

h2.h2-homepage {
    font-size: clamp(2rem, 1.824rem + 0.045vw, 2.5rem);
}


/* Typography end */

/* Bullet list with magenta markers*/
.highlight-list {
  list-style: none;
  margin: 0 0 1.5rem !important;
  padding: 0 !important;
}

.highlight-list li {
  padding: 0.55rem 0 0.55rem 1.5rem;
  position: relative;
  border-bottom: 1px solid var(--global-palette7);

}

.highlight-list li::before {
  content: '→';
  position: absolute; left: 0;
  color: var(--global-palette1);
	font-weight: 700;
}

/* Bullet list with magenta markers*/

/* right hero image start */

/* Photo panel, full-height portrait, anchored right. Fade handled by mask-image */
@media (min-width: 1200px) {
   #hero {
      max-height: 704px;
      overflow: hidden;
    }

   #hero .hero-img-wrap {
     
      overflow: hidden;
    }

   #hero .hero-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}


@media (max-width: 1024px) {

    .hero-img-wrap {
        aspect-ratio: 16 / 8.5;
        width: 100%;
        overflow: hidden;
    }

    .hero-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 15%;
    }

}

@media (min-width: 1025px)  {
#hero .kadence-column7_385ac8-80,
#hero .kadence-column7_385ac8-80 > .kt-inside-inner-col {
    height: 100%;
}

.hero-img-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    min-height: 100%;
    margin: 0;

    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 0.2) 18%,
        rgba(0, 0, 0, 0.65) 32%,
        rgba(0, 0, 0, 0.92) 46%,
        black 58%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 0.2) 18%,
        rgba(0, 0, 0, 0.65) 32%,
        rgba(0, 0, 0, 0.92) 46%,
        black 58%
    );
}

.hero-img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(26, 31, 43, 0.75) 0%,
        rgba(26, 31, 43, 0.3) 40%,
        transparent 100%
    );
}
} /*media query end*/	

/* right hero image end */

/*Kadence hacks*/

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
  margin: .0em 0 .5em;
}

/*Kadence hacks end*/

/* Hero styling */

/*Hero 3 facts*/
/* layout */
.three-facts .kt-row-column-wrap {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;

    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;

    column-gap: 0;
    row-gap: 0;
}

/* divider kolone */
.three-facts .proof-divider {
    padding-inline: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* vertikalna linija */
.three-facts .proof-divider::before {
    content: "";
    width: 1px;
    height: 100%;
    background: currentColor;
    opacity: 0.25;
}

/* centriranje sadržaja fact kolona */
.three-facts .fact-1,
.three-facts .fact-2,
.three-facts .fact-3 {
    text-align: center;
}


.proof-divider {
  width: 1px;
  height: 36px;
  /*background: rgba(255, 255, 255, 0.1);*/
}


/*Hero 3 facts end*/

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
color: var(--global-palette1);
  margin-bottom: 1.75rem;
  background: rgba(179,22,90,0.1);
  border: 1px solid rgba(179,22,90,0.25);
  padding: 0.35rem 0.9rem;
  border-radius: 2px;
  }

.hero-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--global-palette1);
  border-radius: 50%;
  animation: pulse 2s infinite;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
  }


.single-post-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
color: var(--global-palette1);
  margin-bottom: 1.75rem;
  background: rgba(179,22,90,0.1);
  border: 1px solid rgba(179,22,90,0.25);
  padding: 0.35rem 0.9rem;
  border-radius: 2px;
  }


.proof-label {
    font-size: 0.67rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.35);
}


/* Hero styling end*/





/* Truth card styling */
.truth-card {
    background: #fff;
    border-radius: 4px;
    padding: 2rem;
    border-top: 3px solid var(--global-palette7);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition: border-top-color 0.2s, transform 0.2s;
    cursor: default;
}

.truth-card:hover {
	border-top-color: var(--global-palette1);
  transform: translateY(-3px);
}

.truth-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--warm-grey);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.truth-card-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #e8e4dc;
  line-height: 1;
  margin-bottom: 0.75rem !important;
}


.truth-card-title {
	font-size: 1.063rem !important;
	font-weight: 700;
  margin-bottom: 0.65rem;
  line-height: 1.3;
}

.truth-card-text {
  font-size: 0.875rem !important;
  margin-bottom: 0.65rem;
  line-height: 1.65;
	font-weight: 400;
}

/* Truth card styling end*/




/* SECTION */

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem !important;
  color: var(--global-palette1);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.section-eyebrow-center {
  gap: 0.75rem;
  margin-bottom: 1rem !important;
  color: var(--global-palette1);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.section-eyebrow::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--global-palette1);
}

/* SECTION END*/





/* Footer styling */

.footer-styling {
  gap: 1rem;
  text-transform: uppercase;
	font-size: .73rem;
	font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.2s;
}

.footer-styling a:hover {
   color: var(--global-palette1) !important;

}


.footer-copyright {
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.2);
	font-weight: 400;

}

/* Footer styling end*/









/* Table styling */

/* ─────────────────────────────
   THE SHIFT - 2-COLUMN
───────────────────────────── */

.shift-section {
    background: #fff;
}

.shift-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.shift-text {}

.shift-comparison {
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e0d8;;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.comparison-header,
.comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.col-old,
.col-new {
    padding: 0.75rem 1.25rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-align: center;
}

.col-old {
    background: var(--warm-grey);
    color: var(--global-palette2);
}

.col-new {
    background: var(--global-palette3);
    color: var(--global-palette1);
}

.comparison-row {
    border-top: 1px solid var(--global-palette6);
}

.comparison-row:nth-child(even) .cell-old {
    background: rgba(232, 228, 220, 0.3);
}

.comparison-row:nth-child(even) .cell-new {
    background: rgba(26, 31, 43, 0.97);
}

.cell-old,
.cell-new {
    padding: 1rem 1.25rem;
    font-size: 0.88rem;
    line-height: 1.5;
}

.cell-old {
    background: #fafaf8;
    color: var(--text-muted);
    border-right: 1px solid var(--border);
}

.cell-new {
    background: var(--charcoal);
    color: rgba(255, 255, 255, 0.7);
}

.cell-new strong {
    color: #fff;
    font-weight: 700;
}




.col-old,
.col-new {
   padding: 0.75rem 1.25rem;
   font-size: 0.68rem;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.14em;
   text-align: center;
}

.col-old {
   background: var(--global-palette7);
   color: var(--global-palette5);
}

.col-new {
   background: var(--global-palette3);
   color: var(--global-palette1);
}

.comparison-row:nth-child(even) .cell-old {
   background: rgba(232, 228, 220, 0.3);
}

.comparison-row:nth-child(even) .cell-new {
   background: rgba(26, 31, 43, 0.97);
}

.cell-old,
.cell-new {
   padding: 1rem 1.25rem;
   font-size: 0.88rem;
   line-height: 1.5;
}

.cell-old {
   background: #fafaf8;
   color: var(--text-muted);
   border-right: 1px solid var(--global-palette7);
}

.cell-new {
   background: var(--global-palette3);
   color: rgba(255, 255, 255, 0.7);
}

.cell-new strong {
   color: #fff;
   font-weight: 700;
}

/* End table styling*/



/*Latest posts cards on home*/

.view-all-posts {
   font-size: 0.75rem;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.12em;
   color: var(--global-palette1);
   text-decoration: none;
   transition: transform 0.2s ease;
}

.view-all-posts:hover {
   transform: translateX(-0.5rem);
}

.card-title-lg {
   font-family: 'Playfair Display', serif;
   font-size: 1.15rem;
   font-weight: 700;
   color: var(--global-palette3) ;
   line-height: 1.3;
   margin-bottom: 0.75rem;
}

.article-card-lg {
   background: var(--off-white);
   border-radius: 4px;
   overflow: hidden;
   cursor: pointer;
   transition: transform 0.22s, box-shadow 0.22s;
   display: flex;
   flex-direction: column;
}

.article-card-lg:hover {
   transform: translateY(-3px);
   box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.article-card-sm .kb-query-item {
   background: var(--off-white);
   border-radius: 4px;
   transition: transform 0.22s, box-shadow 0.22s;
   display: flex;
   flex-direction: column;
}

.article-card-sm .kb-query-item:hover {
   transform: translateY(-3px);
   box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);

	
}

.hover-left-border:hover {
		border-left: 3px solid var(--global-palette1) !important;
}

/* front page post cards end */


.card-meta-sm {
   font-size: 0.72rem;
   margin-top: 0.75rem;
}
.card-body-sm {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-left: 3px solid transparent;
    transition: border-color 0.2s;
}



.kb-query-item:hover > .card-body-sm {
   border-left-color: var(--global-palette1);
}

/* Latest posts cards end */

hr.divider-height-vc {
    max-width: 100% !important;
    width: 100% !important;
    height: 1px !important;
    
    margin: 24px auto;
    border: 0;
}

/*hero badge/boxes*/
.hero-badge-title {
   font-family: 'Playfair Display', serif;
   font-size: 0.88rem;
   color: rgba(255,255,255,0.85);
   line-height: 1.35;
   font-weight: 600;
}

.hero-badge-label {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    /*margin-bottom: 0.35rem !important;*/
    
}
/*hero badge/boxes end*/


/**/

/* ── Pullquote ── */
.pullquote {
  padding-top: 2.2rem;
	padding-right: 1rem;
	padding-bottom: 0rem;	
	padding-left: 70px;	
  /*margin: 2.5rem 0;*/
  border-left: none;
  border-radius: 3px;
  position: relative;
	font-size: 1.188rem !important;
}

.pullquote::before {
  content: '\201C';
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
	line-height: 0.5;
  color: var(--global-palette1);
	opacity: 0.5;
  position: absolute;
	top: 20px;
	left: 27px;
}
/*
.pullquote p {
  font-family: 'Playfair Display', serif;
  font-style: italic; 
  font-size: 1.2rem !important;
  color: #fff !important; 
	line-height: 1.6 !important;
  padding-left: 2rem;
	margin-bottom: 0 !important;
}*/

.pullquote-cite {
  display: block; 
	margin-top: 0.9rem;   
	padding-left: 70px;
  font-size: 0.75rem;
	letter-spacing: 0.1em;
  text-transform: uppercase;
	color: var(--global-palette5);
  font-style: normal;
}

/**/
.blog-card-title h3 {
   font-family: 'Playfair Display', serif;
   font-size: 1.05rem !important;
   font-weight: 700;
   line-height: 1.35;
   margin-bottom: 0.75rem;
   letter-spacing: -0.005em;
}

.email-strip-eyebrow {
    font-size: 0.67rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--global-palette1);
    margin-bottom: 0.75rem;
}

.hero-stat-label {
   font-size: 0.72rem;
   font-weight:400;	
   text-transform: uppercase;
   letter-spacing: 0.12em;
   /*color: rgba(255,255,255,0.35);*/
   display: block;
   margin-top: 0.3rem;
  }


