Christian Light Publications

Journey with Christian Light Publications as we illuminate minds with knowledge and hearts with faith. As a trusted publisher of Christian educational materials, our mission is to provide homeschooling families and Christian schools with exceptional curricula and resources that instill strong values and a deep understanding of God’s Word.

Our comprehensive range of educational materials spans various subjects, each thoughtfully crafted to inspire a love of learning while integrating biblical truths into daily lessons. From language arts and math to science and social studies, our materials encourage students to explore, question, and grow spiritually and academically.

At Christian Light Publications, we believe that a well-rounded education is one that nurtures the heart, soul, and mind. Join us on this faith-filled educational journey, where we equip students for a life of purpose and service rooted in Christian principles

Filters:

Show In Stock Items Only
  • In Stock
Att - Age By Development
  • Adult (67)
  • Kids 6-8 Years (18)
  • Teen 13-17 Years (9)
  • Tween 9-12 Years (9)
  • Preschooler 3-5 Years (7)
  • Toddler 12-24 Months (3)
Att_Interest
  • Teaching (128)
  • Crafts (23)
  • Food (2)
  • Reading (2)
  • Travel & Culture (2)
  • Leadership (1)
  • Outdoor (1)
  • Sports (1)
Att_Lego Theme
  • Classic (3)
  • Duplo (3)
  • Icons (3)
  • Creator (2)
  • Friends (2)
  • Ideas (2)
  • Art (1)
  • Botanical (1)
  • City (1)
  • Technic (1)
Att_Play Time
  • Less then 2 hr (2)
Att_Game Type
  • Board Games (4)
  • Family Games (4)
  • Card Games (1)
  • Dice Games (1)
  • Outdoor Games (1)
Att_Puzzle Piece Count
  • 100-249 pc (1)
  • 50-99 pc (1)
Att_Season
  • Christmas (3)
  • Winter (2)
  • Advent (1)
  • Fall/ Thanksgiving (1)
  • Mother's Day (1)
  • Summer (1)
  • Valentine's Day (1)
Att_Theme
  • Educational (38)
  • Inspirational (27)
  • Nature (16)
  • Safari & Zoo (6)
  • Transportation & Vehicles (5)
  • Wildlife (5)
  • Everyday Life (4)
  • Cottages & Farms (3)
  • Greenery (2)
  • Bible Theme (1)
  • Farm animals & Pets (1)
  • Pretend Play & Dress up (1)
  • Sea & Ocean (1)
Att_Audience
  • Teachers (258)
  • Children (45)
  • Student (19)
  • Teen (5)
  • Parents (4)
  • Family (2)
  • Boy Friend (1)
  • Friend (1)
  • Girl Friend (1)
  • Girls (1)
  • Husband (1)
  • Men (1)
  • Wife (1)
  • Women (1)
Att_Book Category
  • School - Teaching (114)
  • True Stories (42)
  • Activity Books (10)
  • Missionary (9)
  • Historical Non-Fiction (7)
  • Christian Living (6)
  • Persecution (5)
  • Adventure (4)
  • Biography (3)
  • Birds (3)
  • Farming (3)
  • History (3)
  • Nature (3)
  • Adoption (2)
  • Bible Studies & Study Guides (2)
  • Church History (2)
  • Cookbook (2)
  • Personal Growth (2)
  • Sexual Abuse (2)
  • Study Helps (2)
  • War (2)
  • Animal Stories (1)
  • Baking (1)
  • Bible Stories (1)
  • Business (1)
  • Church (1)
  • Classics (1)
  • Counselling (1)
  • Devotional (1)
  • Dictionaries (1)
  • Evangelism (1)
  • Faith (1)
  • For Women (1)
  • Gardening (1)
  • Grace (1)
  • Health (1)
  • Heaven (1)
  • Historical Fiction (1)
  • Illness & Accidents (1)
  • Inspirational (1)
  • Leadership (1)
  • Marriage (1)
  • Nursing/Medical (1)
  • Picture Books (1)
  • Short Stories (1)
  • Thought Life (1)
  • Tracts (1)
  • World History (1)
Att_Binding
  • Paperback (81)
  • Hardcover (18)
  • Imitation Leather (3)
  • Spiral Bound (3)
  • Other (1)
  • Softcover (1)
Att_Bible Translation
  • KJV (4)
  • NKJV (1)
Att_Help and Features
  • Zipper Closure (1)
Att_Print Size
  • Giant Print 13.5-15 (3)
Att_Primary Material
  • Plastic (9)
  • Stainless Steel (2)
  • Other (1)
Att_Language
  • German (2)
/* CLOSE BUTTON STYLES*/

.dwc-quick-view__close-btn {
 --bg-color: #fff;
  --icon-color: black;
  --icon-size: 16px;
  --padding: 8px;
  --border-radius: 50vw;
  --border: none;
}
  
 :root {
   /*QUICK VIEW*/
   --qv-width: 1024px;
  /* OVERLAY */
  --qv-overlay-bg-color: #0a3152;
  --qv-overlay-blur: 5px;
  --qv-overlay-opacity: 0.5;

  /* SIDEBAR LOCATION */
  --qv-sidebar-width: 400px;

  /* QUICK VIEW ENTRANCE ANIMATION */
  --qv-animation: fade;
  /* slide, fade, zoom*/

  /* NEXT/PREV BUTTON */
  --inactive-btn-bg: rgba(0, 0, 0, 0.25);
  --inactive-btn-opacity: 0.5;
   
   /*ACTIVE CARD 
   - add the class .dwc-highlight 
   for this and trail to work */
   
    --active-card-bg:  white ;
    --active-card-border: solid 1px transparent;
  
    
    /*TRAIL*/
    --trail-bg:transparent;
    --trail-border-color:skyblue;
    --trail-border-size: 2px;
    --trail-border-radius:10px;
    --trail-transition:transform 0.45s ease, width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
const initializeBricksScripts = 0;
const initializeWooScripts = 1;
const enableTrail= 1;
const quickViewLocation = 'center';  // 'left', 'right', 'center', 'dock'
//const url = '/quick-view-dev-src/'; // quick view page url
const fetchFromSinglePage = 1; // condition to switch between single and multiple URLs
const fallbackUrl = '/quick-view-dev-src/'; // default quick view page URL


// TRAIL configuration
let trailConfig = {
  borderColor: 'var(--trail-border-color)',
  borderSize: 'var(--trail-border-size)',
  borderRadius: 'var( --trail-border-radius)',
  backgroundColor: 'var(--trail-bg)',
  transition: 'var(--trail-transition)'
};