{"id":14,"date":"2026-05-14T02:39:31","date_gmt":"2026-05-14T02:39:31","guid":{"rendered":"https:\/\/project2.olivet.dev\/?page_id=14"},"modified":"2026-05-15T03:31:31","modified_gmt":"2026-05-15T03:31:31","slug":"kids-home","status":"publish","type":"page","link":"https:\/\/project2.olivet.dev\/","title":{"rendered":"Home"},"content":{"rendered":"<style>\n\/* ===== CROSSMAP KIDS - HOMEPAGE STYLES ===== *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;600;700;800;900&family=Fredoka+One&display=swap');\n.ck-homepage * { box-sizing: border-box; }\n.ck-homepage {\n  font-family: 'Nunito', sans-serif;\n  background: #FFF9F0;\n  margin: -20px;\n  overflow: hidden;\n}\n\/* ===== HERO SECTION ===== *\/\n.ck-hero {\n  background: linear-gradient(135deg, #FF9EAA 0%, #FFE87A 30%, #88D492 60%, #85B8FF 100%);\n  position: relative;\n  padding: 60px 40px 80px;\n  text-align: center;\n  overflow: hidden;\n}\n.ck-hero::before {\n  content: '';\n  position: absolute;\n  top: -50px; left: -50px;\n  width: 200px; height: 200px;\n  background: rgba(255,255,255,0.15);\n  border-radius: 50%;\n}\n.ck-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -80px; right: -30px;\n  width: 280px; height: 280px;\n  background: rgba(255,255,255,0.12);\n  border-radius: 50%;\n}\n.ck-hero-emoji-row {\n  font-size: 2.5rem;\n  margin-bottom: 15px;\n  animation: bounce 2s infinite;\n}\n@keyframes bounce {\n  0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)}\n}\n.ck-hero h1 {\n  font-family: 'Fredoka One', cursive;\n  font-size: clamp(2.5rem, 6vw, 4.5rem);\n  color: white;\n  text-shadow: 3px 3px 0px rgba(0,0,0,0.15);\n  margin: 0 0 15px;\n  line-height: 1.1;\n  position: relative;\n  z-index: 1;\n}\n.ck-hero-sub {\n  font-size: clamp(1rem, 2.5vw, 1.4rem);\n  color: rgba(255,255,255,0.95);\n  font-weight: 700;\n  margin-bottom: 30px;\n  position: relative;\n  z-index: 1;\n}\n.ck-hero-stars {\n  position: absolute;\n  font-size: 1.5rem;\n  animation: twinkle 3s infinite;\n  z-index: 0;\n}\n@keyframes twinkle {\n  0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(0.8)}\n}\n.ck-hero-btn {\n  display: inline-block;\n  background: white;\n  color: #FF9EAA;\n  font-family: 'Fredoka One', cursive;\n  font-size: 1.3rem;\n  padding: 14px 36px;\n  border-radius: 50px;\n  text-decoration: none;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.2);\n  transition: all 0.3s;\n  position: relative;\n  z-index: 1;\n  margin: 5px;\n}\n.ck-hero-btn:hover {transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,0.25);}\n.ck-hero-btn.secondary {background:#FF9EAA;color:white;}\n\/* ===== VERSE TICKER ===== *\/\n.ck-verse-ticker {\n  background: #85B8FF;\n  color: white;\n  padding: 14px 20px;\n  text-align: center;\n  font-size: 1rem;\n  font-weight: 700;\n  letter-spacing: 0.3px;\n}\n.ck-verse-ticker span { font-style: italic; opacity: 0.9; }\n\/* ===== SECTION TITLES ===== *\/\n.ck-section {\n  padding: 60px 30px;\n  max-width: 1200px;\n  margin: 0 auto;\n}\n.ck-section-title {\n  font-family: 'Fredoka One', cursive;\n  font-size: clamp(1.8rem, 4vw, 2.8rem);\n  text-align: center;\n  margin-bottom: 10px;\n  color: #2D3436;\n}\n.ck-section-subtitle {\n  text-align: center;\n  color: #636E72;\n  font-size: 1.05rem;\n  margin-bottom: 45px;\n  font-weight: 600;\n}\n\/* ===== CATEGORY GRID ===== *\/\n.ck-cat-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 24px;\n}\n.ck-cat-card {\n  border-radius: 24px;\n  padding: 32px 28px;\n  text-decoration: none;\n  color: white;\n  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n  position: relative;\n  overflow: hidden;\n  min-height: 180px;\n  box-shadow: 0 8px 24px rgba(0,0,0,0.12);\n}\n.ck-cat-card::after {\n  content: '';\n  position: absolute;\n  bottom: -30px; right: -30px;\n  width: 120px; height: 120px;\n  background: rgba(255,255,255,0.15);\n  border-radius: 50%;\n}\n.ck-cat-card:hover {\n  transform: translateY(-8px) scale(1.02);\n  box-shadow: 0 20px 40px rgba(0,0,0,0.18);\n  text-decoration: none;\n  color: white;\n}\n.ck-cat-emoji {\n  font-size: 3.2rem;\n  margin-bottom: 12px;\n  display: block;\n  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));\n}\n.ck-cat-name {\n  font-family: 'Fredoka One', cursive;\n  font-size: 1.6rem;\n  margin: 0 0 8px;\n  text-shadow: 1px 1px 3px rgba(0,0,0,0.15);\n}\n.ck-cat-desc {\n  font-size: 0.9rem;\n  opacity: 0.9;\n  font-weight: 600;\n  line-height: 1.4;\n}\n.ck-cat-count {\n  margin-top: auto;\n  padding-top: 14px;\n  font-size: 0.85rem;\n  font-weight: 800;\n  opacity: 0.85;\n}\n.ck-bg-red    { background: linear-gradient(135deg, #FF9EAA, #EE5A24); }\n.ck-bg-teal   { background: linear-gradient(135deg, #6DD5D1, #0984E3); }\n.ck-bg-blue   { background: linear-gradient(135deg, #85B8FF, #6C5CE7); }\n.ck-bg-green  { background: linear-gradient(135deg, #88D492, #00B894); }\n.ck-bg-yellow { background: linear-gradient(135deg, #FFE87A, #F9A825); }\n.ck-bg-purple { background: linear-gradient(135deg, #C3BEFF, #6C5CE7); }\n.ck-bg-orange { background: linear-gradient(135deg, #FFBA7F, #E17055); }\n\/* ===== FEATURED POSTS ===== *\/\n.ck-featured-bg {\n  background: linear-gradient(180deg, #FFF9F0 0%, #E8F4FD 100%);\n  padding: 60px 30px;\n}\n.ck-posts-grid {\n  max-width: 1200px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 24px;\n}\n.ck-post-card {\n  background: white;\n  border-radius: 20px;\n  padding: 28px;\n  text-decoration: none;\n  color: #2D3436;\n  box-shadow: 0 4px 16px rgba(0,0,0,0.08);\n  transition: all 0.3s;\n  display: block;\n  border-top: 5px solid;\n}\n.ck-post-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 12px 30px rgba(0,0,0,0.13);\n  text-decoration: none;\n  color: #2D3436;\n}\n.ck-post-cat-badge {\n  display: inline-block;\n  padding: 4px 14px;\n  border-radius: 30px;\n  font-size: 0.78rem;\n  font-weight: 800;\n  color: white;\n  margin-bottom: 14px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n.ck-post-title {\n  font-family: 'Fredoka One', cursive;\n  font-size: 1.25rem;\n  margin: 0 0 10px;\n  line-height: 1.3;\n  color: #2D3436;\n}\n.ck-post-excerpt {\n  font-size: 0.88rem;\n  color: #636E72;\n  line-height: 1.6;\n  font-weight: 600;\n}\n.ck-post-read-more {\n  display: inline-block;\n  margin-top: 14px;\n  font-size: 0.85rem;\n  font-weight: 800;\n  text-decoration: none;\n}\n\/* ===== WHY SECTION ===== *\/\n.ck-why-section {\n  background: linear-gradient(135deg, #2D3436 0%, #1a1a2e 100%);\n  padding: 70px 30px;\n  text-align: center;\n}\n.ck-why-section .ck-section-title { color: white; }\n.ck-why-section .ck-section-subtitle { color: rgba(255,255,255,0.7); }\n.ck-why-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 24px;\n  max-width: 1000px;\n  margin: 0 auto;\n}\n.ck-why-card {\n  background: rgba(255,255,255,0.07);\n  border-radius: 20px;\n  padding: 32px 24px;\n  color: white;\n  border: 1px solid rgba(255,255,255,0.1);\n  transition: all 0.3s;\n}\n.ck-why-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-4px); }\n.ck-why-icon { font-size: 2.8rem; margin-bottom: 16px; display: block; }\n.ck-why-title { font-family: 'Fredoka One', cursive; font-size: 1.3rem; margin-bottom: 10px; }\n.ck-why-desc { font-size: 0.88rem; opacity: 0.75; line-height: 1.6; font-weight: 600; }\n\/* ===== VERSE OF THE DAY ===== *\/\n.ck-verse-section {\n  background: linear-gradient(135deg, #FFE87A 0%, #FFBA7F 100%);\n  padding: 70px 30px;\n  text-align: center;\n}\n.ck-verse-box {\n  max-width: 750px;\n  margin: 0 auto;\n  background: rgba(255,255,255,0.3);\n  border-radius: 24px;\n  padding: 40px;\n  backdrop-filter: blur(10px);\n}\n.ck-verse-label {\n  font-family: 'Fredoka One', cursive;\n  font-size: 0.95rem;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  color: rgba(0,0,0,0.5);\n  margin-bottom: 16px;\n}\n.ck-verse-text {\n  font-family: 'Fredoka One', cursive;\n  font-size: clamp(1.4rem, 3vw, 2rem);\n  color: #2D3436;\n  line-height: 1.4;\n  margin-bottom: 12px;\n}\n.ck-verse-ref {\n  font-weight: 800;\n  color: rgba(0,0,0,0.55);\n  font-size: 1rem;\n}\n\/* ===== FOOTER CTA ===== *\/\n.ck-footer-cta {\n  background: linear-gradient(135deg, #88D492 0%, #85B8FF 100%);\n  padding: 60px 30px;\n  text-align: center;\n  color: white;\n}\n.ck-footer-cta h2 {\n  font-family: 'Fredoka One', cursive;\n  font-size: clamp(1.8rem, 4vw, 2.8rem);\n  margin-bottom: 12px;\n  text-shadow: 2px 2px 0px rgba(0,0,0,0.1);\n}\n.ck-footer-cta p {\n  font-size: 1.05rem;\n  font-weight: 700;\n  opacity: 0.9;\n  margin-bottom: 28px;\n}\n.ck-white-btn {\n  display: inline-block;\n  background: white;\n  color: #85B8FF;\n  font-family: 'Fredoka One', cursive;\n  font-size: 1.2rem;\n  padding: 14px 36px;\n  border-radius: 50px;\n  text-decoration: none;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n  transition: all 0.3s;\n  margin: 5px;\n}\n.ck-white-btn:hover { transform: translateY(-3px); color: #85B8FF; }\n\/* ===== RESPONSIVE ===== *\/\n@media (max-width: 600px) {\n  .ck-hero { padding: 40px 20px 60px; }\n  .ck-cat-grid { grid-template-columns: 1fr 1fr; gap: 14px; }\n  .ck-cat-card { padding: 22px 18px; min-height: 150px; }\n  .ck-cat-emoji { font-size: 2.5rem; }\n  .ck-cat-name { font-size: 1.3rem; }\n  .ck-cat-desc { display: none; }\n}\n<\/style>\n<div class=\"ck-homepage\">\n<p>  <!-- HERO --><\/p>\n<div class=\"ck-hero\">\n<div class=\"ck-mascot-wrap\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 200 260\" width=\"200\" height=\"260\" class=\"ck-mascot-svg\">\n<!-- Halo -->\n<ellipse cx=\"100\" cy=\"50\" rx=\"38\" ry=\"10\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"4\" stroke-dasharray=\"8,4\" opacity=\"0.9\"\/>\n<!-- Wool body clouds -->\n<circle cx=\"100\" cy=\"175\" r=\"52\" fill=\"white\" opacity=\"0.97\"\/>\n<circle cx=\"55\" cy=\"160\" r=\"30\" fill=\"white\" opacity=\"0.97\"\/>\n<circle cx=\"145\" cy=\"160\" r=\"30\" fill=\"white\" opacity=\"0.97\"\/>\n<circle cx=\"72\" cy=\"135\" r=\"26\" fill=\"white\" opacity=\"0.97\"\/>\n<circle cx=\"128\" cy=\"135\" r=\"26\" fill=\"white\" opacity=\"0.97\"\/>\n<circle cx=\"100\" cy=\"125\" r=\"28\" fill=\"white\" opacity=\"0.97\"\/>\n<circle cx=\"85\" cy=\"150\" r=\"20\" fill=\"white\" opacity=\"0.97\"\/>\n<circle cx=\"115\" cy=\"150\" r=\"20\" fill=\"white\" opacity=\"0.97\"\/>\n<!-- Face -->\n<ellipse cx=\"100\" cy=\"96\" rx=\"34\" ry=\"30\" fill=\"#FDE8D0\"\/>\n<!-- Ears -->\n<ellipse cx=\"67\" cy=\"88\" rx=\"10\" ry=\"16\" fill=\"#FDE8D0\" transform=\"rotate(-20 67 88)\"\/>\n<ellipse cx=\"67\" cy=\"88\" rx=\"6\" ry=\"11\" fill=\"#FFB6C1\" transform=\"rotate(-20 67 88)\"\/>\n<ellipse cx=\"133\" cy=\"88\" rx=\"10\" ry=\"16\" fill=\"#FDE8D0\" transform=\"rotate(20 133 88)\"\/>\n<ellipse cx=\"133\" cy=\"88\" rx=\"6\" ry=\"11\" fill=\"#FFB6C1\" transform=\"rotate(20 133 88)\"\/>\n<!-- Eyes whites -->\n<ellipse cx=\"88\" cy=\"90\" rx=\"9\" ry=\"10\" fill=\"white\"\/>\n<ellipse cx=\"112\" cy=\"90\" rx=\"9\" ry=\"10\" fill=\"white\"\/>\n<!-- Pupils -->\n<circle cx=\"89\" cy=\"91\" r=\"6\" fill=\"#2C2C2C\"\/>\n<circle cx=\"113\" cy=\"91\" r=\"6\" fill=\"#2C2C2C\"\/>\n<!-- Eye shine -->\n<circle cx=\"91\" cy=\"89\" r=\"2.5\" fill=\"white\"\/>\n<circle cx=\"115\" cy=\"89\" r=\"2.5\" fill=\"white\"\/>\n<!-- Eyelashes left -->\n   \t<line x1=\"81\" y1=\"82\" x2=\"78\" y2=\"77\" stroke=\"#2C2C2C\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n   \t<line x1=\"88\" y1=\"80\" x2=\"87\" y2=\"75\" stroke=\"#2C2C2C\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n   \t<line x1=\"95\" y1=\"80\" x2=\"95\" y2=\"75\" stroke=\"#2C2C2C\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n  <!-- Eyelashes right -->\n   \t<line x1=\"105\" y1=\"80\" x2=\"105\" y2=\"75\" stroke=\"#2C2C2C\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n   \t<line x1=\"112\" y1=\"80\" x2=\"113\" y2=\"75\" stroke=\"#2C2C2C\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n   \t<line x1=\"119\" y1=\"82\" x2=\"122\" y2=\"77\" stroke=\"#2C2C2C\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n  <!-- Nose -->\n<ellipse cx=\"100\" cy=\"104\" rx=\"5\" ry=\"3.5\" fill=\"#FFB6C1\"\/>\n<!-- Cheeks -->\n<ellipse cx=\"81\" cy=\"108\" rx=\"10\" ry=\"6\" fill=\"#FFB6C1\" opacity=\"0.45\"\/>\n<ellipse cx=\"119\" cy=\"108\" rx=\"10\" ry=\"6\" fill=\"#FFB6C1\" opacity=\"0.45\"\/>\n<!-- Smile -->\n  <path d=\"M 91 112 Q 100 121 109 112\" stroke=\"#CC7777\" stroke-width=\"2.5\" fill=\"none\" stroke-linecap=\"round\"\/>\n  <!-- Legs -->\n<rect x=\"76\" y=\"218\" width=\"15\" height=\"24\" rx=\"7\" fill=\"#EDD5B0\"\/>\n<rect x=\"109\" y=\"218\" width=\"15\" height=\"24\" rx=\"7\" fill=\"#EDD5B0\"\/>\n<!-- Hooves -->\n<ellipse cx=\"83\" cy=\"242\" rx=\"9\" ry=\"5\" fill=\"#9B8060\"\/>\n<ellipse cx=\"116\" cy=\"242\" rx=\"9\" ry=\"5\" fill=\"#9B8060\"\/>\n<!-- Bible -->\n<rect x=\"128\" y=\"168\" width=\"28\" height=\"34\" rx=\"3\" fill=\"#E05C5C\"\/>\n<rect x=\"128\" y=\"168\" width=\"6\" height=\"34\" rx=\"2\" fill=\"#C04040\"\/>\n   \t<line x1=\"137\" y1=\"178\" x2=\"154\" y2=\"178\" stroke=\"white\" stroke-width=\"1.5\" opacity=\"0.6\"\/>\n   \t<line x1=\"137\" y1=\"184\" x2=\"154\" y2=\"184\" stroke=\"white\" stroke-width=\"1.5\" opacity=\"0.6\"\/>\n   \t<line x1=\"137\" y1=\"190\" x2=\"154\" y2=\"190\" stroke=\"white\" stroke-width=\"1.5\" opacity=\"0.6\"\/>\n  <text x=\"143\" y=\"175\" text-anchor=\"middle\" font-size=\"7\" fill=\"#FFD700\" font-family=\"serif\">&#10013;<\/text>\n<!-- Name tag -->\n<rect x=\"62\" y=\"228\" width=\"76\" height=\"24\" rx=\"12\" fill=\"#FF9EC0\"\/>\n<text x=\"100\" y=\"244\" text-anchor=\"middle\" font-family=\"Arial,sans-serif\" font-size=\"12\" font-weight=\"bold\" fill=\"white\">&#xBCF5;&#xC2E4;&#xC774;<\/text>\n<\/svg><\/p>\n<div class=\"ck-bubble\">\n<div class=\"ck-bubble-inner\">\n    <span class=\"ck-bubble-msg\" style=\"animation-delay:0s\">Hi there! God loves you! &#10084;&#65039;<\/span><br \/>\n<span class=\"ck-bubble-msg\" style=\"animation-delay:4s\">Ready for a Bible adventure? &#128214;<\/span><br \/>\n<span class=\"ck-bubble-msg\" style=\"animation-delay:8s\">You are special to God! &#10024;<\/span><br \/>\n<span class=\"ck-bubble-msg\" style=\"animation-delay:12s\">Let&#39;s learn &amp; grow together! &#127807;<\/span><\/div>\n<div class=\"ck-bubble-tail\"><\/div>\n<\/div>\n<\/div>\n<p><span class=\"ck-hero-stars\" style=\"top:15%;left:8%;animation-delay:0s\">\u2b50<\/span><br \/>\n<span class=\"ck-hero-stars\" style=\"top:25%;right:12%;animation-delay:0.5s\">\ud83c\udf1f<\/span><br \/>\n<span class=\"ck-hero-stars\" style=\"top:60%;left:5%;animation-delay:1s\">\u2728<\/span><br \/>\n<span class=\"ck-hero-stars\" style=\"top:10%;right:25%;animation-delay:1.5s\">\u2b50<\/span><br \/>\n<span class=\"ck-hero-stars\" style=\"top:70%;right:8%;animation-delay:2s\">\ud83c\udf1f<\/span><\/p>\n<div class=\"ck-hero-emoji-row\">\u271d\ufe0f \ud83d\ude4f \ud83d\udcd6 \ud83c\udfb5 \ud83c\udfa8 \ud83c\udfc6<\/div>\n<h1>Welcome to<br \/>\nCrossmap Kids! \ud83c\udf89<\/h1>\n<p class=\"ck-hero-sub\">Where Faith Is Fun &#038; Adventure Awaits Every Day! \ud83c\udf08<\/p>\n<p>    <a href=\"\/?cat=2\" class=\"ck-hero-btn\">\ud83d\udcd6 Explore Stories<\/a><br \/>\n<a href=\"\/?cat=6\" class=\"ck-hero-btn secondary\">\ud83c\udfc6 Take a Quiz!<\/a><\/div>\n<p><!\n\n\n<div class=\"ck-qp-label\">&#128161; What do you want to do today?<\/div>\n<div class=\"ck-qp-grid\">\n    <a href=\"\/?cat=bible-stories\" class=\"ck-qp-btn\" style=\"--qp-color:#FF9EAA\">&#128214;<span>Read Stories<\/span><\/a><br \/>\n<a href=\"\/?cat=bible-quiz\" class=\"ck-qp-btn\" style=\"--qp-color:#FFE87A\">&#10067;<span>Take a Quiz<\/span><\/a><br \/>\n<a href=\"\/?cat=kids-crafts\" class=\"ck-qp-btn\" style=\"--qp-color:#85B8FF\">&#9986;&#65039;<span>Make Crafts<\/span><\/a><br \/>\n<a href=\"\/?cat=worship-songs\" class=\"ck-qp-btn\" style=\"--qp-color:#6DD5D1\">&#127925;<span>Sing &amp; Worship<\/span><\/a><br \/>\n<a href=\"\/?cat=prayer-corner\" class=\"ck-qp-btn\" style=\"--qp-color:#88D492\">&#128591;<span>Pray Together<\/span><\/a><br \/>\n<a href=\"\/?cat=games-activities\" class=\"ck-qp-btn\" style=\"--qp-color:#C3BEFF\">&#127918;<span>Play Games<\/span><\/a><\/div>\n<div class=\"ck-verse-ticker\">\n    \u271d\ufe0f Today&#8217;s Verse: <span>&#8220;I can do all things through Christ who strengthens me.&#8221; \u2014 Philippians 4:13<\/span> \u271d\ufe0f<\/div>\n<p><!-- CATEGORIES SECTION --><\/p>\n<div class=\"ck-section\">\n<h2 class=\"ck-section-title\">\ud83d\uddfa\ufe0f Explore God&#8217;s World!<\/h2>\n<p class=\"ck-section-subtitle\">Pick any adventure below \u2014 there&#8217;s something amazing waiting for you! \ud83d\udc47<\/p>\n<div class=\"ck-cat-grid\">\n      <a href=\"\/?cat=2\" class=\"ck-cat-card ck-bg-red\"><br \/>\n<span class=\"ck-cat-emoji\">\ud83d\udcd6<\/span><\/p>\n<h3 class=\"ck-cat-name\">Bible Stories<\/h3>\n<p class=\"ck-cat-desc\">Amazing adventures from God&#8217;s Big Book \u2014 David, Noah, Joseph and more!<\/p>\n<p>        <span class=\"ck-cat-count\">\u2192 Read Stories<\/span><br \/>\n<\/a><br \/>\n<a href=\"\/?cat=3\" class=\"ck-cat-card ck-bg-teal\"><br \/>\n<span class=\"ck-cat-emoji\">\ud83c\udfb5<\/span><\/p>\n<h3 class=\"ck-cat-name\">Worship Songs<\/h3>\n<p class=\"ck-cat-desc\">Sing your heart out to God with fun, catchy praise songs for kids!<\/p>\n<p>        <span class=\"ck-cat-count\">\u2192 Start Singing<\/span><br \/>\n<\/a><br \/>\n<a href=\"\/?cat=4\" class=\"ck-cat-card ck-bg-blue\"><br \/>\n<span class=\"ck-cat-emoji\">\ud83c\udfa8<\/span><\/p>\n<h3 class=\"ck-cat-name\">Kids Crafts<\/h3>\n<p class=\"ck-cat-desc\">Fun Bible-based crafts you can make at home with simple supplies!<\/p>\n<p>        <span class=\"ck-cat-count\">\u2192 Get Creative<\/span><br \/>\n<\/a><br \/>\n<a href=\"\/?cat=5\" class=\"ck-cat-card ck-bg-green\"><br \/>\n<span class=\"ck-cat-emoji\">\ud83d\ude4f<\/span><\/p>\n<h3 class=\"ck-cat-name\">Prayer Corner<\/h3>\n<p class=\"ck-cat-desc\">Talk to God every day with simple, heartfelt prayers \u2014 He always listens!<\/p>\n<p>        <span class=\"ck-cat-count\">\u2192 Start Praying<\/span><br \/>\n<\/a><br \/>\n<a href=\"\/?cat=6\" class=\"ck-cat-card ck-bg-yellow\"><br \/>\n<span class=\"ck-cat-emoji\">\u2753<\/span><\/p>\n<h3 class=\"ck-cat-name\">Bible Quiz<\/h3>\n<p class=\"ck-cat-desc\">Test your Bible knowledge with exciting quizzes and fun challenges!<\/p>\n<p>        <span class=\"ck-cat-count\">\u2192 Take a Quiz<\/span><br \/>\n<\/a><br \/>\n<a href=\"\/?cat=7\" class=\"ck-cat-card ck-bg-purple\"><br \/>\n<span class=\"ck-cat-emoji\">\ud83c\udf1f<\/span><\/p>\n<h3 class=\"ck-cat-name\">Devotionals<\/h3>\n<p class=\"ck-cat-desc\">Start each day closer to God with short, powerful daily devotionals!<\/p>\n<p>        <span class=\"ck-cat-count\">\u2192 Grow in Faith<\/span><br \/>\n<\/a><br \/>\n<a href=\"\/?cat=8\" class=\"ck-cat-card ck-bg-orange\" style=\"grid-column: span 1;\"><br \/>\n<span class=\"ck-cat-emoji\">\ud83c\udfae<\/span><\/p>\n<h3 class=\"ck-cat-name\">Games &#038; Activities<\/h3>\n<p class=\"ck-cat-desc\">Christian-themed games and activities the whole family can enjoy together!<\/p>\n<p>        <span class=\"ck-cat-count\">\u2192 Play Now<\/span><br \/>\n<\/a><\/div>\n<\/div>\n<p><!-- FEATURED POSTS --><\/p>\n<div class=\"ck-featured-bg\">\n<div style=\"max-width:1200px;margin:0 auto\">\n<h2 class=\"ck-section-title\">\ud83d\udd25 Hot Right Now!<\/h2>\n<p class=\"ck-section-subtitle\">Check out our most popular stories and activities this week!<\/p>\n<div class=\"ck-posts-grid\">\n        <a href=\"\/?p=6\" class=\"ck-post-card\" style=\"border-top-color:#FF9EAA\"><br \/>\n<span class=\"ck-post-cat-badge\" style=\"background:#FF9EAA\">\ud83d\udcd6 Bible Stories<\/span><\/p>\n<h3 class=\"ck-post-title\">David and Goliath: The Boy Who Trusted God! \ud83e\udea8<\/h3>\n<p class=\"ck-post-excerpt\">Have you ever felt scared of something really big? Learn how a young boy named David trusted God and defeated a giant!<\/p>\n<p>          <span class=\"ck-post-read-more\" style=\"color:#FF9EAA\">Read Story \u2192<\/span><br \/>\n<\/a><br \/>\n<a href=\"\/?p=10\" class=\"ck-post-card\" style=\"border-top-color:#88D492\"><br \/>\n<span class=\"ck-post-cat-badge\" style=\"background:#88D492\">\ud83d\ude4f Prayer Corner<\/span><\/p>\n<h3 class=\"ck-post-title\">How to Pray \u2014 Talking to God Is Easy! \ud83d\ude4f<\/h3>\n<p class=\"ck-post-excerpt\">Did you know you can talk to God anytime, anywhere? Learn how easy prayer is with this fun ACTS prayer guide!<\/p>\n<p>          <span class=\"ck-post-read-more\" style=\"color:#88D492\">Learn to Pray \u2192<\/span><br \/>\n<\/a><br \/>\n<a href=\"\/?p=11\" class=\"ck-post-card\" style=\"border-top-color:#FFE87A\"><br \/>\n<span class=\"ck-post-cat-badge\" style=\"background:#F9A825\">\u2753 Bible Quiz<\/span><\/p>\n<h3 class=\"ck-post-title\">Bible Quiz: How Well Do You Know the Old Testament? \ud83c\udfc6<\/h3>\n<p class=\"ck-post-excerpt\">Think you know your Bible? Take this fun Old Testament quiz and find out how many questions you can answer!<\/p>\n<p>          <span class=\"ck-post-read-more\" style=\"color:#F9A825\">Take Quiz \u2192<\/span><br \/>\n<\/a><br \/>\n<a href=\"\/?p=13\" class=\"ck-post-card\" style=\"border-top-color:#FFBA7F\"><br \/>\n<span class=\"ck-post-cat-badge\" style=\"background:#FFBA7F\">\ud83c\udfae Games<\/span><\/p>\n<h3 class=\"ck-post-title\">The Fruit of the Spirit Scavenger Hunt! \ud83c\udf4e\ud83c\udf4a\ud83c\udf4b<\/h3>\n<p class=\"ck-post-excerpt\">Go on an adventure to find the Fruit of the Spirit in real life! A fun activity for the whole family!<\/p>\n<p>          <span class=\"ck-post-read-more\" style=\"color:#FFBA7F\">Play Now \u2192<\/span><br \/>\n<\/a><\/div>\n<\/div>\n<\/div>\n<p><!-- WHY CROSSMAP KIDS --><\/p>\n<div class=\"ck-why-section\">\n<h2 class=\"ck-section-title\">Why Kids Love Crossmap! \ud83d\udc9b<\/h2>\n<p class=\"ck-section-subtitle\">We&#8217;re built just for you \u2014 safe, fun, and full of God&#8217;s love!<\/p>\n<div class=\"ck-why-grid\">\n<div class=\"ck-why-card\">\n        <span class=\"ck-why-icon\">\ud83d\udee1\ufe0f<\/span><\/p>\n<div class=\"ck-why-title\">100% Safe<\/div>\n<p class=\"ck-why-desc\">Parents can trust every single piece of content here. Created by Christians, for Christian kids and families.<\/p>\n<\/div>\n<div class=\"ck-why-card\">\n        <span class=\"ck-why-icon\">\ud83c\udf89<\/span><\/p>\n<div class=\"ck-why-title\">Super Fun!<\/div>\n<p class=\"ck-why-desc\">Learning about God doesn&#8217;t have to be boring! We make faith exciting, colorful, and full of joy!<\/p>\n<\/div>\n<div class=\"ck-why-card\">\n        <span class=\"ck-why-icon\">\ud83d\udcda<\/span><\/p>\n<div class=\"ck-why-title\">Grows With You<\/div>\n<p class=\"ck-why-desc\">New stories, quizzes, crafts and devotionals added regularly. There&#8217;s always something new to discover!<\/p>\n<\/div>\n<div class=\"ck-why-card\">\n        <span class=\"ck-why-icon\">\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66<\/span><\/p>\n<div class=\"ck-why-title\">Family Together<\/div>\n<p class=\"ck-why-desc\">Activities designed for kids AND families to enjoy together, strengthening your faith as a family unit!<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><!-- VERSE OF THE DAY --><\/p>\n<div class=\"ck-verse-section\">\n<div class=\"ck-verse-box\">\n<div class=\"ck-verse-label\">\u2b50 Verse of the Day \u2b50<\/div>\n<div class=\"ck-verse-text\">&#8220;For God so loved the world that He gave His one and only Son, that whoever believes in Him shall not perish but have eternal life.&#8221;<\/div>\n<div class=\"ck-verse-ref\">\u2014 John 3:16 \ud83c\udf08<\/div>\n<\/div>\n<\/div>\n<p><!-- FOOTER CTA --><\/p>\n<div class=\"ck-challenge\">\n<div class=\"ck-challenge-inner\">\n<div class=\"ck-challenge-badge\">&#127942; THIS WEEK&#39;S CHALLENGE<\/div>\n<h3 class=\"ck-challenge-title\">Memorize Psalm 23:1!<\/h3>\n<p class=\"ck-challenge-verse\">&ldquo;The Lord is my shepherd, I lack nothing.&rdquo; &mdash; Psalm 23:1<\/p>\n<div class=\"ck-challenge-steps\">\n      <span class=\"ck-step\">&#128214; Read it 3x today<\/span><br \/>\n<span class=\"ck-step\">&#9997;&#65039; Write it out<\/span><br \/>\n<span class=\"ck-step\">&#127912; Draw a picture<\/span><br \/>\n<span class=\"ck-step\">&#128591; Pray it aloud<\/span><\/div>\n<div class=\"ck-challenge-mascot-note\">&#128018; Boksil says: &ldquo;You can do it! God is with you!&rdquo;<\/div>\n<\/div>\n<\/div>\n<div class=\"ck-footer-cta\">\n<h2>Ready for More Adventures? \ud83d\ude80<\/h2>\n<p>Explore all our categories and discover how amazing God&#8217;s Word is! New content every week!<\/p>\n<p><a href=\"\/?cat=2\" class=\"ck-white-btn\">\ud83d\udcd6 Bible Stories<\/a><br \/>\n<a href=\"\/?cat=6\" class=\"ck-white-btn\" style=\"color:#FF9EAA\">\ud83c\udfc6 Bible Quiz<\/a><br \/>\n<a href=\"\/?cat=5\" class=\"ck-white-btn\" style=\"color:#88D492\">\ud83d\ude4f Pray Together<\/a><\/p>\n<div class=\"ck-parent-zone\">\n    <span>&#128218; Parents &amp; Teachers:<\/span><br \/>\n<a href=\"mailto:kids@crossmap.com\" class=\"ck-parent-link\">Contact us for resources &#8594;<\/a><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>&#10013; &#xBCF5;&#xC2E4;&#xC774; Hi there! God loves you! &#10084;&#65039; Ready for a Bible adventure? &#128214; You are special to God! &#10024; Let&#39;s learn &amp; grow together! &#127807; \u2b50 \ud83c\udf1f \u2728 \u2b50 \ud83c\udf1f \u271d\ufe0f \ud83d\ude4f \ud83d\udcd6 \ud83c\udfb5 \ud83c\udfa8 \ud83c\udfc6 Welcome to Crossmap Kids! \ud83c\udf89 Where Faith Is Fun &#038; Adventure Awaits Every Day! \ud83c\udf08 \ud83d\udcd6 Explore Stories [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/project2.olivet.dev\/index.php?rest_route=\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/project2.olivet.dev\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/project2.olivet.dev\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/project2.olivet.dev\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/project2.olivet.dev\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14"}],"version-history":[{"count":9,"href":"https:\/\/project2.olivet.dev\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":94,"href":"https:\/\/project2.olivet.dev\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions\/94"}],"wp:attachment":[{"href":"https:\/\/project2.olivet.dev\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}