<!DOCTYPE html>
<html class="no-js" lang="en-US">
<head> <script type="text/javascript">
/* <![CDATA[ */
 var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}}); 
/* ]]> */
</script>
<meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.4",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(e=>{let r=e.getAttribute("data-rocket-src");if(r&&0!==r.indexOf("data:")){0===r.indexOf("//")&&(r=location.protocol+r);try{let i=new URL(r).origin;i!==location.origin&&t.push({src:i,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(n){}}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){if(await this._littleBreath(),!0===t.noModule&&"noModule"in HTMLScriptElement.prototype){t.setAttribute("data-rocket-status","skipped");return}return new Promise(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(){let t={};function e(e,r){!function e(r){!t[r]&&(t[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.remove.apply(r,arguments)});function i(e){return t[r].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(r)}function r(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}e(document,"DOMContentLoaded"),e(window,"DOMContentLoaded"),e(window,"load"),e(window,"pageshow"),e(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(t){let e;function r(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}function i(i){if(i&&i.fn&&!t.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(i)),i([])};let n=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=r(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{let e=arguments[0][t];delete arguments[0][t],arguments[0][r(t)]=e})),n.apply(this,arguments),this},t.allJQueries.push(i)}e=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){i(t)}})}async _pendingWebpackRequests(t){let e=document.querySelector("script[data-webpack]");async function r(){return new Promise(t=>{e.addEventListener("load",t),e.addEventListener("error",t)})}e&&(await r(),await t._requestAnimFrame(),await t._pendingWebpackRequests(t))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	

	<script>var et_site_url='https://sarahchislon.com';var et_post_id='17';function et_core_page_resource_fallback(a,b){"undefined"===typeof b&&(b=a.sheet.cssRules&&0===a.sheet.cssRules.length);b&&(a.onerror=null,a.onload=null,a.href?a.href=et_site_url+"/?et_core_page_resource="+a.id+et_post_id:a.src&&(a.src=et_site_url+"/?et_core_page_resource="+a.id+et_post_id))}
</script>
	<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
	<!-- This site is optimized with the Yoast SEO plugin v22.8 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Worlds of Wonder - Sarah Chislon</title>
	<link rel="canonical" href="https://sarahchislon.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Worlds of Wonder - Sarah Chislon" />
	<meta property="og:description" content="Mirror of Argent Masquerades, monarchs, and . . . misalliances? All her life, Jessa Caldwell has feared the Vigil—and now they’ve claimed her. Worse yet, they’re not acting alone. Someone directs their every move, someone all too interested in Jessa—and her sisters. Even if she breaks free of her unnatural prison, the Vigil will not..." />
	<meta property="og:url" content="https://sarahchislon.com/" />
	<meta property="og:site_name" content="Sarah Chislon" />
	<meta property="article:publisher" content="https://www.facebook.com/sarahchislon" />
	<meta property="article:modified_time" content="2025-10-21T01:58:11+00:00" />
	<meta property="og:image" content="https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-453x700.jpg" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://sarahchislon.com/","url":"https://sarahchislon.com/","name":"Worlds of Wonder - Sarah Chislon","isPartOf":{"@id":"https://sarahchislon.com/#website"},"about":{"@id":"https://sarahchislon.com/#/schema/person/ffc168e775de810854db9c12c144aa09"},"primaryImageOfPage":{"@id":"https://sarahchislon.com/#primaryimage"},"image":{"@id":"https://sarahchislon.com/#primaryimage"},"thumbnailUrl":"https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-453x700.jpg","datePublished":"2017-08-07T13:47:57+00:00","dateModified":"2025-10-21T01:58:11+00:00","breadcrumb":{"@id":"https://sarahchislon.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://sarahchislon.com/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://sarahchislon.com/#primaryimage","url":"https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1.jpg","contentUrl":"https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1.jpg","width":1650,"height":2550,"caption":"Mirror of Argent cover"},{"@type":"BreadcrumbList","@id":"https://sarahchislon.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://sarahchislon.com/#website","url":"https://sarahchislon.com/","name":"Sarah Chislon","description":"Worlds of Wonder","publisher":{"@id":"https://sarahchislon.com/#/schema/person/ffc168e775de810854db9c12c144aa09"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://sarahchislon.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https://sarahchislon.com/#/schema/person/ffc168e775de810854db9c12c144aa09","name":"Sarah Chislon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://sarahchislon.com/#/schema/person/image/","url":"https://sarahchislon.com/wp-content/uploads/2022/07/LOGO1-scaled.jpg","contentUrl":"https://sarahchislon.com/wp-content/uploads/2022/07/LOGO1-scaled.jpg","width":2560,"height":2560,"caption":"Sarah Chislon"},"logo":{"@id":"https://sarahchislon.com/#/schema/person/image/"},"sameAs":["https://www.facebook.com/sarahchislon","https://www.instagram.com/sarahchislon/"]}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//sdks.shopifycdn.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Sarah Chislon &raquo; Feed" href="https://sarahchislon.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Sarah Chislon &raquo; Comments Feed" href="https://sarahchislon.com/comments/feed/" />
<link rel='stylesheet' id='wc-blocks-checkout-style-css' href='https://sarahchislon.com/wp-content/plugins/woocommerce-payments/dist/blocks-checkout.css?ver=1.0' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='wp-components-css' href='https://sarahchislon.com/wp-includes/css/dist/components/style.min.css?ver=6.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='wp-preferences-css' href='https://sarahchislon.com/wp-includes/css/dist/preferences/style.min.css?ver=6.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-editor-css' href='https://sarahchislon.com/wp-includes/css/dist/block-editor/style.min.css?ver=6.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='popup-maker-block-library-style-css' href='https://sarahchislon.com/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=dbea705cfafe089d65f1' type='text/css' media='all' />
<link rel='stylesheet' id='convertkit-broadcasts-css' href='https://sarahchislon.com/wp-content/plugins/convertkit/resources/frontend/css/broadcasts.css?ver=2.3.8' type='text/css' media='all' />
<link rel='stylesheet' id='convertkit-button-css' href='https://sarahchislon.com/wp-content/plugins/convertkit/resources/frontend/css/button.css?ver=2.3.8' type='text/css' media='all' />
<link rel='stylesheet' id='convertkit-form-css' href='https://sarahchislon.com/wp-content/plugins/convertkit/resources/frontend/css/form.css?ver=2.3.8' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--inter: "Inter", sans-serif;--wp--preset--font-family--cardo: Cardo;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='remove-border-none-from-selects-css' href='https://sarahchislon.com/wp-content/uploads/snipvault/remove-8220-border-none-8221-from-selects_1451.css?ver=1746582435' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-layout-css' href='https://sarahchislon.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=9.4.5' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://sarahchislon.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=9.4.5' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css' href='https://sarahchislon.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=9.4.5' type='text/css' media='all' />
<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link rel='stylesheet' id='gateway-css' href='https://sarahchislon.com/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/assets/css/gateway.css?ver=2.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='odrin_master-css-css' href='https://sarahchislon.com/wp-content/themes/odrin/assets/css/master.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='odrin_custom-css-css' href='https://sarahchislon.com/wp-content/themes/odrin/assets/css/custom.css?ver=1.0' type='text/css' media='all' />
<style id='odrin_custom-css-inline-css' type='text/css'>


	/* Typography */
	body {
		font-family: ;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.fw-table .heading-row,
	.fw-package .fw-heading-row,
	.special-first-letter > p:first-of-type:first-letter,
	.special-heading-letter:first-letter,
	.woocommerce .price del, .woocommerce .price > span,
	.font-heading {
		font-family: Cinzel Decorative;
font-style: normal;
;
	}

	.font-subheading,
	.element-title,
	.BoxedTitle h2,
	.special-link,
	.btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .btn:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, button[type='submit'], button[type='submit']:focus, input[type='submit'], input[type='submit']:focus,
	label {
		font-family: ;
;
	}


	/* Main Color */
	
	a, a:focus {
		color: #bc9150;
	}

	a.link-border {
		border-bottom: 2px solid #bc9150;
	}

	::-moz-selection {
		background: #bc9150;
	}

	::selection {
		background: #bc9150;
	}

	blockquote footer cite:before {
		background-color: #bc9150;
	}

	.SearchForm .search-form-wrapper .btn-search:hover {
		border-left: 1px solid #bc9150;
	}

	.field-text:hover label, .field-textarea:hover label {
		color: #bc9150;
	}

	.main-navigation-menu a i[class^="icon-"] {
		color: #bc9150;
	}

	.main-navigation-menu a:hover {
		color: #bc9150;
	}

	.main-navigation-menu a:hover i {
		color: #bc9150;
	}

	.main-navigation-menu .current-menu-item > a {
		color: #bc9150;
	}

	.main-navigation-menu .current-menu-item > a i {
		color: #bc9150;
	}

	.slicknav_nav a i[class^="icon-"] {
		color: #bc9150;
	}

	.slicknav_nav a:hover {
		background: #bc9150;
	}

	.EventsFilter .events-filter-dropdown .dropdown-menu li a:hover {
		background-color: #bc9150;
	}

	.FeaturedEvent .featured-event-meta-wrapper .featured-event-label {
		border-bottom: 2px solid #bc9150;
	}

	.Excerpt .ExcerptContentWrapper .excerpt-date span {
		border-bottom: 3px dotted #bc9150;
	}

	.PostNav {
		border-bottom: 1px dotted #bc9150;
	}

	.page-links a {
		border-bottom: 1px solid #bc9150;
	}

	.SingleEventHeader .single-event-location i {
		color: #bc9150;
	}

	.SingleEventMetaHeader .information-wrapper .information-item:before {
		background-color: #bc9150;
	}

	.SimplifiedPosts .simplified-post-meta .simplified-post-date span {
		border-bottom: 3px dotted #bc9150;
	}

	.SinglePostFooter .single-post-footer-share a {
		color: #bc9150;
	}

	.commentslist-container .comment-reply-title small {
		border-bottom: 1px solid #bc9150;
	}

	.fw-accordion .fw-accordion-title:before {
		color: #bc9150;
	}

	.fw-accordion .fw-accordion-title.ui-state-active {
		background-color: #bc9150;
	}

	.btn > i, .woocommerce #respond input#submit > i, .woocommerce a.button > i, .woocommerce button.button > i, .woocommerce input.button > i, .woocommerce #respond input#submit.alt > i, .woocommerce a.button.alt > i, .woocommerce button.button.alt > i, .woocommerce input.button.alt > i, button[type='submit'] > i, input[type='submit'] > i {
		color: #bc9150;
	}

	.btn:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .btn:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .btn:active:focus, .woocommerce #respond input#submit:active:focus, .woocommerce a.button:active:focus, .woocommerce button.button:active:focus, .woocommerce input.button:active:focus, .btn-normal:hover, .btn-normal:active, .btn-normal:active:focus, button[type='submit']:hover, button[type='submit']:active, button[type='submit']:active:focus, input[type='submit']:hover, input[type='submit']:active, input[type='submit']:active:focus {
		background: #bc9150;
		border: 1px solid #bc9150;
	}

	.btn.btn-color, .woocommerce #respond input.btn-color#submit, .woocommerce a.btn-color.button, .woocommerce button.btn-color.button, .woocommerce input.btn-color.button, .btn.btn-color:focus, .woocommerce #respond input.btn-color#submit:focus, .woocommerce a.btn-color.button:focus, .woocommerce button.btn-color.button:focus, .woocommerce input.btn-color.button:focus, button[type='submit'].btn.btn-color, .woocommerce button[type='submit'].btn-color.button, button[type='submit'].btn.btn-color:focus, .woocommerce button[type='submit'].btn-color.button:focus, input[type='submit'].btn.btn-color, .woocommerce #respond input[type='submit'].btn-color#submit, .woocommerce input[type='submit'].btn-color.button, input[type='submit'].btn.btn-color:focus, .woocommerce #respond input[type='submit'].btn-color#submit:focus, .woocommerce input[type='submit'].btn-color.button:focus {
		background: #bc9150;
		border: 1px solid #bc9150;
	}

	.btn.btn-color:hover, .woocommerce #respond input.btn-color#submit:hover, .woocommerce a.btn-color.button:hover, .woocommerce button.btn-color.button:hover, .woocommerce input.btn-color.button:hover, .btn.btn-color:active, .woocommerce #respond input.btn-color#submit:active, .woocommerce a.btn-color.button:active, .woocommerce button.btn-color.button:active, .woocommerce input.btn-color.button:active, .btn.btn-color:active:focus, .woocommerce #respond input.btn-color#submit:active:focus, .woocommerce a.btn-color.button:active:focus, .woocommerce button.btn-color.button:active:focus, .woocommerce input.btn-color.button:active:focus, button[type='submit'].btn.btn-color:hover, .woocommerce button[type='submit'].btn-color.button:hover, button[type='submit'].btn.btn-color:active, .woocommerce button[type='submit'].btn-color.button:active, button[type='submit'].btn.btn-color:active:focus, .woocommerce button[type='submit'].btn-color.button:active:focus, input[type='submit'].btn.btn-color:hover, .woocommerce #respond input[type='submit'].btn-color#submit:hover, .woocommerce input[type='submit'].btn-color.button:hover, input[type='submit'].btn.btn-color:active, .woocommerce #respond input[type='submit'].btn-color#submit:active, .woocommerce input[type='submit'].btn-color.button:active, input[type='submit'].btn.btn-color:active:focus, .woocommerce #respond input[type='submit'].btn-color#submit:active:focus, .woocommerce input[type='submit'].btn-color.button:active:focus {
		border: 1px solid #bc9150;
	}

	.btn.btn-icon, .woocommerce #respond input.btn-icon#submit, .woocommerce a.btn-icon.button, .woocommerce button.btn-icon.button, .woocommerce input.btn-icon.button, .btn.btn-icon:focus, .woocommerce #respond input.btn-icon#submit:focus, .woocommerce a.btn-icon.button:focus, .woocommerce button.btn-icon.button:focus, .woocommerce input.btn-icon.button:focus {
		background: #bc9150;
		border: 1px solid #bc9150;
	}

	.btn.btn-icon:hover, .woocommerce #respond input.btn-icon#submit:hover, .woocommerce a.btn-icon.button:hover, .woocommerce button.btn-icon.button:hover, .woocommerce input.btn-icon.button:hover, .btn.btn-icon:active, .woocommerce #respond input.btn-icon#submit:active, .woocommerce a.btn-icon.button:active, .woocommerce button.btn-icon.button:active, .woocommerce input.btn-icon.button:active, .btn.btn-icon:active:focus, .woocommerce #respond input.btn-icon#submit:active:focus, .woocommerce a.btn-icon.button:active:focus, .woocommerce button.btn-icon.button:active:focus, .woocommerce input.btn-icon.button:active:focus {
		background: #bc9150;
		border: 1px solid #bc9150;
	}

	.btn.btn-border, .woocommerce #respond input.btn-border#submit, .woocommerce a.btn-border.button, .woocommerce button.btn-border.button, .woocommerce input.btn-border.button, .btn.btn-border:focus, .woocommerce #respond input.btn-border#submit:focus, .woocommerce a.btn-border.button:focus, .woocommerce button.btn-border.button:focus, .woocommerce input.btn-border.button:focus {
		border: 1px solid #bc9150;
	}

	.btn.btn-border:hover, .woocommerce #respond input.btn-border#submit:hover, .woocommerce a.btn-border.button:hover, .woocommerce button.btn-border.button:hover, .woocommerce input.btn-border.button:hover, .btn.btn-border:active, .woocommerce #respond input.btn-border#submit:active, .woocommerce a.btn-border.button:active, .woocommerce button.btn-border.button:active, .woocommerce input.btn-border.button:active, .btn.btn-border:active:focus, .woocommerce #respond input.btn-border#submit:active:focus, .woocommerce a.btn-border.button:active:focus, .woocommerce button.btn-border.button:active:focus, .woocommerce input.btn-border.button:active:focus {
		background: #bc9150;
		border: 1px solid #bc9150;
	}

	.btn.btn-light:hover, .woocommerce #respond input.btn-light#submit:hover, .woocommerce a.btn-light.button:hover, .woocommerce button.btn-light.button:hover, .woocommerce input.btn-light.button:hover, .btn.btn-light:active, .woocommerce #respond input.btn-light#submit:active, .woocommerce a.btn-light.button:active, .woocommerce button.btn-light.button:active, .woocommerce input.btn-light.button:active, .btn.btn-light:active:focus, .woocommerce #respond input.btn-light#submit:active:focus, .woocommerce a.btn-light.button:active:focus, .woocommerce button.btn-light.button:active:focus, .woocommerce input.btn-light.button:active:focus {
		background: #bc9150;
		border: 1px solid #bc9150;
	}

	.ShortcodeBlog .blog-show-more {
		border-bottom: 1px dotted #bc9150;
	}

	.BoxIcon .box-icon-header-wrapper i {
		color: #bc9150;
	}

	.c-element-show-more {
		border-bottom: 1px dotted #bc9150;
	}

	.fw-tabs-container .fw-tabs ul li.ui-state-active .tabs-icon {
		color: #bc9150;
	}

	.Testimonial .testimonial-meta a.testimonial-company {
		color: #bc9150;
	}

	.menu-toc li a {
		border-left: 2px solid #bc9150;
	}

	.menu-toc li a:hover {
		border-left: 10px solid #bc9150;
	}

	.menu-toc .menu-toc-current a {
		border-left: 10px solid #bc9150;
	}

	.menu-panel div a {
		color: #bc9150;
	}

	.bb-custom-wrapper nav span,
	.menu-button,
	.bb-nav-close {
		color: #bc9150;
	}

	.menu-button .close-icon-color {
		color: #bc9150;
	}

	.menu-button .close-icon-color:before, .menu-button .close-icon-color:after {
		background-color: #bc9150;
	}

	.highlight {
		background-color: #bc9150;
	}

	.section-light .widget a {
		border-bottom: 2px dotted #bc9150;
	}

	.overlay-color {
		background-color: #bc9150;
	}

	.close-icon-color {
		color: #bc9150;
	}

	.close-icon-color:before, .close-icon-color:after {
		background-color: #bc9150;
	}

	.SpecialHeading .special-heading-letter:first-letter {
		color: #bc9150;
		border: 1px solid #bc9150;
	}

	.SpecialHeading .special-title-small.special-heading-letter:first-letter {
		color: #bc9150;
		border: 1px solid #bc9150;
	}

	.special-subtitle {
		border-bottom: 3px dotted #bc9150;
	}

	.special-subtitle-type-2:before {
		background-color: #bc9150;
	}

	.dash-left:before {
		background-color: #bc9150;
	}

	.BoxedTitle i {
		color: #bc9150;
	}

	.PageFlipBook .page-flip-book-ribbon {
		background-color: #bc9150;
	}

	.widget a {
		border-bottom: 2px dotted #bc9150;
	}

	.widget .menu .menu-item i[class^="icon-"], .widget .menu .menu-item-has-children i[class^="icon-"] {
		color: #bc9150;
	}

	#wp-calendar caption {
		background-color: #bc9150;
	}

	#wp-calendar #today {
		color: #bc9150;
	}

	.widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
		background-color: #bc9150;
		border-color: #bc9150;
	}

	.widget.widget_odrin_about_me_widget .about-me-widget-footer a:hover {
		border: 1px solid #bc9150;
	}

	.widget_popular_posts .popular-posts-meta-extra {
		border-bottom: 2px dotted #bc9150;
	}

	a.tweet-time {
		color: #bc9150;
	}

	.woocommerce.widget_product_search input[type="submit"] {
		border: 2px solid #bc9150;
		background-color: #bc9150;
	}

	.woocommerce.widget_product_search input[type="submit"]:hover {
		border: 2px solid #bc9150;
	}

	.woocommerce.widget .star-rating span:before {
		color: #bc9150;
	}

	.woocommerce.widget .star-rating:before {
		color: #bc9150;
	}

	.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
		border-bottom: 2px dotted #bc9150;
	}

	.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
		border-bottom: 2px dotted #bc9150;
	}

	.woocommerce #reviews .star-rating {
		color: #bc9150;
	}

	.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
		background: #bc9150;
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link a {
		border-left: 0px solid #bc9150;
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link a:hover {
		border-left: 15px solid #bc9150;
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link.is-active a {
		border-left: 15px solid #bc9150;
	}


	/* Secondary Color */
	
	a:hover, a:active {
		color: #167c80;
	}

	hr {
		border-color: #167c80;
	}

	del {
		-webkit-text-decoration-color: #167c80;
		-moz-text-decoration-color: #167c80;
		text-decoration-color: #167c80;
	}

	mark {
		border-bottom: 1px dashed #167c80;
	}

	.EventsFilter .events-filter-dropdown .btn-dropdown a {
		border-bottom: 3px dotted #167c80;
	}

	.FeaturedEvent .featured-event-meta-wrapper {
		background-color: #167c80;
	}

	.Excerpt .ExcerptContentWrapper .ElementHeading .element-title:hover {
		color: #167c80;
	}

	.Excerpt.sticky .ExcerptContentWrapper .excerpt-date {
		background-color: #167c80;
	}

	.SinglePostHeader .single-post-meta-categories a:hover {
		color: #167c80;
	}

	.SinglePostHeader .section-light .single-post-meta-categories a:hover {
		color: #167c80;
	}

	.SingleEventHeader:before {
		background-color: #167c80;
	}

	.SingleEventDate {
		background-color: #167c80;
	}

	.SinglePostContent .single-post-content-inner ul:not(.shortcode-list-wrapper):not(.ui-tabs-nav) li:before {
		background-color: #167c80;
	}

	.SinglePostFooter .single-post-footer-share {
		border-bottom: 4px dotted #167c80;
	}

	.SinglePostFooter .single-post-footer-back a:hover {
		color: #167c80;
	}

	.fw-accordion .fw-accordion-content {
		border-bottom: 2px solid #167c80;
	}

	.BooksPanel .book-panel-price > span .woocommerce-Price-currencySymbol {
		color: #167c80;
	}

	.ContentElement {
		box-shadow: 15px 15px 0px 0px #167c80;
	}

	.ContentElement .c-element-date-wrapper .c-element-delimeter {
		color: #167c80;
	}

	.ContentElement .c-element-date-wrapper .with-delimeter:before {
		background-color: #167c80;
	}

	.special-text-block-color .special-text-block-content {
		background-color: #167c80;
	}

	.NumberedList .list-item-number:before {
		background-color: #167c80;
	}

	.UnorderedList .list-item-number:before {
		background-color: #167c80;
	}

	.fw-tabs-container .fw-tabs ul li.ui-state-active a:after {
		background-color: #167c80;
	}

	.UpcomingBookWrapper .upcoming-book-content .special-link {
		color: #167c80;
	}

	.UpcomingBookWrapper .upcoming-book-release-date .countdown-item .countdown-text {
		color: #167c80;
	}

	.bb-custom-wrapper nav span:hover,
	.menu-button:hover,
	.bb-nav-close:hover {
		color: #167c80;
	}

	.bb-custom-wrapper nav span:hover:after,
	.menu-button:hover:after,
	.bb-nav-close:hover:after {
		color: #167c80;
	}

	.bb-custom-wrapper nav span:hover i,
	.menu-button:hover i,
	.bb-nav-close:hover i {
		color: #167c80;
	}

	.menu-button:hover .close-icon-color {
		color: #167c80;
	}

	.menu-button:hover .close-icon-color:before, .menu-button:hover .close-icon-color:after {
		background-color: #167c80;
	}

	.overlay-color-2 {
		background-color: #167c80;
	}

	.close-icon-color:hover {
		color: #167c80;
	}

	.close-icon-color:hover:before, .close-icon-color:hover:after {
		background-color: #167c80;
	}

	.special-first-letter > p:first-of-type:first-letter {
		color: #167c80;
	}

	.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
		border-bottom: 3px solid #167c80;
	}

	.PageFlipBook .page-flip-book-ribbon:after {
		border-color: #167c80 transparent transparent transparent;
	}

	.blockquote-icon {
		background-color: #167c80;
	}

	.blockquote-icon:after {
		border-color: transparent transparent #167c80 transparent;
	}

	.widget a:hover {
		color: #167c80;
	}

	.widget .sub-menu:before, .widget .sub-menu:after, .widget ul.children:before, .widget ul.children:after {
		background-color: #167c80;
	}

	.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
		border: 1px solid #167c80;
	}

	.woocommerce ul.product_list_widget li .woocommerce-Price-currencySymbol {
		color: #167c80;
	}

	.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
		color: #167c80;
	}

	.woocommerce .price > span .woocommerce-Price-currencySymbol {
		color: #167c80;
	}

	.woocommerce .woocommerce-product-rating .star-rating {
		color: #167c80;
	}

	.woocommerce span.onsale {
		background-color: #167c80;
	}

	.woocommerce span.onsale:before {
		border-top: 10px solid #167c80;
		border-left: 5px solid #167c80;
	}

	.woocommerce span.onsale:after {
		border-bottom: 10px solid #167c80;
		border-left: 5px solid #167c80;
	}

	.SingleProductImage .single-product-price .woocommerce-Price-currencySymbol {
		color: #167c80;
	}

	.woocommerce table.cart a.remove {
		color: #167c80 !important;
	}

	.woocommerce table.cart a.remove:hover {
		background-color: #167c80 !important;
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link.is-active a {
		color: #167c80;
	}

	.woocommerce .woocommerce-notice {
		border-left: 10px solid #167c80;
	}

	.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
		border-top-color: #167c80;
	}

	.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
		color: #167c80;
	}


	/* Navigation */

	.main-navigation-container, .main-navigation-menu .sub-menu, .slicknav_menu, .slicknav_nav .sub-menu {
		background-color: #fafafa;
	}

	.slicknav_nav .sub-menu {
		filter: contrast(90%);
		border: 1px solid #fafafa;
	}

	/* Footer */

	.footer .overlay-color {
		background-color: #ffffff;
	}

	/* Custom CSS */

	
</style>
<link rel='stylesheet' id='sc-style-css' href='https://sarahchislon.com/wp-content/themes/sarahchislon/style.css?ver=1695758122' type='text/css' media='all' />
<link rel='stylesheet' id='odrin_fonts-css' href='https://fonts.googleapis.com/css?family=Cinzel+Decorative:regular,700,900&#038;subset=cyrillic,cyrillic-ext' type='text/css' media='all' />
<link rel='stylesheet' id='acf-fonticonpicker-icons-css' href='https://sarahchislon.com/wp-content/themes/odrin/inc/includes/acf-fonticonpicker/icons/acf-fonticonpicker-icons.css?ver=6.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='fw-ext-builder-frontend-grid-css' href='https://sarahchislon.com/wp-content/plugins/unyson/framework/extensions/builder/static/css/frontend-grid.css?ver=1.2.12' type='text/css' media='all' />
<link rel='stylesheet' id='fw-ext-forms-default-styles-css' href='https://sarahchislon.com/wp-content/plugins/unyson/framework/extensions/forms/static/css/frontend.css?ver=2.7.31' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://sarahchislon.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.30.0' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://sarahchislon.com/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.22.1' type='text/css' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://sarahchislon.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-775-css' href='https://sarahchislon.com/wp-content/uploads/elementor/css/post-775.css?ver=1718638703' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-pro-css' href='https://sarahchislon.com/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css?ver=3.22.0' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-global-css' href='https://sarahchislon.com/wp-content/uploads/elementor/css/global.css?ver=1718638703' type='text/css' media='all' />
<link rel='stylesheet' id='fontawesome-css' href='https://sarahchislon.com/wp-content/themes/odrin/assets/css/font-awesome.min.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='owl-carousel-css' href='https://sarahchislon.com/wp-content/themes/odrin/assets/css/owl.carousel.min.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='et-line-css' href='https://sarahchislon.com/wp-content/themes/odrin/assets/css/et-line.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='animatecss-css' href='https://sarahchislon.com/wp-content/themes/odrin/assets/css/animate.custom.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='simplelightbox-css' href='https://sarahchislon.com/wp-content/themes/odrin/assets/css/simpleLightbox.min.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='perfect-scrollbar-css' href='https://sarahchislon.com/wp-content/themes/odrin/assets/css/perfect-scrollbar.custom.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='bookblock-css' href='https://sarahchislon.com/wp-content/themes/odrin/assets/css/bookblock.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='fw-shortcode-section-background-video-css' href='https://sarahchislon.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/css/background.css?ver=6.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='fw-shortcode-section-css' href='https://sarahchislon.com/wp-content/themes/odrin/framework-customizations/extensions/shortcodes/shortcodes/section/static/css/styles.css?ver=6.7.5' type='text/css' media='all' />
<style id='fw-shortcode-section-inline-css' type='text/css'>
#shortcode-126c98a54e4674511336d75086c6e3b0 { background-color: #f7f7fa; background-size:cover;background-position:center;padding:100px 0px 100px 0px; } 
#shortcode-126c98a54e4674511336d75086c6e3b0 .overlay-color {  } @media only screen and (max-width: 768px) {#shortcode-126c98a54e4674511336d75086c6e3b0 {  }  } 
#shortcode-1153c61fb4cb9222e55eefce1131f935 { background-color: #faf7f2; background-size:cover;background-position:center;padding:100px 0px 100px 0px; } 
#shortcode-1153c61fb4cb9222e55eefce1131f935 .overlay-color {  } @media only screen and (max-width: 768px) {#shortcode-1153c61fb4cb9222e55eefce1131f935 {  }  } 
#shortcode-3cf7815cd9e79230c8b198c5feb8f639 { background-size:cover;background-position:center;padding:120px 0px 160px 0px; } 
#shortcode-3cf7815cd9e79230c8b198c5feb8f639 .overlay-color {  } @media only screen and (max-width: 768px) {#shortcode-3cf7815cd9e79230c8b198c5feb8f639 {  }  } 
#shortcode-ecdd8c7a62741b9b5e342d36b9589ff5 { background-size:cover;background-position:center;padding:0px 0px 140px 0px; } 
#shortcode-ecdd8c7a62741b9b5e342d36b9589ff5 .overlay-color {  } @media only screen and (max-width: 768px) {#shortcode-ecdd8c7a62741b9b5e342d36b9589ff5 {  }  } 
#shortcode-c6b8942222bab1de5e2ee74a342156fc { background-image:url(https://sarahchislon.com/wp-content/uploads/2022/07/WITW-leaves.png);background-size:cover;background-position:center;padding:100px 0px 100px 0px; } 
#shortcode-c6b8942222bab1de5e2ee74a342156fc .overlay-color { background-color:#000;opacity:0.5; } @media only screen and (max-width: 768px) {#shortcode-c6b8942222bab1de5e2ee74a342156fc {  }  } 
#shortcode-d83b1f2e03ad21abe50f24383713919c { background-size:cover;background-position:center;padding:140px 0px 120px 0px; } 
#shortcode-d83b1f2e03ad21abe50f24383713919c .overlay-color {  } @media only screen and (max-width: 768px) {#shortcode-d83b1f2e03ad21abe50f24383713919c {  }  } 
#shortcode-3562b8dc36037107e0aa77bd7007aa1a { background-size:cover;background-position:center;padding:100px 0px 120px 0px; } 
#shortcode-3562b8dc36037107e0aa77bd7007aa1a .overlay-color {  } @media only screen and (max-width: 768px) {#shortcode-3562b8dc36037107e0aa77bd7007aa1a {  }  } 
#shortcode-d0c9ad2e70e18bc525817c0d1ab1b4fd { background-size:cover;background-position:center;padding:100px 0px 140px 0px; } 
#shortcode-d0c9ad2e70e18bc525817c0d1ab1b4fd .overlay-color {  } @media only screen and (max-width: 768px) {#shortcode-d0c9ad2e70e18bc525817c0d1ab1b4fd {  }  } 
</style>
<link rel='stylesheet' id='fw-shortcode-column-css' href='https://sarahchislon.com/wp-content/themes/odrin/framework-customizations/extensions/shortcodes/shortcodes/column/static/css/styles.css?ver=6.7.5' type='text/css' media='all' />
<style id='fw-shortcode-column-inline-css' type='text/css'>
#shortcode-011781ab1875d04cd4fb58c2f8dc330f { padding:0px; } @media only screen and (max-width: 991px) {#shortcode-011781ab1875d04cd4fb58c2f8dc330f {  }  } 
#shortcode-5fe57323af03aedc86aea585cfb9c96d { padding:0 0 0 60px; } @media only screen and (max-width: 991px) {#shortcode-5fe57323af03aedc86aea585cfb9c96d {  }  } 
#shortcode-fa4e0f15f82c06649b99fb94295b8f76 {  } @media only screen and (max-width: 991px) {#shortcode-fa4e0f15f82c06649b99fb94295b8f76 {  }  } 
#shortcode-5b935c33872c2a661d977c507a8d9915 {  } @media only screen and (max-width: 991px) {#shortcode-5b935c33872c2a661d977c507a8d9915 {  }  } 
#shortcode-b30f52a3600e2a3a06549290e5f49c5d {  } @media only screen and (max-width: 991px) {#shortcode-b30f52a3600e2a3a06549290e5f49c5d {  }  } 
#shortcode-1e98c7d9916949b351ef5a44694d3744 {  } @media only screen and (max-width: 991px) {#shortcode-1e98c7d9916949b351ef5a44694d3744 {  }  } 
#shortcode-2e61271c011108cf3202943408464975 {  } @media only screen and (max-width: 991px) {#shortcode-2e61271c011108cf3202943408464975 {  }  } 
#shortcode-ed73393e68f7fd858c491511c7b0b770 {  } @media only screen and (max-width: 991px) {#shortcode-ed73393e68f7fd858c491511c7b0b770 {  }  } 
#shortcode-0de3717d85e0189982331d05c30945d2 {  } @media only screen and (max-width: 991px) {#shortcode-0de3717d85e0189982331d05c30945d2 {  }  } 
#shortcode-5f6d0196d2e251a09b92cd356835c4e6 {  } @media only screen and (max-width: 991px) {#shortcode-5f6d0196d2e251a09b92cd356835c4e6 {  }  } 
#shortcode-bdd6e0debdca4d5e7019905ad8adb252 {  } @media only screen and (max-width: 991px) {#shortcode-bdd6e0debdca4d5e7019905ad8adb252 {  }  } 
#shortcode-e822582b11d2100d981048b1b96951ec {  } @media only screen and (max-width: 991px) {#shortcode-e822582b11d2100d981048b1b96951ec {  }  } 
#shortcode-de7de7ee9c1f017bdd01ff970967eeaf {  } @media only screen and (max-width: 991px) {#shortcode-de7de7ee9c1f017bdd01ff970967eeaf {  }  } 
</style>
<link rel='stylesheet' id='fw-shortcode-spacer-css' href='https://sarahchislon.com/wp-content/themes/odrin/framework-customizations/extensions/shortcodes/shortcodes/spacer/static/css/styles.css?ver=6.7.5' type='text/css' media='all' />
<style id='fw-shortcode-spacer-inline-css' type='text/css'>
#shortcode-ed9431f005ab089053e70bcb2e4384cb { height: 20px; } @media only screen and (max-width: 991px) {#shortcode-ed9431f005ab089053e70bcb2e4384cb { height: 20px; }  } 
#shortcode-73c545d2a544485e21ecbdee3bb647f3 { height: 30px; } @media only screen and (max-width: 991px) {#shortcode-73c545d2a544485e21ecbdee3bb647f3 { height: 30px; }  } 
#shortcode-2ed8c157b7a567006d906bac46ed2af4 { height: 40px; } @media only screen and (max-width: 991px) {#shortcode-2ed8c157b7a567006d906bac46ed2af4 { height: 40px; }  } 
#shortcode-ace62882d833edcb3f5801607d79e7dd { height: 20px; } @media only screen and (max-width: 991px) {#shortcode-ace62882d833edcb3f5801607d79e7dd { height: 20px; }  } 
#shortcode-064a30997ddb701820b5e0b771c2d3c8 { height: 30px; } @media only screen and (max-width: 991px) {#shortcode-064a30997ddb701820b5e0b771c2d3c8 { height: 30px; }  } 
#shortcode-bcbb3f997c0dabd751cd3d1201a0eb18 { height: 40px; } @media only screen and (max-width: 991px) {#shortcode-bcbb3f997c0dabd751cd3d1201a0eb18 { height: 40px; }  } 
#shortcode-079ee02eb3d6ac85eacae067948bcf38 { height: 20px; } @media only screen and (max-width: 991px) {#shortcode-079ee02eb3d6ac85eacae067948bcf38 { height: 20px; }  } 
#shortcode-d2516f5e4513d7a58d9072a0fdd92b22 { height: 20px; } @media only screen and (max-width: 991px) {#shortcode-d2516f5e4513d7a58d9072a0fdd92b22 { height: 20px; }  } 
#shortcode-073c114204498349ef428d9a699570eb { height: 20px; } @media only screen and (max-width: 991px) {#shortcode-073c114204498349ef428d9a699570eb { height: 20px; }  } 
</style>
<link rel='stylesheet' id='fw-shortcode-special-heading-css' href='https://sarahchislon.com/wp-content/themes/odrin/framework-customizations/extensions/shortcodes/shortcodes/special-heading/static/css/styles.css?ver=6.7.5' type='text/css' media='all' />
<style id='fw-shortcode-special-heading-inline-css' type='text/css'>
#shortcode-c7f9466092d69f29e9e49088a9ef6bee .special-title.special-heading-letter::first-letter { color:#bc9150;border: 1px solid #bc9150; } #shortcode-c7f9466092d69f29e9e49088a9ef6bee .special-title { font-size:30px;line-height:50px;letter-spacing:2px;color:#222222;  } #shortcode-c7f9466092d69f29e9e49088a9ef6bee .special-subtitle { font-size:12px;line-height:29px;letter-spacing:4px;color:#333; border-bottom: 3px dotted#333; } 
#shortcode-bcdec5bd137673222f93d2b2a60d9de5 .special-title.special-heading-letter::first-letter { color:#bc9150;border: 1px solid #bc9150; } #shortcode-bcdec5bd137673222f93d2b2a60d9de5 .special-title { font-size:17px;line-height:40px;letter-spacing:2px;color:#222222;  } #shortcode-bcdec5bd137673222f93d2b2a60d9de5 .special-subtitle { font-size:12px;line-height:29px;letter-spacing:4px;color:#333; border-bottom: 3px dotted#333; } 
</style>
<link rel='stylesheet' id='fw-shortcode-text-block-css' href='https://sarahchislon.com/wp-content/themes/odrin/framework-customizations/extensions/shortcodes/shortcodes/text-block/static/css/styles.css?ver=6.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='fw-shortcode-button-css' href='https://sarahchislon.com/wp-content/themes/odrin/framework-customizations/extensions/shortcodes/shortcodes/button/static/css/styles.css?ver=6.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='fw-shortcode-books-panel-css' href='https://sarahchislon.com/wp-content/themes/odrin/framework-customizations/extensions/shortcodes/shortcodes/books-panel/static/css/styles.css?ver=6.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='fw-shortcode-testimonial-carousel-css' href='https://sarahchislon.com/wp-content/themes/odrin/framework-customizations/extensions/shortcodes/shortcodes/testimonial-carousel/static/css/styles.css?ver=6.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='fw-shortcode-box-icon-css' href='https://sarahchislon.com/wp-content/themes/odrin/framework-customizations/extensions/shortcodes/shortcodes/box-icon/static/css/styles.css?ver=6.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='fw-shortcode-special-text-block-css' href='https://sarahchislon.com/wp-content/themes/odrin/framework-customizations/extensions/shortcodes/shortcodes/special-text-block/static/css/styles.css?ver=6.7.5' type='text/css' media='all' />
<style id='fw-shortcode-special-text-block-inline-css' type='text/css'>
#shortcode-90e29aba47e23450d98aceb026a5d8f9 .bg-image { background-position: top center; } 
</style>
<link rel='stylesheet' id='wos-styles-css' href='https://sarahchislon.com/wp-content/plugins/woo-order-splitter/css/front-style.css?t=1781201266&#038;ver=1781201266' type='text/css' media='all' />
<link rel='stylesheet' id='site-reviews-css' href='https://sarahchislon.com/wp-content/plugins/site-reviews/assets/styles/default.css?ver=7.2.6' type='text/css' media='all' />
<style id='site-reviews-inline-css' type='text/css'>
:root{--glsr-star-empty:url(https://sarahchislon.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-empty.svg);--glsr-star-error:url(https://sarahchislon.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-error.svg);--glsr-star-full:url(https://sarahchislon.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-full.svg);--glsr-star-half:url(https://sarahchislon.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-half.svg)}
ul.glsr li a{display:flex;justify-content:space-between;}.glsr.woocommerce-product-rating{align-items:center;display:inline-flex;gap:.5em;}.glsr.woocommerce-product-rating .woocommerce-review-link{top:-1px!important;}
</style>
<link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap&#038;ver=6.7.5' type='text/css' media='all' />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="text/javascript" id="google-analytics-opt-out-js-after">
/* <![CDATA[ */
			var gaProperty = 'G-VCW44BZBVX';
			var disableStr = 'ga-disable-' + gaProperty;
			if ( document.cookie.indexOf( disableStr + '=true' ) > -1 ) {
				window[disableStr] = true;
			}
			function gaOptout() {
				document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
				window[disableStr] = true;
			}
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-VCW44BZBVX" id="google-tag-manager-js"></script>
<script type="text/javascript" id="google-tag-manager-js-after">
/* <![CDATA[ */
		window.dataLayer = window.dataLayer || [];
		function gtag(){dataLayer.push(arguments);}
		gtag('js', new Date());
		gtag('set', 'developer_id.dOGY3NW', true);

		gtag('config', 'G-VCW44BZBVX', {
			'allow_google_signals': true,
			'link_attribution': false,
			'anonymize_ip': true,
			'linker':{
				'domains': [],
				'allow_incoming': false,
			},
			'custom_map': {
				'dimension1': 'logged_in'
			},
			'logged_in': 'no'
		} );

		
		
/* ]]> */
</script>
<script type="text/javascript" src="https://sarahchislon.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.4.5" id="jquery-blockui-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="wc-add-to-cart-js-extra">
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/sarahchislon.com\/cart\/","is_cart":"","cart_redirect_after_add":"yes"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.4.5" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.4.5" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="woocommerce-js-extra">
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.4.5" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="WCPAY_ASSETS-js-extra">
/* <![CDATA[ */
var wcpayAssets = {"url":"https:\/\/sarahchislon.com\/wp-content\/plugins\/woocommerce-payments\/dist\/"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js?ver=1" id="shopify-buy-button-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/modernizr.js?ver=1.0" id="modernizr-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/framework-customizations/extensions/shortcodes/shortcodes/testimonial-carousel/static/js/scripts.js?ver=1" id="fw-shortcode-testimonial-carousel-js" defer></script>
<script type="text/javascript" id="wos_scripts-js-extra">
/* <![CDATA[ */
var wos_obj = {"wc_os_packages_overview":"off","orders_page_refresh":"true","chosen_shipping_method":"","total_shipping_cost":"","wc_os_actual_shipping_cost":"","wc_os_parcels_count":"0","wc_os_customer_permitted":"1","ajax_url":"https:\/\/sarahchislon.com\/wp-admin\/admin-ajax.php","wc_os_customer_permitted_nonce":"8d3e23944c","wc_os_shipping_methods":"","cart_url":"https:\/\/sarahchislon.com\/cart\/","checkout_url":"https:\/\/sarahchislon.com\/checkout\/","is_cart":"","is_checkout":"","is_product":"","is_view_order":"","is_thank_you":"","product_url":"","this_url":"https:\/\/sarahchislon.com\/","url":"https:\/\/sarahchislon.com\/wp-content\/plugins\/woo-order-splitter\/","posted":"0","total_cart_items":"0"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/woo-order-splitter/js/front-scripts.js?ver=1781201266" id="wos_scripts-js" defer></script>
<link rel="https://api.w.org/" href="https://sarahchislon.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://sarahchislon.com/wp-json/wp/v2/pages/17" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://sarahchislon.com/xmlrpc.php?rsd" />
<link rel='shortlink' href='https://sarahchislon.com/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://sarahchislon.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsarahchislon.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://sarahchislon.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsarahchislon.com%2F&#038;format=xml" />

<script type="rocketlazyloadscript">window.LOSiteId = '65c1f6fa';</script><script type="rocketlazyloadscript" async defer data-rocket-src='https://tools.luckyorange.com/core/lo.js'></script><!-- Stream WordPress user activity plugin v3.10.0 -->
	<style type="text/css">
		</style>
<link rel="preload" href="https://sarahchislon.com/wp-content/plugins/bloom/core/admin/fonts/modules.ttf" as="font" crossorigin="anonymous">	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<meta name="generator" content="Elementor 3.22.1; features: e_optimized_assets_loading, e_optimized_css_loading, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
<style class='wp-fonts-local' type='text/css'>
@font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('https://sarahchislon.com/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal;}
@font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:fallback;src:url('https://sarahchislon.com/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');}
</style>
<link rel="icon" href="https://sarahchislon.com/wp-content/uploads/2022/07/cropped-sarah-chislon-favicon-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://sarahchislon.com/wp-content/uploads/2022/07/cropped-sarah-chislon-favicon-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://sarahchislon.com/wp-content/uploads/2022/07/cropped-sarah-chislon-favicon-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://sarahchislon.com/wp-content/uploads/2022/07/cropped-sarah-chislon-favicon-1-270x270.png" />
		<style type="text/css" id="wp-custom-css">
			/* .buy-book-background {
	height: 300px;	
}

.buy-book-background .wp-block-columns {
	width: 875px;
	margin: auto;
	height: 100%;
} */

.purchase-books {
	max-width: 850px;
	margin: auto;
}

.page-id-1489 .gform_wrapper.gravity-theme .gfield_label {
	font-size: 24px;
}

.page-id-1489 .gfield_label {
	border-bottom: 1px solid #e5e5e5;
	font-family: Gentium Book Basic;
	font-style: normal;
	letter-spacing: 2px;
	font-size: 24px;
}

.star-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.star-list li {
  position: relative;
  margin: 0 0 0.5rem;
  padding-left: 1.75em; /* controls indent */
  line-height: 1.5;
}
.star-list li::before {
  content: "✨";
  position: absolute;
  left: 0;
  top: 0;
  /* Align nicely with multi-line text */
  line-height: 1.5;
}

		</style>
		</head>
<body class="home page-template-default page page-id-17 theme-odrin woocommerce-no-js et_bloom elementor-default elementor-kit-775 elementor-page elementor-page-17">
	
		
	
	<div class="main-navigation-container is-nav-sticky is-slicknav  double-navigation" data-nav-color="">

		
				<nav id="main-navigation-menu-left" class="main-navigation-menu navigation-left">
		<ul id="menu-left-menu" class="is-slicknav-navigation-left"><li id="menu-item-166" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-17 current_page_item menu-item-166"><a href="https://sarahchislon.com/" aria-current="page">Home</a></li>
<li id="menu-item-233" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-233"><a href="https://sarahchislon.com/shop/">Shop</a></li>
<li id="menu-item-1122" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1122"><a href="https://sarahchislon.com/reading-order/">Reading order</a></li>
</ul>		</nav>
				<div class="navigation-logo is-slicknav-logo">
			<a href="https://sarahchislon.com/">
								<img src="//sarahchislon.com/wp-content/uploads/2022/07/sarah-chislon-logo.png" alt="Sarah Chislon - Worlds of Wonder">
							</a>
		</div>
				<nav id="main-navigation-menu-right" class="main-navigation-menu navigation-right">
		<ul id="menu-right-menu" class="is-slicknav-navigation-right"><li id="menu-item-1656" class="menu-item menu-item-type-post_type menu-item-object-product menu-item-1656"><a href="https://sarahchislon.com/product/slightly-imperfect-books/">Paperback Sale</a></li>
<li id="menu-item-169" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-169"><a href="https://sarahchislon.com/contact-me/">Contact Me</a></li>
<li id="menu-item-1048" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1048"><a href="https://account.sarahchislon.com">My Account</a></li>
</ul>		</nav>
		
		
	</div>
	<div class="is-nav-offset"></div>
	<div class="MAIN-CONTENT">
	
<div id="post-17" class="post-17 page type-page status-publish hentry">
	
	
					<div class="fw-page-builder-content">
<section class="pos-r fullscreen-wrapper is-centered-content hidden-xs hidden-sm "  id="shortcode-126c98a54e4674511336d75086c6e3b0" >
		<div class="fw-container">
		<div class="fw-row">
			<div id="shortcode-011781ab1875d04cd4fb58c2f8dc330f" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-6 text-left " >
	

<div class="spacer " id="shortcode-ed9431f005ab089053e70bcb2e4384cb"></div><div class="SpecialHeading fw-heading  text-left mt-20 mb-60  " id="shortcode-c7f9466092d69f29e9e49088a9ef6bee" >
					<h3 class="special-title special-heading-letter">Mirror of Argent</h3>	</div>

<div class="TextBlock  is-wow fadeInUp" id="shortcode-1149f570afbef290db0d66f02162526c" data-wow-delay="0s">
	<p><strong>Masquerades, monarchs, and . . . misalliances?</strong></p><p>All her life, Jessa Caldwell has feared the Vigil—and now they’ve claimed her. Worse yet, they’re not acting alone. Someone directs their every move, someone all too interested in Jessa—and her sisters. Even if she breaks free of her unnatural prison, the Vigil will not so readily relinquish their claim, nor will the unknown fae who hunts her across realms.</p><p>As she struggles to clear her name, protect her family, and uncover the truth about her past, she soon finds herself in the center of a conflict that threatens both worlds, an age-old menace capable of harming mortal and fae alike. In partnership with fae arbiter Riven and her bonded kit-isne Jade, Jessa strives for a path that will keep endangered innocents safe—no easy task when someone is making her out to be the threat.</p><p>To have any chance of saving that which she loves, she must forfeit it all for a world of court rivalries, power games, and treacherous bargains, where no one is what they seem. If she can’t discern truth from illusion in time, she’ll lose not only her family, but also her very self.</p></div>

<div class="spacer " id="shortcode-73c545d2a544485e21ecbdee3bb647f3"></div>

			<a href="https://sarahchislon.com/product/mirror-of-argent/" class="shortcode-button btn btn-color  is-wow fadeIn" id="shortcode-e103e9b8ffe66c87036230087204a6d6" data-wow-delay="0.1s">
			<span>Purchase Book</span>
		</a>
		
</div>
<div id="shortcode-5fe57323af03aedc86aea585cfb9c96d" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-6 text-left " >
		<div class="BookImageBackground  book-bg-type-1">
		<div class="bg-image is-parallax" data-bg-image="//sarahchislon.com/wp-content/uploads/2022/06/Blue-minimalist-night-mountains-and-river-landscape-canvas-print.png"></div>
	</div>

<div class="BookImage   text-right" id="shortcode-87fb9fcd0fd4f52dbfdd9c0a6512f7ed"  >
				<div class="book-image-wrapper">
				<div class="PageFlipBook">
		<a href="https://sarahchislon.com/product/mirror-of-argent/" target="_self" class="has-edge has-edge-thick" ><img decoding="async" src="//sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1.jpg" alt="Mirror of Argent cover" /></a>				</div>
			</div>
		</div><!-- end BookImage -->
</div>
		</div>
	</div>
			<a href="" class="is-scroll-down scroll-arrow">
			<i class="fas fa-angle-double-down animation-updown"></i>
		</a>
	</section>

<section class="pos-r fullscreen-wrapper is-centered-content hidden-md hidden-lg  "  id="shortcode-1153c61fb4cb9222e55eefce1131f935" >
		<div class="fw-container">
		<div class="fw-row">
			<div id="shortcode-fa4e0f15f82c06649b99fb94295b8f76" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-6 text-left hidden-md hidden-lg " >
		<div class="BookImageBackground  book-bg-type-1">
		<div class="bg-image is-parallax" data-bg-image="//sarahchislon.com/wp-content/uploads/2017/08/57b0c746638779.585c520a93df3.jpg"></div>
	</div>

<div class="BookImage   text-right" id="shortcode-bff007fa8382ba612df1289be55c5aa6"  >
			<div class="book-image-wrapper SingleProductImage">
			<div class="PageFlipBook">
												<a href="https://sarahchislon.com/product/mirror-of-argent/" class="has-edge has-edge-thick">
					<img decoding="async" src="https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-453x700.jpg" class="wp-post-image">
				</a>
												<div class="single-product-price">
					<span class="price-text font-heading"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>9.99</span> &ndash; <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>24.99</span></span>
				</div>
							</div>
		</div>
	</div><!-- end BookImage -->


<div class="spacer " id="shortcode-2ed8c157b7a567006d906bac46ed2af4"></div></div>
<div id="shortcode-5b935c33872c2a661d977c507a8d9915" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-6 text-center " >
	

<div class="spacer " id="shortcode-ace62882d833edcb3f5801607d79e7dd"></div><div class="SpecialHeading fw-heading  text-left mt-20 mb-60  " id="shortcode-bcdec5bd137673222f93d2b2a60d9de5" >
					<h2 class="special-title special-heading-letter">Mirror of Argent</h2>	</div>

<div class="TextBlock  is-wow fadeInUp" id="shortcode-6c04d51c331d895f8cfdfc16c3099fb4" data-wow-delay="0s">
	<p><strong>Masquerades, monarchs, and . . . misalliances?</strong></p><p>All her life, Jessa Caldwell has feared the Vigil—and now they’ve claimed her. Worse yet, they’re not acting alone. Someone directs their every move, someone all too interested in Jessa—and her sisters. Even if she breaks free of her unnatural prison, the Vigil will not so readily relinquish their claim, nor will the unknown fae who hunts her across realms.</p><p>As she struggles to clear her name, protect her family, and uncover the truth about her past, she soon finds herself in the center of a conflict that threatens both worlds, an age-old menace capable of harming mortal and fae alike. In partnership with fae arbiter Riven and her bonded kit-isne Jade, Jessa strives for a path that will keep endangered innocents safe—no easy task when someone is making her out to be the threat.</p><p>To have any chance of saving that which she loves, she must forfeit it all for a world of court rivalries, power games, and treacherous bargains, where no one is what they seem. If she can’t discern truth from illusion in time, she’ll lose not only her family, but also her very self.</p></div>

<div class="spacer " id="shortcode-064a30997ddb701820b5e0b771c2d3c8"></div>

			<a href="https://sarahchislon.com/product/mirror-of-argent/" class="shortcode-button btn btn-color  is-wow fadeIn" id="shortcode-cacdb7ce7cf32a0184a7dcfe56bc3b18" data-wow-delay="0s">
			<span>Purchase Book</span>
		</a>
		
</div>
		</div>
	</div>
			<a href="" class="is-scroll-down scroll-arrow">
			<i class="fas fa-angle-double-down animation-updown"></i>
		</a>
	</section>

<section class="pos-r fullscreen-wrapper is-centered-content  "  id="shortcode-3cf7815cd9e79230c8b198c5feb8f639" >
		<div class="fw-container">
		<div class="fw-row">
			<div id="shortcode-b30f52a3600e2a3a06549290e5f49c5d" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-12 text-left " >
	<div class="SpecialHeading fw-heading  text-center mt-20 mb-60  is-wow fadeInLeft" id="shortcode-83bc9a11b96079f560018d98e5c43721" data-wow-delay="0s">
					<h3 class="special-title special-heading-letter">Blood of the Fae Series</h3>	</div>

<div class="spacer " id="shortcode-bcbb3f997c0dabd751cd3d1201a0eb18"></div>

<div class="BooksPanel  " id="shortcode-970f2e76be38d790d6051be4ac60398b" >
	
	<div class="books-panel-container mt-40 row">

	
		<div class="books-panel-item col-sm-6 col-xs-6">
			<a href="https://sarahchislon.com/product/whispers-in-the-waters/" class="books-panel-item-wrap is-book-panel-trigger" data-panel-show="9">
												<div class="book-thumb-img-wrap has-edge has-edge-thick">
					<img fetchpriority="high" decoding="async" width="453" height="700" src="https://sarahchislon.com/wp-content/uploads/2017/08/WhispersInTheWaters_FrontCover_FINALlarger-453x700.jpeg" class="attachment-odrin_medium_soft size-odrin_medium_soft wp-post-image" alt="" srcset="https://sarahchislon.com/wp-content/uploads/2017/08/WhispersInTheWaters_FrontCover_FINALlarger-453x700.jpeg 453w, https://sarahchislon.com/wp-content/uploads/2017/08/WhispersInTheWaters_FrontCover_FINALlarger-194x300.jpeg 194w, https://sarahchislon.com/wp-content/uploads/2017/08/WhispersInTheWaters_FrontCover_FINALlarger-662x1024.jpeg 662w, https://sarahchislon.com/wp-content/uploads/2017/08/WhispersInTheWaters_FrontCover_FINALlarger-768x1187.jpeg 768w, https://sarahchislon.com/wp-content/uploads/2017/08/WhispersInTheWaters_FrontCover_FINALlarger-994x1536.jpeg 994w, https://sarahchislon.com/wp-content/uploads/2017/08/WhispersInTheWaters_FrontCover_FINALlarger-1325x2048.jpeg 1325w, https://sarahchislon.com/wp-content/uploads/2017/08/WhispersInTheWaters_FrontCover_FINALlarger-700x1082.jpeg 700w, https://sarahchislon.com/wp-content/uploads/2017/08/WhispersInTheWaters_FrontCover_FINALlarger-259x400.jpeg 259w, https://sarahchislon.com/wp-content/uploads/2017/08/WhispersInTheWaters_FrontCover_FINALlarger-841x1300.jpeg 841w, https://sarahchislon.com/wp-content/uploads/2017/08/WhispersInTheWaters_FrontCover_FINALlarger.jpeg 1656w" sizes="(max-width: 453px) 100vw, 453px" />				</div>
								<h2 class="book-thumb-title">Whispers in the Waters</h2>
			</a>
		</div><!-- end books-panel-item -->

		
		<div class="books-panel-item col-sm-6 col-xs-6">
			<a href="https://sarahchislon.com/product/tattoo-of-crimson/" class="books-panel-item-wrap is-book-panel-trigger" data-panel-show="343">
												<div class="book-thumb-img-wrap has-edge has-edge-thick">
					<img decoding="async" width="453" height="700" src="https://sarahchislon.com/wp-content/uploads/2022/07/TattooOfCrimson_Cover_FINAL-453x700.jpeg" class="attachment-odrin_medium_soft size-odrin_medium_soft wp-post-image" alt="Tattoo of Crimson cover" srcset="https://sarahchislon.com/wp-content/uploads/2022/07/TattooOfCrimson_Cover_FINAL-453x700.jpeg 453w, https://sarahchislon.com/wp-content/uploads/2022/07/TattooOfCrimson_Cover_FINAL-194x300.jpeg 194w, https://sarahchislon.com/wp-content/uploads/2022/07/TattooOfCrimson_Cover_FINAL-663x1024.jpeg 663w, https://sarahchislon.com/wp-content/uploads/2022/07/TattooOfCrimson_Cover_FINAL-768x1187.jpeg 768w, https://sarahchislon.com/wp-content/uploads/2022/07/TattooOfCrimson_Cover_FINAL-994x1536.jpeg 994w, https://sarahchislon.com/wp-content/uploads/2022/07/TattooOfCrimson_Cover_FINAL-1325x2048.jpeg 1325w, https://sarahchislon.com/wp-content/uploads/2022/07/TattooOfCrimson_Cover_FINAL-700x1082.jpeg 700w, https://sarahchislon.com/wp-content/uploads/2022/07/TattooOfCrimson_Cover_FINAL-259x400.jpeg 259w, https://sarahchislon.com/wp-content/uploads/2022/07/TattooOfCrimson_Cover_FINAL-841x1300.jpeg 841w, https://sarahchislon.com/wp-content/uploads/2022/07/TattooOfCrimson_Cover_FINAL-scaled.jpeg 1657w" sizes="(max-width: 453px) 100vw, 453px" />				</div>
								<h2 class="book-thumb-title">Tattoo of Crimson</h2>
			</a>
		</div><!-- end books-panel-item -->

		
		<div class="books-panel-item col-sm-6 col-xs-6">
			<a href="https://sarahchislon.com/product/ruins-of-bone/" class="books-panel-item-wrap is-book-panel-trigger" data-panel-show="645">
												<div class="book-thumb-img-wrap has-edge has-edge-thick">
					<img decoding="async" width="453" height="700" src="https://sarahchislon.com/wp-content/uploads/2022/12/RuinsOfBone_Cover_FINAL-453x700.jpg" class="attachment-odrin_medium_soft size-odrin_medium_soft wp-post-image" alt="" srcset="https://sarahchislon.com/wp-content/uploads/2022/12/RuinsOfBone_Cover_FINAL-453x700.jpg 453w, https://sarahchislon.com/wp-content/uploads/2022/12/RuinsOfBone_Cover_FINAL-194x300.jpg 194w, https://sarahchislon.com/wp-content/uploads/2022/12/RuinsOfBone_Cover_FINAL-663x1024.jpg 663w, https://sarahchislon.com/wp-content/uploads/2022/12/RuinsOfBone_Cover_FINAL-768x1187.jpg 768w, https://sarahchislon.com/wp-content/uploads/2022/12/RuinsOfBone_Cover_FINAL-994x1536.jpg 994w, https://sarahchislon.com/wp-content/uploads/2022/12/RuinsOfBone_Cover_FINAL-1325x2048.jpg 1325w, https://sarahchislon.com/wp-content/uploads/2022/12/RuinsOfBone_Cover_FINAL-610x943.jpg 610w, https://sarahchislon.com/wp-content/uploads/2022/12/RuinsOfBone_Cover_FINAL-700x1082.jpg 700w, https://sarahchislon.com/wp-content/uploads/2022/12/RuinsOfBone_Cover_FINAL-259x400.jpg 259w, https://sarahchislon.com/wp-content/uploads/2022/12/RuinsOfBone_Cover_FINAL-841x1300.jpg 841w, https://sarahchislon.com/wp-content/uploads/2022/12/RuinsOfBone_Cover_FINAL.jpg 1650w" sizes="(max-width: 453px) 100vw, 453px" />				</div>
								<h2 class="book-thumb-title">Ruins of Bone</h2>
			</a>
		</div><!-- end books-panel-item -->

		
		<div class="books-panel-item col-sm-6 col-xs-6">
			<a href="https://sarahchislon.com/product/binding-of-silver/" class="books-panel-item-wrap is-book-panel-trigger" data-panel-show="1151">
												<div class="book-thumb-img-wrap has-edge has-edge-thick">
					<img loading="lazy" decoding="async" width="453" height="700" src="https://sarahchislon.com/wp-content/uploads/2023/10/BindingOfSilver_Cover_FINAL-453x700.jpg" class="attachment-odrin_medium_soft size-odrin_medium_soft wp-post-image" alt="Binding of Silver cover image" srcset="https://sarahchislon.com/wp-content/uploads/2023/10/BindingOfSilver_Cover_FINAL-453x700.jpg 453w, https://sarahchislon.com/wp-content/uploads/2023/10/BindingOfSilver_Cover_FINAL-194x300.jpg 194w, https://sarahchislon.com/wp-content/uploads/2023/10/BindingOfSilver_Cover_FINAL-663x1024.jpg 663w, https://sarahchislon.com/wp-content/uploads/2023/10/BindingOfSilver_Cover_FINAL-768x1187.jpg 768w, https://sarahchislon.com/wp-content/uploads/2023/10/BindingOfSilver_Cover_FINAL-994x1536.jpg 994w, https://sarahchislon.com/wp-content/uploads/2023/10/BindingOfSilver_Cover_FINAL-1325x2048.jpg 1325w, https://sarahchislon.com/wp-content/uploads/2023/10/BindingOfSilver_Cover_FINAL-610x943.jpg 610w, https://sarahchislon.com/wp-content/uploads/2023/10/BindingOfSilver_Cover_FINAL-700x1082.jpg 700w, https://sarahchislon.com/wp-content/uploads/2023/10/BindingOfSilver_Cover_FINAL-259x400.jpg 259w, https://sarahchislon.com/wp-content/uploads/2023/10/BindingOfSilver_Cover_FINAL-841x1300.jpg 841w, https://sarahchislon.com/wp-content/uploads/2023/10/BindingOfSilver_Cover_FINAL.jpg 1650w" sizes="(max-width: 453px) 100vw, 453px" />				</div>
								<h2 class="book-thumb-title">Binding of Silver</h2>
			</a>
		</div><!-- end books-panel-item -->

		
		<div class="books-panel-item col-sm-6 col-xs-6">
			<a href="https://sarahchislon.com/product/mirror-of-argent/" class="books-panel-item-wrap is-book-panel-trigger" data-panel-show="1331">
												<div class="book-thumb-img-wrap has-edge has-edge-thick">
					<img loading="lazy" decoding="async" width="453" height="700" src="https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-453x700.jpg" class="attachment-odrin_medium_soft size-odrin_medium_soft wp-post-image" alt="Mirror of Argent cover" srcset="https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-453x700.jpg 453w, https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-194x300.jpg 194w, https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-663x1024.jpg 663w, https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-768x1187.jpg 768w, https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-994x1536.jpg 994w, https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-1325x2048.jpg 1325w, https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-610x943.jpg 610w, https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-1320x2040.jpg 1320w, https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-700x1082.jpg 700w, https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-259x400.jpg 259w, https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1-841x1300.jpg 841w, https://sarahchislon.com/wp-content/uploads/2024/10/MirrorOfArgent_Cover_FINAL-1.jpg 1650w" sizes="(max-width: 453px) 100vw, 453px" />				</div>
								<h2 class="book-thumb-title">Mirror of Argent</h2>
			</a>
		</div><!-- end books-panel-item -->

		
		<div class="books-panel-item col-sm-6 col-xs-6">
			<a href="https://sarahchislon.com/product/shades-of-obsidian/" class="books-panel-item-wrap is-book-panel-trigger" data-panel-show="1556">
												<div class="book-thumb-img-wrap has-edge has-edge-thick">
					<img loading="lazy" decoding="async" width="453" height="700" src="https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL-453x700.jpg" class="attachment-odrin_medium_soft size-odrin_medium_soft wp-post-image" alt="" srcset="https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL-453x700.jpg 453w, https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL-194x300.jpg 194w, https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL-663x1024.jpg 663w, https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL-768x1186.jpg 768w, https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL-995x1536.jpg 995w, https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL-1327x2048.jpg 1327w, https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL-610x942.jpg 610w, https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL-1320x2038.jpg 1320w, https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL-700x1081.jpg 700w, https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL-259x400.jpg 259w, https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL-842x1300.jpg 842w, https://sarahchislon.com/wp-content/uploads/2025/10/ShadesOfObsidian_Cover_FINAL.jpg 1650w" sizes="(max-width: 453px) 100vw, 453px" />				</div>
								<h2 class="book-thumb-title">Shades of Obsidian PREORDER</h2>
			</a>
		</div><!-- end books-panel-item -->

					
		</div><!-- end books-panel-container -->


		<div class="books-panel-info is-sticky-kit">

			
			
			
			<div class="books-panel-info-inner mt-80" data-panel-id="9">
								<a href="https://sarahchislon.com/product/whispers-in-the-waters/"><h2 class="book-panel-info-title">Whispers in the Waters</h2></a>
				<div class="book-panel-info-categories dash-left dash-dark"><a href="https://sarahchislon.com/product-category/fantasy/" rel="tag">Fantasy</a></div>				<div class="book-panel-info-description">
				
					<p><strong>Ladies don’t shame their families.  </strong></p>
<p><strong>Ladies don’t confront Otherworldly threats.</strong></p>
<p><strong>Ladies certainly don’t admit some taint of the fae has touched their souls—unless they wish to find themselves confined to an Institution.</strong></p>
<p>Gently-bred herbalist Jessa Caldwell is trying to be a lady. She conceals her true nature amongst her plants and her sketches—where she can almost shut out the whispers she alone hears. But a threat to her beloved aunt forces her from the comfort of home to a town perilously near an Otherworldly Crossing, with its ever-present risk of fae incursions.</p>
<p>To protect her aunt and the townsfolk she comes to care for, she must uncover the individual responsible for a series of increasingly dangerous attacks—but to find this saboteur will require embracing the part of herself she fears most, an act that could cost her dearly. In a world where Vigilists lock up fae-touched mortals, Jessa must decide if she’s willing to risk exposing her true nature to obtain the truth and protect those she loves.</p>
<p><em>Whispers in the Waters</em>, a gaslamp fantasy novella, serves as the prequel to <em>Tattoo of Crimson</em>, the first book in the<em> Blood of the Fae</em> series. If you like quick-minded heroines who solve cases with logic and intuition, beautiful yet deadly fae, and Otherworldly intrigues, then you’ll love this mystery set in a world of manners and mythical monsters.</p>
<p><strong>The ebook will be delivered via BookFunnel to your email and can be downloaded in your format of choice onto any device.</strong></p>
					
											<div class="book-panel-price mt-40 mb-40">
							<span class="price-text font-heading"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>4.99</span> &ndash; <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>14.99</span></span>
						</div>
																						<button type="button" class="btn is-page-flip" data-post-id="9"><i class="icon-book-open"></i>Read Sample</button>
										<a href="https://sarahchislon.com/product/whispers-in-the-waters/" class="special-link">View Book</a>
									</div>
			</div><!-- end books-panel-info-inner -->

		
			
			
			<div class="books-panel-info-inner mt-80" data-panel-id="343">
								<a href="https://sarahchislon.com/product/tattoo-of-crimson/"><h2 class="book-panel-info-title">Tattoo of Crimson</h2></a>
				<div class="book-panel-info-categories dash-left dash-dark"><a href="https://sarahchislon.com/product-category/fantasy/" rel="tag">Fantasy</a></div>				<div class="book-panel-info-description">
				
					<p><strong>Society, suitors, and…serial murders?</strong></p>
<p>As much as she desires to please her family, gently-bred herbalist Jessa Caldwell has no intention of making a suitable match—not when she’s seeking the truth about the taint of the fae that lies within her. If she’s to escape the madness brought on by fae-touch, she must devote her energies to seeking a cure.</p>
<p>But then mysterious tattoos begin to appear on the citizens of Avons. None recall receiving these harbingers of death, but all die at the hand of an untraceable killer days or weeks after being marked.</p>
<p>When the tattoo appears on her beloved mentor, Jessa seeks the Magistry with information on the case—yet they refuse to consider her findings, so she must risk both social censure and her own safety to hunt for the killer herself.</p>
<p>Her one possible ally represents her greatest fear—the encroaching Otherworld consuming her mind—and may well undo all her efforts to control her fae-touch. Yet if she forsakes the offered aid, the killer will go free.</p>
<p>Something sinister stalks the streets of her city, and she must decide…how far will she go to stop the killing?</p>
<p><em>Tattoo of Crimson</em>, a gaslamp fantasy novel, is the first book in the <em>Blood of the Fae </em>series. If you like quick-minded heroines who solve cases with logic and intuition, beautiful yet deadly fae, and Otherworldly intrigues, then you’ll love this mystery set in a world of manners and mythical monsters.</p>
<p><strong>Please note: The ebook will be delivered via BookFunnel to your email and can be downloaded in your format of choice onto any device.</strong></p>
<p><strong>PRINT LENGTH: 576 pages<br />
PUBLICATION DATE: January 17, 2023</strong></p>
					
											<div class="book-panel-price mt-40 mb-40">
							<span class="price-text font-heading"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>9.99</span> &ndash; <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>22.99</span></span>
						</div>
																						<button type="button" class="btn is-page-flip" data-post-id="343"><i class="icon-book-open"></i>Read Sample</button>
										<a href="https://sarahchislon.com/product/tattoo-of-crimson/" class="special-link">View Book</a>
									</div>
			</div><!-- end books-panel-info-inner -->

		
			
			
			<div class="books-panel-info-inner mt-80" data-panel-id="645">
								<a href="https://sarahchislon.com/product/ruins-of-bone/"><h2 class="book-panel-info-title">Ruins of Bone</h2></a>
				<div class="book-panel-info-categories dash-left dash-dark"><a href="https://sarahchislon.com/product-category/fantasy/" rel="tag">Fantasy</a></div>				<div class="book-panel-info-description">
				
					<p><strong>Admirers, antiquities, and . . . ancient curses?</strong></p>
<p>A curse taints the ruins of Kilmere—or so the locals say—which makes it an unchancy inheritance for herbalist Jessa Caldwell. Worse still, a cruel fae lord in the guise of a gentleman seeks to wrest the crumbling cliffside fortress from her and use its powers for his own ends.</p>
<p>But Jessa isn’t one to surrender easily. She’s determined to resist the lord’s machinations and protect the legacy left by her mentor, even if that means involving the fae arbiter Riven, an act that could see her permanently locked away—all while evading her family’s expectation that she make a match from their list of favored suitors.</p>
<p>Yet she’s not prepared for the depths of fae deceit and cruelty she discovers—nor the reality behind the curse. When the nearby townsfolk begin to succumb to it, suffering slow, excruciating deaths, the authorities seek a mortal poisoner, refusing to consider that these murders could have an Otherworldly origin.</p>
<p>To uncover the true killer, Jessa must make forbidden alliances and explore the extent of her own fae-influenced nature. If she fails, countless innocents will die, including those closest to her . . . but if she succeeds, it may cost her everything.</p>
<p>In book two of the <em>Blood of the Fae</em> gaslamp fantasy series, Jessa faces her greatest challenge yet—threats concealed within long-abandoned ruins, where secrets about the precarious balance between the Otherworld and her own lay buried. Will she unearth the truth before it’s too late?</p>
<p><strong>Please note: The ebook will be delivered via BookFunnel to your email and can be downloaded in your format of choice onto any device.</strong></p>
<p><strong>PRINT LENGTH: 664 pages<br />
</strong><strong>PUBLICATION DATE: October 25, 2023</strong></p>
					
											<div class="book-panel-price mt-40 mb-40">
							<span class="price-text font-heading"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>9.99</span> &ndash; <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>22.99</span></span>
						</div>
																						<button type="button" class="btn is-page-flip" data-post-id="645"><i class="icon-book-open"></i>Read Sample</button>
										<a href="https://sarahchislon.com/product/ruins-of-bone/" class="special-link">View Book</a>
									</div>
			</div><!-- end books-panel-info-inner -->

		
			
			
			<div class="books-panel-info-inner mt-80" data-panel-id="1151">
								<a href="https://sarahchislon.com/product/binding-of-silver/"><h2 class="book-panel-info-title">Binding of Silver</h2></a>
				<div class="book-panel-info-categories dash-left dash-dark"><a href="https://sarahchislon.com/product-category/fantasy/" rel="tag">Fantasy</a></div>				<div class="book-panel-info-description">
				
					<p><strong>Lies, labyrinths . . . and lost souls? </strong></p>
<p>Never bargain with the fae. The society of Byren lives by this rule, but it’s one herbalist Jessa Caldwell has broken time and again. So far, she’s escaped unscathed, but her sister Ainslie—snared in a bargain she can’t recall making—doesn’t share her good fortune.</p>
<p>After Ainslie vanishes into the night, Jessa fears the horrors her sister might suffer. She’s witnessed what fae do to mortals—using them as playthings to torment, even transforming them into monsters. No matter the cost, she’s resolved to find her.</p>
<p>But she soon learns that Ainslie isn’t the only one missing. All across the kingdom, mortals are disappearing without a trace. With the aid of fae arbiter Riven and <em>kit-isne</em> Jade, Jessa seeks those responsible, but as she does, her actions draw unwelcome attention from all quarters—fae and mortal alike. Even those within her own home mistrust her purposes, and she risks shattering the relationships that mean the most to her.</p>
<p>Yet she cannot abandon mortals to the mercies of Other. Her quest for answers takes her through the heart of a labyrinth and into the dangerous midsummer hunt of the fae, where the creature they seek could claim her life as swiftly as the fae will if they ever discover her true purpose.</p>
<p>She’ll need everything she’s learned about fae—and her own nature—if she’s to have any chance of surviving the maze of hidden truths and shifting loyalties around her.</p>
<p>&nbsp;</p>
<div class="woocommerce-product-details__short-description mb-60">
<p><strong>The ebook will be delivered via BookFunnel to your email and can be downloaded in your format of choice onto any device.</strong></p>
</div>
					
											<div class="book-panel-price mt-40 mb-40">
							<span class="price-text font-heading"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>9.99</span> &ndash; <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>23.99</span></span>
						</div>
															<a href="https://sarahchislon.com/product/binding-of-silver/" class="special-link">View Book</a>
									</div>
			</div><!-- end books-panel-info-inner -->

		
			
			
			<div class="books-panel-info-inner mt-80" data-panel-id="1331">
								<a href="https://sarahchislon.com/product/mirror-of-argent/"><h2 class="book-panel-info-title">Mirror of Argent</h2></a>
				<div class="book-panel-info-categories dash-left dash-dark"><a href="https://sarahchislon.com/product-category/fantasy/" rel="tag">Fantasy</a></div>				<div class="book-panel-info-description">
				
					<p><strong>Masquerades, monarchs, and . . . misalliances?</strong></p>
<p>All her life, Jessa Caldwell has feared the Vigil—and now they’ve claimed her. Worse yet, they’re not acting alone. Someone directs their every move, someone all too interested in Jessa—and her sisters. Even if she breaks free of her unnatural prison, the Vigil will not so readily relinquish their claim, nor will the unknown fae who hunts her across realms.</p>
<p>As she struggles to clear her name, protect her family, and uncover the truth about her past, she soon finds herself in the center of a conflict that threatens both worlds, an age-old menace capable of harming mortal and fae alike. In partnership with fae arbiter Riven and her bonded kit-isne Jade, Jessa strives for a path that will keep endangered innocents safe—no easy task when someone is making her out to be the threat.</p>
<p>To have any chance of saving that which she loves, she must forfeit it all for a world of court rivalries, power games, and treacherous bargains, where no one is what they seem. If she can’t discern truth from illusion in time, she’ll lose not only her family, but also her very self.</p>
<p><strong>The ebook will be delivered via BookFunnel to your email and can be downloaded in your format of choice onto any device.</strong></p>
					
											<div class="book-panel-price mt-40 mb-40">
							<span class="price-text font-heading"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>9.99</span> &ndash; <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>24.99</span></span>
						</div>
															<a href="https://sarahchislon.com/product/mirror-of-argent/" class="special-link">View Book</a>
									</div>
			</div><!-- end books-panel-info-inner -->

		
			
			
			<div class="books-panel-info-inner mt-80" data-panel-id="1556">
								<a href="https://sarahchislon.com/product/shades-of-obsidian/"><h2 class="book-panel-info-title">Shades of Obsidian PREORDER</h2></a>
				<div class="book-panel-info-categories dash-left dash-dark"><a href="https://sarahchislon.com/product-category/fantasy/" rel="tag">Fantasy</a></div>				<div class="book-panel-info-description">
				
					<p><strong>Bargains, betrayals, and . . . broken bonds?</strong></p>
<p>No one survives the death-hunt—or so Jessa Caldwell learns during her ordeals in the Otherworld. When an unknown enemy sends this ancient evil to end her, only the intervention of fae arbiter Riven keeps her from sharing the fate of its other victims.</p>
<p>Yet the destructive force of the hunt leaves Riven fatally injured, and Jessa must determine what she will sacrifice to spare his life.</p>
<p>Her costly choice plunges her into the heart of court politics and power plays, drawing her further into the coils of those who would use her for their own ends. As circumstances close about her, Jessa accepts a seemingly impossible commission: find the forces responsible for an act that threatens to plunge rival courts into war.</p>
<p>Isolated from those she loves and betrayed by tentative allies, Jessa must decide who she’s willing to become and what price she’s willing to pay to uncover the truth. If she fails in her charge, the monarchs will act, shattering the fragile peace between courts—and worlds—once more.</p>
<p><strong>Please note: This is a pre-order. You will receive it on its launch date in fall 2026. The ebook will be delivered via BookFunnel to your email and can be downloaded in your format of choice onto any device.</strong></p>
					
											<div class="book-panel-price mt-40 mb-40">
							<span class="price-text font-heading"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>9.99</span> &ndash; <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>24.99</span></span>
						</div>
															<a href="https://sarahchislon.com/product/shades-of-obsidian/" class="special-link">View Book</a>
									</div>
			</div><!-- end books-panel-info-inner -->

		
			
		</div><!-- end books-panel-info -->

			
</div> <!-- end BooksPanel --></div>
		</div>
	</div>
			<a href="" class="is-scroll-down scroll-arrow">
			<i class="fas fa-angle-double-down animation-updown"></i>
		</a>
	</section>

<section class="pos-r fullscreen-wrapper is-centered-content  "  id="shortcode-ecdd8c7a62741b9b5e342d36b9589ff5" >
		<div class="fw-container">
		<div class="fw-row">
			<div id="shortcode-1e98c7d9916949b351ef5a44694d3744" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-12 text-left " >
	<div class="SpecialHeading fw-heading  text-center mt-20 mb-60  " id="shortcode-5d28c89433d14d7ee3f92564276e5020" >
					<h2 class="special-title special-heading-letter">Blood of the Fae Reviews</h2>		<div class="special-subtitle">What People Are Saying</div>
	</div>

<div class="TestimonialCarousel text-center  is-wow fadeIn" id="shortcode-c01c9874d54c418ed112102e15f60075" data-wow-delay="0s">
				<div class="testimonial-carousel owl-carousel" data-owl-autoheight="false">
									<div class="Testimonial" data-dot="<span>01</span>">
				<div class="testimonial-meta">
											<div class="testimonial-author font-heading">
							Immersed In Books						</div>
									</div>
				<div class="testimonial-text-wrapper">
					<div class="testimonial-text font-subheading">
						<p>A glorious gaslamp fantasy, full of murder, fae and restrictive social conventions. This story really is for anyone who loves murder mystery, fantasy and historical fiction… Because it’s the best of all three worlds!</p>
					</div>
				</div>
			</div> <!-- end Testimonial -->
								<div class="Testimonial" data-dot="<span>02</span>">
				<div class="testimonial-meta">
											<div class="testimonial-author font-heading">
							Reader's Favorite Reviews						</div>
									</div>
				<div class="testimonial-text-wrapper">
					<div class="testimonial-text font-subheading">
						<p>A beautifully written story, Whispers in the Waters is a fantasy journey that blends magic, a lovely setting, layered characters, and a strong voice.</p>
					</div>
				</div>
			</div> <!-- end Testimonial -->
								<div class="Testimonial" data-dot="<span>03</span>">
				<div class="testimonial-meta">
											<div class="testimonial-author font-heading">
							TBR Addictions 						</div>
									</div>
				<div class="testimonial-text-wrapper">
					<div class="testimonial-text font-subheading">
						<p>Tattoo of Crimson is a brilliantly written book, full of imagination, beauty and wonders!</p>
					</div>
				</div>
			</div> <!-- end Testimonial -->
						</div> <!-- end owl-carousel -->
				
</div> <!-- end TestimonialCarousel --></div>
		</div>
	</div>
			<a href="" class="is-scroll-down scroll-arrow">
			<i class="fas fa-angle-double-down animation-updown"></i>
		</a>
	</section>

<section class="pos-r section-light fullscreen-wrapper is-centered-content  "  id="shortcode-c6b8942222bab1de5e2ee74a342156fc" >
			<div class="overlay-color"></div>
		<div class="fw-container">
		<div class="fw-row">
			<div id="shortcode-2e61271c011108cf3202943408464975" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-12 text-left " >
	<div class="SpecialHeading fw-heading  text-center mt-20 mb-60  " id="shortcode-298ac1191a186cb65df959b7fe35a082" >
					<h2 class="special-title special-heading-letter">Fantasies of manners featuring...</h2>	</div>

<div class="spacer " id="shortcode-079ee02eb3d6ac85eacae067948bcf38"></div></div>
<div id="shortcode-ed73393e68f7fd858c491511c7b0b770" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-4 text-left " >
	

<div class="BoxIcon box-icon-vertical  is-wow fadeInUp" id="shortcode-6a6abb1c0f9cfc482a6a63ec5f07bc97" data-wow-delay="0.1s">
	<div class="box-icon-header-wrapper pos-r">
									<h4 class="box-icon-title">Fae shenanigans</h4>
										<i class="icon-circle-compass"></i>
				</div>
		<div class="box-icon-content">
					</div>
</div><!-- end BoxIcon -->
</div>
<div id="shortcode-0de3717d85e0189982331d05c30945d2" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-4 text-left " >
	

<div class="BoxIcon box-icon-vertical  is-wow fadeInUp" id="shortcode-514294fc4a24b2ff926237f18e7debbb" data-wow-delay="0.3s">
	<div class="box-icon-header-wrapper pos-r">
									<h4 class="box-icon-title">Family secrets</h4>
										<i class="icon-streetsign"></i>
				</div>
		<div class="box-icon-content">
					</div>
</div><!-- end BoxIcon -->
</div>
<div id="shortcode-5f6d0196d2e251a09b92cd356835c4e6" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-4 text-left " >
	

<div class="BoxIcon box-icon-vertical  is-wow fadeInUp" id="shortcode-3c6616450263d591bb08110dcad188c4" data-wow-delay="0.5s">
	<div class="box-icon-header-wrapper pos-r">
									<h4 class="box-icon-title">Otherworldly intrigues</h4>
										<i class="icon-compass"></i>
				</div>
		<div class="box-icon-content">
					</div>
</div><!-- end BoxIcon -->
</div>
		</div>
	</div>
			<a href="" class="is-scroll-down scroll-arrow">
			<i class="fas fa-angle-double-down animation-updown"></i>
		</a>
	</section>

<section class="pos-r fullscreen-wrapper is-centered-content  "  id="shortcode-d83b1f2e03ad21abe50f24383713919c" >
		<div class="fw-container">
		<div class="fw-row">
			<div id="shortcode-bdd6e0debdca4d5e7019905ad8adb252" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-12 text-left " >
	

<div class="SpecialTextBlock special-text-block-has-image pos-r  is-wow fadeInUp" id="shortcode-90e29aba47e23450d98aceb026a5d8f9" data-wow-delay="0s">
	
		<div class="SpecialHeading fw-heading mb-40">
		<h2 class="special-title special-heading-letter">Sarah Chislon</h2>
				<div class="special-subtitle">Fantasy author</div>
			</div>
			<div class="special-text-block-image">		
		<div class="bg-image" data-bg-image="//sarahchislon.com/wp-content/uploads/2022/07/Sarah-Chislon-headshot.jpeg"></div>
	</div>
						<div class="special-text-block-content font-subheading">
				<p>Sarah Chislon lives in Virginia with her husband and three daughters. When she’s not writing, she’s homeschooling her children and running a web development business with her husband. As an avid reader and a lifelong story-weaver, she delights in creating fantastic worlds and exploring them alongside her characters.</p>	</div>
		
</div> <!-- end SpecialTextBlock --></div>
		</div>
	</div>
			<a href="" class="is-scroll-down scroll-arrow">
			<i class="fas fa-angle-double-down animation-updown"></i>
		</a>
	</section>

<section class="pos-r fullscreen-wrapper is-centered-content hidden-md hidden-lg hidden-xs hidden-sm "  id="shortcode-3562b8dc36037107e0aa77bd7007aa1a" >
		<div class="fw-container">
		<div class="fw-row">
			<div id="shortcode-e822582b11d2100d981048b1b96951ec" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-12 text-left " >
	<div class="SpecialHeading fw-heading  text-center mt-20 mb-60 hidden-md hidden-lg hidden-xs hidden-sm " id="shortcode-eb22aa982c181311487a23f01bcf3606" >
					<h2 class="special-title special-heading-letter">Upcoming Events</h2>	</div>

<div class="spacer " id="shortcode-d2516f5e4513d7a58d9072a0fdd92b22"></div>
<div class ="hidden-md hidden-lg hidden-xs hidden-sm is-wow fadeIn" id="shortcode-ef37016ae25833a2c56006435d086e93" data-wow-delay="0s">


	<div class="EventsWrapper is-matchheight-group c-elements-cols-2">

		
		
	</div> <!-- end EventsWrapper -->

							
</div><!-- end shortcode-id --></div>
		</div>
	</div>
			<a href="" class="is-scroll-down scroll-arrow">
			<i class="fas fa-angle-double-down animation-updown"></i>
		</a>
	</section>

<section class="pos-r fullscreen-wrapper is-centered-content hidden-md hidden-lg hidden-xs hidden-sm "  id="shortcode-d0c9ad2e70e18bc525817c0d1ab1b4fd" >
		<div class="fw-container">
		<div class="fw-row">
			<div id="shortcode-de7de7ee9c1f017bdd01ff970967eeaf" class="fw-col-xs-12 fw-col-sm-12 fw-col-md-12 text-left " >
	<div class="SpecialHeading fw-heading  text-center mt-20 mb-60 hidden-md hidden-lg hidden-xs hidden-sm " id="shortcode-f4c77b23b677e7136b740a69478ff5b5" >
					<h2 class="special-title special-heading-letter">Latest Stories</h2>	</div>

<div class="spacer hidden-md hidden-lg hidden-xs hidden-sm" id="shortcode-073c114204498349ef428d9a699570eb"></div>
<div class="ShortcodeBlog hidden-md hidden-lg hidden-xs hidden-sm is-wow fadeInUp" id="shortcode-a39a3a41ec67842ffbf96964d20bd301" data-wow-delay="0s">


	
	<div class="SimplifiedPosts pos-r is-matchheight-group posts-cols-3 mb-40">
						
	
				<div class="simplified-post-wrapper mb-40">
			<a href="https://sarahchislon.com/christmas-themed-fantasy-novels/">
													<img decoding="async" src="https://sarahchislon.com/wp-content/uploads/2024/12/Depositphotos_1296140_XL-700x464.jpg">
										<div class="simplified-post-meta">
					<div class="ElementHeading text-center">
						<h4 class="element-title">Christmas-themed fantasy novels</h4>
					</div> <!-- end ElementHeading -->
										<div class="simplified-post-date"><span>December 3, 2024</span></div>
					<div class="simplified-post-read-more text-right"><span class="special-subtitle-type-2">Read More</span></div>
				</div>
			</a>
		</div> <!-- end simplified-post-meta -->

	
				<div class="simplified-post-wrapper mb-40">
			<a href="https://sarahchislon.com/mythical-creature-the-balaur/">
													<img decoding="async" src="https://sarahchislon.com/wp-content/uploads/2023/04/Depositphotos_9942619_XL-700x519.jpg">
										<div class="simplified-post-meta">
					<div class="ElementHeading text-center">
						<h4 class="element-title">Mythical Creature: The Balaur</h4>
					</div> <!-- end ElementHeading -->
										<div class="simplified-post-date"><span>April 10, 2023</span></div>
					<div class="simplified-post-read-more text-right"><span class="special-subtitle-type-2">Read More</span></div>
				</div>
			</a>
		</div> <!-- end simplified-post-meta -->

	
				<div class="simplified-post-wrapper mb-40">
			<a href="https://sarahchislon.com/fae-and-felines-a-few-favorite-elements-from-tattoo-of-crimson/">
													<img decoding="async" src="https://sarahchislon.com/wp-content/uploads/2023/03/WhatsApp-Image-2023-03-10-at-2.06.40-PM-700x394.jpeg">
										<div class="simplified-post-meta">
					<div class="ElementHeading text-center">
						<h4 class="element-title">Fae and Felines: A Few Favorite Elements from Tattoo of Crimson</h4>
					</div> <!-- end ElementHeading -->
										<div class="simplified-post-date"><span>January 17, 2023</span></div>
					<div class="simplified-post-read-more text-right"><span class="special-subtitle-type-2">Read More</span></div>
				</div>
			</a>
		</div> <!-- end simplified-post-meta -->

	
	
	</div> <!-- end SimplifiedPosts -->

	
					<div class="blog-show-more special-link text-right">
			<a href="https://sarahchislon.com/blog/">Read All</a>
		</div>
			
</div> <!-- end ShortcodeBlog --></div>
		</div>
	</div>
			<a href="" class="is-scroll-down scroll-arrow">
			<i class="fas fa-angle-double-down animation-updown"></i>
		</a>
	</section>
</div>
					
		

				
</div><!-- end post -->

</div><!-- end MAIN-CONTENT -->
<div class="footer-offset"></div>
<footer class="footer section-light has-widgets">

	<div class="overlay-color"></div>

			<div class="overlay-pattern-2"></div>
	
	
	<div class="container">
		<div class="row">
			<div class="col-md-4 col-sm-12"><div id="block-3" class="widget clearfix widget_block"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});</script>
                <div class='gf_browser_unknown gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' ><div id='gf_2' class='gform_anchor' tabindex='-1'></div>
                        <div class='gform_heading'>
                            <h2 class="gform_title">Newsletter Sign Up</h2>
                            <p class='gform_description'>Sign up to receive newsletter updates</p>
							<p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_custom">*</span>&quot; indicates required fields</p>
                        </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_2' id='gform_2'  action='/#gf_2' data-formid='2' novalidate> 
 <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />
                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below'><div id="field_2_1"  class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label gfield_visibility_visible"  data-js-reload="field_2_1"><label class='gfield_label gform-field-label' for='input_2_1' >Name<span class="gfield_required"><span class="gfield_required gfield_required_custom">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_2_1' type='text' value='' class='large'    placeholder='Name' aria-required="true" aria-invalid="false"   /> </div></div><div id="field_2_3"  class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label gfield_visibility_visible"  data-js-reload="field_2_3"><label class='gfield_label gform-field-label' for='input_2_3' >Email<span class="gfield_required"><span class="gfield_required gfield_required_custom">*</span></span></label><div class='ginput_container ginput_container_email'>
                            <input name='input_3' id='input_2_3' type='email' value='' class='large'   placeholder='Email' aria-required="true" aria-invalid="false"  />
                        </div></div><div id="field_2_4"  class="gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_4"><label class='gfield_label gform-field-label' for='input_2_4' >Email</label><div class='ginput_container'><input name='input_4' id='input_2_4' type='text' value='' autocomplete='new-password'/></div><div class='gfield_description' id='gfield_description_2_4'>This field is for validation purposes and should be left unchanged.</div></div></div></div>
        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' value='Submit'  onclick='if(window["gf_submitting_2"]){return false;}  if( !jQuery("#gform_2")[0].checkValidity || jQuery("#gform_2")[0].checkValidity()){window["gf_submitting_2"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_2"]){return false;} if( !jQuery("#gform_2")[0].checkValidity || jQuery("#gform_2")[0].checkValidity()){window["gf_submitting_2"]=true;}  jQuery("#gform_2").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=2&amp;title=1&amp;description=1&amp;tabindex=0&amp;theme=data-form-theme=&#039;gravity-theme&#039;' />
            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' />
            
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsImFkYWU3Yzk2MTc3ZjhjMzY0Nzc3MTg0N2ZiOTVkMDM5Il0=' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        <p style="display: none !important;"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="214"/><script type="rocketlazyloadscript">document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
		                <script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https://sarahchislon.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://sarahchislon.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}, 50);}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [2, current_page]);gform.utils.trigger({ event: 'gform/postRender', native: false, data: { formId: 2, currentPage: current_page } });} );} ); 
/* ]]> */
});</script></div></div><div class="col-md-4 col-sm-12"></div><div class="col-md-4 col-sm-12"><div id="odrin_social-2" class="widget clearfix widget_odrin_social"><div class="social-widget-wrapper"><h4 class="widget-title">Elsewhere on the web&#8230;</h4>			<div class="SocialLinks">

									<a href="https://www.amazon.com/stores/Sarah-Chislon/author/B0B7V4S6GW" class="amazon" target="_blank"><i class="fab fa-amazon"></i></a>
														<a href="http://facebook.com/sarahchislon" class="facebook-f" target="_blank"><i class="fab fa-facebook-f"></i></a>
														<a href="https://www.goodreads.com/author/show/22625938.Sarah_Chislon" class="goodreads-g" target="_blank"><i class="fab fa-goodreads-g"></i></a>
														<a href="http://instagram.com/sarahchislon" class="instagram" target="_blank"><i class="fab fa-instagram"></i></a>
												</div><!-- end SocialLinks -->
		</div></div><div id="block-14" class="widget clearfix widget_block widget_media_image"><div class="wp-block-image grayscale"><figure class="aligncenter size-full"><a href="https://www.bookbub.com/authors/sarah-chislon?follow=true" target="_blank" rel=" noreferrer noopener"><img loading="lazy" decoding="async" width="222" height="40" src="https://sarahchislon.com/wp-content/uploads/2023/01/follow-me-on-bookbub-1.webp" alt="Follow me on BookBub" class="wp-image-712"/></a></figure></div></div><div id="block-15" class="widget clearfix widget_block widget_text"><p><a href="/refund-policy/">Refund Policy</a></p></div><div id="block-11" class="widget clearfix widget_block"><p><a href="https://www.iubenda.com/privacy-policy/38197320" class="iubenda-nostyle no-brand iubenda-noiframe iubenda-embed iubenda-noiframe " title="Privacy Policy ">Privacy Policy</a><script type="rocketlazyloadscript" data-rocket-type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script></p></div><div id="block-12" class="widget clearfix widget_block"><p><a href="https://www.iubenda.com/privacy-policy/38197320/cookie-policy" class="iubenda-nostyle no-brand iubenda-noiframe iubenda-embed iubenda-noiframe " title="Cookie Policy ">Cookie Policy</a><script type="rocketlazyloadscript" data-rocket-type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script></p></div><div id="block-13" class="widget clearfix widget_block"><p><a href="https://www.iubenda.com/terms-and-conditions/38197320" class="iubenda-nostyle no-brand iubenda-noiframe iubenda-embed iubenda-noiframe " title="Terms and Conditions ">Terms and Conditions</a><script type="rocketlazyloadscript" data-rocket-type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script></p></div></div><div class="clear"></div>
			<div class="col-sm-12">
								<div class="copyright font-subheading">
					<p>© Sarah Chislon 2022-2023</p>				</div>
						</div><!-- end col-sm-12 -->
		</div><!-- end row -->
	</div><!-- end container -->
	

</footer>

<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
  window._mfq = window._mfq || [];
  (function() {
    var mf = document.createElement("script");
    mf.type = "text/javascript"; mf.defer = true;
    mf.src = "//cdn.mouseflow.com/projects/88f95bd8-647c-4265-8183-bd7378b9f298.js";
    document.getElementsByTagName("head")[0].appendChild(mf);
  })();
</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript">
      (
        function() {
          var sbSiteSecret = "1b2fe325-3cc9-4e8a-a7e7-81ccd5601683";
          window.sitebehaviourTrackingSecret = sbSiteSecret;
          var scriptElement = document.createElement('script');
          scriptElement.async = true;
          scriptElement.id = "site-behaviour-script-v2";
          scriptElement.src = "https://sitebehaviour-cdn.fra1.cdn.digitaloceanspaces.com/index.min.js?sitebehaviour-secret=" + sbSiteSecret;
          document.head.appendChild(scriptElement); 
        }
      )()
</script>


<!--
	<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
	window.__lo_site_id = 327411;

	(function() {
		var wa = document.createElement('script'); wa.type = 'text/javascript'; wa.async = true;
		wa.src = 'https://d10lpsik1i8c69.cloudfront.net/w.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wa, s);
	  })();
	</script>
-->
	
  <!-- Meta Pixel Code -->
	<script type="rocketlazyloadscript">
	!function(f,b,e,v,n,t,s)
	{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
		n.callMethod.apply(n,arguments):n.queue.push(arguments)};
	if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
	n.queue=[];t=b.createElement(e);t.async=!0;
	t.src=v;s=b.getElementsByTagName(e)[0];
	s.parentNode.insertBefore(t,s)}(window, document,'script',
		'https://connect.facebook.net/en_US/fbevents.js');
	fbq('init', '780029506404398');
	fbq('track', 'PageView');
	</script>
		<noscript><img height="1" width="1" style="display:none"
		src="https://www.facebook.com/tr?id=780029506404398&ev=PageView&noscript=1"
		/></noscript>
		<!-- End Meta Pixel Code -->
	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
	/*<![CDATA[*/
	(function () {
	  var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js';
	  if (window.ShopifyBuy) {
	    if (window.ShopifyBuy.UI) {
	      ShopifyBuyInit();
	    } else {
	      loadScript();
	    }
	  } else {
	    loadScript();
	  }
	  function loadScript() {
	    var script = document.createElement('script');
	    script.async = true;
	    script.src = scriptURL;
	    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script);
	    script.onload = ShopifyBuyInit;
	  }
	  function ShopifyBuyInit() {
	    var client = ShopifyBuy.buildClient({
	      domain: 'sarah-chislon.myshopify.com',
	      storefrontAccessToken: '700d3606a5e5b29f2538571fe479d0d2',
	    });
	    ShopifyBuy.UI.onReady(client).then(function (ui) {
	      ui.createComponent('product', {
	      id: '8150002925880',
		node: document.getElementById('product-component-1677240133189'),
		moneyFormat: '%24%7B%7Bamount%7D%7D',
		options: {
	  "product": {
	    "styles": {
	      "product": {
		"@media (min-width: 601px)": {
		  //"max-width": "calc(25% - 20px)",
		  //"margin-left": "20px",
		  "margin-bottom": "50px"
		}
	      },
	      "button": {
		":hover": {
		  "background-color": "#000000"
		},
		"background-color": "#000000",
		":focus": {
		  "background-color": "#000000"
		},
		//"padding-left": "100px",
		//"padding-right": "100px",
		"width": "100%",
		"text-transform": "uppercase"
		},
	     "prices": {
	       "text-align": "left"
		},
	     "price": {
	     		"font-size": "24px",
		     "text-align": "left"
	      }
	    },
	    "contents": {
	      "img": false,
	      "title": false,
	      "price": true
	    },
	    "text": {
	      "button": "Add to cart"
	    }
	  },
	  "productSet": {
	    "styles": {
	      "products": {
		"@media (min-width: 601px)": {
		  "margin-left": "-20px"
		}
	      }
	    }
	  },
	  "modalProduct": {
	    "contents": {
	      "img": false,
	      "imgWithCarousel": true,
	      "button": false,
	      "buttonWithQuantity": true
	    },
	    "styles": {
	      "product": {
		"@media (min-width: 601px)": {
		  "max-width": "100%",
		  "margin-left": "0px",
		  "margin-bottom": "0px"
		}
	      },
	      "button": {
		":hover": {
		  "background-color": "#a98348"
		},
		"background-color": "#bc9150",
		":focus": {
		  "background-color": "#a98348"
		},
		//"padding-left": "100px",
		//"padding-right": "100px"
	      }
	    },
	    "text": {
	      "button": "Add to cart"
	    }
	  },
	  "option": {},
	  "cart": {
	    "styles": {
	      "button": {
		":hover": {
		  "background-color": "#a98348"
		},
		"background-color": "#bc9150",
		":focus": {
		  "background-color": "#a98348"
		}
	      }
	    },
	    "text": {
	      "total": "Subtotal",
	      "button": "Checkout"
	    }
	  },
	  "toggle": {
	    "styles": {
	      "toggle": {
		"background-color": "#bc9150",
		":hover": {
		  "background-color": "#a98348"
		},
		":focus": {
		  "background-color": "#a98348"
		}
	      }
	    }
	  }
	},
	      });
	    });
	  }
	})();
	/*]]>*/
	</script>
		<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<link rel='stylesheet' id='gravity_forms_theme_reset-css' href='https://sarahchislon.com/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-theme-reset.min.css?ver=2.7.17' type='text/css' media='all' />
<link rel='stylesheet' id='gravity_forms_theme_foundation-css' href='https://sarahchislon.com/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-theme-foundation.min.css?ver=2.7.17' type='text/css' media='all' />
<link rel='stylesheet' id='gravity_forms_theme_framework-css' href='https://sarahchislon.com/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-theme-framework.min.css?ver=2.7.17' type='text/css' media='all' />
<link rel='stylesheet' id='gravity_forms_orbital_theme-css' href='https://sarahchislon.com/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-orbital-theme.min.css?ver=2.7.17' type='text/css' media='all' />
<link rel='stylesheet' id='wc-blocks-style-css' href='https://sarahchislon.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-9.4.5' type='text/css' media='all' />
<link rel='stylesheet' id='gform_basic-css' href='https://sarahchislon.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=2.7.17' type='text/css' media='all' />
<link rel='stylesheet' id='gform_theme_components-css' href='https://sarahchislon.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=2.7.17' type='text/css' media='all' />
<link rel='stylesheet' id='gform_theme_ie11-css' href='https://sarahchislon.com/wp-content/plugins/gravityforms/assets/css/dist/theme-ie11.min.css?ver=2.7.17' type='text/css' media='all' />
<link rel='stylesheet' id='gform_theme-css' href='https://sarahchislon.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=2.7.17' type='text/css' media='all' />
<script type="text/javascript" id="convertkit-broadcasts-js-extra">
/* <![CDATA[ */
var convertkit_broadcasts = {"ajax_url":"https:\/\/sarahchislon.com\/wp-admin\/admin-ajax.php","action":"convertkit_broadcasts_render","debug":""};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/convertkit/resources/frontend/js/broadcasts.js?ver=2.3.8" id="convertkit-broadcasts-js" defer></script>
<script type="text/javascript" id="convertkit-js-js-extra">
/* <![CDATA[ */
var convertkit = {"ajaxurl":"https:\/\/sarahchislon.com\/wp-admin\/admin-ajax.php","debug":"","nonce":"a803a2ec32","subscriber_id":"","tag":"","post_id":"17"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/convertkit/resources/frontend/js/convertkit.js?ver=2.3.8" id="convertkit-js-js" defer></script>
<script type="text/javascript" id="ppcp-smart-button-js-extra">
/* <![CDATA[ */
var PayPalCommerceGateway = {"url":"https:\/\/www.paypal.com\/sdk\/js?client-id=Afl3oh5n_MtwNeKqWZQRhlrc-BqP26SwIHo26BVy18Rggrmgh3M37yvb3LRyRHBL7c7HRP63vlr-uAse&currency=USD&integration-date=2023-11-06&components=buttons,funding-eligibility&vault=true&commit=false&intent=capture&disable-funding=card,paylater&enable-funding=venmo","url_params":{"client-id":"Afl3oh5n_MtwNeKqWZQRhlrc-BqP26SwIHo26BVy18Rggrmgh3M37yvb3LRyRHBL7c7HRP63vlr-uAse","currency":"USD","integration-date":"2023-11-06","components":"buttons,funding-eligibility","vault":"true","commit":"false","intent":"capture","disable-funding":"card,paylater","enable-funding":"venmo"},"script_attributes":{"data-partner-attribution-id":"Woo_PPCP"},"client_id":"Afl3oh5n_MtwNeKqWZQRhlrc-BqP26SwIHo26BVy18Rggrmgh3M37yvb3LRyRHBL7c7HRP63vlr-uAse","currency":"USD","data_client_id":{"set_attribute":true,"endpoint":"\/?wc-ajax=ppc-data-client-id","nonce":"c693edca88","user":0,"has_subscriptions":false,"paypal_subscriptions_enabled":false},"redirect":"https:\/\/sarahchislon.com\/checkout\/","context":"mini-cart","ajax":{"simulate_cart":{"endpoint":"\/?wc-ajax=ppc-simulate-cart","nonce":"163dbde355"},"change_cart":{"endpoint":"\/?wc-ajax=ppc-change-cart","nonce":"1b690906c8"},"create_order":{"endpoint":"\/?wc-ajax=ppc-create-order","nonce":"1ebce2ebbc"},"approve_order":{"endpoint":"\/?wc-ajax=ppc-approve-order","nonce":"fadfe427ed"},"approve_subscription":{"endpoint":"\/?wc-ajax=ppc-approve-subscription","nonce":"064edb642a"},"vault_paypal":{"endpoint":"\/?wc-ajax=ppc-vault-paypal","nonce":"56f602b8bf"},"save_checkout_form":{"endpoint":"\/?wc-ajax=ppc-save-checkout-form","nonce":"b24358a97d"},"validate_checkout":{"endpoint":"\/?wc-ajax=ppc-validate-checkout","nonce":"fdfa3b097c"},"cart_script_params":{"endpoint":"\/?wc-ajax=ppc-cart-script-params"}},"subscription_plan_id":"","variable_paypal_subscription_variations":[],"subscription_product_allowed":"","enforce_vault":"","can_save_vault_token":"1","is_free_trial_cart":"","vaulted_paypal_email":"","bn_codes":{"checkout":"Woo_PPCP","cart":"Woo_PPCP","mini-cart":"Woo_PPCP","product":"Woo_PPCP"},"payer":null,"button":{"wrapper":"#ppc-button-ppcp-gateway","is_disabled":false,"mini_cart_wrapper":"#ppc-button-minicart","is_mini_cart_disabled":false,"cancel_wrapper":"#ppcp-cancel","mini_cart_style":{"layout":"vertical","color":"gold","shape":"rect","label":"paypal","tagline":false,"height":35},"style":{"layout":"vertical","color":"gold","shape":"rect","label":"paypal","tagline":false}},"separate_buttons":{"card":{"id":"ppcp-card-button-gateway","wrapper":"#ppc-button-ppcp-card-button-gateway","style":{"shape":"rect"}}},"hosted_fields":{"wrapper":"#ppcp-hosted-fields","labels":{"credit_card_number":"","cvv":"","mm_yy":"MM\/YY","fields_empty":"Card payment details are missing. Please fill in all required fields.","fields_not_valid":"Unfortunately, your credit card details are not valid.","card_not_supported":"Unfortunately, we do not support your credit card.","cardholder_name_required":"Cardholder's first and last name are required, please fill the checkout form required fields."},"valid_cards":["mastercard","visa","amex","discover","american-express","master-card"],"contingency":"SCA_WHEN_REQUIRED"},"messages":[],"labels":{"error":{"generic":"Something went wrong. Please try again or choose another payment source.","required":{"generic":"Required form fields are not filled.","field":"%s is a required field.","elements":{"terms":"Please read and accept the terms and conditions to proceed with your order."}}},"billing_field":"Billing %s","shipping_field":"Shipping %s"},"simulate_cart":{"enabled":true,"throttling":5000},"order_id":"0","single_product_buttons_enabled":"","mini_cart_buttons_enabled":"1","basic_checkout_validation_enabled":"","early_checkout_validation_enabled":"1","funding_sources_without_redirect":["paypal","paylater","venmo","card"]};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/assets/js/button.js?ver=2.4.1" id="ppcp-smart-button-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="text/javascript" src="https://sarahchislon.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-google-analytics.js?ver=ab2bc5637068ca9ae4fd" id="wc-blocks-google-analytics-js" defer></script>
<script type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/??(.*)|\/cart\/?|\/my-account\/??(.*)|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/sarahchislon.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/sarahchislon/shopify.js?ver=1759457146" id="my-shopify-script-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/woocommerce-google-analytics-integration/assets/js/build/actions.js?ver=2e50f7862892acedba0f" id="woocommerce-google-analytics-integration-actions-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.4.5" id="sourcebuster-js-js" defer></script>
<script type="text/javascript" id="wc-order-attribution-js-extra">
/* <![CDATA[ */
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/sarahchislon.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.4.5" id="wc-order-attribution-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/bloom/core/admin/js/common.js?ver=4.9.3" id="et-core-common-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/bootstrap.min.js?ver=1.0" id="bootstrap-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/ResizeSensor.js?ver=1.0" id="resize-sensor-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/jquery.throttledresize.js?ver=1.0" id="jquery-throttledresize-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/jquery.matchHeight-min.js?ver=1.0" id="jquery-matchheight-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/wow.min.js?ver=1.0" id="wow-js-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/jquery.countdown.min.js?ver=1.0" id="countdown-js-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/simpleLightbox.min.js?ver=1.0" id="jquery-simplelightbox-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/isotope.pkgd.min.js?ver=1.0" id="isotope-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/jquery.slicknav.min.js?ver=1.0" id="jquery-slicknav-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/owl.carousel.min.js?ver=1.0" id="owl-carousel-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/sticky-kit.min.js?ver=1.0" id="sticky-kit-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/perfect-scrollbar.jquery.min.js?ver=1.0" id="perfect-scrollbar-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/jquery.bookblock.min.js?ver=1.0" id="bookblock-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/jquerypp.custom.js?ver=1.0" id="jqueryppcustom-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js" defer></script>
<script type="text/javascript" id="odrin_fw-theme-script-js-extra">
/* <![CDATA[ */
var odrin = {"ajaxurl":"https:\/\/sarahchislon.com\/wp-admin\/admin-ajax.php","nonce":"a5ac5ddaa0","month":"Month","months":"Months","day":"Day","days":"Days","showChapters":"Show Chapters","hideChapters":"Hide Chapters","loading":"Loading"};
/* ]]> */
</script>
<script type="text/javascript" src="https://sarahchislon.com/wp-content/themes/odrin/assets/js/scripts.js?ver=1.0" id="odrin_fw-theme-script-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/core.js?ver=6.7.5" id="fw-shortcode-section-formstone-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/transition.js?ver=6.7.5" id="fw-shortcode-section-formstone-transition-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/background.js?ver=6.7.5" id="fw-shortcode-section-formstone-background-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/background.init.js?ver=6.7.5" id="fw-shortcode-section-js" defer></script>
<script type="text/javascript" id="site-reviews-js-before">
/* <![CDATA[ */
window.hasOwnProperty("GLSR")||(window.GLSR={Event:{on:()=>{}}});GLSR.action="glsr_public_action";GLSR.addons=[];GLSR.ajaxpagination=["#wpadminbar",".site-navigation-fixed"];GLSR.ajaxurl="https://sarahchislon.com/wp-admin/admin-ajax.php";GLSR.captcha=[];GLSR.nameprefix="site-reviews";GLSR.starsconfig={"clearable":false,tooltip:"Select a Rating"};GLSR.state={"popstate":false};GLSR.text={closemodal:"Close Modal"};GLSR.urlparameter="reviews-page";GLSR.validationconfig={field:"glsr-field",form:"glsr-form","field_error":"glsr-field-is-invalid","field_hidden":"glsr-hidden","field_message":"glsr-field-error","field_required":"glsr-required","field_valid":"glsr-field-is-valid","form_error":"glsr-form-is-invalid","form_message":"glsr-form-message","form_message_failed":"glsr-form-failed","form_message_success":"glsr-form-success","input_error":"glsr-is-invalid","input_valid":"glsr-is-valid"};GLSR.validationstrings={accepted:"This field must be accepted.",between:"This field value must be between %s and %s.",betweenlength:"This field must have between %s and %s characters.",email:"This field requires a valid e-mail address.",errors:"Please fix the submission errors.",max:"Maximum value for this field is %s.",maxfiles:"This field allows a maximum of %s files.",maxlength:"This field allows a maximum of %s characters.",min:"Minimum value for this field is %s.",minfiles:"This field requires a minimum of %s files.",minlength:"This field requires a minimum of %s characters.",number:"This field requires a number.",pattern:"Please match the requested format.",regex:"Please match the requested format.",required:"This field is required.",tel:"This field requires a valid telephone number.",url:"This field requires a valid website URL (make sure it starts with http or https).",unsupported:"The review could not be submitted because this browser is too old. Please try again with a modern browser."};GLSR.version="7.2.6";
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://sarahchislon.com/wp-content/plugins/site-reviews/assets/scripts/site-reviews.js?ver=7.2.6" id="site-reviews-js" data-wp-strategy="defer" defer></script>
<script type="text/javascript" id="site-reviews-js-after">window.addEventListener('DOMContentLoaded', function() {
/* <![CDATA[ */
function glsr_init_elementor(){GLSR.Event.trigger("site-reviews/init")}"undefined"!==typeof jQuery&&(jQuery(window).on("elementor/frontend/init",function(){elementorFrontend.elements.$window.on("elementor/popup/show",glsr_init_elementor);elementorFrontend.hooks.addAction("frontend/element_ready/site_review.default",glsr_init_elementor);elementorFrontend.hooks.addAction("frontend/element_ready/site_reviews.default",glsr_init_elementor);elementorFrontend.hooks.addAction("frontend/element_ready/site_reviews_form.default",glsr_init_elementor);}));"undefined"!==typeof jQuery&&(jQuery(".wc-tabs .reviews_tab a").on("click",function(){setTimeout(function(){GLSR.Event.trigger("site-reviews-themes/swiper/resize")},25)}));
/* ]]> */
});</script>
<script type="text/javascript" src="https://sarahchislon.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js" defer></script>
<script type="text/javascript" src="https://sarahchislon.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14" id="wp-a11y-js" defer></script>
<script type="text/javascript" defer='defer' src="https://sarahchislon.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.7.17" id="gform_json-js"></script>
<script type="text/javascript" id="gform_gravityforms-js-extra">
/* <![CDATA[ */
var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = [];
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/sarahchislon.com\/wp-content\/plugins\/gravityforms\/images"}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/sarahchislon.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/sarahchislon.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"823d0ebe3b2b6bc65aac0c6a02552b87","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://sarahchislon.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.7.17" id="gform_gravityforms-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://sarahchislon.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.7.17" id="gform_placeholder-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://sarahchislon.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=59d951b75d934ae23e0ea7f9776264aa" id="gform_gravityforms_utils-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://sarahchislon.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=4ef53fe41c14a48b294541d9fc37387e" id="gform_gravityforms_theme_vendors-js"></script>
<script type="text/javascript" id="gform_gravityforms_theme-js-extra">
/* <![CDATA[ */
var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"823d0ebe3b2b6bc65aac0c6a02552b87"}}},"hmr_dev":"","public_path":"https:\/\/sarahchislon.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://sarahchislon.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=f4d12a887a23a8c5755fd2b956bc8fcf" id="gform_gravityforms_theme-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
});</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger('gform_post_render', [2, 1]);gform.utils.trigger({ event: 'gform/postRender', native: false, data: { formId: 2, currentPage: 1 } });} ); 
/* ]]> */
});</script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1781201266 -->