Search Suggestions

      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
      On Sale Items
      • On Sale
      Att - Age By Development
      • Adult (92)
      • Teen 13-17 Years (7)
      • Tween 9-12 Years (4)
      Att_Interest
      • Crafts (34)
      • Reading (26)
      • Sports (2)
      • Tea & Coffee (2)
      • Music (1)
      • Outdoor (1)
      • Teaching (1)
      Att_Game Type
      • Card Games (1)
      • Family Games (1)
      Att_Puzzle Type
      • Brain Teaser (3)
      • 3D Puzzle (1)
      Att_Theme
      • Everyday Life (4)
      • Inspirational (3)
      • Educational (2)
      • Building & Cities (1)
      • Paintings (1)
      Att_Audience
      • Teen (146)
      • Women (3)
      • Family (2)
      • Men (2)
      • Student (2)
      • Boys (1)
      • Children (1)
      • Girls (1)
      Att _Book Series
      • Little House Series (1)
      Att_Book Category
      • True Stories (23)
      • Adventure (16)
      • Historical Non-Fiction (9)
      • Short Stories (9)
      • Christian Living (8)
      • Devotional (3)
      • Missionary (2)
      • Persecution (2)
      • Personal Growth (2)
      • Activity Books (1)
      • Baptism (1)
      • Birds (1)
      • Faith (1)
      • Fiction (1)
      • Finances (1)
      • Inspirational (1)
      • Nature (1)
      • Relationship (1)
      • Spiritual Disciplines (1)
      • Technology (1)
      • War (1)
      Att_Binding
      • Paperback (57)
      • Hardcover (16)
      • Imitation Leather (2)
      • Audio Book (1)
      • Softcover (1)
      Att_Bible Translation
      • ESV (1)
      • KJV (1)
      Att_Help and Features
      • Concordance (1)
      • Cross Reference (1)
      • Family Bible (1)
      • Maps (1)
      • Red Letter (1)
      • Study Bible (1)
      Att_Language
      • English (2)
      • French (1)
      • German (1)
      /* 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)'
      };