{"id":337,"date":"2025-11-21T14:38:51","date_gmt":"2025-11-21T14:38:51","guid":{"rendered":"https:\/\/authorwebsitepublishing.xyz\/rb\/?page_id=337"},"modified":"2025-11-24T15:07:31","modified_gmt":"2025-11-24T15:07:31","slug":"contact","status":"publish","type":"page","link":"https:\/\/authorwebsitepublishing.xyz\/rb\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"337\" class=\"elementor elementor-337\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b4e76be elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"b4e76be\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e0c77dd\" data-id=\"e0c77dd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-78564c5 elementor-widget elementor-widget-html\" data-id=\"78564c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<canvas id=\"snow-canvas\"><\/canvas>\r\n\r\n<style>\r\n  #snow-canvas {\r\n    position: fixed;\r\n    left: 0;\r\n    top: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    pointer-events: none;\r\n    z-index: 1;\r\n    display: block;\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n(function() {\r\n  const canvas = document.getElementById('snow-canvas');\r\n  const ctx = canvas.getContext('2d');\r\n\r\n  let PARTICLE_COUNT = Math.round(window.innerWidth \/ 25);\r\n  const SIZE_MIN = 1;\r\n  const SIZE_MAX = 3;\r\n\r\n  \/\/ Increased speed\r\n  const SPEED_MIN = 0.2;\r\n  const SPEED_MAX = 0.5;\r\n\r\n  const WIND_RANGE = 0.2;\r\n\r\n  let particles = [];\r\n\r\n  function resize() {\r\n    const dpr = window.devicePixelRatio || 1;\r\n    canvas.width = Math.round(window.innerWidth * dpr);\r\n    canvas.height = Math.round(window.innerHeight * dpr);\r\n    canvas.style.width = window.innerWidth + 'px';\r\n    canvas.style.height = window.innerHeight + 'px';\r\n    ctx.setTransform(dpr, 0, 0, dpr, 0, 0);\r\n\r\n    PARTICLE_COUNT = Math.round(window.innerWidth \/ 25);\r\n    initParticles();\r\n  }\r\n\r\n  function rand(min, max) {\r\n    return Math.random() * (max - min) + min;\r\n  }\r\n\r\n  function initParticles() {\r\n    particles = [];\r\n    for (let i = 0; i < PARTICLE_COUNT; i++) {\r\n      const r = rand(SIZE_MIN, SIZE_MAX);\r\n      particles.push({\r\n        x: Math.random() * window.innerWidth,\r\n        y: Math.random() * window.innerHeight,\r\n        r: r,\r\n        speed: rand(SPEED_MIN, SPEED_MAX),\r\n        wind: rand(-WIND_RANGE, WIND_RANGE),\r\n        alpha: rand(0.5, 1)\r\n      });\r\n    }\r\n  }\r\n\r\n  function update() {\r\n    for (let p of particles) {\r\n      p.y += p.speed;          \/\/ move straight down\r\n      p.x += p.wind * 0.2;     \/\/ slight horizontal drift for wind\r\n\r\n      if (p.y - p.r > window.innerHeight) {\r\n        p.y = -p.r;\r\n        p.x = Math.random() * window.innerWidth;\r\n      }\r\n\r\n      if (p.x < -20) p.x = window.innerWidth + 20;\r\n      if (p.x > window.innerWidth + 20) p.x = -20;\r\n    }\r\n  }\r\n\r\n  function draw() {\r\n    ctx.clearRect(0, 0, canvas.width, canvas.height);\r\n    for (let p of particles) {\r\n      ctx.beginPath();\r\n      ctx.arc(p.x, p.y, p.r, 0, Math.PI * 2);\r\n      ctx.fillStyle = 'rgba(255,255,255,' + p.alpha + ')';\r\n      ctx.fill();\r\n    }\r\n  }\r\n\r\n  function loop() {\r\n    update();\r\n    draw();\r\n    requestAnimationFrame(loop);\r\n  }\r\n\r\n  window.addEventListener('resize', resize);\r\n  resize();\r\n  loop();\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b35c485 premium-header-inline premium-lq__none premium-box-lq__none elementor-widget elementor-widget-premium-addon-dual-header\" data-id=\"b35c485\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-dual-header.default\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-widget-container\">\n\t\t<div class=\"premium-dual-header-wrapper\">\n\t\t\t\t\t<h2 class=\"premium-dual-header-first-header \"><span class=\"premium-dual-header-first-span\">Get in Touch <\/span><\/h2> \t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a84544c elementor-widget elementor-widget-text-editor\" data-id=\"a84544c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<section class=\"relative py-20\"><div class=\"container mx-auto px-4\"><div class=\"text-center mb-12\"><p class=\"text-xl text-muted-foreground max-w-2xl mx-auto\">Have questions about Carayak&#8217;s adventures? We&#8217;d love to hear from you!<\/p><\/div><\/div><\/section><section class=\"py-20\"><div class=\"container mx-auto px-4\"><div class=\"grid lg:grid-cols-2 gap-12 max-w-6xl mx-auto\"><div><div class=\"rounded-lg border text-card-foreground shadow-sm p-8 bg-card\/80 backdrop-blur-sm border-border\/50 shadow-card-custom h-full\">\u00a0<\/div><\/div><\/div><\/div><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c60b773 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"c60b773\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3ae0578\" data-id=\"3ae0578\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-85dcd33 elementor-widget elementor-widget-heading\" data-id=\"85dcd33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Send a Message<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d8ed66 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"0d8ed66\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"337\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"0d8ed66\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"your@email.com\" required=\"required\" aria-required=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_93d8565 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_93d8565\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhat is this about?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper \">\n\t\t\t<select name=\"form_fields[field_93d8565]\" id=\"form-field-field_93d8565\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\" aria-required=\"true\">\n\t\t\t\t\t\t\t\t\t<option value=\"Select a category.\">Select a category.<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"General Inquiry\">General Inquiry<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Schools &amp; Educators\">Schools &amp; Educators<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Media &amp; Press\">Media &amp; Press<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Events &amp; Speaking\">Events &amp; Speaking<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"\"><\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button type=\"submit\" class=\"elementor-button elementor-size-sm\">\n\t\t\t\t\t\t<span >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\" elementor-button-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Message<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1e91935\" data-id=\"1e91935\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-b7f50e5 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"b7f50e5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a67e464\" data-id=\"a67e464\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1f45d17 elementor-widget elementor-widget-image\" data-id=\"1f45d17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"536\" height=\"524\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-22-002552.png\" class=\"attachment-large size-large wp-image-526\" alt=\"\" srcset=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-22-002552.png 536w, https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-22-002552-300x293.png 300w\" sizes=\"(max-width: 536px) 100vw, 536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b01e25f elementor-widget elementor-widget-heading\" data-id=\"b01e25f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Carayak's <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ccb2cdf elementor-widget elementor-widget-text-editor\" data-id=\"ccb2cdf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<section class=\"relative py-20\"><div class=\"container mx-auto px-4\"><div class=\"text-center mb-12\"><div class=\"rounded-lg border bg-card text-card-foreground shadow-sm p-8 bg-gradient-to-br from-primary\/10 to-secondary\/10 backdrop-blur-sm border-border\/50 shadow-frost\"><div class=\"text-center mt-6\"><p class=\"text-muted-foreground\">Where magical messages find their way through the sno<span style=\"background-color: transparent;\">w<\/span><\/p><\/div><\/div><\/div><\/div><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-573d33e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"573d33e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-edb8c1b\" data-id=\"edb8c1b\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d0f1f4d elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"d0f1f4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"58\" height=\"60\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-214329.png\" class=\"attachment-full size-full wp-image-375\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">For Press &amp; Media<\/h3><p class=\"elementor-image-box-description\">Looking for interviews, review copies, or press materials?\n\n<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7487f38 elementor-widget elementor-widget-button\" data-id=\"7487f38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.amazon.com\/Nearly-True-Adventures-Carayak-Bearded-ebook\/dp\/B0F4LNP9CP\/ref=tmm_kin_swatch_0?_encoding=UTF8&#038;dib_tag=se&#038;dib=eyJ2IjoiMSJ9.TstJ_LBXowF_bjXqZTUq4A.IqgO3VU4nbVSdgHBpL29854dybyuwUUqXn7ygOoBdto&#038;qid=1763996348&#038;sr=1-1\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Visit Media Kit<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-01cba8b elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"01cba8b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2814925\" data-id=\"2814925\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-af51b70 elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"af51b70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"58\" height=\"54\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-22-003110.png\" class=\"attachment-full size-full wp-image-533\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">For Schools &amp; Educators<\/h3><p class=\"elementor-image-box-description\">Interested in bulk orders, classroom resources, or author visits? Let's talk!\n<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Get in Touch Have questions about Carayak&#8217;s adventures? We&#8217;d love to hear from you! \u00a0 Send a Message Carayak&#8217;s Where magical messages find their way through the snow For Press &amp; Media Looking for interviews, review copies, or press materials? Visit Media Kit For Schools &amp; Educators Interested in bulk orders, classroom resources, or author visits? Let&#8217;s talk!<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-337","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/pages\/337","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/comments?post=337"}],"version-history":[{"count":58,"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/pages\/337\/revisions"}],"predecessor-version":[{"id":583,"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/pages\/337\/revisions\/583"}],"wp:attachment":[{"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/media?parent=337"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}