/** Shopify CDN: Minification failed

Line 7:0 Comments in CSS use "/* ... */" instead of "//"
Line 859:1 Expected "}" to go with "{"

**/
//* ============================================================
   KERYGMA – CUSTOM THEME OVERRIDES
   Put ALL of our hand-tuned CSS in this file.
   ============================================================ */

/* -----------------------------------------
   1. Global content width / white space
   ----------------------------------------- */

/* Keep main content comfortably narrow on large screens */
.page-width,
.page-width-desktop,
.shopify-section .page-width,
.shopify-section .page-width-desktop {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* A tiny bit wider on very large monitors */
@media (min-width: 1400px) {
  .page-width,
  .page-width-desktop,
  .shopify-section .page-width,
  .shopify-section .page-width-desktop {
    max-width: 1220px;
  }
}

/* -----------------------------------------
   2. Extra breathing room under the header
   (nav bar → first section/banner)
   ----------------------------------------- */

header.site-header,
.header-wrapper,
.header {
  margin-bottom: 2rem !important;
}

/* Specifically push the first section (home banner) down */
#shopify-section-header {
  margin-bottom: 2.5rem !important;
}

/* -----------------------------------------
   3. Home intro section divider (Option F)
   Under the banner, above:
   “Welcome to The Kerygma Program!”
   ----------------------------------------- */

/* Section ID for the Media-with-text “Welcome…” block */
#shopify-section-template--18199696212042__1590158040284 {
  margin-top: 10px;    /* space ABOVE the divider, under the banner */
  padding-top: 8px;    /* space BELOW the divider, before the text/image */
  position: relative;
  border-top: none;    /* we draw our own bar with ::before */
}

/* Pill-shaped, Kerygma-blue gradient bar */
#shopify-section-template--18199696212042__1590158040284::before {
  content: '';
  display: block;
  height: 4px;
  max-width: 420px;   /* length of the divider */
  margin: 0 auto;     /* center it */
  border-radius: 999px;
  background: linear-gradient(to right, #0b5394, #1a73b8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);  /* subtle edge for depth */
}
/* =============================================
   CLEAN + CORRECT SPACING FOR TOP DIVIDER
   ============================================= */

/* This controls ONLY the white space between navigation and divider */
.template-index #shopify-section-header {
  position: relative;
  padding-bottom: 0 !important;
  margin-bottom: 1.5rem !important;   /* increase this for more white space ABOVE divider */
}

/* Invisible spacer under navigation — keeps equal spacing above & below banner */
.template-index #shopify-section-header::after {
  content: '';
  display: block;
  height: 4px;                 
  max-width: 420px;
  margin: 0 auto 2.5rem auto;  /* ⬅️ MATCHING the 2.5rem spacing above the banner */
  border-radius: 999px;
  background: transparent !important;
  box-shadow: none !important;
}
.kerygma-order-notice {
  background: #f8f4e8;
  border-left: 4px solid #0b5394;
  padding: 1rem;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  line-height: 1.5;
}
/* Ordering notice spacing cleanup */
.kerygma-order-notice p {
  margin: 0 0 0.6rem;
}

.kerygma-order-notice p:last-child {
  margin-bottom: 0;
}
/* Ordering notice spacing cleanup */
.kerygma-order-notice p {
  margin: 0 0 0.6rem;
}

.kerygma-order-notice p:last-child {
  margin-bottom: 0;
}/* Disable zoom/click on the IMAGE only (keep links clickable) */
.product-media img,
.product-gallery img,
.media-gallery img {
  pointer-events: none !important;
  cursor: default !important;
}

/* Re-enable links/buttons inside media areas */
.product-media a,
.product-gallery a,
.media-gallery a,
.product-media button,
.product-gallery button,
.media-gallery button {
  pointer-events: auto !important;
  cursor: pointer !important;
}
/* ============================================================
   COLLECTION PAGES — REMOVE EMPTY IMAGE COLUMN
   (Canopy 4.1 / 4.2)
   ============================================================ */

/* Force collection header into single-column layout */
.template-collection .collection-header,
.template-collection .collection-hero {
  display: block !important;
}

/* Hide the unused image/media column */
.template-collection .collection-header__media,
.template-collection .collection-header__image,
.template-collection .collection-hero__media,
.template-collection .collection-hero__image,
.template-collection .collection-image {
  display: none !important;
}

/* Let description text span full width */
.template-collection .collection-header__content,
.template-collection .collection-header__text,
.template-collection .collection-hero__content,
.template-collection .collection-hero__text {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
}
/* ============================================================
   COLLECTION HEADER — REMOVE EMPTY LEFT COLUMN (Canopy 4.1)
   ============================================================ */

/* Make the header grid single-column */
.template-collection .collection-header .grid,
.template-collection .collection-hero .grid {
  display: block !important;
}

/* Hide the first grid item (the image/empty column) */
.template-collection .collection-header .grid > .grid__item:first-child,
.template-collection .collection-hero .grid > .grid__item:first-child {
  display: none !important;
}

/* Make the remaining grid item full width */
.template-collection .collection-header .grid > .grid__item,
.template-collection .collection-hero .grid > .grid__item {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
}
/* HOME: Featured Collections — stronger label visibility */
.template-index .product-block.collection-block .title {
  margin-top: 14px; /* more breathing room */
  text-align: center;
}

.template-index .product-block.collection-block .title a {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;              /* ⬅ bigger text */
  letter-spacing: 0.02em;
  color:#ffffff(0, 0, 0) !important;

  background: #e9f1fb;          /* ⬅ stronger background */
  border: 2px solid #0b5394;    /* ⬅ higher contrast */

  padding: 8px 14px;            /* ⬅ bigger pill */
  border-radius: 999px;

  line-height: 1.15;
  text-decoration: none !important;

  box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* ⬅ subtle lift */
}
/* HOME: Move collection label above image */
.template-index .product-block.collection-block .product-block__inner {
  display: flex;
  flex-direction: column;
}

.template-index .product-block.collection-block .title {
  order: -1;
  margin-bottom: 12px;
}

/* Hover (optional but nice) */
.template-index .product-block.collection-block .title a:hover {
  background: #0b5394;
  color: #ffffff !important;
}
/* HOME: Refine collection label typography */
.template-index .product-block.collection-block .title a {
  font-size: 15px;
  letter-spacing: 0.08em;
}
/* HOME: Improve readability of collection labels (older-reader friendly) */
.template-index .product-block.collection-block .title a {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16.5px;
  font-weight: 600;        /* lighter than before */
  letter-spacing: 0.03em; /* more air between letters */
  line-height: 1.35;
}
/* HOME: Collection label pills – solid Kerygma blue */
.template-index .product-block.collection-block .title a {
  display: inline-block;
  background-color: #0b5394;   /* Kerygma blue */
  color: #ffffff;              /* readable default */
  border: none;
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* Hover / focus state */
.template-index .product-block.collection-block .title a:hover,
.template-index .product-block.collection-block .title a:focus {
  background-color: #083d73;   /* slightly darker Kerygma blue */
  color: #ffffff;
}
/* Thin Kerygma-blue section divider */
.kerygma-section-divider {
  border-top: 1px solid #0b5394;
  margin: 36px 0;
  opacity: 0.9;
}
.customer input[type="submit"],
.login-page input[type="submit"],
form[action="/account/login"] input[type="submit"],
form[action="/account/login"] button[type="submit"] {
  color: #ffffff !important;
}.customer input[type="submit"],
.customer button[type="submit"],
.customer .btn,
.customer .button,
form[action="/account/login"] input[type="submit"],
form[action="/account/login"] button[type="submit"],
form[action="/account/login"] .btn,
form[action="/account/login"] .button,
.template-customers-login input[type="submit"],
.template-customers-login button[type="submit"] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.template-product .underimage {
  margin-top: 1.5rem;
}/* Kerygma Product Buttons */

.kerygma-product-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 15px 0;
}

.kerygma-btn {
  display: inline-block;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 500;
  color: #0b5394;
  text-decoration: none;
  border: 1px solid #0b5394;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.2s ease;
}

.kerygma-btn:hover {
  background: #0b5394;
  color: #ffffff;
}

.kerygma-btn.secondary {
  font-size: 17px;
  font-weight: 700;
  border-width: 2px;
  padding: 12px 16px;
}

.eye-icon {
  font-size: 18px;
  margin-right: 6px;
}.kerygma-leader-material {
  margin-top: 15px;
}

.kerygma-leader-material h3 {
  color: #0b5394;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.leader-material-copy {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.leader-material-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
.kerygma-mini-btn {
  display: inline-block;
  background-color: #0b5394; /* Kerygma Blue */
  color: #ffffff;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #0b5394;
  transition: all 0.2s ease;
}

.kerygma-mini-btn:hover {
  background-color: #083d6b; /* darker blue */
  border-color: #083d6b;
  color: #ffffff;
}

.kerygma-mini-btn.secondary {
  background-color: #ffffff;
  color: #0b5394;
  border: 2px solid #0b5394;
}

.kerygma-mini-btn.secondary:hover {
  background-color: #0b5394;
  color: #ffffff;
}

.kerygma-mini-btn .eye-icon {
  margin-right: 6px;
}
h1.kerygma-product-title,
h2.kerygma-product-title {
  color: #0b5394 !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 16px !important;
  letter-spacing: 0.2px;
}/* Global link styling for readability */
.product-details a,
.kerygma-leader-material-block a,
.product-description a {
  color: #0b5394;
  text-decoration: underline;
  font-weight: 600;
}

.product-details a:hover,
.kerygma-leader-material-block a:hover,
.product-description a:hover 
{
  text-decoration: underline;
}.kerygma-product-meta-top {
  margin: 6px 0 22px !important;
}.kerygma-meta-line {
  margin-bottom: 8px;
}
/* Match Description heading to Kerygma style */
.product-description h3,
.product-description h4,
.product-details h3,
.product-details h4 {
  color: #0b5394 !important;
  font-weight: 700 !important;
}.product-description,
.product-description.rte,
.product-detail__block--description,
.accordion__content .rte {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.product-description p:first-child,
.product-description.rte p:first-child,
.accordion__content .rte p:first-child {
  margin-top: 0 !important;
}.product-details .accordion {
  border-bottom: none !important;
}

.product-details .accordion__item:last-child,
.product-details .product-detail__block:last-child {
  border-bottom: none !important;
}.product-title,
.product__title,
h1.product-title,
h1.product__title {
  color: #0b5394; /* Kerygma Blue */
  font-weight: 700;
}
.template-product .product-title,
.template-product .product__title,
.template-product .detail .title,
.template-product .product-detail .title,
.template-product h1 {
  color: #0b5394 !important;
}
.kerygma-product-title,
h1.product-title,
.product-title {
  color: #0b5394 !important;
  font-weight: 700;
}
.template-product h1.kerygma-product-title {
  color: #0b5394 !important;
}
.product-detail h1 { color: #222; }
#content .shopify-section {
  margin: 40px 0;
}
/* Explore Studies Category Buttons */

.collections-section .title a {
  background-color: #0b5394 !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  border-radius: 8px !important;
  line-height: 1.2 !important;
  display: inline-block !important;
  text-decoration: none !important;
  min-width: 170px !important;
  text-align: center !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.2s ease;
}

.collections-section .title a:hover {
  background-color: #083b6b !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

}.lk-button {
  display: inline-block;
  margin-top: 6px;
  padding: 8px 14px;
  background-color: #0b5394;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  font-size: 14px;
}

.lk-button:hover {
  background-color: #083d6b;
}.lk-button {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 14px; /* 👈 THIS is what you need */
  padding: 8px 14px;
  background-color: #0b5394;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  font-size: 14px;
}

.lk-button:hover {
  background-color: #083d6b;
}.leader-kit__buttons {
  margin-top: 14px;   /* space above the button */
  margin-bottom: 22px; /* space below the button */
}

.btn--secondary {
  display: inline-block;
  background: #0b5394;
  color: #ffffff;
  padding: 10px 16px; /* slightly more padding = better button feel */
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}.kerygma-leader-material-mobile {
  display: none;
}
@media (max-width: 768px) {

  .kerygma-leader-material-desktop {
    display: none;
  }

  .kerygma-leader-material-mobile {
    margin: 24px 0;
  }

  .kerygma-leader-material-mobile .kerygma-mini-btn {
    margin-bottom: 12px;
    display: block;
  }

  h1.kerygma-product-title,
  h2.kerygma-product-title {
    font-size: 1.9rem;
    line-height: 1.2 !important;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

}.kerygma-mobile-leader-link {
  display: none;
}

@media (max-width: 768px) {
  .kerygma-mobile-leader-link {
    display: block;
    margin: 24px 0;
  }
}
/* Kerygma Explore Studies Buttons */

.collections-section .product-block .title a {
  background: #0b5394 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 14px 26px !important;
  border-radius: 8px !important;
  display: inline-block !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  min-width: 180px !important;
  text-align: center !important;
}

.collections-section .product-block .title a:hover {
  background: #083b6b !important;
  color: #ffffff !important;
}/* Prevent homepage slideshow from stretching page width */
.slideshow,
.slideshow__slide,
.slideshow__slide-image,
.slick-list,
.slick-track {
  max-width: 100%;
  overflow-x: hidden;
}

/* Prevent page-wide horizontal expansion */
body,
.site-control,
.page-container {
  overflow-x: hidden;
}

/* Keep slideshow centered and contained */
.slideshow {
  margin: 0 auto;
}.slideshow {
  width: 100% !important;/* Constrain slideshow to site width */
}/* Kerygma Ordering Heading */

.kerygma-ordering-heading {
  margin: 28px 0 18px;
  padding-top: 18px;
  border-top: 2px solid #0b5394;
}

.kerygma-ordering-heading h3 {
  color: #0b5394;
  font-size: 1.25rem;
  margin: 0 0 6px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.kerygma-ordering-heading p {
  margin: 0;
  font-size: 0.98rem;
  color: #333;
}
/* Kerygma Product Variant Dropdown */

.product-detail select,
.product-form select,
.product-info select {
  font-size: 1rem !important;
  line-height: 1.4 !important;
  height: 44px !important;
  padding: 8px 34px 8px 10px !important;
  min-width: 260px !important;
  border: 1px solid #0b5394 !important;
}/* Kerygma Ordering Heading */

.kerygma-ordering-heading {
  margin: 34px 0 20px;
  padding-top: 20px;
  border-top: 4px solid #0b5394;
}

.kerygma-ordering-heading h3 {
  color: #0b5394;
  font-size: 1.35rem;
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.kerygma-ordering-heading p {
  margin: 0;
  font-size: 1rem;
  color: #333;}
/* Kerygma Product Variant Dropdown - readable size */

.product-detail select,
.product-form select,
.product-info select {
  font-size: 16px !important;
  line-height: 20px !important;
  height: 36px !important;
  padding: 5px 34px 5px 10px !important;
  min-width: 220px !important;
  border: 1px solid #0b5394 !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  color: #111111 !important;
}
/* Hide Shop Pay installment message on product pages */

.shopify-payment-button__installments,
shop-pay-installments-banner {
  display: none !important;
}
/* -----------------------------------------
   4. Static Banner – match homepage content width
   ----------------------------------------- */

.template-index #shopify-section-header {
  position: relative;
  padding-bottom: 0 !important;
  margin-bottom: 1rem !important;
}

.template-index .static-banner {
  margin: 0 auto 2rem auto;
}

.template-index .static-banner__wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}

.template-index .static-banner__wrapper a {
  display: block;
}

.template-index .static-banner__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (min-width: 1400px) {
  .template-index .static-banner__wrapper {
    max-width: 1220px;
  }
}


/* -----------------------------------------
   Homepage Welcome Section – exact spacing, text, and image fix
   ----------------------------------------- */

#shopify-section-template--20092039495754__image_with_text_mBaRte {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#shopify-section-template--20092039495754__image_with_text_mBaRte .section,
#shopify-section-template--20092039495754__image_with_text_mBaRte section,
#shopify-section-template--20092039495754__image_with_text_mBaRte .container,
#shopify-section-template--20092039495754__image_with_text_mBaRte .page-width,
#shopify-section-template--20092039495754__image_with_text_mBaRte .fully-spaced-row,
#shopify-section-template--20092039495754__image_with_text_mBaRte .image-with-text {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  min-height: 0 !important;
}

/* Welcome section paragraph text */
#shopify-section-template--20092039495754__image_with_text_mBaRte p {
  font-size: 2.25rem !important;
  line-height: 1.2 !important;
}

/* Welcome section heading */
#shopify-section-template--20092039495754__image_with_text_mBaRte h2,
#shopify-section-template--20092039495754__image_with_text_mBaRte .h2 {
  font-size: 2.25rem !important;
  line-height: 1.2 !important;
  color: #0b5394 !important;
}

/* Small welcome/subheading text */
#shopify-section-template--20092039495754__image_with_text_mBaRte .subheading,
#shopify-section-template--20092039495754__image_with_text_mBaRte .lightly-spaced-row {
  font-size: 1.18rem !important;
}

/* Welcome image proportion */
#shopify-section-template--20092039495754__image_with_text_mBaRte img {
  width: 100% !important;
  max-height: 360px !important;
  object-fit: cover !important;
  object-position: center center !important;
}/* Kerygma Product Price */

.kerygma-product-price {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111111;
  margin: 12px 0 10px;
}
/* Kerygma product page section headings */
.product-description h3,
.kerygma-ordering-heading h3,
.kerygma-mobile-leader-link h3,
.leader-material-description h3 {
  font-size: 26px;
  line-height: 1.25;
}
/* Kerygma product page Contents heading */
.cc-accordion-item__content h3 {
  font-size: 26px !important;
  line-height: 1.25 !important;
}/* Kerygma product page accordion title: Description */
.product-detail-accordion .cc-accordion-item__title {
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;}
  /* Kerygma product page section headings */
.product-detail-accordion .cc-accordion-item__title,
.cc-accordion-item__content h3,
.kerygma-ordering-heading h3,
.kerygma-mobile-leader-link h3 {
  color: #1b1b1b !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  /* Product title */
.kerygma-product-title {
  font-size: 28px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  color: #1b1b1b !important;
}

/* Product page section headings */
.product-detail-accordion .cc-accordion-item__title,
.cc-accordion-item__content h3,
.kerygma-ordering-heading h3,
.kerygma-mobile-leader-link h3 {
  color: #333333 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
    text-transform: none !important;}

@media (min-width: 1400px) {
  .template-index .static-banner__wrapper {
    max-width: 1220px;
  }
}

/* -----------------------------------------
   Homepage Welcome Section – larger readable text
   ----------------------------------------- */

/* Small "Welcome to" line */
#shopify-section-template--20092039495754__image_with_text_NKwJ4T .feature-subheader {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

/* Main paragraph text */
#shopify-section-template--20092039495754__image_with_text_NKwJ4T .rte p,
#shopify-section-template--20092039495754__image_with_text_NKwJ4T p {
  font-size: 19px !important;
  line-height: 1.65 !important;
}

/* Main heading */
#shopify-section-template--20092039495754__image_with_text_NKwJ4T h2,
#shopify-section-template--20092039495754__image_with_text_NKwJ4T .h1 {
  font-size: 34px !important;
  line-height: 1.2 !important;
}