<!DOCTYPE html>
<html lang="en-US">
<head><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.3",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(t){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]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),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._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){return new Promise((await this._littleBreath(),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()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,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(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(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">
	<link rel="profile" href="https://gmpg.org/xfn/11"> 
	<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Blog - Writers Workshop</title><link rel="preload" href="https://workshopwriter.com/wp-content/cache/perfmatters/workshopwriter.com/css/page-3702.used.css?ver=1716300480" as="style" /><link rel="stylesheet" id="perfmatters-used-css" href="https://workshopwriter.com/wp-content/cache/perfmatters/workshopwriter.com/css/page-3702.used.css?ver=1716300480" media="all" /><link rel="preload" as="style" href="https://workshopwriter.com/wp-content/cache/perfmatters/workshopwriter.com/fonts/aaf68f81d446.google-fonts.min.css" /><link rel="stylesheet" href="https://workshopwriter.com/wp-content/cache/perfmatters/workshopwriter.com/fonts/aaf68f81d446.google-fonts.min.css" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://workshopwriter.com/wp-content/cache/perfmatters/workshopwriter.com/fonts/aaf68f81d446.google-fonts.min.css" /></noscript>
	<meta name="description" content="The Write Stuff Page" />
	<link rel="canonical" href="https://workshopwriter.com/blog/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Blog - Writers Workshop" />
	<meta property="og:description" content="The Write Stuff Page" />
	<meta property="og:url" content="https://workshopwriter.com/blog/" />
	<meta property="og:site_name" content="Writers Workshop" />
	<meta property="article:modified_time" content="2024-05-23T10:56:42+00:00" />
	<meta property="og:image" content="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_1326028199-min-scaled.jpg" />
	<meta property="og:image:width" content="2560" />
	<meta property="og:image:height" content="1707" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:label1" content="Est. reading time" />
	<meta name="twitter:data1" content="33 minutes" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://workshopwriter.com/blog/","url":"https://workshopwriter.com/blog/","name":"Blog - Writers Workshop","isPartOf":{"@id":"https://workshopwriter.com/#website"},"primaryImageOfPage":{"@id":"https://workshopwriter.com/blog/#primaryimage"},"image":{"@id":"https://workshopwriter.com/blog/#primaryimage"},"thumbnailUrl":"https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_1326028199-min-scaled.jpg","datePublished":"2023-02-10T19:42:43+00:00","dateModified":"2024-05-23T10:56:42+00:00","description":"The Write Stuff Page","breadcrumb":{"@id":"https://workshopwriter.com/blog/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://workshopwriter.com/blog/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://workshopwriter.com/blog/#primaryimage","url":"https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_1326028199-min-scaled.jpg","contentUrl":"https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_1326028199-min-scaled.jpg","width":2560,"height":1707,"caption":"The Write Stuff"},{"@type":"BreadcrumbList","@id":"https://workshopwriter.com/blog/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://workshopwriter.com/"},{"@type":"ListItem","position":2,"name":"Blog"}]},{"@type":"WebSite","@id":"https://workshopwriter.com/#website","url":"https://workshopwriter.com/","name":"Writers Workshop","description":"Build your best book from the ground up","publisher":{"@id":"https://workshopwriter.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://workshopwriter.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://workshopwriter.com/#organization","name":"Writers Workshop","url":"https://workshopwriter.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://workshopwriter.com/#/schema/logo/image/","url":"https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2.png","contentUrl":"https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2.png","width":400,"height":320,"caption":"Writers Workshop"},"image":{"@id":"https://workshopwriter.com/#/schema/logo/image/"}}]}</script>
	<!-- / Yoast SEO plugin. -->




<style id='wp-img-auto-sizes-contain-inline-css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel="stylesheet" id="jet-menu-astra-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/jet-menu/integration/themes/astra/assets/css/style.css?ver=2.4.6">
<link rel="stylesheet" id="astra-theme-css-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/themes/astra/assets/css/minified/frontend.min.css?ver=4.8.7">
<style id='astra-theme-css-inline-css'>
.ast-no-sidebar .entry-content .alignfull {margin-left: calc( -50vw + 50%);margin-right: calc( -50vw + 50%);max-width: 100vw;width: 100vw;}.ast-no-sidebar .entry-content .alignwide {margin-left: calc(-41vw + 50%);margin-right: calc(-41vw + 50%);max-width: unset;width: unset;}.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-no-sidebar .entry-content .alignfull .alignwide,.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-no-sidebar .entry-content .alignwide .alignwide,.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-no-sidebar .entry-content .wp-block-column .alignwide{width: 100%;margin-left: auto;margin-right: auto;}.wp-block-gallery,.blocks-gallery-grid {margin: 0;}.wp-block-separator {max-width: 100px;}.wp-block-separator.is-style-wide,.wp-block-separator.is-style-dots {max-width: none;}.entry-content .has-2-columns .wp-block-column:first-child {padding-right: 10px;}.entry-content .has-2-columns .wp-block-column:last-child {padding-left: 10px;}@media (max-width: 782px) {.entry-content .wp-block-columns .wp-block-column {flex-basis: 100%;}.entry-content .has-2-columns .wp-block-column:first-child {padding-right: 0;}.entry-content .has-2-columns .wp-block-column:last-child {padding-left: 0;}}body .entry-content .wp-block-latest-posts {margin-left: 0;}body .entry-content .wp-block-latest-posts li {list-style: none;}.ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts {margin-left: 0;}.ast-header-break-point .entry-content .alignwide {margin-left: auto;margin-right: auto;}.entry-content .blocks-gallery-item img {margin-bottom: auto;}.wp-block-pullquote {border-top: 4px solid #555d66;border-bottom: 4px solid #555d66;color: #40464d;}:root{--ast-post-nav-space:0;--ast-container-default-xlg-padding:6.67em;--ast-container-default-lg-padding:5.67em;--ast-container-default-slg-padding:4.34em;--ast-container-default-md-padding:3.34em;--ast-container-default-sm-padding:6.67em;--ast-container-default-xs-padding:2.4em;--ast-container-default-xxs-padding:1.4em;--ast-code-block-background:#EEEEEE;--ast-comment-inputs-background:#FAFAFA;--ast-normal-container-width:1200px;--ast-narrow-container-width:750px;--ast-blog-title-font-weight:normal;--ast-blog-meta-weight:inherit;}html{font-size:100%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:'Open Sans',sans-serif;font-weight:400;font-size:16px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}p,.entry-content p{margin-bottom:1em;}h1,.entry-content h1,.entry-content h1 a,h2,.entry-content h2,.entry-content h2 a,h3,.entry-content h3,.entry-content h3 a,h4,.entry-content h4,.entry-content h4 a,h5,.entry-content h5,.entry-content h5 a,h6,.entry-content h6,.entry-content h6 a,.site-title,.site-title a{font-family:'Poppins',sans-serif;font-weight:600;}.site-title{font-size:35px;font-size:2.1875rem;display:none;}header .custom-logo-link img{max-width:120px;width:120px;}.astra-logo-svg{width:120px;}.site-header .site-description{font-size:15px;font-size:0.9375rem;display:none;}.entry-title{font-size:30px;font-size:1.875rem;}.archive .ast-article-post .ast-article-inner,.blog .ast-article-post .ast-article-inner,.archive .ast-article-post .ast-article-inner:hover,.blog .ast-article-post .ast-article-inner:hover{overflow:hidden;}h1,.entry-content h1,.entry-content h1 a{font-size:64px;font-size:4rem;font-family:'Poppins',sans-serif;line-height:1.4em;}h2,.entry-content h2,.entry-content h2 a{font-size:40px;font-size:2.5rem;font-family:'Poppins',sans-serif;line-height:1.3em;}h3,.entry-content h3,.entry-content h3 a{font-size:32px;font-size:2rem;font-family:'Poppins',sans-serif;line-height:1.3em;}h4,.entry-content h4,.entry-content h4 a{font-size:24px;font-size:1.5rem;line-height:1.2em;font-family:'Poppins',sans-serif;}h5,.entry-content h5,.entry-content h5 a{font-size:20px;font-size:1.25rem;line-height:1.2em;font-family:'Poppins',sans-serif;}h6,.entry-content h6,.entry-content h6 a{font-size:16px;font-size:1rem;line-height:1.25em;font-family:'Poppins',sans-serif;}::selection{background-color:var(--ast-global-color-0);color:#000000;}body,h1,.entry-title a,.entry-content h1,.entry-content h1 a,h2,.entry-content h2,.entry-content h2 a,h3,.entry-content h3,.entry-content h3 a,h4,.entry-content h4,.entry-content h4 a,h5,.entry-content h5,.entry-content h5 a,h6,.entry-content h6,.entry-content h6 a{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#000000;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:not(.ast-button):hover,.entry-meta a:not(.ast-button):hover *,.entry-meta a:not(.ast-button):focus,.entry-meta a:not(.ast-button):focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#000000;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-search-menu-icon .search-form button.search-submit{padding:0 4px;}.ast-search-menu-icon form.search-form{padding-right:0;}.ast-search-menu-icon.slide-search input.search-field{width:0;}.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-form,.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus{transition:all 0.2s;}.search-form input.search-field:focus{outline:none;}.widget-title,.widget .wp-block-heading{font-size:22px;font-size:1.375rem;color:var(--ast-global-color-3);}.single .ast-author-details .author-title{color:var(--ast-global-color-1);}.ast-search-menu-icon.slide-search a:focus-visible:focus-visible,.astra-search-icon:focus-visible,#close:focus-visible,a:focus-visible,.ast-menu-toggle:focus-visible,.site .skip-link:focus-visible,.wp-block-loginout input:focus-visible,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.ast-header-navigation-arrow:focus-visible,.woocommerce .wc-proceed-to-checkout > .checkout-button:focus-visible,.woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible,.ast-orders-table__row .ast-orders-table__cell:focus-visible,.woocommerce .woocommerce-order-details .order-again > .button:focus-visible,.woocommerce .woocommerce-message a.button.wc-forward:focus-visible,.woocommerce #minus_qty:focus-visible,.woocommerce #plus_qty:focus-visible,a#ast-apply-coupon:focus-visible,.woocommerce .woocommerce-info a:focus-visible,.woocommerce .astra-shop-summary-wrap a:focus-visible,.woocommerce a.wc-forward:focus-visible,#ast-apply-coupon:focus-visible,.woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible,#close:focus-visible,.button.search-submit:focus-visible,#search_submit:focus,.normal-search:focus-visible,.ast-header-account-wrap:focus-visible,.woocommerce .ast-on-card-button.ast-quick-view-trigger:focus{outline-style:dotted;outline-color:inherit;outline-width:thin;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,input[type="number"]:focus,textarea:focus,.wp-block-search__input:focus,[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,.ast-mobile-popup-drawer.active .menu-toggle-close:focus,.woocommerce-ordering select.orderby:focus,#ast-scroll-top:focus,#coupon_code:focus,.woocommerce-page #comment:focus,.woocommerce #reviews #respond input#submit:focus,.woocommerce a.add_to_cart_button:focus,.woocommerce .button.single_add_to_cart_button:focus,.woocommerce .woocommerce-cart-form button:focus,.woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus,.woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus,.woocommerce #order_comments:focus,.woocommerce #place_order:focus,.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus,.woocommerce .woocommerce-MyAccount-content form button:focus,.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus,.woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus,body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus,#ast-coupon-code:focus,.woocommerce.woocommerce-js .quantity input[type=number]:focus,.woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus,.woocommerce p#ast-coupon-trigger:focus{border-style:dotted;border-color:inherit;border-width:thin;}input{outline:none;}.woocommerce-js input[type=text]:focus,.woocommerce-js input[type=email]:focus,.woocommerce-js textarea:focus,input[type=number]:focus,.comments-area textarea#comment:focus,.comments-area textarea#comment:active,.comments-area .ast-comment-formwrap input[type="text"]:focus,.comments-area .ast-comment-formwrap input[type="text"]:active{outline-style:disable;outline-color:inherit;outline-width:thin;}.site-logo-img img{ transition:all 0.2s linear;}body .ast-oembed-container *{position:absolute;top:0;width:100%;height:100%;left:0;}body .wp-block-embed-pocket-casts .ast-oembed-container *{position:unset;}.ast-single-post-featured-section + article {margin-top: 2em;}.site-content .ast-single-post-featured-section img {width: 100%;overflow: hidden;object-fit: cover;}.site > .ast-single-related-posts-container {margin-top: 0;}@media (min-width: 769px) {.ast-desktop .ast-container--narrow {max-width: var(--ast-narrow-container-width);margin: 0 auto;}}.ast-page-builder-template .hentry {margin: 0;}.ast-page-builder-template .site-content > .ast-container {max-width: 100%;padding: 0;}.ast-page-builder-template .site .site-content #primary {padding: 0;margin: 0;}.ast-page-builder-template .no-results {text-align: center;margin: 4em auto;}.ast-page-builder-template .ast-pagination {padding: 2em;}.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {margin-top: 0;}.ast-page-builder-template .entry-header.ast-header-without-markup {margin-top: 0;margin-bottom: 0;}.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {margin-bottom: 0;}.ast-page-builder-template.single .post-navigation {padding-bottom: 2em;}.ast-page-builder-template.single-post .site-content > .ast-container {max-width: 100%;}.ast-page-builder-template .entry-header {margin-top: 4em;margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;}.single.ast-page-builder-template .entry-header {padding-left: 20px;padding-right: 20px;}.ast-page-builder-template .ast-archive-description {margin: 4em auto 0;padding-left: 20px;padding-right: 20px;}.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide {margin-left: 0;margin-right: 0;}@media (max-width:768.9px){#ast-desktop-header{display:none;}}@media (min-width:769px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (max-width:782px){.entry-content .wp-block-columns .wp-block-column{margin-left:0px;}}.wp-block-image.aligncenter{margin-left:auto;margin-right:auto;}.wp-block-table.aligncenter{margin-left:auto;margin-right:auto;}.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,.ast-outline-button,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button{border-color:var(--ast-global-color-0);border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;font-family:'Poppins',sans-serif;font-weight:500;font-size:14px;font-size:0.875rem;line-height:1em;text-transform:capitalize;letter-spacing:0.5px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover,.ast-outline-button:hover,.ast-outline-button:focus,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:hover,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:focus{background-color:var(--ast-global-color-0);}.wp-block-button .wp-block-button__link.wp-element-button.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link.wp-element-button:not(.has-background),.ast-outline-button{background-color:var(--ast-global-color-0);}.entry-content[data-ast-blocks-layout] > figure{margin-bottom:1em;}.review-rating{display:flex;align-items:center;order:2;}@media (max-width:768px){.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (min-width:769px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}.elementor-button-wrapper .elementor-button{border-style:solid;text-decoration:none;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;}body .elementor-button.elementor-size-sm,body .elementor-button.elementor-size-xs,body .elementor-button.elementor-size-md,body .elementor-button.elementor-size-lg,body .elementor-button.elementor-size-xl,body .elementor-button{border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;padding-top:18px;padding-right:22px;padding-bottom:18px;padding-left:22px;}.elementor-button-wrapper .elementor-button{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus{color:var(--ast-global-color-5);background-color:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.wp-block-button .wp-block-button__link ,.elementor-button-wrapper .elementor-button,.elementor-button-wrapper .elementor-button:visited{color:var(--ast-global-color-5);}.elementor-button-wrapper .elementor-button{font-family:'Poppins',sans-serif;font-weight:500;font-size:14px;font-size:0.875rem;line-height:1em;text-transform:capitalize;letter-spacing:0.5px;}body .elementor-button.elementor-size-sm,body .elementor-button.elementor-size-xs,body .elementor-button.elementor-size-md,body .elementor-button.elementor-size-lg,body .elementor-button.elementor-size-xl,body .elementor-button{font-size:14px;font-size:0.875rem;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:var(--ast-global-color-5);background-color:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.elementor-widget-heading h1.elementor-heading-title{line-height:1.4em;}.elementor-widget-heading h2.elementor-heading-title{line-height:1.3em;}.elementor-widget-heading h3.elementor-heading-title{line-height:1.3em;}.elementor-widget-heading h4.elementor-heading-title{line-height:1.2em;}.elementor-widget-heading h5.elementor-heading-title{line-height:1.2em;}.elementor-widget-heading h6.elementor-heading-title{line-height:1.25em;}.wp-block-button .wp-block-button__link{border-style:solid;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:var(--ast-global-color-5);font-family:'Poppins',sans-serif;font-weight:500;line-height:1em;text-transform:capitalize;letter-spacing:0.5px;font-size:14px;font-size:0.875rem;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;padding-top:18px;padding-right:22px;padding-bottom:18px;padding-left:22px;}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"]{border-style:solid;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;color:var(--ast-global-color-5);border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);padding-top:18px;padding-right:22px;padding-bottom:18px;padding-left:22px;font-family:'Poppins',sans-serif;font-weight:500;font-size:14px;font-size:0.875rem;line-height:1em;text-transform:capitalize;letter-spacing:0.5px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{color:var(--ast-global-color-5);background-color:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}@media (max-width:768px){.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}} #ast-mobile-header .ast-site-header-cart-li a{pointer-events:none;}body,.ast-separate-container{background-color:var(--ast-global-color-4);background-image:none;}.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -6.67em;margin-right: -6.67em;width: auto;}@media (max-width: 1200px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -2.4em;margin-right: -2.4em;}}@media (max-width: 768px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -2.14em;margin-right: -2.14em;}}@media (max-width: 544px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -1em;margin-right: -1em;}}.ast-no-sidebar.ast-separate-container .entry-content .alignwide {margin-left: -20px;margin-right: -20px;}.ast-no-sidebar.ast-separate-container .entry-content .wp-block-column .alignfull,.ast-no-sidebar.ast-separate-container .entry-content .wp-block-column .alignwide {margin-left: auto;margin-right: auto;width: 100%;}@media (max-width:768px){.site-title{display:none;}.site-header .site-description{display:none;}h1,.entry-content h1,.entry-content h1 a{font-size:56px;}h2,.entry-content h2,.entry-content h2 a{font-size:32px;}h3,.entry-content h3,.entry-content h3 a{font-size:28px;}h4,.entry-content h4,.entry-content h4 a{font-size:24px;font-size:1.5rem;}h5,.entry-content h5,.entry-content h5 a{font-size:20px;font-size:1.25rem;}h6,.entry-content h6,.entry-content h6 a{font-size:16px;font-size:1rem;}}@media (max-width:544px){.site-title{display:none;}.site-header .site-description{display:none;}h1,.entry-content h1,.entry-content h1 a{font-size:32px;}h2,.entry-content h2,.entry-content h2 a{font-size:24px;}h3,.entry-content h3,.entry-content h3 a{font-size:22px;}h4,.entry-content h4,.entry-content h4 a{font-size:20px;font-size:1.25rem;}h5,.entry-content h5,.entry-content h5 a{font-size:18px;font-size:1.125rem;}h6,.entry-content h6,.entry-content h6 a{font-size:15px;font-size:0.9375rem;}}@media (max-width:768px){html{font-size:91.2%;}}@media (max-width:544px){html{font-size:91.2%;}}@media (min-width:769px){.ast-container{max-width:1240px;}}@font-face {font-family: "Astra";src: url(https://workshopwriter.com/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://workshopwriter.com/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://workshopwriter.com/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");font-weight: normal;font-style: normal;font-display: fallback;}@media (min-width:769px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-2px;}}.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill,.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{border:none;}.site .comments-area{padding-bottom:3em;}.footer-widget-area[data-section^="section-fb-html-"] .ast-builder-html-element{text-align:center;}.astra-icon-down_arrow::after {content: "\e900";font-family: Astra;}.astra-icon-close::after {content: "\e5cd";font-family: Astra;}.astra-icon-drag_handle::after {content: "\e25d";font-family: Astra;}.astra-icon-format_align_justify::after {content: "\e235";font-family: Astra;}.astra-icon-menu::after {content: "\e5d2";font-family: Astra;}.astra-icon-reorder::after {content: "\e8fe";font-family: Astra;}.astra-icon-search::after {content: "\e8b6";font-family: Astra;}.astra-icon-zoom_in::after {content: "\e56b";font-family: Astra;}.astra-icon-check-circle::after {content: "\e901";font-family: Astra;}.astra-icon-shopping-cart::after {content: "\f07a";font-family: Astra;}.astra-icon-shopping-bag::after {content: "\f290";font-family: Astra;}.astra-icon-shopping-basket::after {content: "\f291";font-family: Astra;}.astra-icon-circle-o::after {content: "\e903";font-family: Astra;}.astra-icon-certificate::after {content: "\e902";font-family: Astra;}blockquote {padding: 1.2em;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#2db9a0;--ast-global-color-1:#1c1b50;--ast-global-color-2:#1a1a1a;--ast-global-color-3:#6e7180;--ast-global-color-4:#e2e5e7;--ast-global-color-5:#ffffff;--ast-global-color-6:#3c3c3c;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}:root {--ast-border-color : #dddddd;}.ast-single-entry-banner {-js-display: flex;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;background: #eeeeee;}.ast-single-entry-banner[data-banner-layout="layout-1"] {max-width: 1200px;background: inherit;padding: 20px 0;}.ast-single-entry-banner[data-banner-width-type="custom"] {margin: 0 auto;width: 100%;}.ast-single-entry-banner + .site-content .entry-header {margin-bottom: 0;}.site .ast-author-avatar {--ast-author-avatar-size: ;}a.ast-underline-text {text-decoration: underline;}.ast-container > .ast-terms-link {position: relative;display: block;}a.ast-button.ast-badge-tax {padding: 4px 8px;border-radius: 3px;font-size: inherit;}header.entry-header .entry-title{font-size:30px;font-size:1.875rem;}header.entry-header > *:not(:last-child){margin-bottom:10px;}.ast-archive-entry-banner {-js-display: flex;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;background: #eeeeee;}.ast-archive-entry-banner[data-banner-width-type="custom"] {margin: 0 auto;width: 100%;}.ast-archive-entry-banner[data-banner-layout="layout-1"] {background: inherit;padding: 20px 0;text-align: left;}body.archive .ast-archive-description{max-width:1200px;width:100%;text-align:left;padding-top:3em;padding-right:3em;padding-bottom:3em;padding-left:3em;}body.archive .ast-archive-description .ast-archive-title,body.archive .ast-archive-description .ast-archive-title *{font-size:40px;font-size:2.5rem;}body.archive .ast-archive-description > *:not(:last-child){margin-bottom:10px;}@media (max-width:768px){body.archive .ast-archive-description{text-align:left;}}@media (max-width:544px){body.archive .ast-archive-description{text-align:left;}}.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg{width:120px;}.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img{ max-width:120px; width:120px;}@media (min-width:768px){.ast-theme-transparent-header #masthead{position:absolute;left:0;right:0;}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{background:none;}body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead,body.brz-ed.ast-theme-transparent-header #masthead{z-index:0;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link{display:none;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block;}.ast-theme-transparent-header .ast-above-header,.ast-theme-transparent-header .ast-above-header.ast-above-header-bar{background-image:none;background-color:transparent;}.ast-theme-transparent-header .ast-below-header,.ast-theme-transparent-header .ast-below-header.ast-below-header-bar{background-image:none;background-color:transparent;}}.ast-theme-transparent-header .ast-builder-menu .main-header-menu,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link,.ast-theme-transparent-header .ast-masthead-custom-menu-items,.ast-theme-transparent-header .ast-masthead-custom-menu-items a,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-above-header-navigation a,.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation a,.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation > ul.ast-above-header-menu > .menu-item-has-children:not(.current-menu-item) > .ast-menu-toggle,.ast-theme-transparent-header .ast-below-header-menu,.ast-theme-transparent-header .ast-below-header-menu a,.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu a,.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu,.ast-theme-transparent-header .main-header-menu .menu-link{color:var(--ast-global-color-5);}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link{color:var(--ast-global-color-4);}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link{background-color:transparent;}@media (max-width:768px){.ast-theme-transparent-header #masthead{position:absolute;left:0;right:0;}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{background:none;}body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead,body.brz-ed.ast-theme-transparent-header #masthead{z-index:0;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link{display:none;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block;}.ast-theme-transparent-header .ast-above-header,.ast-theme-transparent-header .ast-above-header.ast-above-header-bar{background-image:none;background-color:transparent;}.ast-theme-transparent-header .ast-below-header,.ast-theme-transparent-header .ast-below-header.ast-below-header-bar{background-image:none;background-color:transparent;}}@media (max-width:768px){.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu .main-header-menu,.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu.main-header-menu .sub-menu,.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu.main-header-menu,.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu .main-header-bar-wrap .main-header-menu,.ast-flyout-menu-enable.ast-header-break-point.ast-theme-transparent-header .main-header-bar-navigation .site-navigation,.ast-fullscreen-menu-enable.ast-header-break-point.ast-theme-transparent-header .main-header-bar-navigation .site-navigation,.ast-flyout-above-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation-wrap .ast-above-header-navigation,.ast-flyout-below-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-below-header-navigation-wrap .ast-below-header-actual-nav,.ast-fullscreen-above-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation-wrap,.ast-fullscreen-below-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-below-header-navigation-wrap,.ast-theme-transparent-header .main-header-menu .menu-link{background-color:var(--ast-global-color-5);}.ast-theme-transparent-header .ast-builder-menu .main-header-menu,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link,.ast-theme-transparent-header .ast-masthead-custom-menu-items,.ast-theme-transparent-header .ast-masthead-custom-menu-items a,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-link{color:var(--ast-global-color-2);}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link{color:var(--ast-global-color-1);}}.ast-theme-transparent-header #ast-desktop-header > .ast-main-header-wrap > .main-header-bar,.ast-theme-transparent-header.ast-header-break-point #ast-mobile-header > .ast-main-header-wrap > .main-header-bar{border-bottom-width:0px;border-bottom-style:solid;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;text-decoration:none;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:"\00bb";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}@media (max-width:768px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 / -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 / -1;}}.ast-builder-layout-element[data-section="title_tagline"]{display:flex;}@media (max-width:768px){.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:1px;border-bottom-width:1px;border-right-width:1px;border-left-width:1px;border-color:var(--ast-global-color-5);border-style:solid;}.ast-builder-menu-1 .sub-menu .sub-menu{top:-1px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 1px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:768px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .inline-on-mobile .menu-item.menu-item-has-children > .ast-menu-toggle{right:-15px;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:768px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section="section-below-footer-builder"]{background-image:none;min-height:80px;border-style:solid;border-width:0px;border-top-width:1px;border-top-color:var(--ast-global-color-3);}.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{max-width:1200px;min-height:80px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-2-equal .ast-builder-grid-row{grid-template-columns:repeat( 2,1fr );}@media (max-width:768px){.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row{grid-template-columns:repeat( 2,1fr );}}@media (max-width:544px){.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section="section-below-footer-builder"]{padding-top:30px;padding-bottom:30px;}@media (max-width:768px){.site-below-footer-wrap[data-section="section-below-footer-builder"]{padding-left:30px;padding-right:30px;}}.site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}@media (max-width:768px){.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}}.ast-builder-html-element img.alignnone{display:inline-block;}.ast-builder-html-element p:first-child{margin-top:0;}.ast-builder-html-element p:last-child{margin-bottom:0;}.ast-header-break-point .main-header-bar .ast-builder-html-element{line-height:1.85714285714286;}.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element{color:var(--ast-global-color-4);font-size:14px;font-size:0.875rem;}.footer-widget-area[data-section="section-fb-html-1"]{font-size:14px;font-size:0.875rem;}.footer-widget-area[data-section="section-fb-html-1"]{display:block;}@media (max-width:768px){.ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"]{display:block;}}@media (max-width:544px){.ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"]{display:block;}}.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element{text-align:right;}@media (max-width:768px){.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element{text-align:right;}}@media (max-width:544px){.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element{text-align:center;}}.ast-footer-copyright{text-align:left;}.ast-footer-copyright {color:var(--ast-global-color-4);}@media (max-width:768px){.ast-footer-copyright{text-align:left;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright {font-size:14px;font-size:0.875rem;}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:768px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}.ast-social-stack-desktop .ast-builder-social-element,.ast-social-stack-tablet .ast-builder-social-element,.ast-social-stack-mobile .ast-builder-social-element {margin-top: 6px;margin-bottom: 6px;}.social-show-label-true .ast-builder-social-element {width: auto;padding: 0 0.4em;}[data-section^="section-fb-social-icons-"] .footer-social-inner-wrap {text-align: center;}.ast-footer-social-wrap {width: 100%;}.ast-footer-social-wrap .ast-builder-social-element:first-child {margin-left: 0;}.ast-footer-social-wrap .ast-builder-social-element:last-child {margin-right: 0;}.ast-header-social-wrap .ast-builder-social-element:first-child {margin-left: 0;}.ast-header-social-wrap .ast-builder-social-element:last-child {margin-right: 0;}.ast-builder-social-element {line-height: 1;color: #3a3a3a;background: transparent;vertical-align: middle;transition: all 0.01s;margin-left: 6px;margin-right: 6px;justify-content: center;align-items: center;}.ast-builder-social-element {line-height: 1;color: #3a3a3a;background: transparent;vertical-align: middle;transition: all 0.01s;margin-left: 6px;margin-right: 6px;justify-content: center;align-items: center;}.ast-builder-social-element .social-item-label {padding-left: 6px;}.ast-footer-social-1-wrap .ast-builder-social-element,.ast-footer-social-1-wrap .social-show-label-true .ast-builder-social-element{margin-left:7px;margin-right:7px;padding:8px;}.ast-footer-social-1-wrap .ast-builder-social-element svg{width:18px;height:18px;}.ast-footer-social-1-wrap .ast-social-icon-image-wrap{margin:8px;}.ast-footer-social-1-wrap .ast-social-color-type-custom svg{fill:var(--ast-global-color-5);}.ast-footer-social-1-wrap .ast-builder-social-element{background:var(--ast-global-color-0);}.ast-footer-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover{color:var(--ast-global-color-5);background:var(--ast-global-color-1);}.ast-footer-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover svg{fill:var(--ast-global-color-5);}.ast-footer-social-1-wrap .ast-social-color-type-custom .social-item-label{color:var(--ast-global-color-5);}.ast-footer-social-1-wrap .ast-builder-social-element:hover .social-item-label{color:var(--ast-global-color-5);}[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap{text-align:left;}@media (max-width:768px){.ast-footer-social-1-wrap{margin-left:67px;}[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap{text-align:left;}}@media (max-width:544px){.ast-footer-social-1-wrap{margin-left:0px;}[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap{text-align:left;}}.ast-builder-layout-element[data-section="section-fb-social-icons-1"]{display:flex;}@media (max-width:768px){.ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"]{display:flex;}}.site-footer{background-color:var(--ast-global-color-1);background-image:none;}.site-primary-footer-wrap{padding-top:45px;padding-bottom:45px;}.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{background-image:none;border-style:solid;border-width:0px;border-top-width:1px;border-top-color:#e6e6e6;}.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section{align-items:flex-start;}.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-4-equal .ast-builder-grid-row{grid-template-columns:repeat( 4,1fr );}@media (max-width:768px){.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row{grid-template-columns:repeat( 2,1fr );}}@media (max-width:544px){.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{padding-top:80px;padding-bottom:80px;}@media (max-width:768px){.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{padding-top:50px;padding-bottom:50px;padding-left:30px;padding-right:60px;}}.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{display:grid;}@media (max-width:768px){.ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"]{display:grid;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner{text-align:left;}@media (max-width:768px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner{text-align:left;}}@media (max-width:544px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner{text-align:left;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner{text-align:left;}@media (max-width:768px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner{text-align:left;}}@media (max-width:544px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner{text-align:left;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner{text-align:left;}@media (max-width:768px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner{text-align:left;}}@media (max-width:544px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner{text-align:left;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner{text-align:left;}@media (max-width:768px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner{text-align:left;}}@media (max-width:544px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner{text-align:left;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner{color:var(--ast-global-color-5);font-size:14px;font-size:0.875rem;}.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"]{display:block;}@media (max-width:768px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"]{display:block;}}@media (max-width:544px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"]{display:block;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a{color:var(--ast-global-color-5);}.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a:hover{color:var(--ast-global-color-4);}.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-title,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h1,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h1,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h2,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h2,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h3,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h3,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h4,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h4,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h5,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h5,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h6,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h6{color:var(--ast-global-color-5);}.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]{display:block;}@media (max-width:768px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]{display:block;}}@media (max-width:544px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]{display:block;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner a{color:var(--ast-global-color-5);}.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner a:hover{color:var(--ast-global-color-4);}.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-title,.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h1,.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h1,.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h2,.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h2,.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h3,.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h3,.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h4,.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h4,.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h5,.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h5,.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h6,.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h6{color:var(--ast-global-color-5);}.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]{display:block;}@media (max-width:768px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]{display:block;}}@media (max-width:544px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]{display:block;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner{color:var(--ast-global-color-4);font-size:14px;font-size:0.875rem;}.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-title,.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h1,.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-area h1,.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h2,.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-area h2,.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h3,.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-area h3,.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h4,.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-area h4,.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h5,.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-area h5,.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h6,.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-area h6{color:var(--ast-global-color-5);}.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"]{display:block;}@media (max-width:768px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"]{display:block;}}@media (max-width:544px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"]{display:block;}}.elementor-widget-heading .elementor-heading-title{margin:0;}.elementor-page .ast-menu-toggle{color:unset !important;background:unset !important;}.elementor-post.elementor-grid-item.hentry{margin-bottom:0;}.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.elementor-element .elementor-wc-products .woocommerce[class*='columns-'] ul.products li.product{width:auto;margin:0;float:none;}body .elementor hr{background-color:#ccc;margin:0;}.ast-left-sidebar .elementor-section.elementor-section-stretched,.ast-right-sidebar .elementor-section.elementor-section-stretched{max-width:100%;left:0 !important;}.elementor-posts-container [CLASS*="ast-width-"]{width:100%;}.elementor-template-full-width .ast-container{display:block;}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{top:0 !important;}@media (max-width:544px){.elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product{width:auto;margin:0;}.elementor-element .woocommerce .woocommerce-result-count{float:none;}}.ast-desktop .ast-mega-menu-enabled .ast-builder-menu-1 div:not( .astra-full-megamenu-wrapper) .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu,.ast-desktop .ast-builder-menu-1 .astra-full-megamenu-wrapper,.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu{box-shadow:0px 4px 10px -2px rgba(0,0,0,0.1);}.ast-desktop .ast-mobile-popup-drawer.active .ast-mobile-popup-inner{max-width:35%;}@media (max-width:768px){.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{max-width:90%;}}@media (max-width:544px){.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{max-width:90%;}}.ast-header-break-point .main-header-bar{border-bottom-width:0px;}@media (min-width:769px){.main-header-bar{border-bottom-width:0px;}}.ast-flex{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}.main-header-bar{padding:1em 0;}.ast-site-identity{padding:0;}.header-main-layout-1 .ast-flex.main-header-container,.header-main-layout-3 .ast-flex.main-header-container{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}.header-main-layout-1 .ast-flex.main-header-container,.header-main-layout-3 .ast-flex.main-header-container{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}.main-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%) rotate(270deg);}.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children > .ast-menu-toggle::before,.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before,.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before,.ast-header-break-point .ast-mobile-header-wrap .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before{font-weight:bold;content:"\e900";font-family:Astra;text-decoration:inherit;display:inline-block;}.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before{content:"\e900";font-family:Astra;font-size:.65em;text-decoration:inherit;display:inline-block;transform:translate(0,-2px) rotateZ(270deg);margin-right:5px;}.widget_search .search-form:after{font-family:Astra;font-size:1.2em;font-weight:normal;content:"\e8b6";position:absolute;top:50%;right:15px;transform:translate(0,-50%);}.astra-search-icon::before{content:"\e8b6";font-family:Astra;font-style:normal;font-weight:normal;text-decoration:inherit;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:3;}.main-header-bar .main-header-bar-navigation .page_item_has_children > a:after,.main-header-bar .main-header-bar-navigation .menu-item-has-children > a:after,.menu-item-has-children .ast-header-navigation-arrow:after{content:"\e900";display:inline-block;font-family:Astra;font-size:.6rem;font-weight:bold;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;line-height:normal;}.menu-item-has-children .sub-menu .ast-header-navigation-arrow:after{margin-left:0;}.ast-mobile-popup-drawer .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg);}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .menu-link:after{display:none;}@media (min-width:769px){.ast-builder-menu .main-navigation > ul > li:last-child a{margin-right:0;}}.ast-separate-container .ast-article-inner{background-color:var(--ast-global-color-5);background-image:none;}.ast-separate-container .ast-article-single:not(.ast-related-post),.woocommerce.ast-separate-container .ast-woocommerce-container,.ast-separate-container .error-404,.ast-separate-container .no-results,.single.ast-separate-container.ast-author-meta,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .comments-count-wrapper,.ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content,.ast-separate-container .ast-archive-description,.ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li,.ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);background-image:none;}.ast-separate-container.ast-two-container #secondary .widget{background-color:var(--ast-global-color-5);background-image:none;}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);right: auto;}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:;;}.ast-mobile-header-wrap .ast-mobile-header-content,.ast-desktop-header-content{background-color:;;}.ast-mobile-popup-content > *,.ast-mobile-header-content > *,.ast-desktop-popup-content > *,.ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar{padding-left:20px;padding-right:20px;}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:0px;border-bottom-style:solid;}@media (min-width:769px){.ast-primary-header-bar{border-bottom-width:0px;border-bottom-style:solid;}}.ast-primary-header-bar{display:block;}@media (max-width:768px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill{color:var(--ast-global-color-5);border:none;background:var(--ast-global-color-0);border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-5);}[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-5);}:root{--e-global-color-astglobalcolor0:#2db9a0;--e-global-color-astglobalcolor1:#1c1b50;--e-global-color-astglobalcolor2:#1a1a1a;--e-global-color-astglobalcolor3:#6e7180;--e-global-color-astglobalcolor4:#e2e5e7;--e-global-color-astglobalcolor5:#ffffff;--e-global-color-astglobalcolor6:#3c3c3c;--e-global-color-astglobalcolor7:#424242;--e-global-color-astglobalcolor8:#000000;}
/*# sourceURL=astra-theme-css-inline-css */
</style>

<link rel="stylesheet" id="xoo-aff-style-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css/xoo-aff-style.css?ver=2.2.0">
<style id='xoo-aff-style-inline-css'>

.xoo-aff-input-group .xoo-aff-input-icon{
	background-color:  #eee;
	color: #555;
	max-width: 40px;
	min-width: 40px;
	border-color: #cccccc;
	border-width: 1px;
	font-size: 14px;
}
.xoo-aff-group{
	margin-bottom: 30px;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"]{
	background-color: #fff;
	color: #777;
	border-width: 1px;
	border-color: #cccccc;
	height: 50px;
}


.xoo-aff-group input[type="file"]{
	line-height: calc(50px - 13px);
}



.xoo-aff-group input[type="text"]::placeholder, .xoo-aff-group input[type="password"]::placeholder, .xoo-aff-group input[type="email"]::placeholder, .xoo-aff-group input[type="number"]::placeholder, .xoo-aff-group select::placeholder, .xoo-aff-group input[type="tel"]::placeholder, .xoo-aff-group .select2-selection__rendered, .xoo-aff-group .select2-container--default .select2-selection--single .select2-selection__rendered, .xoo-aff-group input[type="file"]::placeholder, .xoo-aff-group input::file-selector-button{
	color: #777;
}

.xoo-aff-group input[type="text"]:focus, .xoo-aff-group input[type="password"]:focus, .xoo-aff-group input[type="email"]:focus, .xoo-aff-group input[type="number"]:focus, .xoo-aff-group select:focus, .xoo-aff-group select + .select2:focus, .xoo-aff-group input[type="tel"]:focus, .xoo-aff-group input[type="file"]:focus{
	background-color: #ededed;
	color: #000;
}

[placeholder]:focus::-webkit-input-placeholder{
	color: #000!important;
}


.xoo-aff-input-icon + input[type="text"], .xoo-aff-input-icon + input[type="password"], .xoo-aff-input-icon + input[type="email"], .xoo-aff-input-icon + input[type="number"], .xoo-aff-input-icon + select, .xoo-aff-input-icon + select + .select2,  .xoo-aff-input-icon + input[type="tel"], .xoo-aff-input-icon + input[type="file"]{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}


body:not(.rtl) .xoo-aff-input-group .xoo-aff-input-icon{
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

body.rtl .xoo-aff-auto-fetch-loc{
    text-align: left;
}

body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

body.rtl .xoo-aff-input-icon + input, body.rtl .xoo-aff-input-icon + select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px!important;
    border-top-left-radius: 4px!important;
}

body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
    border-left: 0;
}

/*# sourceURL=xoo-aff-style-inline-css */
</style>
<link rel="stylesheet" id="xoo-aff-font-awesome5-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/all.min.css?ver=6.9.4">
<link rel="stylesheet" id="jet-engine-frontend-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/jet-engine/assets/css/frontend.css?ver=3.6.0.1">
<style id='global-styles-inline-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--color--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 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--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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: var(--wp--custom--ast-content-width-size);--wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size); }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}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;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel="stylesheet" id="cookie-notice-front-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/cookie-notice/css/front.min.css?ver=2.5.14">
<link rel="stylesheet" id="woocommerce-layout-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css?ver=4.8.7">
<link rel="stylesheet" id="woocommerce-smallscreen-css" media="only screen and (max-width: 768px)" data-pmdelayedstyle="https://workshopwriter.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css?ver=4.8.7">
<link rel="stylesheet" id="woocommerce-general-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css?ver=4.8.7">
<style id='woocommerce-general-inline-css'>

					.woocommerce-js a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
						font-size: 100%;
						line-height: 1;
						text-decoration: none;
						overflow: visible;
						padding: 0.5em 0.75em;
						font-weight: 700;
						border-radius: 3px;
						color: $secondarytext;
						background-color: $secondary;
						border: 0;
					}
					.woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
						background-color: #dad8da;
						background-image: none;
						color: #515151;
					}
				#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3){font-size:1.2rem;padding:20px 0 14px;margin:0 0 20px;border-bottom:1px solid var(--ast-border-color);font-weight:700;}form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading){border-width:2px 2px 0 2px;border-style:solid;font-size:1.2rem;margin:0;padding:1.5em 1.5em 1em;border-color:var(--ast-border-color);font-weight:700;}.woocommerce-Address h3, .cart-collaterals h2{font-size:1.2rem;padding:.7em 1em;}.woocommerce-cart .cart-collaterals .cart_totals>h2{font-weight:700;}form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review){padding:0 2em;border-width:0 2px 2px;border-style:solid;border-color:var(--ast-border-color);}ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li){margin:0;padding:0.25em 0 0.25em 22px;text-indent:-22px;list-style:none outside;}.woocommerce span.onsale, .wc-block-grid__product .wc-block-grid__product-onsale{background-color:var(--ast-global-color-0);color:#000000;}.woocommerce-message, .woocommerce-info{border-top-color:var(--ast-global-color-0);}.woocommerce-message::before,.woocommerce-info::before{color:var(--ast-global-color-0);}.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .widget_layered_nav_filters ul li.chosen a, .woocommerce-page ul.products li.product .ast-woo-product-category, .wc-layered-nav-rating a{color:var(--ast-global-color-3);}.woocommerce nav.woocommerce-pagination ul,.woocommerce nav.woocommerce-pagination ul li{border-color:var(--ast-global-color-0);}.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{background:var(--ast-global-color-0);color:var(--ast-global-color-5);}.woocommerce-MyAccount-navigation-link.is-active a{color:var(--ast-global-color-1);}.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:var(--ast-global-color-0);}.woocommerce .star-rating, .woocommerce .comment-form-rating .stars a, .woocommerce .star-rating::before{color:var(--ast-global-color-3);}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,  .woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before{background:var(--ast-global-color-0);}.woocommerce .woocommerce-cart-form button[name="update_cart"]:disabled{color:var(--ast-global-color-5);}.woocommerce #content table.cart .button[name="apply_coupon"], .woocommerce-page #content table.cart .button[name="apply_coupon"]{padding:10px 40px;}.woocommerce table.cart td.actions .button, .woocommerce #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button{line-height:1;border-width:1px;border-style:solid;}.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button{line-height:1.3;}.woocommerce-js a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce-js a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button,.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .wc-block-grid__product-onsale{color:var(--ast-global-color-5);border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}.woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce .woocommerce-message a.button:hover,.woocommerce #respond input#submit:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce-js a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce button.button.alt.disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover{color:var(--ast-global-color-5);border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}.woocommerce-js a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce-js a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button,.woocommerce-cart table.cart td.actions .button, .woocommerce form.checkout_coupon .button, .woocommerce #respond input#submit, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link{border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;padding-top:18px;padding-right:22px;padding-bottom:18px;padding-left:22px;}.woocommerce ul.products li.product a, .woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover{text-decoration:none;}.woocommerce .up-sells h2, .woocommerce .related.products h2, .woocommerce .woocommerce-tabs h2{font-size:1.5rem;}.woocommerce h2, .woocommerce-account h2{font-size:1.625rem;}.woocommerce ul.product-categories > li ul li:before{content:"\e900";padding:0 5px 0 5px;display:inline-block;font-family:Astra;transform:rotate(-90deg);font-size:0.7rem;}.ast-site-header-cart i.astra-icon:before{font-family:Astra;}.ast-icon-shopping-cart:before{content:"\f07a";}.ast-icon-shopping-bag:before{content:"\f290";}.ast-icon-shopping-basket:before{content:"\f291";}.ast-icon-shopping-cart svg{height:.82em;}.ast-icon-shopping-bag svg{height:1em;width:1em;}.ast-icon-shopping-basket svg{height:1.15em;width:1.2em;}.ast-site-header-cart.ast-menu-cart-outline .ast-addon-cart-wrap, .ast-site-header-cart.ast-menu-cart-fill .ast-addon-cart-wrap {line-height:1;}.ast-site-header-cart.ast-menu-cart-fill i.astra-icon{ font-size:1.1em;}li.woocommerce-custom-menu-item .ast-site-header-cart i.astra-icon:after{ padding-left:2px;}.ast-hfb-header .ast-addon-cart-wrap{ padding:0.4em;}.ast-header-break-point.ast-header-custom-item-outside .ast-woo-header-cart-info-wrap{ display:none;}.ast-site-header-cart i.astra-icon:after{ background:var(--ast-global-color-0);}@media (min-width:545px) and (max-width:768px){.woocommerce.tablet-columns-6 ul.products li.product, .woocommerce-page.tablet-columns-6 ul.products li.product{width:calc(16.66% - 16.66px);}.woocommerce.tablet-columns-5 ul.products li.product, .woocommerce-page.tablet-columns-5 ul.products li.product{width:calc(20% - 16px);}.woocommerce.tablet-columns-4 ul.products li.product, .woocommerce-page.tablet-columns-4 ul.products li.product{width:calc(25% - 15px);}.woocommerce.tablet-columns-3 ul.products li.product, .woocommerce-page.tablet-columns-3 ul.products li.product{width:calc(33.33% - 14px);}.woocommerce.tablet-columns-2 ul.products li.product, .woocommerce-page.tablet-columns-2 ul.products li.product{width:calc(50% - 10px);}.woocommerce.tablet-columns-1 ul.products li.product, .woocommerce-page.tablet-columns-1 ul.products li.product{width:100%;}.woocommerce div.product .related.products ul.products li.product{width:calc(33.33% - 14px);}}@media (min-width:545px) and (max-width:768px){.woocommerce[class*="columns-"].columns-3 > ul.products li.product, .woocommerce[class*="columns-"].columns-4 > ul.products li.product, .woocommerce[class*="columns-"].columns-5 > ul.products li.product, .woocommerce[class*="columns-"].columns-6 > ul.products li.product{width:calc(33.33% - 14px);margin-right:20px;}.woocommerce[class*="columns-"].columns-3 > ul.products li.product:nth-child(3n), .woocommerce[class*="columns-"].columns-4 > ul.products li.product:nth-child(3n), .woocommerce[class*="columns-"].columns-5 > ul.products li.product:nth-child(3n), .woocommerce[class*="columns-"].columns-6 > ul.products li.product:nth-child(3n){margin-right:0;clear:right;}.woocommerce[class*="columns-"].columns-3 > ul.products li.product:nth-child(3n+1), .woocommerce[class*="columns-"].columns-4 > ul.products li.product:nth-child(3n+1), .woocommerce[class*="columns-"].columns-5 > ul.products li.product:nth-child(3n+1), .woocommerce[class*="columns-"].columns-6 > ul.products li.product:nth-child(3n+1){clear:left;}.woocommerce[class*="columns-"] ul.products li.product:nth-child(n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(n){margin-right:20px;clear:none;}.woocommerce.tablet-columns-2 ul.products li.product:nth-child(2n), .woocommerce-page.tablet-columns-2 ul.products li.product:nth-child(2n), .woocommerce.tablet-columns-3 ul.products li.product:nth-child(3n), .woocommerce-page.tablet-columns-3 ul.products li.product:nth-child(3n), .woocommerce.tablet-columns-4 ul.products li.product:nth-child(4n), .woocommerce-page.tablet-columns-4 ul.products li.product:nth-child(4n), .woocommerce.tablet-columns-5 ul.products li.product:nth-child(5n), .woocommerce-page.tablet-columns-5 ul.products li.product:nth-child(5n), .woocommerce.tablet-columns-6 ul.products li.product:nth-child(6n), .woocommerce-page.tablet-columns-6 ul.products li.product:nth-child(6n){margin-right:0;clear:right;}.woocommerce.tablet-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce-page.tablet-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce.tablet-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce-page.tablet-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce.tablet-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce-page.tablet-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce.tablet-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce-page.tablet-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce.tablet-columns-6 ul.products li.product:nth-child(6n+1), .woocommerce-page.tablet-columns-6 ul.products li.product:nth-child(6n+1){clear:left;}.woocommerce div.product .related.products ul.products li.product:nth-child(3n), .woocommerce-page.tablet-columns-1 .site-main ul.products li.product{margin-right:0;clear:right;}.woocommerce div.product .related.products ul.products li.product:nth-child(3n+1){clear:left;}}@media (min-width:769px){.woocommerce form.checkout_coupon{width:50%;}.woocommerce #reviews #comments{float:left;}.woocommerce #reviews #review_form_wrapper{float:right;}}@media (max-width:768px){.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack.ast-no-menu-items .ast-site-header-cart, .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3.ast-mobile-header-stack.ast-no-menu-items .ast-site-header-cart{padding-right:0;padding-left:0;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack .main-header-bar{text-align:center;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack .ast-site-header-cart, .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack .ast-mobile-menu-buttons{display:inline-block;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-2.ast-mobile-header-inline .site-branding{flex:auto;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3.ast-mobile-header-stack .site-branding{flex:0 0 100%;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3.ast-mobile-header-stack .main-header-container{display:flex;justify-content:center;}.woocommerce-cart .woocommerce-shipping-calculator .button{width:100%;}.woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary{float:none;width:100%;}.woocommerce-cart table.cart td.actions .ast-return-to-shop{display:block;text-align:center;margin-top:1em;}}@media (max-width:544px){.ast-separate-container .ast-woocommerce-container{padding:.54em 1em 1.33333em;}.woocommerce-message, .woocommerce-error, .woocommerce-info{display:flex;flex-wrap:wrap;}.woocommerce-message a.button, .woocommerce-error a.button, .woocommerce-info a.button{order:1;margin-top:.5em;}.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{float:none;margin-bottom:2em;}.woocommerce table.cart td.actions .button, .woocommerce #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button{padding-left:1em;padding-right:1em;}.woocommerce #content table.cart .button, .woocommerce-page #content table.cart .button{width:100%;}.woocommerce #content table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon{float:none;}.woocommerce #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .button{flex:1;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a{display:block;}.woocommerce ul.products a.button, .woocommerce-page ul.products a.button{padding:0.5em 0.75em;}.woocommerce div.product .related.products ul.products li.product, .woocommerce.mobile-columns-2 ul.products li.product, .woocommerce-page.mobile-columns-2 ul.products li.product{width:calc(50% - 10px);}.woocommerce.mobile-columns-6 ul.products li.product, .woocommerce-page.mobile-columns-6 ul.products li.product{width:calc(16.66% - 16.66px);}.woocommerce.mobile-columns-5 ul.products li.product, .woocommerce-page.mobile-columns-5 ul.products li.product{width:calc(20% - 16px);}.woocommerce.mobile-columns-4 ul.products li.product, .woocommerce-page.mobile-columns-4 ul.products li.product{width:calc(25% - 15px);}.woocommerce.mobile-columns-3 ul.products li.product, .woocommerce-page.mobile-columns-3 ul.products li.product{width:calc(33.33% - 14px);}.woocommerce.mobile-columns-1 ul.products li.product, .woocommerce-page.mobile-columns-1 ul.products li.product{width:100%;}}@media (max-width:544px){.woocommerce ul.products a.button.loading::after, .woocommerce-page ul.products a.button.loading::after{display:inline-block;margin-left:5px;position:initial;}.woocommerce.mobile-columns-1 .site-main ul.products li.product:nth-child(n), .woocommerce-page.mobile-columns-1 .site-main ul.products li.product:nth-child(n){margin-right:0;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li{display:block;margin-right:0;}.woocommerce[class*="columns-"].columns-3 > ul.products li.product, .woocommerce[class*="columns-"].columns-4 > ul.products li.product, .woocommerce[class*="columns-"].columns-5 > ul.products li.product, .woocommerce[class*="columns-"].columns-6 > ul.products li.product{width:calc(50% - 10px);margin-right:20px;}.woocommerce[class*="columns-"] ul.products li.product:nth-child(n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(n){margin-right:20px;clear:none;}.woocommerce-page[class*=columns-].columns-3>ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-].columns-4>ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-].columns-5>ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-].columns-6>ul.products li.product:nth-child(2n), .woocommerce[class*=columns-].columns-3>ul.products li.product:nth-child(2n), .woocommerce[class*=columns-].columns-4>ul.products li.product:nth-child(2n), .woocommerce[class*=columns-].columns-5>ul.products li.product:nth-child(2n), .woocommerce[class*=columns-].columns-6>ul.products li.product:nth-child(2n){margin-right:0;clear:right;}.woocommerce[class*="columns-"].columns-3 > ul.products li.product:nth-child(2n+1), .woocommerce[class*="columns-"].columns-4 > ul.products li.product:nth-child(2n+1), .woocommerce[class*="columns-"].columns-5 > ul.products li.product:nth-child(2n+1), .woocommerce[class*="columns-"].columns-6 > ul.products li.product:nth-child(2n+1){clear:left;}.woocommerce-page[class*=columns-] ul.products li.product:nth-child(n), .woocommerce[class*=columns-] ul.products li.product:nth-child(n){margin-right:20px;clear:none;}.woocommerce.mobile-columns-6 ul.products li.product:nth-child(6n), .woocommerce-page.mobile-columns-6 ul.products li.product:nth-child(6n), .woocommerce.mobile-columns-5 ul.products li.product:nth-child(5n), .woocommerce-page.mobile-columns-5 ul.products li.product:nth-child(5n), .woocommerce.mobile-columns-4 ul.products li.product:nth-child(4n), .woocommerce-page.mobile-columns-4 ul.products li.product:nth-child(4n), .woocommerce.mobile-columns-3 ul.products li.product:nth-child(3n), .woocommerce-page.mobile-columns-3 ul.products li.product:nth-child(3n), .woocommerce.mobile-columns-2 ul.products li.product:nth-child(2n), .woocommerce-page.mobile-columns-2 ul.products li.product:nth-child(2n), .woocommerce div.product .related.products ul.products li.product:nth-child(2n){margin-right:0;clear:right;}.woocommerce.mobile-columns-6 ul.products li.product:nth-child(6n+1), .woocommerce-page.mobile-columns-6 ul.products li.product:nth-child(6n+1), .woocommerce.mobile-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce-page.mobile-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce.mobile-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce-page.mobile-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce.mobile-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce-page.mobile-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce.mobile-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce-page.mobile-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce div.product .related.products ul.products li.product:nth-child(2n+1){clear:left;}}@media (min-width:769px){.woocommerce #content .ast-woocommerce-container div.product div.images, .woocommerce .ast-woocommerce-container div.product div.images, .woocommerce-page #content .ast-woocommerce-container div.product div.images, .woocommerce-page .ast-woocommerce-container div.product div.images{width:50%;}.woocommerce #content .ast-woocommerce-container div.product div.summary, .woocommerce .ast-woocommerce-container div.product div.summary, .woocommerce-page #content .ast-woocommerce-container div.product div.summary, .woocommerce-page .ast-woocommerce-container div.product div.summary{width:46%;}.woocommerce.woocommerce-checkout form #customer_details.col2-set .col-1, .woocommerce.woocommerce-checkout form #customer_details.col2-set .col-2, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-2{float:none;width:auto;}}.woocommerce-js a.button , .woocommerce button.button.alt ,.woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button , .woocommerce-js a.button.alt ,.woocommerce .woocommerce-message a.button , .ast-site-header-cart .widget_shopping_cart .buttons .button.checkout, .woocommerce button.button.alt.disabled , .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {border:solid;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;border-color:var(--ast-global-color-0);}.woocommerce-js a.button:hover , .woocommerce button.button.alt:hover , .woocommerce-page table.cart td.actions .button:hover, .woocommerce-page #content table.cart td.actions .button:hover, .woocommerce-js a.button.alt:hover ,.woocommerce .woocommerce-message a.button:hover , .ast-site-header-cart .widget_shopping_cart .buttons .button.checkout:hover , .woocommerce button.button.alt.disabled:hover , .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover{border-color:var(--ast-global-color-0);}.widget_product_search button{flex:0 0 auto;padding:10px 20px;}@media (min-width:769px){.woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set{width:55%;float:left;margin-right:4.347826087%;}.woocommerce.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce-page.woocommerce-checkout form #order_review_heading{width:40%;float:right;margin-right:0;clear:right;}}select, .select2-container .select2-selection--single{background-image:url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%236e7180' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E");background-size:.8em;background-repeat:no-repeat;background-position-x:calc( 100% - 10px );background-position-y:center;-webkit-appearance:none;-moz-appearance:none;padding-right:2em;}
					.woocommerce-js .quantity.buttons_added {
						display: inline-flex;
					}

					.woocommerce-js .quantity.buttons_added + .button.single_add_to_cart_button {
						margin-left: unset;
					}

					.woocommerce-js .quantity .qty {
						width: 2.631em;
						margin-left: 38px;
					}

					.woocommerce-js .quantity .minus,
					.woocommerce-js .quantity .plus {
						width: 38px;
						display: flex;
						justify-content: center;
						background-color: transparent;
						border: 1px solid var(--ast-border-color);
						color: var(--ast-global-color-3);
						align-items: center;
						outline: 0;
						font-weight: 400;
						z-index: 3;
					}

					.woocommerce-js .quantity .minus {
						border-right-width: 0;
						margin-right: -38px;
					}

					.woocommerce-js .quantity .plus {
						border-left-width: 0;
						margin-right: 6px;
					}

					.woocommerce-js input[type=number] {
						max-width: 58px;
						min-height: 36px;
					}

					.woocommerce-js input[type=number].qty::-webkit-inner-spin-button, .woocommerce input[type=number].qty::-webkit-outer-spin-button {
						-webkit-appearance: none;
					}

					.woocommerce-js input[type=number].qty {
						-webkit-appearance: none;
						-moz-appearance: textfield;
					}

				
						.woocommerce ul.products li.product.desktop-align-left, .woocommerce-page ul.products li.product.desktop-align-left {
							text-align: left;
						}
						.woocommerce ul.products li.product.desktop-align-left .star-rating,
						.woocommerce ul.products li.product.desktop-align-left .button,
						.woocommerce-page ul.products li.product.desktop-align-left .star-rating,
						.woocommerce-page ul.products li.product.desktop-align-left .button {
							margin-left: 0;
							margin-right: 0;
						}
					@media(max-width: 768px){
						.woocommerce ul.products li.product.tablet-align-left, .woocommerce-page ul.products li.product.tablet-align-left {
							text-align: left;
						}
						.woocommerce ul.products li.product.tablet-align-left .star-rating,
						.woocommerce ul.products li.product.tablet-align-left .button,
						.woocommerce-page ul.products li.product.tablet-align-left .star-rating,
						.woocommerce-page ul.products li.product.tablet-align-left .button {
							margin-left: 0;
							margin-right: 0;
						}
					}@media(max-width: 544px){
						.woocommerce ul.products li.product.mobile-align-left, .woocommerce-page ul.products li.product.mobile-align-left {
							text-align: left;
						}
						.woocommerce ul.products li.product.mobile-align-left .star-rating,
						.woocommerce ul.products li.product.mobile-align-left .button,
						.woocommerce-page ul.products li.product.mobile-align-left .star-rating,
						.woocommerce-page ul.products li.product.mobile-align-left .button {
							margin-left: 0;
							margin-right: 0;
						}
					}.ast-woo-active-filter-widget .wc-block-active-filters{display:flex;align-items:self-start;justify-content:space-between;}.ast-woo-active-filter-widget .wc-block-active-filters__clear-all{flex:none;margin-top:2px;}.woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #customer_details.col2-set, .woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #customer_details.col2-set{width:100%;}.woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review, .woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review_heading, .woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review, .woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review_heading{width:100%;float:inherit;}.elementor-widget-woocommerce-checkout-page .select2-container .select2-selection--single, .elementor-widget-woocommerce-cart .select2-container .select2-selection--single{padding:0;}.elementor-widget-woocommerce-checkout-page .woocommerce form .woocommerce-additional-fields, .elementor-widget-woocommerce-checkout-page .woocommerce form .shipping_address, .elementor-widget-woocommerce-my-account .woocommerce-MyAccount-navigation-link, .elementor-widget-woocommerce-cart .woocommerce a.remove{border:none;}.elementor-widget-woocommerce-cart .cart-collaterals .cart_totals > h2{background-color:inherit;border-bottom:0px;margin:0px;}.elementor-widget-woocommerce-cart .cart-collaterals .cart_totals{padding:0;border-color:inherit;border-radius:0;margin-bottom:0px;border-width:0px;}.elementor-widget-woocommerce-cart .woocommerce-cart-form .e-apply-coupon{line-height:initial;}.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content .woocommerce-Address-title h3{margin-bottom:var(--myaccount-section-title-spacing, 0px);}.elementor-widget-woocommerce-my-account .woocommerce-Addresses .woocommerce-Address-title, .elementor-widget-woocommerce-my-account table.shop_table thead, .elementor-widget-woocommerce-my-account .woocommerce-page table.shop_table thead, .elementor-widget-woocommerce-cart table.shop_table thead{background:inherit;}.elementor-widget-woocommerce-cart .e-apply-coupon, .elementor-widget-woocommerce-cart #coupon_code, .elementor-widget-woocommerce-checkout-page .e-apply-coupon, .elementor-widget-woocommerce-checkout-page #coupon_code{height:100%;}.elementor-widget-woocommerce-cart td.product-name dl.variation dt{font-weight:inherit;}.elementor-element.elementor-widget-woocommerce-checkout-page .e-checkout__container #customer_details .col-1{margin-bottom:0;}
/*# sourceURL=woocommerce-general-inline-css */
</style>
<style id='woocommerce-inline-inline-css'>
.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
</style>
<link rel="stylesheet" id="xoo-el-style-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-style.css?ver=3.1.2">
<style id='xoo-el-style-inline-css'>

	.xoo-el-form-container button.btn.button.xoo-el-action-btn{
		background-color: #000000;
		color: #ffffff;
		font-weight: 600;
		font-size: 15px;
		height: 40px;
	}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal{
	max-width: 800px;
	max-height: 650px;
}

.xoo-el-style-slider .xoo-el-modal{
	transform: translateX(800px);
	max-width: 800px;
}

	.xoo-el-sidebar{
		background-image: url(https://workshopwriter.com/wp-content/plugins/easy-login-woocommerce/assets/images/popup-sidebar.jpg);
		min-width: 40%;
	}

.xoo-el-main, .xoo-el-main a , .xoo-el-main label{
	color: #000000;
}
.xoo-el-srcont{
	background-color: #ffffff;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
	background-color: #000000;
	color: #ffffff;
}
.xoo-el-form-container ul.xoo-el-tabs li{
	background-color: #eeeeee;
	color: #000000;
	font-size: 16px;
	padding: 12px 20px;
}
.xoo-el-main{
	padding: 40px 30px;
}

.xoo-el-form-container button.xoo-el-action-btn:not(.button){
    font-weight: 600;
    font-size: 15px;
}



	.xoo-el-modal:before {
		vertical-align: middle;
	}

	.xoo-el-style-slider .xoo-el-srcont {
		justify-content: center;
	}

	.xoo-el-style-slider .xoo-el-main{
		padding-top: 10px;
		padding-bottom: 10px; 
	}





.xoo-el-popup-active .xoo-el-opac{
    opacity: 0.7;
    background-color: #000000;
}





/*# sourceURL=xoo-el-style-inline-css */
</style>
<link rel="stylesheet" id="xoo-el-fonts-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-fonts.css?ver=3.1.2">
<link rel="stylesheet" id="astra-addon-css-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/uploads/astra-addon/astra-addon-69b0eaae08c828-94288114.css?ver=4.12.3">
<style id='astra-addon-css-inline-css'>
#content:before{content:"768";position:absolute;overflow:hidden;opacity:0;visibility:hidden;}.blog-layout-2{position:relative;}.single .ast-author-details .author-title{color:var(--ast-global-color-0);}@media (max-width:768px){.single.ast-separate-container .ast-author-meta{padding:1.5em 2.14em;}.single .ast-author-meta .post-author-avatar{margin-bottom:1em;}.ast-separate-container .ast-grid-2 .ast-article-post,.ast-separate-container .ast-grid-3 .ast-article-post,.ast-separate-container .ast-grid-4 .ast-article-post{width:100%;}.ast-separate-container .ast-grid-md-1 .ast-article-post{width:100%;}.ast-separate-container .ast-grid-md-2 .ast-article-post.ast-separate-posts,.ast-separate-container .ast-grid-md-3 .ast-article-post.ast-separate-posts,.ast-separate-container .ast-grid-md-4 .ast-article-post.ast-separate-posts{padding:0 .75em 0;}.blog-layout-1 .post-content,.blog-layout-1 .ast-blog-featured-section{float:none;}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:0;}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:1em;}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.5em;}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-2.14em;margin-right:-2.14em;}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:-1.5em;}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:-2.14em;margin-right:-2.14em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1.5em;margin-right:-1.5em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-0.5em;margin-right:-0.5em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:0;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:1em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.5em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1.5em;margin-right:-1.5em;}.blog-layout-2{display:flex;flex-direction:column-reverse;}.ast-separate-container .blog-layout-3,.ast-separate-container .blog-layout-1{display:block;}.ast-plain-container .ast-grid-2 .ast-article-post,.ast-plain-container .ast-grid-3 .ast-article-post,.ast-plain-container .ast-grid-4 .ast-article-post,.ast-page-builder-template .ast-grid-2 .ast-article-post,.ast-page-builder-template .ast-grid-3 .ast-article-post,.ast-page-builder-template .ast-grid-4 .ast-article-post{width:100%;}.ast-separate-container .ast-blog-layout-4-grid .ast-article-post{display:flex;}}@media (max-width:768px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-top:0;margin-left:-2.14em;}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-top:0;margin-left:-1.14em;}}@media (min-width:769px){.ast-separate-container.ast-blog-grid-2 .ast-archive-description,.ast-separate-container.ast-blog-grid-3 .ast-archive-description,.ast-separate-container.ast-blog-grid-4 .ast-archive-description{margin-bottom:1.33333em;}.blog-layout-2.ast-no-thumb .post-content,.blog-layout-3.ast-no-thumb .post-content{width:calc(100% - 5.714285714em);}.blog-layout-2.ast-no-thumb.ast-no-date-box .post-content,.blog-layout-3.ast-no-thumb.ast-no-date-box .post-content{width:100%;}.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts,.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts,.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts{border-bottom:0;}.ast-separate-container .ast-grid-2 > .site-main > .ast-row:before,.ast-separate-container .ast-grid-2 > .site-main > .ast-row:after,.ast-separate-container .ast-grid-3 > .site-main > .ast-row:before,.ast-separate-container .ast-grid-3 > .site-main > .ast-row:after,.ast-separate-container .ast-grid-4 > .site-main > .ast-row:before,.ast-separate-container .ast-grid-4 > .site-main > .ast-row:after{flex-basis:0;width:0;}.ast-separate-container .ast-grid-2 .ast-article-post,.ast-separate-container .ast-grid-3 .ast-article-post,.ast-separate-container .ast-grid-4 .ast-article-post{display:flex;padding:0;}.ast-plain-container .ast-grid-2 > .site-main > .ast-row,.ast-plain-container .ast-grid-3 > .site-main > .ast-row,.ast-plain-container .ast-grid-4 > .site-main > .ast-row,.ast-page-builder-template .ast-grid-2 > .site-main > .ast-row,.ast-page-builder-template .ast-grid-3 > .site-main > .ast-row,.ast-page-builder-template .ast-grid-4 > .site-main > .ast-row{margin-left:-1em;margin-right:-1em;display:flex;flex-flow:row wrap;align-items:stretch;}.ast-plain-container .ast-grid-2 > .site-main > .ast-row:before,.ast-plain-container .ast-grid-2 > .site-main > .ast-row:after,.ast-plain-container .ast-grid-3 > .site-main > .ast-row:before,.ast-plain-container .ast-grid-3 > .site-main > .ast-row:after,.ast-plain-container .ast-grid-4 > .site-main > .ast-row:before,.ast-plain-container .ast-grid-4 > .site-main > .ast-row:after,.ast-page-builder-template .ast-grid-2 > .site-main > .ast-row:before,.ast-page-builder-template .ast-grid-2 > .site-main > .ast-row:after,.ast-page-builder-template .ast-grid-3 > .site-main > .ast-row:before,.ast-page-builder-template .ast-grid-3 > .site-main > .ast-row:after,.ast-page-builder-template .ast-grid-4 > .site-main > .ast-row:before,.ast-page-builder-template .ast-grid-4 > .site-main > .ast-row:after{flex-basis:0;width:0;}.ast-plain-container .ast-grid-2 .ast-article-post,.ast-plain-container .ast-grid-3 .ast-article-post,.ast-plain-container .ast-grid-4 .ast-article-post,.ast-page-builder-template .ast-grid-2 .ast-article-post,.ast-page-builder-template .ast-grid-3 .ast-article-post,.ast-page-builder-template .ast-grid-4 .ast-article-post{display:flex;}.ast-plain-container .ast-grid-2 .ast-article-post:last-child,.ast-plain-container .ast-grid-3 .ast-article-post:last-child,.ast-plain-container .ast-grid-4 .ast-article-post:last-child,.ast-page-builder-template .ast-grid-2 .ast-article-post:last-child,.ast-page-builder-template .ast-grid-3 .ast-article-post:last-child,.ast-page-builder-template .ast-grid-4 .ast-article-post:last-child{margin-bottom:1.5em;}.ast-separate-container .ast-grid-2 > .site-main > .ast-row,.ast-separate-container .ast-grid-3 > .site-main > .ast-row,.ast-separate-container .ast-grid-4 > .site-main > .ast-row{margin-left:0;margin-right:0;display:flex;flex-flow:row wrap;align-items:stretch;}.single .ast-author-meta .ast-author-details{display:flex;}}@media (min-width:769px){.single .post-author-avatar,.single .post-author-bio{float:left;clear:right;}.single .ast-author-meta .post-author-avatar{margin-right:1.33333em;}.single .ast-author-meta .about-author-title-wrapper,.single .ast-author-meta .post-author-bio{text-align:left;}.blog-layout-2 .post-content{padding-right:2em;}.blog-layout-2.ast-no-date-box.ast-no-thumb .post-content{padding-right:0;}.blog-layout-3 .post-content{padding-left:2em;}.blog-layout-3.ast-no-date-box.ast-no-thumb .post-content{padding-left:0;}.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+1){padding:0 1em 0;}}@media (max-width:544px){.ast-separate-container .ast-grid-sm-1 .ast-article-post{width:100%;}.ast-separate-container .ast-grid-sm-2 .ast-article-post.ast-separate-posts,.ast-separate-container .ast-grid-sm-3 .ast-article-post.ast-separate-posts,.ast-separate-container .ast-grid-sm-4 .ast-article-post.ast-separate-posts{padding:0 .5em 0;}.ast-separate-container .ast-grid-sm-1 .ast-article-post.ast-separate-posts{padding:0;}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:0.5em;}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1em;margin-right:-1em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-0.5em;margin-right:-0.5em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:0.5em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.33333em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1em;margin-right:-1em;}.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-1,.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3{padding:1.33333em 1em;}.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-1,.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-1{padding:1.33333em 1em;}.single.ast-separate-container .ast-author-meta{padding:1.5em 1em;}}@media (max-width:544px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1em;}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-0.5em;}}@media (min-width:769px){.ast-hide-display-device-desktop{display:none;}[class^="astra-advanced-hook-"] .wp-block-query .wp-block-post-template .wp-block-post{width:100%;}}@media (min-width:545px) and (max-width:768px){.ast-hide-display-device-tablet{display:none;}}@media (max-width:544px){.ast-hide-display-device-mobile{display:none;}}.ast-article-post .ast-date-meta .posted-on,.ast-article-post .ast-date-meta .posted-on *{background:var(--ast-global-color-0);color:#000000;}.ast-article-post .ast-date-meta .posted-on .date-month,.ast-article-post .ast-date-meta .posted-on .date-year{color:#000000;}.ast-loader > div{background-color:var(--ast-global-color-0);}.ast-load-more {cursor: pointer;display: none;border: 2px solid var(--ast-border-color);transition: all 0.2s linear;color: #000;}.ast-load-more.active {display: inline-block;padding: 0 1.5em;line-height: 3em;}.ast-load-more.no-more:hover {border-color: var(--ast-border-color);color: #000;}.ast-load-more.no-more:hover {background-color: inherit;}.ast-header-search .ast-search-menu-icon .search-field{border-radius:2px;}.ast-header-search .ast-search-menu-icon .search-submit{border-radius:2px;}.ast-header-search .ast-search-menu-icon .search-form{border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-color:#ddd;border-radius:2px;}@media (min-width:769px){.ast-container{max-width:1240px;}}@media (min-width:993px){.ast-container{max-width:1240px;}}@media (min-width:1201px){.ast-container{max-width:1240px;}}@media (max-width:768px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond .ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container,.single.ast-separate-container .ast-author-details{padding-top:1.5em;padding-bottom:1.5em;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-count-wrapper,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .related-posts-title-wrapper .single.ast-separate-container .about-author-title-wrapper,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container,.single.ast-separate-container .ast-author-details,.ast-separate-container .ast-single-related-posts-container{padding-right:2.14em;padding-left:2.14em;}.ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container,.single.ast-narrow-container .ast-author-details{padding-top:1.5em;padding-bottom:1.5em;}.ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .comments-count-wrapper,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.ast-narrow-container .related-posts-title-wrapper,.ast-narrow-container .related-posts-title-wrapper,.single.ast-narrow-container .about-author-title-wrapper,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container,.single.ast-narrow-container .ast-author-details{padding-right:2.14em;padding-left:2.14em;}.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container #primary,.ast-plain-container #primary,.ast-narrow-container #primary{margin-top:1.5em;margin-bottom:1.5em;}.ast-left-sidebar #primary,.ast-right-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container #primary,.ast-narrow-container #primary{padding-left:0em;padding-right:0em;}.ast-no-sidebar.ast-separate-container .entry-content .alignfull,.ast-no-sidebar.ast-narrow-container .entry-content .alignfull{margin-right:-2.14em;margin-left:-2.14em;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container,.single.ast-separate-container .ast-author-details{padding-top:1.5em;padding-bottom:1.5em;}.ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container,.single.ast-narrow-container .ast-author-details{padding-top:1.5em;padding-bottom:1.5em;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-count-wrapper,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .related-posts-title-wrapper,.single.ast-separate-container .about-author-title-wrapper,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container,.single.ast-separate-container .ast-author-details{padding-right:1em;padding-left:1em;}.ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .comments-count-wrapper,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.ast-narrow-container .related-posts-title-wrapper,.ast-narrow-container .related-posts-title-wrapper,.single.ast-narrow-container .about-author-title-wrapper,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container,.single.ast-narrow-container .ast-author-details{padding-right:1em;padding-left:1em;}.ast-no-sidebar.ast-separate-container .entry-content .alignfull,.ast-no-sidebar.ast-narrow-container .entry-content .alignfull{margin-right:-1em;margin-left:-1em;}}@media (max-width:768px){.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{top:0px;right:calc( 20px - 0.907em );}.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu > .menu-item-has-children > .ast-menu-toggle{right:calc( 20px - 0.907em );}}@media (max-width:544px){.ast-header-break-point .header-main-layout-2 .site-branding,.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons{padding-bottom:0px;}}@media (max-width:768px){.ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container #secondary .widget{margin-bottom:1.5em;}}@media (max-width:768px){.ast-separate-container #primary,.ast-narrow-container #primary{padding-top:0px;}}@media (max-width:768px){.ast-separate-container #primary,.ast-narrow-container #primary{padding-bottom:0px;}}.ast-builder-menu-1 .main-header-menu.submenu-with-border .astra-megamenu,.ast-builder-menu-1 .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper{border-top-width:1px;border-bottom-width:1px;border-right-width:1px;border-left-width:1px;border-color:var(--ast-global-color-5);border-style:solid;}@media (max-width:768px){.ast-header-break-point .ast-builder-menu-1 .main-header-menu .sub-menu > .menu-item > .menu-link{padding-top:0px;padding-bottom:0px;padding-left:30px;padding-right:20px;}.ast-header-break-point .ast-builder-menu-1 .sub-menu .menu-item.menu-item-has-children > .ast-menu-toggle{top:0px;right:calc( 20px - 0.907em );}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .sub-menu .menu-item.menu-item-has-children > .ast-menu-toggle{top:0px;}}[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{fill:#ffffff;}[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:#ffffff;}[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill{background:var(--ast-global-color-0);}[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill,[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:#ffffff;border:none;}.site-title,.site-title a{font-family:'Poppins',sans-serif;line-height:1.23em;}.widget-area.secondary .sidebar-main .wp-block-heading,#secondary .widget-title,.woocommerce-page #secondary .widget .widget-title{font-family:'Poppins',sans-serif;line-height:1.23em;}.blog .entry-title,.blog .entry-title a,.archive .entry-title,.archive .entry-title a,.search .entry-title,.search .entry-title a{font-family:'Poppins',sans-serif;line-height:1.23em;}button,.ast-button,input#submit,input[type="button"],input[type="submit"],input[type="reset"]{font-size:14px;font-size:0.875rem;font-weight:500;font-family:'Poppins',sans-serif;text-transform:capitalize;}.elementor-widget-heading h4.elementor-heading-title{line-height:1.2em;}.elementor-widget-heading h5.elementor-heading-title{line-height:1.2em;}.elementor-widget-heading h6.elementor-heading-title{line-height:1.25em;}.ast-hfb-header.ast-desktop .ast-builder-menu-1 .main-header-menu .menu-item.menu-item-heading > .menu-link{font-weight:700;}.woocommerce ul.products li.product .onsale.circle-outline,.woocommerce ul.products li.product .onsale.square-outline,.woocommerce div.product .onsale.circle-outline,.woocommerce div.product .onsale.square-outline{background:#ffffff;border:2px solid var(--ast-global-color-0);color:var(--ast-global-color-0);}.ast-shop-load-more:hover{color:#000000;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}.ast-loader > div{background-color:var(--ast-global-color-0);}.woocommerce nav.woocommerce-pagination ul li > span.current,.woocommerce nav.woocommerce-pagination ul li > .page-numbers{border-color:var(--ast-global-color-0);}.ast-woo-two-step-checkout .ast-checkout-slides .flex-prev.button{color:var(--ast-global-color-5);border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}.widget_layered_nav_filters ul li.chosen a::before{color:var(--ast-global-color-0);}.woocommerce-grouped-product-list p.ast-stock-detail{margin-bottom:unset;}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{box-shadow:0px 0px 0px 0px rgba(0,0,0,.1);}.woocommerce ul.products li.product:hover,.woocommerce-page ul.products li.product:hover{box-shadow:0px 0px 0px 0px rgba(0,0,0,.1);}.woocommerce .quantity .ast-vertical-icon{color:var(--ast-global-color-2);border:unset;font-size:15px;}.woocommerce input[type=number].qty.ast-no-internal-border,.woocommerce :has(.ast-qty-placeholder.no-internal-border) input[type=number].qty{color:rgb(102,102,102);font-size:13px;}.woocommerce .astra-shop-filter-button .astra-woo-filter-icon:after,.woocommerce button.astra-shop-filter-button .astra-woo-filter-icon:after,.woocommerce-page .astra-shop-filter-button .astra-woo-filter-icon:after,.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-icon:after,.woocommerce .astra-shop-filter-button .astra-woo-filter-icon:after,.woocommerce button.astra-shop-filter-button .astra-woo-filter-icon:after,.woocommerce-page .astra-shop-filter-button .astra-woo-filter-icon:after,.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-icon:after{content:"\e5d2";font-family:'Astra';text-decoration:inherit;}.woocommerce .astra-off-canvas-sidebar-wrapper .close:after,.woocommerce-page .astra-off-canvas-sidebar-wrapper .close:after{content:"\e5cd";font-family:'Astra';display:inline-block;font-size:2rem;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:normal;}#ast-quick-view-close:before{content:"\e5cd";font-family:'Astra';text-decoration:inherit;}.ast-icon-previous:before,.ast-icon-next:before{content:"\e900";font-family:'Astra';display:inline-block;font-size:.8rem;font-weight:700;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;line-height:normal;font-style:normal;}.ast-icon-previous:before{transform:rotate(90deg);}.ast-icon-next:before{transform:rotate(-90deg);}#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-prev:before,#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-next:before{content:"\e900";font-family:Astra;font-size:20px;}#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav a{width:20px;height:20px;}#ast-quick-view-modal .ast-qv-image-slider:hover .flex-direction-nav .flex-prev{left:10px;}#ast-quick-view-modal .ast-qv-image-slider:hover .flex-direction-nav .flex-next{right:10px;}#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-prev{transform:rotate(90deg);}#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-next{transform:rotate(-90deg);}.woocommerce .quantity .plus,.woocommerce .quantity .minus,.woocommerce .quantity .qty{border:1px solid var(--ast-border-color);}.woocommerce .quantity .plus{border-left:none;}.woocommerce .quantity .minus{border-right:none;}.woocommerce-js .quantity .minus,.woocommerce .quantity .plus{font-size:18px;}.ast-builder-layout-element[data-section="section-hb-woo-cart"]{padding:0;margin-left:1em;margin-right:1em;margin:0;}.ast-builder-layout-element[data-section="section-hb-woo-cart"] .ast-addon-cart-wrap{display:inline-block;padding:0 .6em;}.ast-menu-cart-outline .ast-addon-cart-wrap{border-width:2px;}.ast-menu-cart-outline .ast-cart-menu-wrap .count,.ast-menu-cart-outline .ast-addon-cart-wrap{border-style:solid;border-color:var(--ast-global-color-0);}@media screen and ( min-width: 769px ) { .woocommerce div.product.ast-product-gallery-layout-vertical .onsale,.woocommerce div.product.ast-product-gallery-layout-vertical .ast-onsale-card {left: 12.5%;left: -webkit-calc(12.5% - .5em);left: calc(12.5% - .5em);} .woocommerce div.product.ast-product-gallery-with-no-image .onsale {top:-.5em;left: -.5em;} }@media (min-width:769px){.woocommerce #content .ast-woocommerce-container div.product div.images,.woocommerce .ast-woocommerce-container div.product div.images,.woocommerce-page #content .ast-woocommerce-container div.product div.images,.woocommerce-page .ast-woocommerce-container div.product div.images{width:50%;}.woocommerce #content .ast-woocommerce-container div.product div.summary,.woocommerce .ast-woocommerce-container div.product div.summary,.woocommerce-page #content .ast-woocommerce-container div.product div.summary,.woocommerce-page .ast-woocommerce-container div.product div.summary{width:46%;}.woocommerce div.product.ast-product-gallery-layout-vertical div.images .flex-control-thumbs{width:calc(25% - 1em);}.woocommerce div.product.ast-product-gallery-layout-vertical div.images .flex-control-thumbs li{width:100%;}.woocommerce.ast-woo-two-step-checkout form #order_review,.woocommerce.ast-woo-two-step-checkout form #order_review_heading,.woocommerce-page.ast-woo-two-step-checkout form #order_review,.woocommerce-page.ast-woo-two-step-checkout form #order_review_heading,.woocommerce.ast-woo-two-step-checkout form #customer_details.col2-set,.woocommerce-page.ast-woo-two-step-checkout form #customer_details.col2-set{width:100%;}}@media (min-width:769px){.woocommerce div.product.ast-product-gallery-layout-vertical .flex-viewport{width:75%;float:right;}}@media (max-width:769px){.ast-product-navigation-wrapper{text-align:center;}}@media (min-width:768px){#ast-quick-view-content div.summary form.cart.stick .sticky-add-to-cart{position:absolute;bottom:0;margin:0;padding:16px 30px 4px 0;width:calc(50% - 30px);}}@media (max-width:768px){#ast-quick-view-content div.summary form.cart.stick .button{padding:10px;}#ast-quick-view-modal .ast-content-main-wrapper{top:0;right:0;bottom:0;left:0;transform:none !important;width:100%;position:relative;overflow:hidden;padding:10%;height:100%;}#ast-quick-view-content div.summary,#ast-quick-view-content div.images{min-width:auto;}#ast-quick-view-modal.open .ast-content-main{transform:none !important;}}@media (max-width:768px){.woocommerce div.product .related.products ul.products li.product,.woocommerce[class*="rel-up-columns-"] div.product .related.products ul.products li.product,.woocommerce-page div.product .related.products ul.products li.product,.woocommerce-page[class*="rel-up-columns-"] div.product .related.products ul.products li.product{margin-right:20px;clear:none;}}@media (min-width:545px) and (max-width:768px){.woocommerce-page.tablet-rel-up-columns-1 div.product .related.products ul.products li.product,.woocommerce-page.tablet-rel-up-columns-1 div.product .up-sells ul.products li.product,.woocommerce.tablet-rel-up-columns-1 div.product .related.products ul.products li.product,.woocommerce.tablet-rel-up-columns-1 div.product .up-sells ul.products li.product{width:100%;margin-right:0;}.woocommerce-page.tablet-rel-up-columns-2 div.product .related.products ul.products li.product,.woocommerce-page.tablet-rel-up-columns-2 div.product .up-sells ul.products li.product,.woocommerce.tablet-rel-up-columns-2 div.product .related.products ul.products li.product,.woocommerce.tablet-rel-up-columns-2 div.product .up-sells ul.products li.product{width:calc(50% - 10px);margin-right:20px;}.woocommerce-page.tablet-rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(2n),.woocommerce-page.tablet-rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(2n),.woocommerce.tablet-rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(2n),.woocommerce.tablet-rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(2n){clear:right;margin-right:0;}.woocommerce-page.tablet-rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(2n+1),.woocommerce-page.tablet-rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(2n+1),.woocommerce.tablet-rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(2n+1),.woocommerce.tablet-rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(2n+1){clear:left;}.woocommerce-page.tablet-rel-up-columns-3 div.product .related.products ul.products li.product,.woocommerce-page.tablet-rel-up-columns-3 div.product .up-sells ul.products li.product,.woocommerce.tablet-rel-up-columns-3 div.product .related.products ul.products li.product,.woocommerce.tablet-rel-up-columns-3 div.product .up-sells ul.products li.product{width:calc(33.33% - 14px);}.woocommerce-page.tablet-rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n),.woocommerce-page.tablet-rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n),.woocommerce.tablet-rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n),.woocommerce.tablet-rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n){clear:right;margin-right:0;}.woocommerce-page.tablet-rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n+1),.woocommerce-page.tablet-rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n+1),.woocommerce.tablet-rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n+1),.woocommerce.tablet-rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n+1){clear:left;}.woocommerce-page.tablet-rel-up-columns-4 div.product .related.products ul.products li.product,.woocommerce-page.tablet-rel-up-columns-4 div.product .up-sells ul.products li.product,.woocommerce.tablet-rel-up-columns-4 div.product .related.products ul.products li.product,.woocommerce.tablet-rel-up-columns-4 div.product .up-sells ul.products li.product{width:calc(25% - 15px);}.woocommerce-page.tablet-rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n),.woocommerce-page.tablet-rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n),.woocommerce.tablet-rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n),.woocommerce.tablet-rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n){clear:right;margin-right:0;}.woocommerce-page.tablet-rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n+1),.woocommerce-page.tablet-rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n+1),.woocommerce.tablet-rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n+1),.woocommerce.tablet-rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n+1){clear:left;}.woocommerce-page.tablet-rel-up-columns-5 div.product .related.products ul.products li.product,.woocommerce-page.tablet-rel-up-columns-5 div.product .up-sells ul.products li.product,.woocommerce.tablet-rel-up-columns-5 div.product .related.products ul.products li.product,.woocommerce.tablet-rel-up-columns-5 div.product .up-sells ul.products li.product{width:calc(20% - 16px);}.woocommerce-page.tablet-rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n),.woocommerce-page.tablet-rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n),.woocommerce.tablet-rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n),.woocommerce.tablet-rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n){clear:right;margin-right:0;}.woocommerce-page.tablet-rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n+1),.woocommerce-page.tablet-rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n+1),.woocommerce.tablet-rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n+1),.woocommerce.tablet-rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n+1){clear:left;}.woocommerce-page.tablet-rel-up-columns-6 div.product .related.products ul.products li.product,.woocommerce-page.tablet-rel-up-columns-6 div.product .up-sells ul.products li.product,.woocommerce.tablet-rel-up-columns-6 div.product .related.products ul.products li.product,.woocommerce.tablet-rel-up-columns-6 div.product .up-sells ul.products li.product{width:calc(16.66% - 17px);}.woocommerce-page.tablet-rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n),.woocommerce-page.tablet-rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n),.woocommerce.tablet-rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n),.woocommerce.tablet-rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n){clear:right;margin-right:0;}.woocommerce-page.tablet-rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n+1),.woocommerce-page.tablet-rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n+1),.woocommerce.tablet-rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n+1),.woocommerce.tablet-rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n+1){clear:left;}}@media (min-width:545px){#ast-quick-view-content div.summary{overflow-y:auto;}}@media (max-width:544px){.woocommerce button.astra-shop-filter-button,.woocommerce-page button.astra-shop-filter-button{float:none;display:block;}#ast-quick-view-content{max-width:initial !important;max-height:initial !important;}#ast-quick-view-modal .ast-content-main-wrapper{height:auto;}#ast-quick-view-content div.images{width:100%;float:none;}#ast-quick-view-content div.summary{width:100%;float:left;margin:0;padding:15px;max-height:initial !important;}.ast-header-break-point .ast-above-header-mobile-inline.mobile-header-order-2 .ast-masthead-custom-menu-items.woocommerce-custom-menu-item{margin-left:0;}.ast-header-break-point .ast-above-header-mobile-inline.mobile-header-order-3 .ast-masthead-custom-menu-items.woocommerce-custom-menu-item,.ast-header-break-point .ast-above-header-mobile-inline.mobile-header-order-5 .ast-masthead-custom-menu-items.woocommerce-custom-menu-item{margin-right:0;}.woocommerce-page.mobile-rel-up-columns-1 div.product .related.products ul.products li.product,.woocommerce-page.mobile-rel-up-columns-1 div.product .up-sells ul.products li.product,.woocommerce.mobile-rel-up-columns-1 div.product .related.products ul.products li.product,.woocommerce.mobile-rel-up-columns-1 div.product .up-sells ul.products li.product{width:100%;margin-right:0;}.woocommerce-page.mobile-rel-up-columns-2 div.product .related.products ul.products li.product,.woocommerce-page.mobile-rel-up-columns-2 div.product .up-sells ul.products li.product,.woocommerce.mobile-rel-up-columns-2 div.product .related.products ul.products li.product,.woocommerce.mobile-rel-up-columns-2 div.product .up-sells ul.products li.product{width:calc(50% - 10px);}.woocommerce-page.mobile-rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(2n),.woocommerce-page.mobile-rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(2n),.woocommerce.mobile-rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(2n),.woocommerce.mobile-rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(2n){margin-right:0;clear:right;}.woocommerce-page.mobile-rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(2n+1),.woocommerce-page.mobile-rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(2n+1),.woocommerce.mobile-rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(2n+1),.woocommerce.mobile-rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(2n+1){clear:left;}.woocommerce-page.mobile-rel-up-columns-3 div.product .related.products ul.products li.product,.woocommerce-page.mobile-rel-up-columns-3 div.product .up-sells ul.products li.product,.woocommerce.mobile-rel-up-columns-3 div.product .related.products ul.products li.product,.woocommerce.mobile-rel-up-columns-3 div.product .up-sells ul.products li.product{width:calc(33.33% - 14px);margin-right:20px;}.woocommerce-page.mobile-rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n),.woocommerce-page.mobile-rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n),.woocommerce.mobile-rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n),.woocommerce.mobile-rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n){margin-right:0;clear:right;}.woocommerce-page.mobile-rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n+1),.woocommerce-page.mobile-rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n+1),.woocommerce.mobile-rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n+1),.woocommerce.mobile-rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n+1){clear:left;}.woocommerce-page.mobile-rel-up-columns-4 div.product .related.products ul.products li.product,.woocommerce-page.mobile-rel-up-columns-4 div.product .up-sells ul.products li.product,.woocommerce.mobile-rel-up-columns-4 div.product .related.products ul.products li.product,.woocommerce.mobile-rel-up-columns-4 div.product .up-sells ul.products li.product{width:calc(25% - 15px);margin-right:20px;clear:none;}.woocommerce-page.mobile-rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n),.woocommerce-page.mobile-rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n),.woocommerce.mobile-rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n),.woocommerce.mobile-rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n){clear:right;margin-right:0;}.woocommerce-page.mobile-rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n+1),.woocommerce-page.mobile-rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n+1),.woocommerce.mobile-rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n+1),.woocommerce.mobile-rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n+1){clear:left;}.woocommerce-page.mobile-rel-up-columns-5 div.product .related.products ul.products li.product,.woocommerce-page.mobile-rel-up-columns-5 div.product .up-sells ul.products li.product,.woocommerce.mobile-rel-up-columns-5 div.product .related.products ul.products li.product,.woocommerce.mobile-rel-up-columns-5 div.product .up-sells ul.products li.product{width:calc(20% - 16px);}.woocommerce-page.mobile-rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n),.woocommerce-page.mobile-rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n),.woocommerce.mobile-rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n),.woocommerce.mobile-rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n){margin-right:0;clear:right;}.woocommerce-page.mobile-rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n+1),.woocommerce-page.mobile-rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n+1),.woocommerce.mobile-rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n+1),.woocommerce.mobile-rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n+1){clear:left;}.woocommerce-page.mobile-rel-up-columns-6 div.product .related.products ul.products li.product,.woocommerce-page.mobile-rel-up-columns-6 div.product .up-sells ul.products li.product,.woocommerce.mobile-rel-up-columns-6 div.product .related.products ul.products li.product,.woocommerce.mobile-rel-up-columns-6 div.product .up-sells ul.products li.product{width:calc(16.66% - 17px);}.woocommerce-page.mobile-rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n),.woocommerce-page.mobile-rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n),.woocommerce.mobile-rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n),.woocommerce.mobile-rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n){margin-right:0;clear:right;}.woocommerce-page.mobile-rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n+1),.woocommerce-page.mobile-rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n+1),.woocommerce.mobile-rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n+1),.woocommerce.mobile-rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n+1){clear:left;}.ast-header-break-point .ast-shop-toolbar-container{column-gap:20px;flex-direction:column;-js-display:flex;display:flex;justify-content:inherit;align-items:inherit;}.ast-header-break-point .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap{margin-bottom:20px;}.ast-header-break-point .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap > *:first-child{flex:1 1 auto;}.ast-header-break-point .ast-shop-toolbar-container > *:last-child{float:unset;}}.elementor-widget-woocommerce-cart form input[type=number].qty::-webkit-inner-spin-button,.elementor-widget-woocommerce-cart form input[type=number].qty::-webkit-outer-spin-button {-webkit-appearance: auto;}.ast-desktop .ast-mm-widget-content .ast-mm-widget-item{padding:0;}.ast-desktop .ast-mega-menu-enabled.main-header-menu > .menu-item-has-children > .menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu > .menu-item-has-children > .menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu > .menu-item-has-children > .menu-link .sub-arrow:after{content:"\e900";display:inline-block;font-family:Astra;font-size:.6rem;font-weight:bold;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;line-height:normal;}.ast-search-box.header-cover #close::before,.ast-search-box.full-screen #close::before{font-family:Astra;content:"\e5cd";display:inline-block;transition:transform .3s ease-in-out;}.ast-advanced-headers-different-logo .advanced-header-logo,.ast-header-break-point .ast-has-mobile-header-logo .advanced-header-logo{display:inline-block;}.ast-header-break-point.ast-advanced-headers-different-logo .ast-has-mobile-header-logo .ast-mobile-header-logo{display:none;}.ast-advanced-headers-layout{width:100%;}.ast-header-break-point .ast-advanced-headers-parallax{background-attachment:fixed;}
/*# sourceURL=astra-addon-css-inline-css */
</style>
<link rel="stylesheet" id="font-awesome-all-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/css/all.min.css?ver=5.12.0">
<link rel="stylesheet" id="font-awesome-v4-shims-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/css/v4-shims.min.css?ver=5.12.0">
<link rel="stylesheet" id="jet-menu-public-styles-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/jet-menu/assets/public/css/public.css?ver=2.4.6">
<link rel="stylesheet" id="jet-popup-frontend-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/jet-popup/assets/css/jet-popup-frontend.css?ver=2.0.9">
<link rel="stylesheet" id="elementor-frontend-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.35.7">
<style id='elementor-frontend-inline-css'>
.elementor-3702 .elementor-element.elementor-element-b5fb0ec:not(.elementor-motion-effects-element-type-background), .elementor-3702 .elementor-element.elementor-element-b5fb0ec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_1326028199-min-scaled.jpg");}
/*# sourceURL=elementor-frontend-inline-css */
</style>
<link rel="stylesheet" id="widget-image-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.35.7">
<link rel="stylesheet" id="widget-nav-menu-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.25.4">
<link rel="stylesheet" id="widget-heading-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.35.7">
<link rel="stylesheet" id="e-animation-fadeIn-css" href="https://workshopwriter.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=3.35.7" media="print" onload="this.media=&#039;all&#039;;this.onload=null;">
<link rel="stylesheet" id="e-animation-float-css" href="https://workshopwriter.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css?ver=3.35.7" media="print" onload="this.media=&#039;all&#039;;this.onload=null;">
<link rel="stylesheet" id="widget-star-rating-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/css/widget-star-rating.min.css?ver=3.35.7">
<link rel="stylesheet" id="widget-social-icons-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.35.7">
<link rel="stylesheet" id="e-apple-webkit-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.35.7">
<link rel="stylesheet" id="jet-blocks-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/uploads/elementor/css/custom-jet-blocks.css?ver=1.3.15">
<link rel="stylesheet" id="elementor-icons-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.47.0">
<link rel='stylesheet' id='elementor-post-3020-css' href='https://workshopwriter.com/wp-content/uploads/elementor/css/post-3020.css?ver=1777562956' media='all' />
<link rel="stylesheet" id="e-popup-style-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.25.4">
<link rel="stylesheet" id="jet-tabs-frontend-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/jet-tabs/assets/css/jet-tabs-frontend.css?ver=2.2.6.1">
<link rel="stylesheet" id="jet-tricks-frontend-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/jet-tricks/assets/css/jet-tricks-frontend.css?ver=1.4.10">
<link rel="stylesheet" id="font-awesome-5-all-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.35.7">
<link rel="stylesheet" id="font-awesome-4-shim-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.35.7">
<link rel="stylesheet" id="she-header-style-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/sticky-header-effects-for-elementor/assets/css/she-header-style.css?ver=2.1.8">
<link rel='stylesheet' id='elementor-post-3702-css' href='https://workshopwriter.com/wp-content/uploads/elementor/css/post-3702.css?ver=1777563119' media='all' />
<link rel='stylesheet' id='elementor-post-3674-css' href='https://workshopwriter.com/wp-content/uploads/elementor/css/post-3674.css?ver=1777563119' media='all' />
<link rel='stylesheet' id='elementor-post-1964-css' href='https://workshopwriter.com/wp-content/uploads/elementor/css/post-1964.css?ver=1777562956' media='all' />
<link rel='stylesheet' id='elementor-post-1484-css' href='https://workshopwriter.com/wp-content/uploads/elementor/css/post-1484.css?ver=1777562956' media='all' />
<link rel="stylesheet" id="astra-child-theme-css-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/themes/astra-child/style.css?ver=1.0.0">
<link rel="stylesheet" id="jquery-chosen-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/jet-search/assets/lib/chosen/chosen.min.css?ver=1.8.7">
<link rel="stylesheet" id="jet-search-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/jet-search/assets/css/jet-search.css?ver=3.5.5">
<link rel="stylesheet" id="gradient-button-elementor-frontend-style-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/gradient-button-for-elementor/assets/css/frontend.css?ver=1.0.11">
<link rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://workshopwriter.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1744842167' media='all' />
<link rel='stylesheet' id='elementor-gf-local-robotoslab-css' href='https://workshopwriter.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1744842170' media='all' />
<link rel="stylesheet" id="elementor-icons-shared-0-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3">
<link rel="stylesheet" id="elementor-icons-fa-solid-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3">
<link rel="stylesheet" id="elementor-icons-fa-regular-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=5.15.3">
<link rel="stylesheet" id="elementor-icons-fa-brands-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3">
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script id="xoo-aff-js-js-extra">
var xoo_aff_localize = {"adminurl":"https://workshopwriter.com/wp-admin/admin-ajax.php","password_strength":{"min_password_strength":3,"i18n_password_error":"Please enter a stronger password.","i18n_password_hint":"Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! &quot; ? $ % ^ &amp; )."}};
//# sourceURL=xoo-aff-js-js-extra
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/js/xoo-aff-js.js?ver=1733205090" id="xoo-aff-js-js" defer data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-includes/js/imagesloaded.min.js?ver=6.9.4" id="imagesLoaded-js"></script>
<script type="rocketlazyloadscript" id="cookie-notice-front-js-before">
var cnArgs = {"ajaxUrl":"https:\/\/workshopwriter.com\/wp-admin\/admin-ajax.php","nonce":"2ebd52bf99","hideEffect":"fade","position":"bottom","onScroll":false,"onScrollOffset":100,"onClick":false,"cookieName":"cookie_notice_accepted","cookieTime":2592000,"cookieTimeRejected":2592000,"globalCookie":false,"redirection":false,"cache":true,"revokeCookies":false,"revokeCookiesOpt":"automatic"};

//# sourceURL=cookie-notice-front-js-before
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/cookie-notice/js/front.min.js?ver=2.5.14" id="cookie-notice-front-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.6.0" id="wc-jquery-blockui-js" defer data-wp-strategy="defer"></script>
<script id="wc-add-to-cart-js-extra">
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://workshopwriter.com/cart/","is_cart":"","cart_redirect_after_add":"no"};
//# sourceURL=wc-add-to-cart-js-extra
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.6.0" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.6.0" id="wc-js-cookie-js" defer data-wp-strategy="defer"></script>
<script id="woocommerce-js-extra">
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
//# sourceURL=woocommerce-js-extra
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.6.0" id="woocommerce-js" defer data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.35.7" id="font-awesome-4-shim-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/sticky-header-effects-for-elementor/assets/js/she-header.js?ver=1733205090" id="she-header-js" defer></script>
<link rel="https://api.w.org/" href="https://workshopwriter.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://workshopwriter.com/wp-json/wp/v2/pages/3702" />	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<meta name="generator" content="Elementor 3.35.7; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
<!-- Add the code below inside the <body> tags of your HTML page -->
<script>
window.VIDEOASK_EMBED_CONFIG = {
  "kind": "widget",
  "url": "https://www.videoask.com/fa6o4rqid",
  "options": {
    "widgetType": "VideoThumbnailExtraLarge",
    "text": "",
    "backgroundColor": "#2CBB9C",
    "position": "bottom-right",
    "dismissible": false,
    "videoPosition": "center top"
  }
}
</script>
<script src="https://www.videoask.com/embed/embed.js"></script>
<!-- Important!!! In order to allow your videoask to open up on the same page when interacting with the widget, your website must use the secure https:// protocol (i.e have an SSL certificate). Otherwise, when clicking the widget, a new tab will be automatically opened in the browser.
-->
<style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-1-100x100.png" sizes="32x32" />
<link rel="icon" href="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-1.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-1.png" />
<meta name="msapplication-TileImage" content="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-1.png" />
		<style id="wp-custom-css">
			.elementor-element-5c46efb h2.elementor-heading-title.elementor-size-default {
    font-size: 2.5rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3em;
}
.elementor-element-70eff40 {
    padding-top: 80px;
}

.page-id-7541 .ast-shop-toolbar-container {
    display: flex;
    justify-content: space-between;
}
.page-id-7541 .woocommerce-js ul.products li.product a img {
    width: 100% !important;
    max-width: 100% !important;
    height: 350px !important;
}
.page-id-7541 .elementor-products-grid ul.products.elementor-grid li {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
}

.page-id-7541 .star-rating {
    display: none !important;
}
.astra-shop-summary-wrap {
    text-align: center;
}
.page-id-7541 .woocommerce-ordering {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.page-id-7541  span.ast-woo-product-category {
    display: none !important;
}
.woocommerce-js ul.products li.product a img {
    height: 350px !important;
}
.astra-shop-summary-wrap h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
}
.woocommerce-Price-amount bdi {
    font-size: 18px;
    line-height: normal;
}
.astra-shop-summary-wrap {
    padding-bottom: 15px !important;
}
.ast-shop-toolbar-aside-wrap p.woocommerce-result-count {
    font-size: 18px !important;
}
.page-id-7573 .elementor-element-6e07954, .page-id-7574 .elementor-element-c80f29c {
    background-color: #1c1b50 !important;
}
.page-id-7575 .elementor-element-6e07954, .page-id-7574 .elementor-element-c80f29c {
    background-color: #1c1b50 !important;
}

.page-id-7574 .elementor-element-6e07954, .page-id-7574 .elementor-element-c80f29c {
    background-color: #1c1b50 !important;
}

.page-id-7574 h1.entry-title {
    font-size: 35px !important;
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-weight: bolder;
}


.page-id-7573 h1.entry-title {
    font-size: 35px !important;
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-weight: bolder;
}
.page-id-7575 h1.entry-title {
    font-size: 50px !important;
   padding: 0px 0px 20px 0px;
    text-align: center;
    font-weight: bolder;
}
 .woocommerce-js form .form-row {
    margin: 0 0 20px !important;
}
article#post-7575 {
   
    margin-top: 150px;
padding-top: 50px;
	padding-bottom: 50px;
}
article#post-7573 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 190px;
padding-top: 50px;
	padding-bottom: 50px;
}
article#post-7574 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 190px;
padding-top: 50px;
	padding-bottom: 50px;
}
/****************/
.elementor-element-ccaa4fa img {
    width: 100%;
    height: 500px !important;
    max-width: 500px;
}
.postid-7595 h1#title {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3em;
}
.elementor-element-c11096b .elementor-container.elementor-column-gap-default {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.elementor-element-c11096b .elementor-container.elementor-column-gap-default {
    column-gap: 20px;
}
/* .postid-7595 h1.product_title.entry-title.elementor-heading-title.elementor-size-default {
    font-size: 1.5rem;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
} */
.product_meta span {
    font-size: 16px;
    font-weight: bold !important;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 18px 20px;
}
.elementor-element-ccaa4fa img {
    margin: 0 auto;
/*     padding-top: 30px; */
}
/* .elementor-element-f3625bc {
    width: 46% !important;
} */
/* .elementor-element-ccaa4fa {
    width: 50% !important;
}
.elementor-element-ccaa4fa {
    width: 50% !important;

} */
.elementor-7722 .elementor-element.elementor-element-171b3ee {
    padding: 70px 0px 40px 0px;
}


.elementor-widget-heading h1.elementor-heading-title {
    line-height: 1.4em;
    font-size: 40px;
    font-weight: bold;
}
.woocommerce-js div.product .product_title {
    margin: 0 0 0 0;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: #2db9a0;
    color: #ffffff;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background-color: #2db9a0;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    height: 60px;
}
.woocommerce-js form .form-row .required {
    color: #2db9a0;
    font-weight: 700;
    border: 0;
}
.elementor-element-70eff40 img {
    width: 299px;
}
.elementor-element-b82ba3a img {
    height: 415px;
}

.elementor-element-70eff40 h1 {
    font-size: 20px !important;
}
.elementor-element-70eff40 .elementor-widget-wrap.elementor-element-populated {
    text-align: center;
}

..elementor-element-70eff40 .e-loop-add-to-cart-form-container {
    display: flex;
    align-items: center;
    justify-content: center !important;
}
.elementor-element-0976afa .e-loop-item {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
}


.elementor-element-0976afa  .elementor-widget:not(:last-child) {
    margin-block-end: 5px;
}
.elementor-element-70eff40 h1.elementor-heading-title.elementor-size-default {
    padding-top: 10px;
}
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container {
   
    justify-content: center !important;
}
/*********/
@media only screen and (max-width: 1024px) {
	
	article#post-7573 {
    margin-top: 90px;
}
	article#post-7575 {
    margin-top: 90px;
}
		article#post-7574 {
    margin-top: 90px;
}	
	
	
}


@media only screen and (max-width: 767px) {
.page-id-7573 h1.entry-title {
    font-size: 35px !important;
    padding: 0px 0px 20px 0px;
}
.page-id-7575 h1.entry-title {
    font-size: 35px !important;
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-weight: bolder;
}	
	.page-id-7574 h1.entry-title {
    font-size: 35px !important;
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-weight: bolder;
}
	article#post-7573 {
    margin-top: 90px;
}
	article#post-7575 {
    margin-top: 90px;
}
		article#post-7574 {
    margin-top: 90px;
}
	.elementor-element-c11096b .elementor-container.elementor-column-gap-default {
    flex-wrap: wrap;
		row-gap: 50px;
}
	.elementor-element-ccaa4fa {
    width: 100% !important;
   
}
	.elementor-element-f3625bc {
    width: 100% !important;
}
	.elementor-7722 .elementor-element.elementor-element-171b3ee {
    padding: 40px 0px 40px 0px;
}
}
@media only screen and (max-width: 599px) {
.elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(1,1fr);
}
	.ast-header-break-point .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap > *:first-child {
    flex: none !important;
}
	.elementor-element-c11096b .elementor-container.elementor-column-gap-default {
    row-gap: 30px;
}
	.elementor-widget-heading h1.elementor-heading-title {
    font-size: 30px;
}
	.elementor-7722 .elementor-element.elementor-element-171b3ee {
    padding: 40px 0px 0px 0px;
}
	.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 15px 20px;
}
	.elementor-element-5c46efb h2.elementor-heading-title.elementor-size-default {
    font-size: 30px;
  
}
	.elementor-element-70eff40 {
    padding-top: 60px;
}
}

		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>

<body itemtype='https://schema.org/WebPage' itemscope='itemscope' class="wp-singular page-template-default page page-id-3702 wp-custom-logo wp-theme-astra wp-child-theme-astra-child theme-astra cookies-not-set woocommerce-no-js ast-desktop ast-page-builder-template ast-no-sidebar astra-4.8.7 group-blog ast-single-post ast-replace-site-logo-transparent ast-inherit-site-logo-transparent ast-theme-transparent-header ast-hfb-header ast-full-width-layout ast-sticky-header-shrink ast-inherit-site-logo-sticky jet-desktop-menu-active elementor-default elementor-kit-3020 elementor-page elementor-page-3702 astra-addon-4.12.3">

<a
	class="skip-link screen-reader-text"
	href="#content"
	title="Skip to content">
		Skip to content</a>

<div
class="hfeed site" id="page">
			<header data-elementor-type="header" data-elementor-id="1964" class="elementor elementor-1964 elementor-location-header" data-elementor-post-type="elementor_library">
					<header data-dce-background-color="#02010100" class="elementor-section elementor-top-section elementor-element elementor-element-6e07954 elementor-section-stretched elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6e07954" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c0b2a80" data-id="c0b2a80" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7458fab elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="7458fab" data-element_type="widget" data-e-type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://workshopwriter.com">
			<img fetchpriority="high" width="400" height="320" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20320'%3E%3C/svg%3E" class="attachment-full size-full wp-image-5045" alt="" data-lazy-srcset="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2.png 400w, https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-300x240.png 300w, https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-120x96.png 120w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-120x96.png" /><noscript><img fetchpriority="high" width="400" height="320" src="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-120x96.png" class="attachment-full size-full wp-image-5045" alt="" srcset="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2.png 400w, https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-300x240.png 300w, https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-120x96.png 120w" sizes="(max-width: 400px) 100vw, 400px" /></noscript>				</a>
											</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-adf1858" data-id="adf1858" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-464ec28 elementor-nav-menu__align-end elementor-widget__width-auto elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="464ec28" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-464ec28" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5034"><a aria-expanded="false" class="elementor-item menu-link">Services</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5036"><a href="https://workshopwriter.com/editing/" class="elementor-sub-item menu-link">Editing</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5035"><a href="https://workshopwriter.com/author-coaching/" class="elementor-sub-item menu-link">Author Coaching</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5038"><a href="https://workshopwriter.com/workshops/" class="elementor-sub-item menu-link">Workshops</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5037"><a href="https://workshopwriter.com/finishing-school/" class="elementor-sub-item menu-link">Finishing School</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5039"><a href="https://workshopwriter.com/publishing/" class="elementor-item menu-link">Publishing</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-5041"><a aria-expanded="false" class="elementor-item menu-link">Resources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-3702 current_page_item menu-item-3875"><a href="https://workshopwriter.com/blog/" aria-current="page" class="elementor-sub-item elementor-item-active menu-link">Blog</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5040"><a href="https://workshopwriter.com/video/" class="elementor-sub-item menu-link">Video</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5056"><a href="https://workshopwriter.com/testimonials/" class="elementor-sub-item menu-link">Testimonials</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a href="https://workshopwriter.com/about-ron-seybold/" class="elementor-item menu-link">About Ron Seybold</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7840"><a href="https://workshopwriter.com/shop/" class="elementor-item menu-link">Books</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="https://workshopwriter.com/contact/" class="elementor-item menu-link">Contact Us &#038; Subscribe</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>			<span class="elementor-screen-only">Menu</span>
		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-464ec28" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5034"><a aria-expanded="false" class="elementor-item menu-link" tabindex="-1">Services</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5036"><a href="https://workshopwriter.com/editing/" class="elementor-sub-item menu-link" tabindex="-1">Editing</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5035"><a href="https://workshopwriter.com/author-coaching/" class="elementor-sub-item menu-link" tabindex="-1">Author Coaching</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5038"><a href="https://workshopwriter.com/workshops/" class="elementor-sub-item menu-link" tabindex="-1">Workshops</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5037"><a href="https://workshopwriter.com/finishing-school/" class="elementor-sub-item menu-link" tabindex="-1">Finishing School</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5039"><a href="https://workshopwriter.com/publishing/" class="elementor-item menu-link" tabindex="-1">Publishing</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-5041"><a aria-expanded="false" class="elementor-item menu-link" tabindex="-1">Resources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-3702 current_page_item menu-item-3875"><a href="https://workshopwriter.com/blog/" aria-current="page" class="elementor-sub-item elementor-item-active menu-link" tabindex="-1">Blog</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5040"><a href="https://workshopwriter.com/video/" class="elementor-sub-item menu-link" tabindex="-1">Video</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5056"><a href="https://workshopwriter.com/testimonials/" class="elementor-sub-item menu-link" tabindex="-1">Testimonials</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a href="https://workshopwriter.com/about-ron-seybold/" class="elementor-item menu-link" tabindex="-1">About Ron Seybold</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7840"><a href="https://workshopwriter.com/shop/" class="elementor-item menu-link" tabindex="-1">Books</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="https://workshopwriter.com/contact/" class="elementor-item menu-link" tabindex="-1">Contact Us &#038; Subscribe</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-63dae52 elementor-widget__width-auto elementor-widget elementor-widget-jet-search" data-id="63dae52" data-element_type="widget" data-e-type="widget" data-widget_type="jet-search.default">
				<div class="elementor-widget-container">
					<div class="elementor-jet-search jet-blocks"><div class="jet-search"><div class="jet-search__popup jet-search__popup--full-screen jet-search__popup--fade-effect">
	<div class="jet-search__popup-content"><form role="search" method="get" class="jet-search__form" action="https://workshopwriter.com/">
	<label class="jet-search__label">
		<input type="search" class="jet-search__field" placeholder="Search &hellip;" value="" name="s" />
	</label>
		<button type="submit" class="jet-search__submit" aria-label="submit search"><span class="jet-search__submit-icon jet-blocks-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="612.01px" height="612.01px" viewBox="0 0 612.01 612.01" style="enable-background:new 0 0 612.01 612.01;" xml:space="preserve"><g>	<g id="_x34__4_">		<g>			<path d="M606.209,578.714L448.198,423.228C489.576,378.272,515,318.817,515,253.393C514.98,113.439,399.704,0,257.493,0    C115.282,0,0.006,113.439,0.006,253.393s115.276,253.393,257.487,253.393c61.445,0,117.801-21.253,162.068-56.586    l158.624,156.099c7.729,7.614,20.277,7.614,28.006,0C613.938,598.686,613.938,586.328,606.209,578.714z M257.493,467.8    c-120.326,0-217.869-95.993-217.869-214.407S137.167,38.986,257.493,38.986c120.327,0,217.869,95.993,217.869,214.407    S377.82,467.8,257.493,467.8z"></path>		</g>	</g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg></span></button>
			</form><button type="button" class="jet-search__popup-close"><span class="jet-search__popup-close-icon jet-blocks-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="612px" height="612px" viewBox="0 0 612 612" style="enable-background:new 0 0 612 612;" xml:space="preserve"><g>	<g id="_x31_0_41_">		<g>			<path d="M415.338,196.662c-7.535-7.535-19.737-7.535-27.253,0l-82.181,82.18l-81.033-81.032c-7.478-7.478-19.584-7.478-27.042,0    c-7.478,7.478-7.478,19.584,0,27.042l81.033,81.033l-81.587,81.587c-7.535,7.535-7.535,19.736,0,27.253s19.737,7.517,27.253,0    l81.588-81.587l81.032,81.032c7.478,7.478,19.584,7.478,27.043,0c7.478-7.478,7.478-19.584,0-27.043l-81.033-81.032l82.181-82.18    C422.873,216.399,422.873,204.179,415.338,196.662z M306,0C136.992,0,0,136.992,0,306s136.992,306,306,306    c168.988,0,306-137.012,306-306S475.008,0,306,0z M306,573.75C158.125,573.75,38.25,453.875,38.25,306    C38.25,158.125,158.125,38.25,306,38.25c147.875,0,267.75,119.875,267.75,267.75C573.75,453.875,453.875,573.75,306,573.75z"></path>		</g>	</g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg></span></button></div>
</div>
<div class="jet-search__popup-trigger-container">
	<button type="button" class="jet-search__popup-trigger"><span class="jet-search__popup-trigger-icon jet-blocks-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="612.01px" height="612.01px" viewBox="0 0 612.01 612.01" style="enable-background:new 0 0 612.01 612.01;" xml:space="preserve"><g>	<g id="_x34__4_">		<g>			<path d="M606.209,578.714L448.198,423.228C489.576,378.272,515,318.817,515,253.393C514.98,113.439,399.704,0,257.493,0    C115.282,0,0.006,113.439,0.006,253.393s115.276,253.393,257.487,253.393c61.445,0,117.801-21.253,162.068-56.586    l158.624,156.099c7.729,7.614,20.277,7.614,28.006,0C613.938,598.686,613.938,586.328,606.209,578.714z M257.493,467.8    c-120.326,0-217.869-95.993-217.869-214.407S137.167,38.986,257.493,38.986c120.327,0,217.869,95.993,217.869,214.407    S377.82,467.8,257.493,467.8z"></path>		</g>	</g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg></span></button>
</div></div></div>				</div>
				</div>
				<div class="elementor-element elementor-element-ae08a1a elementor-widget__width-auto jedv-enabled--yes elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon" data-id="ae08a1a" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/account/user-login">
			<i aria-hidden="true" class="far fa-user-circle"></i>			</a>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</header>
				<header data-dce-background-color="#02010100" class="elementor-section elementor-top-section elementor-element elementor-element-c80f29c elementor-section-stretched elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c80f29c" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d52a6ae" data-id="d52a6ae" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bbc2bfd elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="bbc2bfd" data-element_type="widget" data-e-type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://workshopwriter.com">
			<img fetchpriority="high" width="400" height="320" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20320'%3E%3C/svg%3E" class="attachment-full size-full wp-image-5045" alt="" data-lazy-srcset="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2.png 400w, https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-300x240.png 300w, https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-120x96.png 120w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-120x96.png" /><noscript><img fetchpriority="high" width="400" height="320" src="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-120x96.png" class="attachment-full size-full wp-image-5045" alt="" srcset="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2.png 400w, https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-300x240.png 300w, https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-120x96.png 120w" sizes="(max-width: 400px) 100vw, 400px" /></noscript>				</a>
											</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e652c4b" data-id="e652c4b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-41222ae elementor-widget__width-auto jedv-enabled--yes elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon" data-id="41222ae" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/account/user-login">
			<i aria-hidden="true" class="far fa-user-circle"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-dcae25d elementor-widget__width-auto elementor-widget elementor-widget-jet-search" data-id="dcae25d" data-element_type="widget" data-e-type="widget" data-widget_type="jet-search.default">
				<div class="elementor-widget-container">
					<div class="elementor-jet-search jet-blocks"><div class="jet-search"><div class="jet-search__popup jet-search__popup--full-screen jet-search__popup--fade-effect">
	<div class="jet-search__popup-content"><form role="search" method="get" class="jet-search__form" action="https://workshopwriter.com/">
	<label class="jet-search__label">
		<input type="search" class="jet-search__field" placeholder="Search &hellip;" value="" name="s" />
	</label>
		<button type="submit" class="jet-search__submit" aria-label="submit search"><span class="jet-search__submit-icon jet-blocks-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="612.01px" height="612.01px" viewBox="0 0 612.01 612.01" style="enable-background:new 0 0 612.01 612.01;" xml:space="preserve"><g>	<g id="_x34__4_">		<g>			<path d="M606.209,578.714L448.198,423.228C489.576,378.272,515,318.817,515,253.393C514.98,113.439,399.704,0,257.493,0    C115.282,0,0.006,113.439,0.006,253.393s115.276,253.393,257.487,253.393c61.445,0,117.801-21.253,162.068-56.586    l158.624,156.099c7.729,7.614,20.277,7.614,28.006,0C613.938,598.686,613.938,586.328,606.209,578.714z M257.493,467.8    c-120.326,0-217.869-95.993-217.869-214.407S137.167,38.986,257.493,38.986c120.327,0,217.869,95.993,217.869,214.407    S377.82,467.8,257.493,467.8z"></path>		</g>	</g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg></span></button>
			</form><button type="button" class="jet-search__popup-close"><span class="jet-search__popup-close-icon jet-blocks-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="612px" height="612px" viewBox="0 0 612 612" style="enable-background:new 0 0 612 612;" xml:space="preserve"><g>	<g id="_x31_0_41_">		<g>			<path d="M415.338,196.662c-7.535-7.535-19.737-7.535-27.253,0l-82.181,82.18l-81.033-81.032c-7.478-7.478-19.584-7.478-27.042,0    c-7.478,7.478-7.478,19.584,0,27.042l81.033,81.033l-81.587,81.587c-7.535,7.535-7.535,19.736,0,27.253s19.737,7.517,27.253,0    l81.588-81.587l81.032,81.032c7.478,7.478,19.584,7.478,27.043,0c7.478-7.478,7.478-19.584,0-27.043l-81.033-81.032l82.181-82.18    C422.873,216.399,422.873,204.179,415.338,196.662z M306,0C136.992,0,0,136.992,0,306s136.992,306,306,306    c168.988,0,306-137.012,306-306S475.008,0,306,0z M306,573.75C158.125,573.75,38.25,453.875,38.25,306    C38.25,158.125,158.125,38.25,306,38.25c147.875,0,267.75,119.875,267.75,267.75C573.75,453.875,453.875,573.75,306,573.75z"></path>		</g>	</g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg></span></button></div>
</div>
<div class="jet-search__popup-trigger-container">
	<button type="button" class="jet-search__popup-trigger"><span class="jet-search__popup-trigger-icon jet-blocks-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="612.01px" height="612.01px" viewBox="0 0 612.01 612.01" style="enable-background:new 0 0 612.01 612.01;" xml:space="preserve"><g>	<g id="_x34__4_">		<g>			<path d="M606.209,578.714L448.198,423.228C489.576,378.272,515,318.817,515,253.393C514.98,113.439,399.704,0,257.493,0    C115.282,0,0.006,113.439,0.006,253.393s115.276,253.393,257.487,253.393c61.445,0,117.801-21.253,162.068-56.586    l158.624,156.099c7.729,7.614,20.277,7.614,28.006,0C613.938,598.686,613.938,586.328,606.209,578.714z M257.493,467.8    c-120.326,0-217.869-95.993-217.869-214.407S137.167,38.986,257.493,38.986c120.327,0,217.869,95.993,217.869,214.407    S377.82,467.8,257.493,467.8z"></path>		</g>	</g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg></span></button>
</div></div></div>				</div>
				</div>
				<div class="elementor-element elementor-element-7312ffe elementor-widget__width-auto elementor-widget elementor-widget-jet-hamburger-panel" data-id="7312ffe" data-element_type="widget" data-e-type="widget" data-widget_type="jet-hamburger-panel.default">
				<div class="elementor-widget-container">
							<div class="jet-hamburger-panel jet-hamburger-panel-right-position jet-hamburger-panel-fade-effect" data-settings="{&quot;position&quot;:&quot;right&quot;,&quot;ajaxTemplate&quot;:false,&quot;ajaxTemplateCache&quot;:true}">
			<div class="jet-hamburger-panel__toggle" role="button" tabindex="0" aria-label="Toggle Panel"><div class="jet-hamburger-panel__toggle-icon"><span class="jet-hamburger-panel__icon icon-normal jet-blocks-icon"><i aria-hidden="true" class="fas fa-bars"></i></span><span class="jet-hamburger-panel__icon icon-active jet-blocks-icon"><i aria-hidden="true" class="fas fa-times"></i></span></div></div>			<div class="jet-hamburger-panel__instance">
				<div class="jet-hamburger-panel__cover"></div>
				<div class="jet-hamburger-panel__inner">
					<div class="jet-hamburger-panel__close-button jet-blocks-icon"><i aria-hidden="true" class="fas fa-times"></i></div><div class="jet-hamburger-panel__content" data-template-id="1946">		<div data-elementor-type="section" data-elementor-id="1946" class="elementor elementor-1946 elementor-location-header" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-b29c85d elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="b29c85d" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d81478a" data-id="d81478a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ad03c00 elementor-widget elementor-widget-nav-menu" data-id="ad03c00" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;dropdown&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-ad03c00" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5034"><a aria-expanded="false" class="elementor-item menu-link" tabindex="-1">Services</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5036"><a href="https://workshopwriter.com/editing/" class="elementor-sub-item menu-link" tabindex="-1">Editing</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5035"><a href="https://workshopwriter.com/author-coaching/" class="elementor-sub-item menu-link" tabindex="-1">Author Coaching</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5038"><a href="https://workshopwriter.com/workshops/" class="elementor-sub-item menu-link" tabindex="-1">Workshops</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5037"><a href="https://workshopwriter.com/finishing-school/" class="elementor-sub-item menu-link" tabindex="-1">Finishing School</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5039"><a href="https://workshopwriter.com/publishing/" class="elementor-item menu-link" tabindex="-1">Publishing</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-5041"><a aria-expanded="false" class="elementor-item menu-link" tabindex="-1">Resources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-3702 current_page_item menu-item-3875"><a href="https://workshopwriter.com/blog/" aria-current="page" class="elementor-sub-item elementor-item-active menu-link" tabindex="-1">Blog</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5040"><a href="https://workshopwriter.com/video/" class="elementor-sub-item menu-link" tabindex="-1">Video</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5056"><a href="https://workshopwriter.com/testimonials/" class="elementor-sub-item menu-link" tabindex="-1">Testimonials</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a href="https://workshopwriter.com/about-ron-seybold/" class="elementor-item menu-link" tabindex="-1">About Ron Seybold</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7840"><a href="https://workshopwriter.com/shop/" class="elementor-item menu-link" tabindex="-1">Books</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="https://workshopwriter.com/contact/" class="elementor-item menu-link" tabindex="-1">Contact Us &#038; Subscribe</a></li>
</ul>			</nav>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div>				</div>
			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</header>
				</header>
			<div id="content" class="site-content">
		<div class="ast-container">
		

	<div id="primary" class="content-area primary">

		
					<main id="main" class="site-main">
				<article
class="post-3702 page type-page status-publish has-post-thumbnail ast-article-single" id="post-3702" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
	
				<header class="entry-header ast-no-title ast-header-without-markup">
							</header> <!-- .entry-header -->
		
<div class="entry-content clear"
	itemprop="text">

	
			<div data-elementor-type="wp-post" data-elementor-id="3702" class="elementor elementor-3702" data-elementor-post-type="page">
						<section data-dce-background-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_1326028199-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-b5fb0ec elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b5fb0ec" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-211dd39" data-id="211dd39" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3b23e95 elementor-invisible elementor-widget elementor-widget-heading" data-id="3b23e95" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">The Write Stuff</h1>				</div>
				</div>
				<div class="elementor-element elementor-element-e342adf elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-text-editor" data-id="e342adf" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Articles and reports about becoming an author, improving your skills, and learning about how publishing can work for you.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-bc6e076 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bc6e076" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d62315f" data-id="d62315f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-35724ab elementor-widget elementor-widget-jet-listing-grid" data-id="35724ab" data-element_type="widget" data-e-type="widget" data-settings="{&quot;columns&quot;:3,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;}" data-widget_type="jet-listing-grid.default">
				<div class="elementor-widget-container">
					<div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-3 grid-col-tablet-2 grid-col-mobile-1 jet-listing-grid--3674 jet-equal-columns__wrapper" data-queried-id="3702|WP_Post" data-nav="{&quot;enabled&quot;:false,&quot;type&quot;:null,&quot;more_el&quot;:null,&quot;query&quot;:[],&quot;widget_settings&quot;:{&quot;lisitng_id&quot;:3674,&quot;posts_num&quot;:1000,&quot;columns&quot;:3,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;is_archive_template&quot;:&quot;&quot;,&quot;post_status&quot;:[&quot;publish&quot;],&quot;use_random_posts_num&quot;:&quot;&quot;,&quot;max_posts_num&quot;:9,&quot;not_found_message&quot;:&quot;No data was found&quot;,&quot;is_masonry&quot;:false,&quot;equal_columns_height&quot;:&quot;yes&quot;,&quot;use_load_more&quot;:&quot;&quot;,&quot;load_more_id&quot;:&quot;&quot;,&quot;load_more_type&quot;:&quot;click&quot;,&quot;load_more_offset&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;use_custom_post_types&quot;:&quot;&quot;,&quot;custom_post_types&quot;:[],&quot;hide_widget_if&quot;:&quot;&quot;,&quot;carousel_enabled&quot;:&quot;&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;arrows&quot;:&quot;true&quot;,&quot;arrow_icon&quot;:&quot;fa fa-angle-left&quot;,&quot;dots&quot;:&quot;&quot;,&quot;autoplay&quot;:&quot;true&quot;,&quot;pause_on_hover&quot;:&quot;true&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;true&quot;,&quot;center_mode&quot;:&quot;&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500,&quot;inject_alternative_items&quot;:&quot;&quot;,&quot;injection_items&quot;:[],&quot;scroll_slider_enabled&quot;:&quot;&quot;,&quot;scroll_slider_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;custom_query&quot;:false,&quot;custom_query_id&quot;:&quot;&quot;,&quot;_element_id&quot;:&quot;&quot;}}" data-page="1" data-pages="1" data-listing-source="posts" data-listing-id="3674" data-query-id=""><div class="jet-listing-grid__item jet-listing-dynamic-post-8347 jet-equal-columns" data-post-id="8347" ><style type="text/css">.jet-listing-dynamic-post-8347 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/retail-book-sales-at-libraries/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Retail book sales at libraries</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8344 jet-equal-columns" data-post-id="8344" ><style type="text/css">.jet-listing-dynamic-post-8344 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/comparing-your-book-to-query-for-it/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Comparing your book to query for it</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8341 jet-equal-columns" data-post-id="8341" ><style type="text/css">.jet-listing-dynamic-post-8341 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/understand-why-youre-making-books/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Understand why you&#8217;re making books</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Consider your should&#8217;s, whenever you tell yourself what to expect about making a book for the world. Meeting your expectations comes with a lot less angst when your sights are set reasonably.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8337 jet-equal-columns" data-post-id="8337" ><style type="text/css">.jet-listing-dynamic-post-8337 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/why-youd-make-things-difficult/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Why You&#8217;d Make Things Difficult</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Creating and publishing a book is taking on a challenge. David Brooks says that&#8217;s good for our souls.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8335 jet-equal-columns" data-post-id="8335" ><style type="text/css">.jet-listing-dynamic-post-8335 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/becoming-your-own-patron/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Becoming Your Own Patron</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Creators need support, in part because art often fights its way to the forefront of our souls. You can be that supporter.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8330 jet-equal-columns" data-post-id="8330" ><style type="text/css">.jet-listing-dynamic-post-8330 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-makes-a-bestseller/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What makes a bestseller</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Many books are bestselling, but getting onto a list takes note of the biggest of the bestsellers at the time.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8325 jet-equal-columns" data-post-id="8325" ><style type="text/css">.jet-listing-dynamic-post-8325 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-drive-a-story-with-problems/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to drive a story with problems</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									People are what we enjoy observing, and their conflicts and troubles entertain and captivate us. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8322 jet-equal-columns" data-post-id="8322" ><style type="text/css">.jet-listing-dynamic-post-8322 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/04/pinwheels-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/04/pinwheels-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/retiring-into-your-writing/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Retiring into Your Writing</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Like buying better scuba gear or the $170 shoes for the pickleball court, you play a better game when investing in your retirement writing career. You need to write better to be heard.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8313 jet-equal-columns" data-post-id="8313" ><style type="text/css">.jet-listing-dynamic-post-8313 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2026/02/Heartburn-audiobook-cover.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2026/02/Heartburn-audiobook-cover.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/get-published-better-in-audiobooks/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Get published better in audiobooks</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									You might have an interest in getting an audiobook out as your first step into publication. Print could come second.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8306 jet-equal-columns" data-post-id="8306" ><style type="text/css">.jet-listing-dynamic-post-8306 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2026/02/Novel-from-Nothing-Character-Pages.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2026/02/Novel-from-Nothing-Character-Pages.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-get-a-good-start-on-novels/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to get a good start on novels</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									I&#8217;m not a natural outliner. Oh, the pantsing I&#8217;ve enjoyed. Writing by the seat of your pants has a cost, though. You over-write and take much longer to finish. Sketch characters first, at least.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8302 jet-equal-columns" data-post-id="8302" ><style type="text/css">.jet-listing-dynamic-post-8302 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2026/02/photos-of-memories-in-hands.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2026/02/photos-of-memories-in-hands.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/why-meaning-wins-spots-for-the-mundane/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Why meaning wins spots for the mundane</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Mundane memories don&#8217;t earn their keep just because you can remember them well. The everyday event, the droll habit, the mundane action, they all need something more.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8281 jet-equal-columns" data-post-id="8281" ><style type="text/css">.jet-listing-dynamic-post-8281 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2026/02/defalted-balloon-hot-air.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2026/02/defalted-balloon-hot-air.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/letting-the-air-out-of-blurbs/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Letting the air out of blurbs</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We doubt a little bit how much difference a blurb can make. We do this blurbing for one another as authors, hoping that our audiences can help the new author getting introduced.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8277 jet-equal-columns" data-post-id="8277" ><style type="text/css">.jet-listing-dynamic-post-8277 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2026/01/Ivy-covered-house.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2026/01/Ivy-covered-house.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/whats-your-home-for-hope/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What&#8217;s your home for hope?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Hope is an essential element to creating a book. For months, or years, or even longer, your book is going to little more than a dream in your head and heart.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8272 jet-equal-columns" data-post-id="8272" ><style type="text/css">.jet-listing-dynamic-post-8272 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/backstory-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/backstory-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/when-realism-matters-in-stories/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">When realism matters in stories</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Some of your friends and allies don&#8217;t know how to help your fiction succeed. They want to help you make the story realistic, a thing that doesn&#8217;t have a primary place in fiction.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8269 jet-equal-columns" data-post-id="8269" ><style type="text/css">.jet-listing-dynamic-post-8269 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Hand-on-NotebookProdSmall-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Hand-on-NotebookProdSmall-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/go-into-partnership-on-writing/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Go into partnership on writing</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									You only get to a debut after you finish a book. You will do better at that finishing with help from buddies.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8266 jet-equal-columns" data-post-id="8266" ><style type="text/css">.jet-listing-dynamic-post-8266 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/shuttle-rocket-launch.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/shuttle-rocket-launch.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/a-review-can-stock-up-confidence/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">A review can stock up confidence</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Any outside confirmation can be better than none. A review can show you the doubts about your book didn&#8217;t appear outside my critical artist&#8217;s head.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8264 jet-equal-columns" data-post-id="8264" ><style type="text/css">.jet-listing-dynamic-post-8264 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/03/sailing-boat-165313_640.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/03/sailing-boat-165313_640.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/an-ocean-going-reading-list/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">An ocean going reading list</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									With weeks of time in the cabin, or on deck coming up, John asked what books would I recommend to a fiction writer, one who’s setting sail for a cruise around the Pacific.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8257 jet-equal-columns" data-post-id="8257" ><style type="text/css">.jet-listing-dynamic-post-8257 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/spaghetti-on-forks.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/spaghetti-on-forks.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/feeding-your-book-enough/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Feeding Your Book Enough</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Writers who work to become authors will feed their books. With time, with money, with devotion. Once you&#8217;re in the stretch of book release, it must go beyond the matter of saying, &#8220;If it doesn’t cost too much, I’d like some reviews.&#8221;								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8253 jet-equal-columns" data-post-id="8253" ><style type="text/css">.jet-listing-dynamic-post-8253 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Apprentice-brooms.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Apprentice-brooms.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/authors-are-ready-to-trust-ai/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Authors are ready to trust AI?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									In our modern era, our AI systems—advanced software and blistering-fast computers are having their way with authors’ works. Just in the last few years, though, contracts are changing. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8249 jet-equal-columns" data-post-id="8249" ><style type="text/css">.jet-listing-dynamic-post-8249 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/12/Marion-Winik.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/12/Marion-Winik.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/complete-edits-will-demand-revisions/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Complete edits will demand revisions</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8245 jet-equal-columns" data-post-id="8245" ><style type="text/css">.jet-listing-dynamic-post-8245 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/05/pirate-captain.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/05/pirate-captain.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/men-wont-you-read-novels/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Men, won&#8217;t you read novels?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									It&#8217;s not that men don&#8217;t read fiction at all. They&#8217;re more comforted by discovering facts than reading stories of emotion and imagination.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8242 jet-equal-columns" data-post-id="8242" ><style type="text/css">.jet-listing-dynamic-post-8242 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/pencils.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/pencils.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/about-writing-the-other-and-why-bother/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">About writing the other, and why bother?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									There are two kinds of diversity to embrace. Personality and mission are the primary choices.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8238 jet-equal-columns" data-post-id="8238" ><style type="text/css">.jet-listing-dynamic-post-8238 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-build-a-review-team/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to build a review team</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									When it&#8217;s time to get reviewers on board the rocket sled of release. BookFunnel is a more affordable solution for distributing review copies.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8231 jet-equal-columns" data-post-id="8231" ><style type="text/css">.jet-listing-dynamic-post-8231 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/10/Snidely-Sneersome.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/10/Snidely-Sneersome.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/its-the-season-of-villains/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">It&#8217;s the season of villains</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									I always imagined I was the driving character in that play, and I wasn’t wrong. Villains make trouble and cause pain. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8227 jet-equal-columns" data-post-id="8227" ><style type="text/css">.jet-listing-dynamic-post-8227 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/10/jewels-in-box.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/10/jewels-in-box.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/be-a-personality-in-your-nonfiction/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Be a personality in your nonfiction</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Shiny objects help. if you think of people reading your book, it can help propel you through the dry spells, or the places where you have all these pieces and you&#8217;re assembling them.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8222 jet-equal-columns" data-post-id="8222" ><style type="text/css">.jet-listing-dynamic-post-8222 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/pencils.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/pencils.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/making-legacy-look-like-largesse/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Making legacy look like largesse</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Your legacy writing should aim for more, though. You want to bring the idea of largesse to your legacy.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8207 jet-equal-columns" data-post-id="8207" ><style type="text/css">.jet-listing-dynamic-post-8207 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/call-on-a-cohort/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Call on a cohort</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Gabriella Pereira has a DIY MFA book that&#8217;s very hands-on and prescriptive. She calls the cohort a community. You do three things to MFA-up your passions.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8202 jet-equal-columns" data-post-id="8202" ><style type="text/css">.jet-listing-dynamic-post-8202 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/10/NYT-book-review.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/10/NYT-book-review.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/everything-is-different-how-is-that-good/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Everything is different. How is that good?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									A lot of advice from marketing and publishing experts says that newsletters entice book readers. These things also connect you to book buyers. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8196 jet-equal-columns" data-post-id="8196" ><style type="text/css">.jet-listing-dynamic-post-8196 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/narrative-makes-story-steps-easier-to-mount/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Narrative makes story steps easier to mount</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									You might like dialogue. A lot. Don&#8217;t believe in narration, since you think showing is always better than telling. But even a scene can be in narrative, instead of just dialogue.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8192 jet-equal-columns" data-post-id="8192" ><style type="text/css">.jet-listing-dynamic-post-8192 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/lets-talk-up-dialogue-strategy/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Let&#8217;s talk up dialogue strategy, and tags</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We&#8217;re all sharing tips and our habits about dialogue.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8188 jet-equal-columns" data-post-id="8188" ><style type="text/css">.jet-listing-dynamic-post-8188 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/09/gymnast-on-bar-landing.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/09/gymnast-on-bar-landing.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/a-plan-to-finish-your-books/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">A Plan to Finish Your Books</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Writing chapter summaries keeps you inside the realm of your book, simple work around its edges where you sum up what’s unfolded in each piece of the story. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8161 jet-equal-columns" data-post-id="8161" ><style type="text/css">.jet-listing-dynamic-post-8161 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/09/ghost-with-hat-and-glasses.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/09/ghost-with-hat-and-glasses.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/ghostwriting/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Go to a ghost for a book?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Someone&#8217;s got to decide if the ghostwriting is as complete as it could be. That someone will be you, as the author being ghosted. Expect the ghostwriter&#8217;s contract with you to enforce healthy boundaries.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8158 jet-equal-columns" data-post-id="8158" ><style type="text/css">.jet-listing-dynamic-post-8158 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Tickets.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Tickets.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/why-book-earnings-are-so-secret/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Why book earnings are so secret</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8153 jet-equal-columns" data-post-id="8153" ><style type="text/css">.jet-listing-dynamic-post-8153 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/08/Cash-drawer.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/08/Cash-drawer.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-about-publishing-for-money/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What about publishing for money?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									You want to be especially careful about paying for somebody&#8217;s coaching who says you&#8217;ll get an agent. You can imagine how many problems look like a nail while such a coach swings that kind of hammer.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8147 jet-equal-columns" data-post-id="8147" ><style type="text/css">.jet-listing-dynamic-post-8147 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/08/Spunk-and-Bite-cover.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/08/Spunk-and-Bite-cover.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-show-spunk-with-sentences-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to show spunk with sentences</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									See if you can create something unexpected but understandable. Know the rules, but break them when you can.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8143 jet-equal-columns" data-post-id="8143" ><style type="text/css">.jet-listing-dynamic-post-8143 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/08/Classified-newspaper.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/08/Classified-newspaper.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/is-that-a-book-or-an-article/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Is that a book, or an article?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Nonfiction sure demands more of an author. When you write among the world of realism and facts, there are so many other voices that accompany yours. Nonfiction demands that we authors study our proposals and see all the points we need to hit. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8128 jet-equal-columns" data-post-id="8128" ><style type="text/css">.jet-listing-dynamic-post-8128 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/08/clock-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/08/clock-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/feeding-stories-a-then-and-a-now-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Feeding stories a then, and a now</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Narrators in fiction and memoir tell a richer tale when they give us both the sizzle of the moments back-then, along with the comprehension and wisdom of narrating from the present.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8124 jet-equal-columns" data-post-id="8124" ><style type="text/css">.jet-listing-dynamic-post-8124 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/06/people-inside-room.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/06/people-inside-room.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-shop-classes-groups-or-coaching/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to shop classes, groups, or coaching</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									You write, then someone you trust reads it to help improve it. That&#8217;s the other gear, once you’re ready: coaching.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8120 jet-equal-columns" data-post-id="8120" ><style type="text/css">.jet-listing-dynamic-post-8120 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/07/Uncracked-books.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/07/Uncracked-books.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/cracking-spines-on-your-craft/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Cracking spines on your craft</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Owning craft books is a mark of experience. The mark that is indelible, though, requires cracking spines. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8117 jet-equal-columns" data-post-id="8117" ><style type="text/css">.jet-listing-dynamic-post-8117 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/02/checklist-artwork-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/02/checklist-artwork-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-kind-of-writer-needs-an-editor/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What kind of writer needs an editor?</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8113 jet-equal-columns" data-post-id="8113" ><style type="text/css">.jet-listing-dynamic-post-8113 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/kid-and-colored-pencils-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/kid-and-colored-pencils-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/solving-your-synopsis-problem/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Solving your synopsis problem</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Knowing what&#8217;s crucial to a story means learning to see it from afar. Keeping the synopsis lively and brimming with your voice is the special sauce that makes them savory.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8109 jet-equal-columns" data-post-id="8109" ><style type="text/css">.jet-listing-dynamic-post-8109 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/06/card-game-table-with-ace.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/06/card-game-table-with-ace.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/traditional-or-hybrid-and-cheating/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Traditional or hybrid, and cheating</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									The way that you get published doesn&#8217;t determine if your book is genuine or not.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8107 jet-equal-columns" data-post-id="8107" ><style type="text/css">.jet-listing-dynamic-post-8107 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/07/Hudsons-store.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/07/Hudsons-store.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/taking-a-peek-at-book-festival-choices/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Taking a peek at book festival choices</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									The San Antonio Book Festival opens its selection process about this time every year. They also talk about how they choose the books that will earn attention from attendees each year.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8103 jet-equal-columns" data-post-id="8103" ><style type="text/css">.jet-listing-dynamic-post-8103 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/06/Creating-Cover.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/06/Creating-Cover.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/write-to-live-longer/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Write to live longer</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Hemingway said that for him, it was write or die — but he really meant it was write and die, and then live again in your writing. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8098 jet-equal-columns" data-post-id="8098" ><style type="text/css">.jet-listing-dynamic-post-8098 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/06/Body-Scout-cover.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/06/Body-Scout-cover.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/finding-your-community-of-joy/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Finding your community of joy</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									The one thing you can count on from MFA degrees is community, he says. He also warns us about borrowing tuition money for any arts degree. That tuition makes an automatic community for those who weathered the workshop critiques and writing over a two or three-year course of study.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8092 jet-equal-columns" data-post-id="8092" ><style type="text/css">.jet-listing-dynamic-post-8092 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/ai-can-be-used-for-good/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">AI can be used for good</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8088 jet-equal-columns" data-post-id="8088" ><style type="text/css">.jet-listing-dynamic-post-8088 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/05/pirate-captain.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/05/pirate-captain.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/agents-can-find-your-rights/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Agents can find your rights</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Author-publishing money is not just in selling your ebooks on Amazon or Kobo. There&#8217;s money to made getting your popular books&#8217; sub-rights sold by an open-minded agent.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8083 jet-equal-columns" data-post-id="8083" ><style type="text/css">.jet-listing-dynamic-post-8083 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/construction-worker.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/construction-worker.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/finding-good-work-between-jobs/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Finding good work between jobs</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									If you come away from the freedom of job time with a new practice of writing an hour a day, that can sustain you, both during unemployment as well as afterward. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8081 jet-equal-columns" data-post-id="8081" ><style type="text/css">.jet-listing-dynamic-post-8081 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Locomotive_Drawing_from_1894.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Locomotive_Drawing_from_1894.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/making-your-way-beyond-ai/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Making Your Way Beyond AI</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8076 jet-equal-columns" data-post-id="8076" ><style type="text/css">.jet-listing-dynamic-post-8076 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/scrivener-a-tool-to-see-your-book/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Scrivener: a tool to see your book</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Scrivener opens your eyes to what&#8217;s inside your book.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8073 jet-equal-columns" data-post-id="8073" ><style type="text/css">.jet-listing-dynamic-post-8073 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/06/Small_Packages_Cover.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/06/Small_Packages_Cover.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/shorter-books-make-more-hope/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Shorter books make more hope</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Whether you write fiction or make non-fiction, there&#8217;s probably more than one book in your concept or your premise.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8067 jet-equal-columns" data-post-id="8067" ><style type="text/css">.jet-listing-dynamic-post-8067 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/04/Grapes-of-Wrath-cover.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/04/Grapes-of-Wrath-cover.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/open-minded-rules-help-you-make-books/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Open-minded rules help you make books</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Rules for writing from John Steinbeck  are more open-ended. He was a Nobel Laureate. 50 years ago, his rules appeared in the Paris Review.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8062 jet-equal-columns" data-post-id="8062" ><style type="text/css">.jet-listing-dynamic-post-8062 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/04/pinwheels-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/04/pinwheels-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/keep-coming-to-the-work-for-fun/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Keep coming to the work for fun</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									You have to like the action, as the sports fans say, to stay in publishing today. It&#8217;s a little like show business, in that the miracle is making a little profit while you practice what amounts to the commercial art of storytelling.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8056 jet-equal-columns" data-post-id="8056" ><style type="text/css">.jet-listing-dynamic-post-8056 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/04/Highsmith-Plotting-and-Writing-Suspense-Fiction-Cover.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/04/Highsmith-Plotting-and-Writing-Suspense-Fiction-Cover.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/balancing-suspense-versus-clarity/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Balancing suspense versus clarity</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Pace is something to balance. Sometimes we want things to be simply given to us, like Kurt Vonnegut advises. At other times readers want to simmer in the possibilities.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8052 jet-equal-columns" data-post-id="8052" ><style type="text/css">.jet-listing-dynamic-post-8052 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/03/Flower-collections.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/03/Flower-collections.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/booksellers-demand-plans-for-store-events/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Booksellers demand plans for store events</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Booksellers demand store event plans from authors. You partner with a store to make an effective event.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8048 jet-equal-columns" data-post-id="8048" ><style type="text/css">.jet-listing-dynamic-post-8048 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/03/eyeglasses-on-magazines.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/03/eyeglasses-on-magazines.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/try-not-to-look-so-much/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Try not to look so much</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									While you&#8217;re looking over your writing, you can also pay attention to how often the word look gets in the way of what readers see. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8037 jet-equal-columns" data-post-id="8037" ><style type="text/css">.jet-listing-dynamic-post-8037 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/03/cookbook-pages-in-hand-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/03/cookbook-pages-in-hand-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/do-you-develop-or-get-edited/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Do you develop, or get edited?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Editing assignments serve many needs of a book. Development means creating a full draft. Editing means making that draft better. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8030 jet-equal-columns" data-post-id="8030" ><style type="text/css">.jet-listing-dynamic-post-8030 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/03/Burroway-cover-Writing-Fiction.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/03/Burroway-cover-Writing-Fiction.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-avoid-the-filters/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to avoid the filters</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									In her book Writing Fiction, Janet Burroway says that removing filters from your writing is the express lane to more vivid writing.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8025 jet-equal-columns" data-post-id="8025" ><style type="text/css">.jet-listing-dynamic-post-8025 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/02/bookstore-open-house.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/02/bookstore-open-house.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-distribution-sells-your-book/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How distribution sells your book</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Distribution. That word is not used in many discussions about what makes books great or how they become bestsellers. Not-great books do become bestsellers, and that result can come from the success of distribution.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8019 jet-equal-columns" data-post-id="8019" ><style type="text/css">.jet-listing-dynamic-post-8019 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/02/Bookshelf-with-On-Writing-Well-and-Stealing-Home.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/02/Bookshelf-with-On-Writing-Well-and-Stealing-Home.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/all-writing-needs-nonfiction/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">All writing needs (non)fiction</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Even when you&#8217;re writing nonfiction, you can be stretching your fiction legs. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8014 jet-equal-columns" data-post-id="8014" ><style type="text/css">.jet-listing-dynamic-post-8014 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/02/Happen-to-a-dog-billboard.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/02/Happen-to-a-dog-billboard.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/make-a-better-query-summary/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Make a better query summary</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Query summary writing can be the most challenging you will face. You don&#8217;t have to know the exact ending, or cover all the meaty plot points, to write this summary.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8005 jet-equal-columns" data-post-id="8005" ><style type="text/css">.jet-listing-dynamic-post-8005 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/02/checklist-artwork-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/02/checklist-artwork-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/10-habits-of-successful-writers/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">10 Habits of Successful Writers</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Donald Murray wrote an essay for the magazine The Writer that sums up 10 habits that lead to writing success.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-8000 jet-equal-columns" data-post-id="8000" ><style type="text/css">.jet-listing-dynamic-post-8000 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-narrative-writing-lures-readers/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How narrative writing lures readers</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									The interior life of characters flows out of narrative writing that is used in fiction. Finding ways to make narrative stand in for your scenes is good work when you&#8217;re revising, or even drafting a book.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7995 jet-equal-columns" data-post-id="7995" ><style type="text/css">.jet-listing-dynamic-post-7995 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/06/Searching-Man.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/06/Searching-Man.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/questions-answered-about-publicity/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Questions Answered About Publicity</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Here&#8217;s a list of fundamental questions to ask a publisher, or your publicist, about this discovery process.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7988 jet-equal-columns" data-post-id="7988" ><style type="text/css">.jet-listing-dynamic-post-7988 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/01/Peterman-very-pink-jacket-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/01/Peterman-very-pink-jacket-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/clothes-can-make-the-story/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Clothes can make the story</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									 Working with the care that a copywriter for J. Peterman would use, small details bring a story into sharp focus. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7984 jet-equal-columns" data-post-id="7984" ><style type="text/css">.jet-listing-dynamic-post-7984 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2025/01/Kid-in-shopping-cart.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2025/01/Kid-in-shopping-cart.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/writing-like-a-kid-again/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Writing Like a Kid Again</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Difficult material lies at the start of a memoir, and there&#8217;s usually stories in it you&#8217;d rather not tell again. But as a kid, you could write those stories with the pencil on paper gusto. The meaning hadn&#8217;t crept up on you yet. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7981 jet-equal-columns" data-post-id="7981" ><style type="text/css">.jet-listing-dynamic-post-7981 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/03/self-help.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/03/self-help.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/groups-avoid-the-opposite-of-help/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Groups: avoid the opposite of help</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									As authors we rely on outside eyes. In a workshop group, you rely on the eyes of your fellow writers: people at varied levels of skill and experience.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7966 jet-equal-columns" data-post-id="7966" ><style type="text/css">.jet-listing-dynamic-post-7966 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/12/Wonderbook.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/12/Wonderbook.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/writing-books-for-your-pacific-cruise/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Writing Books for your Pacific cruise</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									A coaching client developing a novel asked a delicious question. What books would I recommend to a fellow fiction writer who’s setting sail for a cruise around the Pacific?								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7962 jet-equal-columns" data-post-id="7962" ><style type="text/css">.jet-listing-dynamic-post-7962 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/12/smiling-lips.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/12/smiling-lips.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/pump-the-brakes-on-the-smiling/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Pump the brakes on the smiling</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Smiling makes us less curious. When we are told that a character smiled, and then read a line of dialogue, or we watch that character smiling during a scene, we get shortchanged.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7955 jet-equal-columns" data-post-id="7955" ><style type="text/css">.jet-listing-dynamic-post-7955 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/03/blackwing-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/03/blackwing-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/edits-in-full-demand-your-revisions/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Edits in full demand your revisions</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									It’s going to be mighty hard, maybe impossible, to create a book that people will recommend without first revising it. I believe many of us will never live to see attractive and enticing AI revision of fiction.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7952 jet-equal-columns" data-post-id="7952" ><style type="text/css">.jet-listing-dynamic-post-7952 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/12/Burroway-cover-Writing-Fiction.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/12/Burroway-cover-Writing-Fiction.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/using-tude-to-make-mood/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Using &#8216;tude to make mood</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Tone is also mysterious, but it can be identified. Tone equals attitude, or tone makes &#8216;tude.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7943 jet-equal-columns" data-post-id="7943" ><style type="text/css">.jet-listing-dynamic-post-7943 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/freddie-marriage-w8JiSVyjy-8-unsplash-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/freddie-marriage-w8JiSVyjy-8-unsplash-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/expect-less-from-your-printer-at-first/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Expect less from your printer at first</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Printers have good days and bad days. You’ll never experience unglued pages while reading an e-book, and it will handle great with no smudges. That’s total control of the manufacturing process, defined.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7941 jet-equal-columns" data-post-id="7941" ><style type="text/css">.jet-listing-dynamic-post-7941 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Microphone.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Microphone.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/more-to-say-about-dialogue/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">More to say about dialogue</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Novels don’t run on 98 percent dialogue. Talking and nothing else just doesn’t move a reader fast enough through the time frame of the story. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7936 jet-equal-columns" data-post-id="7936" ><style type="text/css">.jet-listing-dynamic-post-7936 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/11/Authors-Checklist-cover.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/11/Authors-Checklist-cover.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-choosing-point-of-view-sets-your-tone/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How Choosing Point of View Sets Your Tone</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Third person is a point of view that lays out the world of your story like a carpet. It covers every character, if it&#8217;s omniscient. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7927 jet-equal-columns" data-post-id="7927" ><style type="text/css">.jet-listing-dynamic-post-7927 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/10/TM-indie-bookstore-cover.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/10/TM-indie-bookstore-cover.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/an-interactive-tour-of-texas-indie-bookstores/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">An interactive tour of Texas indie bookstores</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									An interactive map feature on the Texas Monthly website tours you through the leading indie bookstores across Texas.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7924 jet-equal-columns" data-post-id="7924" ><style type="text/css">.jet-listing-dynamic-post-7924 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/pencils.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/pencils.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/make-story-stakes-personal/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Make story stakes personal</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Our stories thrive on stakes. What the hero might lose. How new knowledge can save them. We give characters skills and powers that will affect the story, and when the stakes are high enough, those can be amazing powers.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7919 jet-equal-columns" data-post-id="7919" ><style type="text/css">.jet-listing-dynamic-post-7919 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/10/architecture-buildings-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/10/architecture-buildings-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/world-building-serves-our-story-understanding/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">World-building serves our story understanding</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									World-building is not just for genre. It paints the interior of your story by using understanding so your dialogue makes sense.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7913 jet-equal-columns" data-post-id="7913" ><style type="text/css">.jet-listing-dynamic-post-7913 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/09/peacock-1440140_1920.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/09/peacock-1440140_1920.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/its-time-to-drop-the-vanity/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">It&#8217;s time to drop the vanity</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We might all start by accepting that publishing a book, in any way, is an act of ego. It had better be. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7910 jet-equal-columns" data-post-id="7910" ><style type="text/css">.jet-listing-dynamic-post-7910 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/09/Creation-Night-tools-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/09/Creation-Night-tools-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/play-games-to-create-stories/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Play games to create stories</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Well, everyone can write, says the AWA, so let&#8217;s get together and write for short sprints, then read it aloud and hear what people loved. It&#8217;s a powerful elixir, knowing that three or four people will find something positive to say about just-forged writing. For until we know what&#8217;s working in our writing, we have no business hunting down what&#8217;s not working.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7903 jet-equal-columns" data-post-id="7903" ><style type="text/css">.jet-listing-dynamic-post-7903 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/09/birds-in-flight-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/09/birds-in-flight-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-avoid-dialog-debris/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to avoid dialog debris</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7896 jet-equal-columns" data-post-id="7896" ><style type="text/css">.jet-listing-dynamic-post-7896 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/04/shutterstock_628670216.webp");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/04/shutterstock_628670216.webp" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-move-along-a-book-in-a-blitz/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to move along a book in a blitz</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7893 jet-equal-columns" data-post-id="7893" ><style type="text/css">.jet-listing-dynamic-post-7893 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/03/scent.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/03/scent.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-show-readers-true-love/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to Show Readers True Love</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7888 jet-equal-columns" data-post-id="7888" ><style type="text/css">.jet-listing-dynamic-post-7888 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/using-your-eyes-to-write/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Using your eyes to write</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7885 jet-equal-columns" data-post-id="7885" ><style type="text/css">.jet-listing-dynamic-post-7885 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/08/Silver-bullet-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/08/Silver-bullet-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/ways-to-find-and-vet-agents/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Ways to find and vet agents</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7878 jet-equal-columns" data-post-id="7878" ><style type="text/css">.jet-listing-dynamic-post-7878 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/08/Spunk-and-Bite-cover.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/08/Spunk-and-Bite-cover.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-show-spunk-with-sentences/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to Show Spunk with Sentences</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7874 jet-equal-columns" data-post-id="7874" ><style type="text/css">.jet-listing-dynamic-post-7874 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/08/clock-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/08/clock-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/feeding-stories-a-then-and-a-now/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Feeding stories a then, and a now</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									The narrator in novels or memoirs tells a richer tale when they give us both the sizzle of the moments back-then, along with the comprehension and wisdom of narrating from the present								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7870 jet-equal-columns" data-post-id="7870" ><style type="text/css">.jet-listing-dynamic-post-7870 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/07/Pink-Ladies.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/07/Pink-Ladies.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-keep-your-book-strike-proof/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to Keep Your Book Strike-proof</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									A book won&#8217;t need to go on strike to protect its rights to entertain, enlighten, and educate. Authors build in that protection through contracts. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7865 jet-equal-columns" data-post-id="7865" ><style type="text/css">.jet-listing-dynamic-post-7865 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/07/Hudsons-store.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/07/Hudsons-store.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/make-more-room-for-shorter-books/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Make more room for shorter books</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									A short novel can feel very in vogue. The 60,000-word novel is making a comeback, not fighting to be taken seriously.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7859 jet-equal-columns" data-post-id="7859" ><style type="text/css">.jet-listing-dynamic-post-7859 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/07/closet-garments-on-racks.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/07/closet-garments-on-racks.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/try-on-some-micro-genres/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Try on some micro-genres</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Micro-genres can help readers understand that even something like a cozy can have non-traditional-cozy elements.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7854 jet-equal-columns" data-post-id="7854" ><style type="text/css">.jet-listing-dynamic-post-7854 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/07/Girls-in-the-Windows.webp");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/07/Girls-in-the-Windows.webp" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-characters-want-and-avoid/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What characters want, and avoid</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Building characters demands that we know their desires and their fears. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7849 jet-equal-columns" data-post-id="7849" ><style type="text/css">.jet-listing-dynamic-post-7849 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/06/Adolis-flex-bobblehead.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/06/Adolis-flex-bobblehead.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/line-edit-or-line-drive-edit/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Line edit, or line drive edit?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									When you ask for a line-drive edit, you ask your editor to drive to the finish. Problems with character motives or consistency melt away with the work an editor does in a line-drive. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7844 jet-equal-columns" data-post-id="7844" ><style type="text/css">.jet-listing-dynamic-post-7844 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/06/Searching-Man.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/06/Searching-Man.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/great-books-search-for-meaning/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Great books search for meaning</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									By defining what is easier for a machine to write, we settle upon what stories are best for humans to create. We fulfill our destiny and potential as authors when we make stories that have a sense of meaning. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7533 jet-equal-columns" data-post-id="7533" ><style type="text/css">.jet-listing-dynamic-post-7533 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/06/moon-2285627_1280.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/06/moon-2285627_1280.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/the-write-stuff-march-bluebonnet-edition/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">The Write Stuff, March bluebonnet edition</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									In our spring bluebonnet edition, we look at outside agent gigs. Agents need more than wonderful authors. Some need editing gigs while they wait for the oil gusher of a book to appear.
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7528 jet-equal-columns" data-post-id="7528" ><style type="text/css">.jet-listing-dynamic-post-7528 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/06/Mutant-umbrella-tree.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/06/Mutant-umbrella-tree.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/ride-a-natural-intelligence-wave/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Ride a natural intelligence wave</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Let&#8217;s go out with style. Let&#8217;s create things that lead to understanding, insight, and entertainment using our carbon-based intelligence. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7507 jet-equal-columns" data-post-id="7507" ><style type="text/css">.jet-listing-dynamic-post-7507 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Sins-research-books-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Sins-research-books-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/research-versus-write-what-you-know/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Research, versus write what you know</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Writing what you don&#8217;t know can be better advice for fiction authors. While you&#8217;re learning about your subject, your research makes the writing come alive.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7146 jet-equal-columns" data-post-id="7146" ><style type="text/css">.jet-listing-dynamic-post-7146 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/tape-measure-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/tape-measure-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-avoid-a-too-big-book/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to avoid a too-big book</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Why, you must ask yourself, is that Big Book so essential to your story? Be honest about whether what&#8217;s creating the bloat is really world-class scenarios that would spice up any narrative.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6960 jet-equal-columns" data-post-id="6960" ><style type="text/css">.jet-listing-dynamic-post-6960 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-ai-can-be-used-for-good/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How AI can be used for good</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Going beyond the first answer is essential whenever you let AI do your groundbreaking. Remember that these resources are not search engines. They&#8217;re something called an understanding engine. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6947 jet-equal-columns" data-post-id="6947" ><style type="text/css">.jet-listing-dynamic-post-6947 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Elmore-Leonard-Get-Shorty.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Elmore-Leonard-Get-Shorty.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/10-rules-of-writing-from-elmore/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">10 Rules of Writing from Elmore</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Here are Elmore’s rules. Try to use them for your next book, or the novel you&#8217;re working on right now.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6916 jet-equal-columns" data-post-id="6916" ><style type="text/css">.jet-listing-dynamic-post-6916 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/03/stained-glass-disciple.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/03/stained-glass-disciple.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/the-disciples-of-creativity/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">The Disciples of Creativity</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									The root of the word disciple means to show a devotion, so these practices are the devotional work we do as writers while creating stories.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6834 jet-equal-columns" data-post-id="6834" ><style type="text/css">.jet-listing-dynamic-post-6834 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Save-the-Cat-Writes-a-Novel-cover.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Save-the-Cat-Writes-a-Novel-cover.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/a-cat-can-save-a-novel/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How a cat can save a novel</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									There are 15 beats that a story uses in the Save the Cat method. There&#8217;s also a fine book that applies this method to writing a novel. In her Save the Cat Writes a Novel craft book, Jessica Brody shows us how.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6781 jet-equal-columns" data-post-id="6781" ><style type="text/css">.jet-listing-dynamic-post-6781 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/ONeill-house-sliding.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/ONeill-house-sliding.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-shacks-become-nurseries/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How shacks become nurseries</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									How in the world could a tumbledown spot make a difference in creating a book? The rules of inspiration are mysterious. An image or a concept or an association can occur in a workspace removed from your routine. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6776 jet-equal-columns" data-post-id="6776" ><style type="text/css">.jet-listing-dynamic-post-6776 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/emojis.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/emojis.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/using-emojis-to-write/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Using emojis to write</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									You either like these so much it&#8217;s hard to imagine expression without them, or believe are a sad step backward in our culture. If you&#8217;re among the former and are working on later-generation audience newsletters, take heart. There are two resources to translate for you								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6769 jet-equal-columns" data-post-id="6769" ><style type="text/css">.jet-listing-dynamic-post-6769 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Finishing-School-logo.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Finishing-School-logo.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/do-the-least-to-finish/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Do the least to finish</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Once you’re inside the work, making just one passage, you’re likely to do more. We teach each other about this kind of persistence in the Workshop&#8217;s Finishing School — which a lot of the time is Working School. No work = no finishing.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6759 jet-equal-columns" data-post-id="6759" ><style type="text/css">.jet-listing-dynamic-post-6759 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/04/pencils.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/04/pencils.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-write-faster/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to Write Faster</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Strunk &amp; White, the style experts. They say, keep it short; erect a pup tent, not a cathedral. You make the writing into something holier on your rewrite.

Lower your standards for your first draft. Let your hands do the thinking. You can raise your standards during revision.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6753 jet-equal-columns" data-post-id="6753" ><style type="text/css">.jet-listing-dynamic-post-6753 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/04/begin-coffee-cup-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/04/begin-coffee-cup-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/go-ahead-use-a-prologue/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Go ahead, use a prologue</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									They&#8217;re handy, especially if the prologue is a separate, free-floating, storytelling bubble to show readers some critical information or character background that you can’t work into the main story.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6744 jet-equal-columns" data-post-id="6744" ><style type="text/css">.jet-listing-dynamic-post-6744 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/04/Sling-Blade-dialogue-screenplay.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/04/Sling-Blade-dialogue-screenplay.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/make-dialogue-cleaner-clearer/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Making Dialogue Clearer and Cleaner</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									In a novel or story, your dialogue needs to sound natural and dramatic. Sentence fragments, the kind that Word warns you about, make for the natural flow and include one-word lines.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6727 jet-equal-columns" data-post-id="6727" ><style type="text/css">.jet-listing-dynamic-post-6727 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Punctuation-marks-speed.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Punctuation-marks-speed.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/know-your-kinds-of-sentence-pauses/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Know your kinds of sentence pauses</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									In the racecourse of writing, the semicolon is the middle ground. It&#8217;s a harder stop than a comma, lacking the drama of the long dash, and tossing away the authority of the colon.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6631 jet-equal-columns" data-post-id="6631" ><style type="text/css">.jet-listing-dynamic-post-6631 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/04/megaphone-voice-man-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/04/megaphone-voice-man-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/differing-your-voice-style-and-tone/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Differing your voice, style, and tone</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Style is the biggest container of these three. It&#8217;s the way an author uses language to express ideas, convey emotions, and create a certain mood or atmosphere. 								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7264 jet-equal-columns" data-post-id="7264" ><style type="text/css">.jet-listing-dynamic-post-7264 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/use-scenarios-to-see-books/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Use scenarios to see books</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Any book, fiction or non-fiction, benefits from a view from on high. That’s your author’s chair. The scenario is your radar screen where you track the activity flowing through your book.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-5804 jet-equal-columns" data-post-id="5804" ><style type="text/css">.jet-listing-dynamic-post-5804 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/03/ernest-hemingway-simplest-way.webp");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/03/ernest-hemingway-simplest-way.webp" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/using-truth-to-develop-your-writing-voice/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Using Truth To Develop Your Writing Voice</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6542 jet-equal-columns" data-post-id="6542" ><style type="text/css">.jet-listing-dynamic-post-6542 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/03/Screen-Shot-2024-03-27-at-4.42.03-PM.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/03/Screen-Shot-2024-03-27-at-4.42.03-PM.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/using-reviews-from-kirkus-and-foreword/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Using reviews from Kirkus and Foreword</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Every single review source that&#8217;s credible has a commercial side.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7240 jet-equal-columns" data-post-id="7240" ><style type="text/css">.jet-listing-dynamic-post-7240 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/can-that-character-be-you-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Can that character be you?</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6634 jet-equal-columns" data-post-id="6634" ><style type="text/css">.jet-listing-dynamic-post-6634 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/reading-to-cats-6.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/reading-to-cats-6.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/can-that-character-be-you/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Can that character be you?</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7239 jet-equal-columns" data-post-id="7239" ><style type="text/css">.jet-listing-dynamic-post-7239 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Books-and-glasses-scaled-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Books-and-glasses-scaled-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/lift-your-summary-game-by-reviewing/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Lift your summary game by reviewing</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7238 jet-equal-columns" data-post-id="7238" ><style type="text/css">.jet-listing-dynamic-post-7238 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/ways-to-get-writing-done/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Needing more than talent</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7237 jet-equal-columns" data-post-id="7237" ><style type="text/css">.jet-listing-dynamic-post-7237 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-do-beta-reading-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to do beta reading</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7236 jet-equal-columns" data-post-id="7236" ><style type="text/css">.jet-listing-dynamic-post-7236 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-memoirs-make-meaning-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How Memoirs Make Meaning</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7235 jet-equal-columns" data-post-id="7235" ><style type="text/css">.jet-listing-dynamic-post-7235 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Elmore-Leonard-Get-Shorty.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Elmore-Leonard-Get-Shorty.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/ten-rules-for-writing-from-elmore/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Ten Rules for Writing from Elmore</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7234 jet-equal-columns" data-post-id="7234" ><style type="text/css">.jet-listing-dynamic-post-7234 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Sling-Blade-dialogue-screenplay.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Sling-Blade-dialogue-screenplay.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/make-dialogue-cleaner-clearer-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Make dialogue cleaner, clearer</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7233 jet-equal-columns" data-post-id="7233" ><style type="text/css">.jet-listing-dynamic-post-7233 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/names-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/names-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/let-your-speakers-go-nameless/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Let your speakers go nameless</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7232 jet-equal-columns" data-post-id="7232" ><style type="text/css">.jet-listing-dynamic-post-7232 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/media-moneybag.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/media-moneybag.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/buy-beta-reads-or-an-edit/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Buy beta reads, or an edit?</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7231 jet-equal-columns" data-post-id="7231" ><style type="text/css">.jet-listing-dynamic-post-7231 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Soul-and-22-1.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Soul-and-22-1.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/wants-vs-needs-for-characters-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Wants vs. needs for characters</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7230 jet-equal-columns" data-post-id="7230" ><style type="text/css">.jet-listing-dynamic-post-7230 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Missing-on-phone-poles.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Missing-on-phone-poles.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/marketing-with-your-telephone-poles-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Marketing with your telephone poles</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7229 jet-equal-columns" data-post-id="7229" ><style type="text/css">.jet-listing-dynamic-post-7229 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-ai-aint-2-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What AI ain&#8217;t</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7228 jet-equal-columns" data-post-id="7228" ><style type="text/css">.jet-listing-dynamic-post-7228 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Sins-research-books-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Sins-research-books-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/researching-versus-write-what-you-know/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Researching, versus write what you know</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7227 jet-equal-columns" data-post-id="7227" ><style type="text/css">.jet-listing-dynamic-post-7227 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/spaghetti-on-forks.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/spaghetti-on-forks.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/to-win-just-do-stuff/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">To win, just do stuff</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7226 jet-equal-columns" data-post-id="7226" ><style type="text/css">.jet-listing-dynamic-post-7226 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/pencils.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/pencils.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-write-faster-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to write faster</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7225 jet-equal-columns" data-post-id="7225" ><style type="text/css">.jet-listing-dynamic-post-7225 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/robot-heads-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/robot-heads-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/ai-can-only-make-books-different/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">AI can only make books different</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7224 jet-equal-columns" data-post-id="7224" ><style type="text/css">.jet-listing-dynamic-post-7224 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/stew-pot-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/stew-pot-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-memoirs-make-meaning/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How Memoirs Make Meaning</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7223 jet-equal-columns" data-post-id="7223" ><style type="text/css">.jet-listing-dynamic-post-7223 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/kid-and-colored-pencils-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/kid-and-colored-pencils-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/write-like-a-kid-again/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Write like a kid again</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7221 jet-equal-columns" data-post-id="7221" ><style type="text/css">.jet-listing-dynamic-post-7221 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Pamela-Kelley-Nantucket-cover.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Pamela-Kelley-Nantucket-cover.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/a-bestseller-shares-her-marketing-steps/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">A bestseller shares her marketing steps</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7220 jet-equal-columns" data-post-id="7220" ><style type="text/css">.jet-listing-dynamic-post-7220 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Thick-book-of-Frank-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Thick-book-of-Frank-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-it-means-when-your-books-too-long/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What it means when your book&#8217;s too long</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7219 jet-equal-columns" data-post-id="7219" ><style type="text/css">.jet-listing-dynamic-post-7219 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Tickets.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Tickets.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/hybrid-publishers-sell-game-tickets-only/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Hybrid publishers sell game tickets only</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7218 jet-equal-columns" data-post-id="7218" ><style type="text/css">.jet-listing-dynamic-post-7218 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Blueprint-for-a-memoir.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Blueprint-for-a-memoir.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-good-memoirs-make-a-point/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How good memoirs make a point</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7217 jet-equal-columns" data-post-id="7217" ><style type="text/css">.jet-listing-dynamic-post-7217 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Misued-Apostrophes.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Misued-Apostrophes.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/of-veterans-and-apostrophes/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Of Veterans and Apostrophes</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7216 jet-equal-columns" data-post-id="7216" ><style type="text/css">.jet-listing-dynamic-post-7216 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Rip-the-Page-book-cover-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Rip-the-Page-book-cover-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/work-on-making-playtime/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Work on making playtime</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7933 jet-equal-columns" data-post-id="7933" ><style type="text/css">.jet-listing-dynamic-post-7933 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/11/Noah-at-Fall-Ball-plate-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/11/Noah-at-Fall-Ball-plate-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/toss-your-cap-and-win-your-finish/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Toss your cap and win your finish</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Remind yourself that your book will change for the better, so long as you keep taking your swings at it. Give it a chance to score a winning run, no matter how that looks to you. Putting your ball into play, on a field where we can see it, is the way to make a dream come alive.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7215 jet-equal-columns" data-post-id="7215" ><style type="text/css">.jet-listing-dynamic-post-7215 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Escape-pod.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Escape-pod.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/where-to-place-flashbacks-and-how-to/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Where to place flashbacks, and how-to</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7214 jet-equal-columns" data-post-id="7214" ><style type="text/css">.jet-listing-dynamic-post-7214 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Color-theory-chart.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Color-theory-chart.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/look-at-what-makes-covers-soar/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Look at what makes covers soar</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7213 jet-equal-columns" data-post-id="7213" ><style type="text/css">.jet-listing-dynamic-post-7213 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Real-Self-Publishing-Cover.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Real-Self-Publishing-Cover.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/setting-on-sale-dates-for-amazon-books/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Setting on-sale dates for Amazon books</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7212 jet-equal-columns" data-post-id="7212" ><style type="text/css">.jet-listing-dynamic-post-7212 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Microphone.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Microphone.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/ways-to-clarify-whos-talking/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Ways to clarify who&#8217;s talking</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7211 jet-equal-columns" data-post-id="7211" ><style type="text/css">.jet-listing-dynamic-post-7211 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Silver-bullet-scaled-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Silver-bullet-scaled-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/making-bullets-do-a-summarys-bidding/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Making Bullets Do a Summary&#8217;s Bidding</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7210 jet-equal-columns" data-post-id="7210" ><style type="text/css">.jet-listing-dynamic-post-7210 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/bookfunnel-tool-sells-your-books/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">BookFunnel tool sells your books</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7209 jet-equal-columns" data-post-id="7209" ><style type="text/css">.jet-listing-dynamic-post-7209 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Karen-Stolz-and-pies.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Karen-Stolz-and-pies.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/get-your-slice-of-writing-pie/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Get your slice of writing pie</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7208 jet-equal-columns" data-post-id="7208" ><style type="text/css">.jet-listing-dynamic-post-7208 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-summary-lures-your-readers-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How summary lures your readers</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7207 jet-equal-columns" data-post-id="7207" ><style type="text/css">.jet-listing-dynamic-post-7207 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/batman-1367730_1920.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/batman-1367730_1920.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/use-your-bio-for-superpower/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Use your bio for superpower</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7206 jet-equal-columns" data-post-id="7206" ><style type="text/css">.jet-listing-dynamic-post-7206 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Soul-and-22.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Soul-and-22.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/wants-vs-needs-for-your-characters/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Wants vs. needs for your characters</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7205 jet-equal-columns" data-post-id="7205" ><style type="text/css">.jet-listing-dynamic-post-7205 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/floor-plan.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/floor-plan.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/project-revisions-shouldnt-start-small/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Project revisions shouldn&#8217;t start small</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7204 jet-equal-columns" data-post-id="7204" ><style type="text/css">.jet-listing-dynamic-post-7204 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Periodic-table-close-up.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Periodic-table-close-up.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/story-tropes-are-your-friends/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Story tropes are your friends</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7203 jet-equal-columns" data-post-id="7203" ><style type="text/css">.jet-listing-dynamic-post-7203 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Zebras.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Zebras.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/making-a-case-for-comps/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Making a case for comps</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7202 jet-equal-columns" data-post-id="7202" ><style type="text/css">.jet-listing-dynamic-post-7202 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Loudspeaker.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Loudspeaker.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/get-endorsements-create-blurbs/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Get endorsements, create blurbs</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7197 jet-equal-columns" data-post-id="7197" ><style type="text/css">.jet-listing-dynamic-post-7197 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/sawyer-WyfVUa2FJm8-unsplash-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/sawyer-WyfVUa2FJm8-unsplash-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/four-things-your-email-newsletter-needs/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Four things your email newsletter needs</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7200 jet-equal-columns" data-post-id="7200" ><style type="text/css">.jet-listing-dynamic-post-7200 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/low-angle-bookshelves.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/low-angle-bookshelves.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/releasing-books-from-expectations/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Releasing books from expectations</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7199 jet-equal-columns" data-post-id="7199" ><style type="text/css">.jet-listing-dynamic-post-7199 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/green-tomatoes.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/green-tomatoes.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/emulate-other-books-to-grow-your-own/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Emulate other books to grow your own</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7198 jet-equal-columns" data-post-id="7198" ><style type="text/css">.jet-listing-dynamic-post-7198 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Pink-Ladies.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Pink-Ladies.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-keep-your-stories-strike-proof/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to keep your stories strike-proof</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7195 jet-equal-columns" data-post-id="7195" ><style type="text/css">.jet-listing-dynamic-post-7195 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/pages-on-wall.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/pages-on-wall.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/whaddya-do-with-a-quarter-million-words/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Whaddya do with a quarter-million words?</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7193 jet-equal-columns" data-post-id="7193" ><style type="text/css">.jet-listing-dynamic-post-7193 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/shuttle-rocket-launch.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/shuttle-rocket-launch.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/go-beyond-produce-and-publish/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Go beyond produce, and publish</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7192 jet-equal-columns" data-post-id="7192" ><style type="text/css">.jet-listing-dynamic-post-7192 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Apprentice-brooms.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Apprentice-brooms.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-ai-aint-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What AI Ain&#8217;t</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7194 jet-equal-columns" data-post-id="7194" ><style type="text/css">.jet-listing-dynamic-post-7194 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Rodin-Thinker.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Rodin-Thinker.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/deep-third-person-is-pov-magic/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Deep-third person is POV magic</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7191 jet-equal-columns" data-post-id="7191" ><style type="text/css">.jet-listing-dynamic-post-7191 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/three-bears.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/three-bears.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-makes-a-line-edit-special/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What makes a line edit special</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7188 jet-equal-columns" data-post-id="7188" ><style type="text/css">.jet-listing-dynamic-post-7188 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Vintage-Bookstore.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Vintage-Bookstore.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/the-future-of-bookselling-keeping-authors-happy-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">The future of bookselling: keeping  authors  happy</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7189 jet-equal-columns" data-post-id="7189" ><style type="text/css">.jet-listing-dynamic-post-7189 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/setting-trees-and-character-3.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/setting-trees-and-character-3.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/tour-book-blogs-or-find-some-podcasts/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Tour book blogs, or find some podcasts</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7187 jet-equal-columns" data-post-id="7187" ><style type="text/css">.jet-listing-dynamic-post-7187 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/IndexCards.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/IndexCards.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/old-school-tools-index-cards-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Old-school tools: Index cards</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7186 jet-equal-columns" data-post-id="7186" ><style type="text/css">.jet-listing-dynamic-post-7186 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/robot-on-desk.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/robot-on-desk.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/life-is-short-ais-arms-are-long/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Life is short. AI&#8217;s arms are long.</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7190 jet-equal-columns" data-post-id="7190" ><style type="text/css">.jet-listing-dynamic-post-7190 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/book-stack-in-hand-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/book-stack-in-hand-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/agents-and-self-publishing-pickups/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Agents and self-publishing pickups</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7185 jet-equal-columns" data-post-id="7185" ><style type="text/css">.jet-listing-dynamic-post-7185 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Folded-books-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Folded-books-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-steps-you-can-take-for-a-bestseller/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What steps you can take for a bestseller</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7184 jet-equal-columns" data-post-id="7184" ><style type="text/css">.jet-listing-dynamic-post-7184 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/leaping-dog.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/leaping-dog.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/leap-into-dialogue-like-hoover/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Leap into dialogue, like Hoover</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7183 jet-equal-columns" data-post-id="7183" ><style type="text/css">.jet-listing-dynamic-post-7183 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Books-and-glasses-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Books-and-glasses-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-do-beta-reading/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to do beta reading</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7263 jet-equal-columns" data-post-id="7263" ><style type="text/css">.jet-listing-dynamic-post-7263 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/hybrid-publishers-sell-game-tickets/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Hybrid publishers sell game tickets</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7181 jet-equal-columns" data-post-id="7181" ><style type="text/css">.jet-listing-dynamic-post-7181 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Let-me-sum-up.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Let-me-sum-up.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-summary-lures-your-readers/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How summary lures your readers</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7179 jet-equal-columns" data-post-id="7179" ><style type="text/css">.jet-listing-dynamic-post-7179 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/query-letters-flow-off-four-cs/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Query letters flow off four Cs</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7178 jet-equal-columns" data-post-id="7178" ><style type="text/css">.jet-listing-dynamic-post-7178 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/create-rich-hard-stuff-first-synopsis-outline/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Create rich, hard stuff first: synopsis-outline</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7177 jet-equal-columns" data-post-id="7177" ><style type="text/css">.jet-listing-dynamic-post-7177 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/calculate-the-value-of-submissions/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Calculate the value of submissions</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7176 jet-equal-columns" data-post-id="7176" ><style type="text/css">.jet-listing-dynamic-post-7176 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/get-a-mix-of-hope-and-instruction/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Get a mix of hope and instruction</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7175 jet-equal-columns" data-post-id="7175" ><style type="text/css">.jet-listing-dynamic-post-7175 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/create-a-tight-powerful-blurb/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Create a tight, powerful blurb</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7174 jet-equal-columns" data-post-id="7174" ><style type="text/css">.jet-listing-dynamic-post-7174 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/turning-fact-into-fiction/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Turning fact into fiction</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7173 jet-equal-columns" data-post-id="7173" ><style type="text/css">.jet-listing-dynamic-post-7173 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-revise-from-reader-notes/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to revise from reader notes</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7172 jet-equal-columns" data-post-id="7172" ><style type="text/css">.jet-listing-dynamic-post-7172 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/credit-card-close-up-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/credit-card-close-up-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/lets-talk-about-your-books-pricing/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Let&#8217;s talk about your book&#8217;s pricing</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7171 jet-equal-columns" data-post-id="7171" ><style type="text/css">.jet-listing-dynamic-post-7171 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/ViralTimesAd-RGB.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/ViralTimesAd-RGB.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/the-future-that-was-viral-times/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">The Future That Was Viral Times</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7168 jet-equal-columns" data-post-id="7168" ><style type="text/css">.jet-listing-dynamic-post-7168 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Pedestrian-crossing-wait-sign.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Pedestrian-crossing-wait-sign.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-to-expect-when-you-query/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What to expect when you query</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7138 jet-equal-columns" data-post-id="7138" ><style type="text/css">.jet-listing-dynamic-post-7138 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/We-want-you-request.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/We-want-you-request.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-an-agents-request-gets-you/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What an agent&#8217;s request gets you</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7201 jet-equal-columns" data-post-id="7201" ><style type="text/css">.jet-listing-dynamic-post-7201 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/pile-of-hundred-dollar-bills.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/pile-of-hundred-dollar-bills.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-you-make-pr-pay-off/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How you make PR pay off</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7167 jet-equal-columns" data-post-id="7167" ><style type="text/css">.jet-listing-dynamic-post-7167 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/discovery-and-map-in-car-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/discovery-and-map-in-car-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-get-your-books-discovered/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to get your books discovered</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7166 jet-equal-columns" data-post-id="7166" ><style type="text/css">.jet-listing-dynamic-post-7166 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/book-stack-in-hand.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/book-stack-in-hand.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/releasing-your-books-from-expectations/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Releasing your books from expectations</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7196 jet-equal-columns" data-post-id="7196" ><style type="text/css">.jet-listing-dynamic-post-7196 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/golden-gate.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/golden-gate.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/the-powers-and-peril-of-pitching/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">The powers and peril of pitching</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7165 jet-equal-columns" data-post-id="7165" ><style type="text/css">.jet-listing-dynamic-post-7165 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/jose-francisco-morales-hKzmPs8Axh8-unsplash.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/jose-francisco-morales-hKzmPs8Axh8-unsplash.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/pitching-a-book-with-a-selling-sheet/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Pitching a book with a selling sheet</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7164 jet-equal-columns" data-post-id="7164" ><style type="text/css">.jet-listing-dynamic-post-7164 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/hunter-with-bow.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/hunter-with-bow.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-go-on-a-pre-pub-review-hunt/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to go on a pre-pub review hunt</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7163 jet-equal-columns" data-post-id="7163" ><style type="text/css">.jet-listing-dynamic-post-7163 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/construction-worker.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/construction-worker.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-make-self-publishing-a-job/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to make self-publishing a job</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7262 jet-equal-columns" data-post-id="7262" ><style type="text/css">.jet-listing-dynamic-post-7262 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/10-things-to-keep-you-writing/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">10 things to keep you writing</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7162 jet-equal-columns" data-post-id="7162" ><style type="text/css">.jet-listing-dynamic-post-7162 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Real-Self-Publishing-cover-top.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Real-Self-Publishing-cover-top.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-get-a-book-into-production/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to get a book into production</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7161 jet-equal-columns" data-post-id="7161" ><style type="text/css">.jet-listing-dynamic-post-7161 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Bike_pump-11.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Bike_pump-11.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-promote-your-short-stories/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to promote your short stories</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7160 jet-equal-columns" data-post-id="7160" ><style type="text/css">.jet-listing-dynamic-post-7160 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/ernest-hemingway-simplest-way.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/ernest-hemingway-simplest-way.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/learning-hemingway-means-using-powers-of-details/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Learning Hemingway means using powers of details</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7159 jet-equal-columns" data-post-id="7159" ><style type="text/css">.jet-listing-dynamic-post-7159 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Puzzle-detail-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Puzzle-detail-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-you-can-expect-edits-to-cost/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What you can expect edits to cost</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7156 jet-equal-columns" data-post-id="7156" ><style type="text/css">.jet-listing-dynamic-post-7156 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/clouds-with-heart.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/clouds-with-heart.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/good-scenes-make-better-love/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Good scenes make better love</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7158 jet-equal-columns" data-post-id="7158" ><style type="text/css">.jet-listing-dynamic-post-7158 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/A-good-listener-is-like-a-good-editor.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/A-good-listener-is-like-a-good-editor.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/listen-like-a-good-editor/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Listen like a good editor</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7157 jet-equal-columns" data-post-id="7157" ><style type="text/css">.jet-listing-dynamic-post-7157 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/starting-line-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/starting-line-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/suppose-rules-for-starting-stories-arent-true/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Suppose the rules for starting stories aren&#8217;t true?</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7031 jet-equal-columns" data-post-id="7031" ><style type="text/css">.jet-listing-dynamic-post-7031 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/help-for-compassionate-workshop-readers/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Help for compassionate workshop readers</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6987 jet-equal-columns" data-post-id="6987" ><style type="text/css">.jet-listing-dynamic-post-6987 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/reading-to-cats-4.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/reading-to-cats-4.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-help-for-compassionate-workshop-readers/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Help for compassionate workshop readers</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7155 jet-equal-columns" data-post-id="7155" ><style type="text/css">.jet-listing-dynamic-post-7155 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Lined-up-for-bus.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Lined-up-for-bus.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/everyone-is-taking-everyone-elses-spot/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Everyone is taking everyone else&#8217;s spot</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7154 jet-equal-columns" data-post-id="7154" ><style type="text/css">.jet-listing-dynamic-post-7154 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/pile-of-playing-cards-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/pile-of-playing-cards-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-to-do-to-get-your-book-picked-up/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What to do to get your book picked up</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7153 jet-equal-columns" data-post-id="7153" ><style type="text/css">.jet-listing-dynamic-post-7153 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/joker-on-card-deck-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/joker-on-card-deck-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/stories-dont-insist-on-transformations/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Stories don&#8217;t insist on transformations</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7152 jet-equal-columns" data-post-id="7152" ><style type="text/css">.jet-listing-dynamic-post-7152 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/lightning-bolt-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/lightning-bolt-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/about-the-bolt-dont-hurry-to-publication/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">About the Bolt: Don&#8217;t hurry to publication</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7151 jet-equal-columns" data-post-id="7151" ><style type="text/css">.jet-listing-dynamic-post-7151 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/guitar-factory-shop-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/guitar-factory-shop-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-choose-your-ebooks-formatting/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to choose your ebook&#8217;s formatting</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Would you rather be promoting your book, instead of formatting it? Doing promotion is always the author&#8217;s job, whether you have a book contract or you publish yourself. Here are your choices.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7148 jet-equal-columns" data-post-id="7148" ><style type="text/css">.jet-listing-dynamic-post-7148 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/freddie-marriage-w8JiSVyjy-8-unsplash-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/freddie-marriage-w8JiSVyjy-8-unsplash-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/what-makes-a-publisher-a-traditional-one/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">What makes a publisher a traditional one?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									What makes a publisher traditional varies a lot. It comes down to editing, design, promotion, and business. A publisher that doesn&#8217;t edit a book has a strikingly different idea of what traditional means.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7145 jet-equal-columns" data-post-id="7145" ><style type="text/css">.jet-listing-dynamic-post-7145 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/pennants-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/pennants-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/quick-tips-to-create-better-query-letters/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Quick Tips to create better query letters</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7144 jet-equal-columns" data-post-id="7144" ><style type="text/css">.jet-listing-dynamic-post-7144 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/blind-hands-cover-face-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/blind-hands-cover-face-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-not-to-behave-blindly-as-an-author/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How not to behave blindly as an author</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Marketing and PR is a dark art. Authors can behave badly when they expect such work as part of a contract. But behaving badly isn&#8217;t very accurate. Authors behave blindly. Many expect publishing pros to just do their jobs, somewhere out of the author&#8217;s sight, thank you. Take an interest in marketing with these tips								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7142 jet-equal-columns" data-post-id="7142" ><style type="text/css">.jet-listing-dynamic-post-7142 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/stacked-donuts-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/stacked-donuts-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/is-it-doughnut-day/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Is it National Doughnut Day?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Today is National Donut Day. But is it really spelled and styled that way? The question offers a look at three facets of copyediting: style, house-style, and usage.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7135 jet-equal-columns" data-post-id="7135" ><style type="text/css">.jet-listing-dynamic-post-7135 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/compass-and-maps-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/compass-and-maps-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/point-of-view-how-many-do-you-need/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Point of View: how many do you need?</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Writing stories in first person is an electric thrill for many authors. You have easy access to emotions and sensations, plus the mystery of solving the problems of the plot is intense, too. Sometimes it’s tempting to want to use multiple first person points of view. Consider why you need more than one.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7136 jet-equal-columns" data-post-id="7136" ><style type="text/css">.jet-listing-dynamic-post-7136 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Key-Book-Publishing-Paths-2021-2022-by-Jane-Friedman-1000x644-1.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Key-Book-Publishing-Paths-2021-2022-by-Jane-Friedman-1000x644-1.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/paths-to-publication/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Paths to publication</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7141 jet-equal-columns" data-post-id="7141" ><style type="text/css">.jet-listing-dynamic-post-7141 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/roadblock.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/roadblock.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/remove-filters-to-get-your-pov-closer/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Remove filters to get your POV closer</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7140 jet-equal-columns" data-post-id="7140" ><style type="text/css">.jet-listing-dynamic-post-7140 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/know-if-youve-got-what-it-takes-to-be-published/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Know if you&#8217;ve got what it takes to be published?</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7139 jet-equal-columns" data-post-id="7139" ><style type="text/css">.jet-listing-dynamic-post-7139 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/why-hybrid-publishing-produces-your-book-without-gimmicks-or-fraud/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Why hybrid publishing produces your book, without gimmicks or fraud</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7137 jet-equal-columns" data-post-id="7137" ><style type="text/css">.jet-listing-dynamic-post-7137 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/15-questions-for-your-beta-readers/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">15 Questions for Your Beta Readers</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7134 jet-equal-columns" data-post-id="7134" ><style type="text/css">.jet-listing-dynamic-post-7134 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/know-the-difference-between-memoir-autobiography-and-biography-all-about-you-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Know the difference between memoir, autobiography and biography</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7132 jet-equal-columns" data-post-id="7132" ><style type="text/css">.jet-listing-dynamic-post-7132 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/your-reputation-should-precede-your-publication/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Your reputation should precede your publication</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7033 jet-equal-columns" data-post-id="7033" ><style type="text/css">.jet-listing-dynamic-post-7033 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/give-your-characters-agency-to-drive-a-story/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Give your characters agency to drive a story</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6991 jet-equal-columns" data-post-id="6991" ><style type="text/css">.jet-listing-dynamic-post-6991 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/action-and-intention-2.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/action-and-intention-2.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-give-your-characters-agency-to-drive-a-story/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Give your characters agency to drive a story</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7127 jet-equal-columns" data-post-id="7127" ><style type="text/css">.jet-listing-dynamic-post-7127 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/investing-to-send-your-books-into-the-world/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Investing to send your books into the world</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7126 jet-equal-columns" data-post-id="7126" ><style type="text/css">.jet-listing-dynamic-post-7126 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-authors-can-win-with-critique-groups/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How authors can win with critique groups</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7123 jet-equal-columns" data-post-id="7123" ><style type="text/css">.jet-listing-dynamic-post-7123 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/using-scenes-to-win-a-nanowrimo-challenge/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Ways to win the NaNoWriMo challenge</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7122 jet-equal-columns" data-post-id="7122" ><style type="text/css">.jet-listing-dynamic-post-7122 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/where-mental-health-can-aim-us-or-end-us/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Where mental health can aim us, or end us</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7133 jet-equal-columns" data-post-id="7133" ><style type="text/css">.jet-listing-dynamic-post-7133 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/write-for-the-fireplace-how-to-write-to-publish-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Write for the fireplace? How to write to publish</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7119 jet-equal-columns" data-post-id="7119" ><style type="text/css">.jet-listing-dynamic-post-7119 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/handshake-black-and-white-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/handshake-black-and-white-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-help-your-book-get-distribution-agreements/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to help your book get distribution agreements</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7118 jet-equal-columns" data-post-id="7118" ><style type="text/css">.jet-listing-dynamic-post-7118 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-long-should-your-memoir-be/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How long should your memoir be?</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7116 jet-equal-columns" data-post-id="7116" ><style type="text/css">.jet-listing-dynamic-post-7116 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/ticket-stub-roll.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/ticket-stub-roll.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/self-publishing-self-book-marketing-how-to-tips/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Self-publishing, self book marketing: How to tips</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7115 jet-equal-columns" data-post-id="7115" ><style type="text/css">.jet-listing-dynamic-post-7115 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/write-well-and-remember-what-to-do-with-commas-and-conjunctions/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Write well. And remember what to do with commas and conjunctions</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7113 jet-equal-columns" data-post-id="7113" ><style type="text/css">.jet-listing-dynamic-post-7113 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/put-proofreading-into-books-after-copyedits/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Put proofreading into books after copyedits</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7112 jet-equal-columns" data-post-id="7112" ><style type="text/css">.jet-listing-dynamic-post-7112 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/agent-intelligence-flows-from-writers-league/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Agent intelligence flows from Writer&#8217;s League</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7111 jet-equal-columns" data-post-id="7111" ><style type="text/css">.jet-listing-dynamic-post-7111 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-use-amazon-kdp-select-or-skip-it/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to use Amazon KDP Select, or skip it</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7110 jet-equal-columns" data-post-id="7110" ><style type="text/css">.jet-listing-dynamic-post-7110 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/lets-get-real-about-self-publishing/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Let&#8217;s get real about self-publishing</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7108 jet-equal-columns" data-post-id="7108" ><style type="text/css">.jet-listing-dynamic-post-7108 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/traditional-deals-mean-genuine-distribution/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Traditional deals mean genuine distribution</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7100 jet-equal-columns" data-post-id="7100" ><style type="text/css">.jet-listing-dynamic-post-7100 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/you-could-start-your-own-press-with-enough-money/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">You could start your own press. With enough money.</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7093 jet-equal-columns" data-post-id="7093" ><style type="text/css">.jet-listing-dynamic-post-7093 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/i-want-a-great-cover-what-is-that-anyway/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">I want a great cover. What is that, anyway?</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7095 jet-equal-columns" data-post-id="7095" ><style type="text/css">.jet-listing-dynamic-post-7095 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/buy-books-if-you-read-pay-authors-to-be-fair/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Buy books if you read. Pay authors, to be fair</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7094 jet-equal-columns" data-post-id="7094" ><style type="text/css">.jet-listing-dynamic-post-7094 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/writing-contests-what-to-watch-as-you-enter/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Writing contests: what to watch as you enter</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7092 jet-equal-columns" data-post-id="7092" ><style type="text/css">.jet-listing-dynamic-post-7092 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/open-your-wheelhouse-submit-your-requests/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Open your wheelhouse: submit your requests</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7069 jet-equal-columns" data-post-id="7069" ><style type="text/css">.jet-listing-dynamic-post-7069 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/choosing-amazon-to-create-your-books/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Choosing Amazon to unleash your books</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7090 jet-equal-columns" data-post-id="7090" ><style type="text/css">.jet-listing-dynamic-post-7090 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/you-can-dream-up-a-debut-with-a-radio-boost/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">You can dream up a debut with a radio boost</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7087 jet-equal-columns" data-post-id="7087" ><style type="text/css">.jet-listing-dynamic-post-7087 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/is-there-a-memoir-in-your-journals/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Is there a memoir in your journals?</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7086 jet-equal-columns" data-post-id="7086" ><style type="text/css">.jet-listing-dynamic-post-7086 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/emotions-feelings-and-the-differences/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Emotions, feelings, and the differences</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7085 jet-equal-columns" data-post-id="7085" ><style type="text/css">.jet-listing-dynamic-post-7085 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/three-key-mile-markers-for-a-story-journey/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Three key mile markers for a story&#8217;s journey</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7084 jet-equal-columns" data-post-id="7084" ><style type="text/css">.jet-listing-dynamic-post-7084 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-give-readers-a-break-with-chapters/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to give readers a break with chapters</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7081 jet-equal-columns" data-post-id="7081" ><style type="text/css">.jet-listing-dynamic-post-7081 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-write-a-decent-book-review/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to write a decent review</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7080 jet-equal-columns" data-post-id="7080" ><style type="text/css">.jet-listing-dynamic-post-7080 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/for-my-family-its-the-real-fathers-day/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">For my family, it&#8217;s the real Father&#8217;s Day</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7079 jet-equal-columns" data-post-id="7079" ><style type="text/css">.jet-listing-dynamic-post-7079 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-a-proposal-plays-a-role-to-get-your-book-published/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How a proposal can get your book published</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7078 jet-equal-columns" data-post-id="7078" ><style type="text/css">.jet-listing-dynamic-post-7078 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/a-perfect-postcard-for-the-next-life/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">A Perfect Postcard for the Next Life</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7073 jet-equal-columns" data-post-id="7073" ><style type="text/css">.jet-listing-dynamic-post-7073 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/watch-out-for-website-wags/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Watch out for website wags</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7075 jet-equal-columns" data-post-id="7075" ><style type="text/css">.jet-listing-dynamic-post-7075 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Viral-Times-10-key-scenes-scaled-1.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Viral-Times-10-key-scenes-scaled-1.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/ten-key-scenes-get-your-book-on-the-road/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Ten Key Scenes get your book on the road</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Dreaming up 10 Key Scenes gives the pantsers and the plotters a middle ground to make that to-do list.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7072 jet-equal-columns" data-post-id="7072" ><style type="text/css">.jet-listing-dynamic-post-7072 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/making-sentences-great-again/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Making sentences great again</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7071 jet-equal-columns" data-post-id="7071" ><style type="text/css">.jet-listing-dynamic-post-7071 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/youve-got-just-one-book-how-to-get-it-discovered/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">You&#8217;ve got just one book. How to get it discovered</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7070 jet-equal-columns" data-post-id="7070" ><style type="text/css">.jet-listing-dynamic-post-7070 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/publish-yourself-but-truly-publish/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Publish yourself — but truly publish</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7066 jet-equal-columns" data-post-id="7066" ><style type="text/css">.jet-listing-dynamic-post-7066 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/use-10-key-scenes-to-win-nanowrimo/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Use 10 Key Scenes to Win NaNoWriMo</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7065 jet-equal-columns" data-post-id="7065" ><style type="text/css">.jet-listing-dynamic-post-7065 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/the-rough-guide-to-the-texas-book-festival/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">The Rough Guide to the Texas Book Festival</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7062 jet-equal-columns" data-post-id="7062" ><style type="text/css">.jet-listing-dynamic-post-7062 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/be-an-artist-be-a-professional-write-your-story-and-sell-out-too/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Be an artist. Be a professional. Write your story and sell out, too.</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7061 jet-equal-columns" data-post-id="7061" ><style type="text/css">.jet-listing-dynamic-post-7061 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/use-the-power-of-premise-to-pump-your-stories-up/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Use the power of premise to pump your stories up</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7060 jet-equal-columns" data-post-id="7060" ><style type="text/css">.jet-listing-dynamic-post-7060 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/backstory-8.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/backstory-8.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/backstory-a-rich-vein-to-mine-when-plot-fails-you/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Backstory: A rich vein to mine when plot fails you</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7057 jet-equal-columns" data-post-id="7057" ><style type="text/css">.jet-listing-dynamic-post-7057 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/if-you-want-to-get-read-get-mad/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">If you want to get read, get MAD</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7055 jet-equal-columns" data-post-id="7055" ><style type="text/css">.jet-listing-dynamic-post-7055 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/book-stack-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/book-stack-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/get-your-book-in-line-for-a-prize/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Get your book in line for a prize</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7051 jet-equal-columns" data-post-id="7051" ><style type="text/css">.jet-listing-dynamic-post-7051 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/jim-shepard-2.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/jim-shepard-2.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/a-good-shepard-for-writing-narration/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">A good Shepard for writing narration</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7050 jet-equal-columns" data-post-id="7050" ><style type="text/css">.jet-listing-dynamic-post-7050 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/How-Readers-Find-Books-1-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/How-Readers-Find-Books-1-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/the-ways-that-readers-find-their-next-book/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">The ways that readers find their next book</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7049 jet-equal-columns" data-post-id="7049" ><style type="text/css">.jet-listing-dynamic-post-7049 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Juliet-Marillier-webpage-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Juliet-Marillier-webpage-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/sell-your-books-easier-than-the-big-5-does/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Sell your books easier than the Big 5 does</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7048 jet-equal-columns" data-post-id="7048" ><style type="text/css">.jet-listing-dynamic-post-7048 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/setting-trees-and-character-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/setting-trees-and-character-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/characters-can-gain-power-from-their-settings/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Characters can gain power from their settings</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7047 jet-equal-columns" data-post-id="7047" ><style type="text/css">.jet-listing-dynamic-post-7047 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/aces-logo-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/aces-logo-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/learn-whats-new-in-style-through-an-aces-webinar/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Learning what&#8217;s new in style through an ACES webinar</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7046 jet-equal-columns" data-post-id="7046" ><style type="text/css">.jet-listing-dynamic-post-7046 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Building-Your-Platform-Flowchart-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Building-Your-Platform-Flowchart-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-do-you-self-publish-market-your-book/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How do you author-publish? Market your book.</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7044 jet-equal-columns" data-post-id="7044" ><style type="text/css">.jet-listing-dynamic-post-7044 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/five-simple-steps-to-start-with-scrivener-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Five simple steps to start with Scrivener</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7018 jet-equal-columns" data-post-id="7018" ><style type="text/css">.jet-listing-dynamic-post-7018 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/scrivener-editing-screen-2.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/scrivener-editing-screen-2.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/5-simple-steps-to-start-with-scrivener/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Five simple steps to start with Scrivener</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1c2154f elementor-widget elementor-widget-text-editor" data-id="1c2154f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									You don&#8217;t need to reach in order to make Scrivener turbo-charge your creativity. There are only five steps to start writing in Scrivener, once you open the program for the first time.								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7043 jet-equal-columns" data-post-id="7043" ><style type="text/css">.jet-listing-dynamic-post-7043 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-sum-up-a-novel-in-a-sentence/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to sum up a novel in a sentence</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7015 jet-equal-columns" data-post-id="7015" ><style type="text/css">.jet-listing-dynamic-post-7015 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Story-Engineering-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Story-Engineering-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-how-to-sum-up-a-novel-in-a-sentence/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to sum up a novel in a sentence</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7012 jet-equal-columns" data-post-id="7012" ><style type="text/css">.jet-listing-dynamic-post-7012 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Hand-on-NotebookProdSmall-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Hand-on-NotebookProdSmall-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-and-so-shes-become-a-novelisttoo/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">And so she&#8217;s become a #novelist,too</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7041 jet-equal-columns" data-post-id="7041" ><style type="text/css">.jet-listing-dynamic-post-7041 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/use-nanowrimo-to-get-your-book-to-finished/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Use NaNoWriMo to get your book to finished</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7009 jet-equal-columns" data-post-id="7009" ><style type="text/css">.jet-listing-dynamic-post-7009 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/SpeedMaxPC-Racing-Flags-2.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/SpeedMaxPC-Racing-Flags-2.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-use-nanowrimo-to-get-your-book-to-finished/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Use NaNoWriMo to get your book to finished</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7040 jet-equal-columns" data-post-id="7040" ><style type="text/css">.jet-listing-dynamic-post-7040 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/search-and-replace-barrier-words-for-pov-power/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Search and replace barrier words for POV power</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7006 jet-equal-columns" data-post-id="7006" ><style type="text/css">.jet-listing-dynamic-post-7006 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/breaking-barriers-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/breaking-barriers-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-search-and-replace-barrier-words-for-pov-power/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Search and replace barrier words for POV power</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7039 jet-equal-columns" data-post-id="7039" ><style type="text/css">.jet-listing-dynamic-post-7039 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/stained-glass-disciple-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/stained-glass-disciple-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/the-12-disciples-of-creativity-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">The 12 Disciples of Creativity</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7038 jet-equal-columns" data-post-id="7038" ><style type="text/css">.jet-listing-dynamic-post-7038 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/transportation-as-a-story-pace-control/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Transportation as a story pace control</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7000 jet-equal-columns" data-post-id="7000" ><style type="text/css">.jet-listing-dynamic-post-7000 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/Locomotive_Drawing_from_1894-2.png");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/Locomotive_Drawing_from_1894-2.png" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-transportation-as-a-story-pace-control/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Transportation as a story pace control</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7037 jet-equal-columns" data-post-id="7037" ><style type="text/css">.jet-listing-dynamic-post-7037 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/showing-spunk-about-making-sentences/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Showing spunk about making sentences</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6997 jet-equal-columns" data-post-id="6997" ><style type="text/css">.jet-listing-dynamic-post-6997 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/spunk-and-bite-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/spunk-and-bite-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-showing-spunk-about-making-sentences/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Showing spunk about making sentences</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7034 jet-equal-columns" data-post-id="7034" ><style type="text/css">.jet-listing-dynamic-post-7034 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/themes-power-and-how-they-make-queries-easier/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Themes, power, and how they make queries easier</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6994 jet-equal-columns" data-post-id="6994" ><style type="text/css">.jet-listing-dynamic-post-6994 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/meaning-sense-pyramid-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/meaning-sense-pyramid-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-themes-power-and-how-they-make-queries-easier/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Themes, power, and how they make queries easier</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7032 jet-equal-columns" data-post-id="7032" ><style type="text/css">.jet-listing-dynamic-post-7032 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/writers-block-number-1-who-would-read-it-anyway-3/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Writer&#8217;s Block Number 1: Who would read it, anyway?</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6988 jet-equal-columns" data-post-id="6988" ><style type="text/css">.jet-listing-dynamic-post-6988 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/reading-to-cats-5.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/reading-to-cats-5.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-writers-block-number-1-who-would-read-it-anyway/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Writer&#8217;s Block Number 1: Who would read it, anyway?</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7030 jet-equal-columns" data-post-id="7030" ><style type="text/css">.jet-listing-dynamic-post-7030 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/IMG_2108-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/IMG_2108-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/whats-getting-noticed-at-a-conference-and-elsewhere-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Write Stuff news: Getting noticed, at a conference and elsewhere</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7029 jet-equal-columns" data-post-id="7029" ><style type="text/css">.jet-listing-dynamic-post-7029 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-attend-finishing-school-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to Attend Finishing School</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6981 jet-equal-columns" data-post-id="6981" ><style type="text/css">.jet-listing-dynamic-post-6981 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/finishing-school-cover.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/finishing-school-cover.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-how-to-attend-finishing-school/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to Attend Finishing School</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-330 jet-equal-columns" data-post-id="330" ><style type="text/css">.jet-listing-dynamic-post-330 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/finishing-school-cover-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/finishing-school-cover-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-attend-finishing-school/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to Attend Finishing School</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7028 jet-equal-columns" data-post-id="7028" ><style type="text/css">.jet-listing-dynamic-post-7028 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/writing-to-get-into-someone-elses-head-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Writing to get into someone else&#8217;s head</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6978 jet-equal-columns" data-post-id="6978" ><style type="text/css">.jet-listing-dynamic-post-6978 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/brain-emotions.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/brain-emotions.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-writing-to-get-into-someone-elses-head/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Writing to get into someone else&#8217;s head</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-300 jet-equal-columns" data-post-id="300" ><style type="text/css">.jet-listing-dynamic-post-300 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/brain-emotions-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/brain-emotions-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/writing-to-get-into-someone-elses-head/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Writing to get into someone else&#8217;s head</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7027 jet-equal-columns" data-post-id="7027" ><style type="text/css">.jet-listing-dynamic-post-7027 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/indie-publish-get-an-agent-success-with-sub-rights-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Indie-publish, get an agent: success with sub-rights</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-6976 jet-equal-columns" data-post-id="6976" ><style type="text/css">.jet-listing-dynamic-post-6976 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/film-roll-1433330_1920.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/film-roll-1433330_1920.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/https-develop-workshopwriter-com-indie-publish-get-an-agent-success-with-sub-rights/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Indie-publish, get an agent: success with sub-rights</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-215 jet-equal-columns" data-post-id="215" ><style type="text/css">.jet-listing-dynamic-post-215 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/05/film-roll-1433330_1920-2.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/05/film-roll-1433330_1920-2.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/indie-publish-get-an-agent-success-with-sub-rights/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Indie-publish, get an agent: success with sub-rights</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7149 jet-equal-columns" data-post-id="7149" ><style type="text/css">.jet-listing-dynamic-post-7149 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-write-with-your-senses-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to Write with Your Senses</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-7025 jet-equal-columns" data-post-id="7025" ><style type="text/css">.jet-listing-dynamic-post-7025 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/using-truth-for-your-writing-voice-2/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Using Truth For Your Writing Voice</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-5776 jet-equal-columns" data-post-id="5776" ><style type="text/css">.jet-listing-dynamic-post-5776 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/03/scent.jpeg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/03/scent.jpeg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/why-liars-can-can-grow-up-to-be-writers/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Why Liars Can Can Grow Up to Be Writers</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-5859 jet-equal-columns" data-post-id="5859" ><style type="text/css">.jet-listing-dynamic-post-5859 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2024/03/tom-hanks.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2024/03/tom-hanks.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/yes-its-hard-the-hard-is-what-makes-it-great/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Yes, it’s hard. The hard is what makes it great.</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-5942 jet-equal-columns" data-post-id="5942" ><style type="text/css">.jet-listing-dynamic-post-5942 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image:url("https://workshopwriter.com/wp-content/uploads/2012/02/starting-line-contest.jpg");}</style>		<div data-elementor-type="jet-listing-items" data-elementor-id="3674" class="elementor elementor-3674" data-elementor-post-type="jet-engine">
						<section data-dce-background-color="#2DB9A03D" data-dce-background-overlay-color="#2db9a0" data-dce-background-overlay-image-url="https://workshopwriter.com/wp-content/uploads/2012/02/starting-line-contest.jpg" class="elementor-section elementor-top-section elementor-element elementor-element-553d1d2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="553d1d2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e737546" style="cursor: pointer;" data-column-clickable="https://workshopwriter.com/how-to-pursue-contest-entries-10-guidelines/" data-column-clickable-blank="_self" data-id="e737546" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e93072b elementor-icon-list--layout-inline elementor-widget__width-initial elementor-absolute elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="e93072b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-clock"></i>						</span>
										<span class="elementor-icon-list-text">2 mins</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76ff9b3 elementor-view-stacked elementor-widget__width-auto elementor-absolute jedv-enabled--yes elementor-shape-circle elementor-widget elementor-widget-icon" data-id="76ff9b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon elementor-animation-grow" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQxNjIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="far fa-bookmark"></i>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ee2b53 elementor-widget elementor-widget-heading" data-id="1ee2b53" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">How to Pursue Contest Entries: 10 Guidelines</h5>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div></div></div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		
	
	
</div><!-- .entry-content .clear -->

	
	
</article><!-- #post-## -->

			</main><!-- #main -->
			
		
	</div><!-- #primary -->


	</div> <!-- ast-container -->
	</div><!-- #content -->
		<div data-elementor-type="footer" data-elementor-id="1484" class="elementor elementor-1484 elementor-location-footer" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-19ff886 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="19ff886" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a6293b1" data-id="a6293b1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-564e95b elementor-widget elementor-widget-heading" data-id="564e95b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Subscribe to The Write Stuff newsletter</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-6e09391 elementor-invisible elementor-widget elementor-widget-text-editor" data-id="6e09391" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>A handful of articles each week about the craft, business, and inspiration that an author needs — plus the fun of writing. </p>								</div>
				</div>
				<div class="elementor-element elementor-element-c9afcb2 elementor-mobile-align-left elementor-widget__width-auto elementor-invisible elementor-widget elementor-widget-button" data-id="c9afcb2" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-float" href="https://preview.mailerlite.com/h8z3h1g1b0/2370757734619419944/u7a5/" target="_blank">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i>			</span>
									<span class="elementor-button-text">Sample Issue</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-25c64cd elementor-mobile-align-left elementor-widget__width-auto elementor-invisible elementor-widget elementor-widget-button" data-id="25c64cd" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/write-stuff-subscription/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Subscribe me</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-8dadc62 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-heading" data-id="8dadc62" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h6 class="elementor-heading-title elementor-size-default">4.9 out of 5 stars from 47 reviews</h6>				</div>
				</div>
				<div class="elementor-element elementor-element-ea156b4 elementor--star-style-star_unicode elementor-star-rating-mobile--align-start elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-star-rating" data-id="ea156b4" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1200}" data-widget_type="star-rating.default">
				<div class="elementor-widget-container">
							<div class="elementor-star-rating__wrapper">
						<div class="elementor-star-rating" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating">
				<i class="elementor-star-full" aria-hidden="true">&#9733;</i><i class="elementor-star-full" aria-hidden="true">&#9733;</i><i class="elementor-star-full" aria-hidden="true">&#9733;</i><i class="elementor-star-full" aria-hidden="true">&#9733;</i><i class="elementor-star-7" aria-hidden="true">&#9733;</i>				<span itemprop="ratingValue" class="elementor-screen-only">Rated 4.7 out of 5</span>
			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d72a7b4" data-id="d72a7b4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ad8fe55 elementor-widget elementor-widget-heading" data-id="ad8fe55" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Find Your Way: Search</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-46e7f08 elementor-widget__width-initial elementor-widget elementor-widget-jet-search" data-id="46e7f08" data-element_type="widget" data-e-type="widget" data-widget_type="jet-search.default">
				<div class="elementor-widget-container">
					<div class="elementor-jet-search jet-blocks"><div class="jet-search"><form role="search" method="get" class="jet-search__form" action="https://workshopwriter.com/">
	<label class="jet-search__label">
		<input type="search" class="jet-search__field" placeholder="Search &hellip;" value="" name="s" />
	</label>
		<button type="submit" class="jet-search__submit" aria-label="submit search"><span class="jet-search__submit-icon jet-blocks-icon"><i aria-hidden="true" class="fas fa-search"></i></span></button>
			</form></div></div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section data-dce-background-color="#1c1b50" class="elementor-section elementor-top-section elementor-element elementor-element-94a0d38 elementor-section-height-min-height elementor-section-items-top elementor-section-boxed elementor-section-height-default" data-id="94a0d38" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-39ea778" data-id="39ea778" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a5f4ae2 elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="a5f4ae2" data-element_type="widget" data-e-type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://workshopwriter.com">
			<img width="400" height="320" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20320'%3E%3C/svg%3E" class="attachment-full size-full wp-image-5045" alt="" data-lazy-srcset="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2.png 400w, https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-300x240.png 300w, https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-120x96.png 120w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-120x96.png" /><noscript><img width="400" height="320" src="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-120x96.png" class="attachment-full size-full wp-image-5045" alt="" srcset="https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2.png 400w, https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-300x240.png 300w, https://workshopwriter.com/wp-content/uploads/2024/01/Austin-Writers-Workshop-Square-2-120x96.png 120w" sizes="(max-width: 400px) 100vw, 400px" /></noscript>				</a>
											</div>
				</div>
				<div class="elementor-element elementor-element-84eca23 elementor-widget elementor-widget-text-editor" data-id="84eca23" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Ron Seybold has been editing authors for more than three decades: books, stories, and articles, in fiction, memoir, and nonfiction. </p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-439fdec" data-id="439fdec" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-37990aa elementor-widget elementor-widget-heading" data-id="37990aa" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Quick Links</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-79133c1 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="79133c1" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-79133c1" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-3702 current_page_item menu-item-5048"><a href="https://workshopwriter.com/blog/" aria-current="page" class="elementor-item elementor-item-active menu-link">Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5049"><a href="https://workshopwriter.com/books/" class="elementor-item menu-link">Books</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5051"><a href="https://workshopwriter.com/video/" class="elementor-item menu-link">Video</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5050"><a href="https://workshopwriter.com/testimonials/" class="elementor-item menu-link">Testimonials</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-79133c1" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-3702 current_page_item menu-item-5048"><a href="https://workshopwriter.com/blog/" aria-current="page" class="elementor-item elementor-item-active menu-link" tabindex="-1">Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5049"><a href="https://workshopwriter.com/books/" class="elementor-item menu-link" tabindex="-1">Books</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5051"><a href="https://workshopwriter.com/video/" class="elementor-item menu-link" tabindex="-1">Video</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5050"><a href="https://workshopwriter.com/testimonials/" class="elementor-item menu-link" tabindex="-1">Testimonials</a></li>
</ul>			</nav>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-253df5b" data-id="253df5b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6fd6859 elementor-widget elementor-widget-heading" data-id="6fd6859" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Important Links</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-ac631d3 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="ac631d3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-ac631d3" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5052"><a href="https://workshopwriter.com/privacy-policy/" class="elementor-item menu-link">Privacy Policy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5054"><a href="https://workshopwriter.com/publishing/" class="elementor-item menu-link">Publishing</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5055"><a href="https://workshopwriter.com/author-coaching/" class="elementor-item menu-link">Author Coaching</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5053"><a href="https://workshopwriter.com/finishing-school/" class="elementor-item menu-link">Finishing School</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-ac631d3" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5052"><a href="https://workshopwriter.com/privacy-policy/" class="elementor-item menu-link" tabindex="-1">Privacy Policy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5054"><a href="https://workshopwriter.com/publishing/" class="elementor-item menu-link" tabindex="-1">Publishing</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5055"><a href="https://workshopwriter.com/author-coaching/" class="elementor-item menu-link" tabindex="-1">Author Coaching</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5053"><a href="https://workshopwriter.com/finishing-school/" class="elementor-item menu-link" tabindex="-1">Finishing School</a></li>
</ul>			</nav>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-2d34fd6" data-id="2d34fd6" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fdd3c7e elementor-widget elementor-widget-heading" data-id="fdd3c7e" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Let’s Connect!
</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-59cccd0 elementor-widget elementor-widget-text-editor" data-id="59cccd0" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="thread-list-item-message-column"><div><div class="message ql-snow "><div class="ql-editor"><p>Get in touch on social, and comment on our YouTube and Instagram.</p></div></div></div></div>								</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-55070ea elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="55070ea" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ac9b634" data-id="ac9b634" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2915dff elementor-shape-circle e-grid-align-left elementor-widget__width-auto jedv-enabled--yes elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="2915dff" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-913dc9f" href="https://www.facebook.com/workshopwriter" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<i aria-hidden="true" class="fab fa-facebook"></i>					</a>
				</span>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-afa6730 elementor-shape-circle e-grid-align-left elementor-widget__width-auto jedv-enabled--yes elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="afa6730" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-942c4ae" href="https://twitter.com/ronseybold" target="_blank">
						<span class="elementor-screen-only">Twitter</span>
						<i aria-hidden="true" class="fab fa-twitter"></i>					</a>
				</span>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-3b93062 elementor-shape-circle e-grid-align-left elementor-widget__width-auto jedv-enabled--yes elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="3b93062" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-ecc373d" href="https://www.youtube.com/c/WritersWorkshopAustin" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i aria-hidden="true" class="fab fa-youtube"></i>					</a>
				</span>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-ce2c8f9 elementor-shape-circle e-grid-align-left elementor-widget__width-auto jedv-enabled--yes elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="ce2c8f9" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-54d06a3" href="https://www.instagram.com/ron_seybold/" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i aria-hidden="true" class="fab fa-instagram"></i>					</a>
				</span>
					</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-e60de70 elementor-widget elementor-widget-ucaddon_mobile_conversion_menu" data-id="e60de70" data-element_type="widget" data-e-type="widget" data-widget_type="ucaddon_mobile_conversion_menu.default">
				<div class="elementor-widget-container">
					
<!-- start Floating Chat Buttons -->
<style>/* widget: Floating Chat Buttons */

#uc_mobile_conversion_menu_elementor_e60de70.el-floating-chat {
  z-index: 9999;
  display: flex;  
  align-items: flex-start;
}



#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-container {
  position: relative;
  display: flex;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-message-wrapper {
  display: none;
  gap: .25em;
  position: absolute;
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-message-wrapper.ue-show {
  display: flex;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-subject-input, #uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-subject-label {
	display: none;
    
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-subject-input.ue-show, #uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-subject-label.ue-show {
	display: inherit;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-message-close-btn {
  align-self: flex-end;
  cursor: pointer;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-message-button {
  cursor: pointer;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-cta-wrapper {
	z-index: 1;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-cta {
  display: block;
  position: relative;
  transition: all 400ms ease-in-out;
  overflow:hidden;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-cta span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-cta .el-floating-chat-cta__icon-open {
  opacity: 1;
  transition: opacity .4s ease-in-out .4s;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-cta .el-floating-chat-cta__icon-close {
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease-in-out;  
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-cta.ue-open .el-floating-chat-cta__icon-close {
  opacity: 1;
  pointer-events: all;
  transition: opacity .4s ease-in-out .4s;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-cta.ue-open .el-floating-chat-cta__icon-open {
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease-in-out;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-wrapper {
  display: none;
  z-index: 0;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-wrapper.ue-show {
  display: block;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;  
  padding: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  list-style: none;

}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: .5em;
}

  #uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-items {
      opacity: 0;
    transition: opacity 600ms ease-in-out;
  }
  #uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-items.ue-show {
      opacity: 1;
  }


#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-item__icon {
  position: relative;
  overflow:hidden;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-item__icon:hover {
  cursor: pointer;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-item__icon>a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-item__icon>a>span {
	display: flex;
  align-content: center;
  justify-content: center;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-item__label {
  position: absolute;
  top: 50%;
    	 left: 0;
     right: auto;
  	 transform: translate(calc(-100% - 1em), -50%);
    
  opacity: 0;    transition: all 400ms ease-in-out;
}

#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-item__icon:hover + .el-floating-chat-item__label {
  opacity: 1;
}



	
		
	
	
	
	
	
		  
      #uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-cta-wrapper.ue-floating-chat-shine .el-floating-chat-cta {
          position: relative;
          overflow: hidden;
      }
      #uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-cta-wrapper.ue-floating-chat-shine .el-floating-chat-cta:not(.ue-open):after {
          animation: ue-floating-chat-shine 5s infinite;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .2) 50%, transparent);
          transform: rotateZ(60deg) translate(0, 5em);
      }

      @keyframes ue-floating-chat-shine {
          20%,
          100% {
              transform: rotateZ(60deg) translate(0, -80px);
          }
      }
    
body[data-elementor-device-mode="desktop"] #uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-item.el-desktop-hide {
	display: none;
}

body[data-elementor-device-mode="tablet"] #uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-item.el-tablet-hide {
	display: none;
}

body[data-elementor-device-mode="mobile"] #uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-item.el-mobile-hide {
	display: none;
}






  #uc_mobile_conversion_menu_elementor_e60de70_item1 .el-icon-phone
  {
    background-color:#000000;
    color:white;
  }



















  #uc_mobile_conversion_menu_elementor_e60de70_item2 .el-icon-email
  {
    background-color:#ff4c4c;
    color:white;
  }






















  #uc_mobile_conversion_menu_elementor_e60de70_item3 .el-icon-sms
  {
    background-color:#34bf49;
    color:white;
  }




























  #uc_mobile_conversion_menu_elementor_e60de70_item4 .el-icon-facebook
  {
    background-color:#1877f2;
    color:white;
  }











</style>

<div id="uc_mobile_conversion_menu_elementor_e60de70" class="el-floating-chat ue-snap-v-bottom ue-snap-h-left">
    <div class="el-floating-chat-cta-items-container">
    <div class="el-floating-chat-container">
      <div class="el-floating-chat-cta-wrapper ue-floating-chat-shine">
        <a href="javascript:void(0)" class="el-floating-chat-cta">
          <span class="el-floating-chat-cta__icon-open"><i class='far fa-comments'></i></span>
		  <span class="el-floating-chat-cta__icon-close"><i class='fas fa-times'></i></span>
        </a>
      </div>
      <div class="el-floating-chat-wrapper">
        <ul class="el-floating-chat-items">
          <li class="el-floating-chat-item elementor-repeater-item-2e2b44b el-desktop-show el-tablet-show el-mobile-show" id="uc_mobile_conversion_menu_elementor_e60de70_item1" >
  <div class="el-floating-chat-item__icon el-icon-phone">
    <a 
              	 href="tel:512-657-3264"
              data-channel="phone" 
                >
      <span class="el-floating-chat-item__icon_wrapper"><i class='fas fa-phone'></i></span>
    </a>
  </div>
    	<div class="el-floating-chat-item__label">Phone</div>
  </li>
<li class="el-floating-chat-item elementor-repeater-item-919126b el-desktop-show el-tablet-show el-mobile-show" id="uc_mobile_conversion_menu_elementor_e60de70_item2" >
  <div class="el-floating-chat-item__icon el-icon-email">
    <a 
              	 href="mailto:ron@workshopwriter.com"
              data-channel="email" 
                >
      <span class="el-floating-chat-item__icon_wrapper"><i class='fas fa-envelope'></i></span>
    </a>
  </div>
    	<div class="el-floating-chat-item__label">Mail</div>
  </li>
<li class="el-floating-chat-item elementor-repeater-item-5f238fc el-desktop-show el-tablet-show el-mobile-show" id="uc_mobile_conversion_menu_elementor_e60de70_item3" >
  <div class="el-floating-chat-item__icon el-icon-sms">
    <a 
              	 href="sms:512-657-3264"
              data-channel="sms" 
                >
      <span class="el-floating-chat-item__icon_wrapper"><i class='fas fa-sms'></i></span>
    </a>
  </div>
    	<div class="el-floating-chat-item__label">Text Message</div>
  </li>
<li class="el-floating-chat-item elementor-repeater-item-f346b69 el-desktop-show el-tablet-show el-mobile-show" id="uc_mobile_conversion_menu_elementor_e60de70_item4" >
  <div class="el-floating-chat-item__icon el-icon-facebook">
    <a 
              	 href="http://m.me/https://www.facebook.com/workshopwriter"
              data-channel="facebook" 
                >
      <span class="el-floating-chat-item__icon_wrapper"><i class='fab fa-facebook-messenger'></i></span>
    </a>
  </div>
    	<div class="el-floating-chat-item__label">Messenger</div>
  </li>

        </ul>
      </div>
    </div>
  </div>
  <div class="el-floating-chat-message-wrapper">
        <span class="el-floating-chat-message-close-btn">×</span>
        <label class="el-floating-chat-subject-label" for="floating-chat-subject">Subject</label>
        <input type="text" id="floating-chat-subject" class="el-floating-chat-subject-input" name="Chat Subject" placeholder=""></input>
        <label class="el-floating-chat-message-label" for="floating-chat-message">Message</label>
        <textarea id="floating-chat-message" class="el-floating-chat-message-input" name="Chat Message" rows="3" cols="30" placeholder=""></textarea>
        <a class="el-floating-chat-message-button">Send</a>
      </div>
  </div>
<!-- end Floating Chat Buttons -->				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section data-dce-background-color="#1c1b50" class="elementor-section elementor-top-section elementor-element elementor-element-9f99290 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9f99290" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-17bc733" data-id="17bc733" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3046197 elementor-widget elementor-widget-text-editor" data-id="3046197" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Copyright © 2026 by The Writer&#8217;s Workshop								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ac360d1" data-id="ac360d1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-453d84f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="453d84f" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f81e7ed" data-id="f81e7ed" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d705e6d elementor-widget elementor-widget-heading" data-id="d705e6d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><a href="https://trywebtec.com">Digital Marketing by <a href="https://weblify.com/">Weblify</a> &amp; <a href="https://www.trywebtec.com">Webtec</a>
</a></p>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
			</div><!-- #page -->
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/astra-child/*","/wp-content/themes/astra/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>

<div class="xoo-el-container xoo-el-style-popup" style="visibility: hidden;">
    <div class="xoo-el-opac"></div>
    <div class="xoo-el-modal">
        <div class="xoo-el-inmodal">
            <span class="xoo-el-close xoo-el-icon-cross"></span>
            <div class="xoo-el-wrap">
                <div class="xoo-el-sidebar"></div>
                <div class="xoo-el-srcont">
                    <div class="xoo-el-main">
<div class="xoo-el-form-container xoo-el-form-popup" data-active="login">

	
	
	
<div class="xoo-el-header">
	<ul class="xoo-el-tabs">
		
        		  <li data-tab="login" class="xoo-el-login-tgr" style="order: 0 ">Login</li>
        
		 
			<li data-tab="register" class="xoo-el-reg-tgr" style="order: 1">Sign Up</li>
		
	</ul>
</div>
	
	
		
			
		<div data-section="login" class="xoo-el-section">

			<div class="xoo-el-fields">

				<div class="xoo-el-notice"></div>
				<form class="xoo-el-action-form xoo-el-form-login">

					
					<div class="xoo-el-fields-cont"><div class="xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required xoo-el-username_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-user-plus"></span><input type="text" class="xoo-aff-required xoo-aff-text xoo-aff-field" name="xoo-el-username" placeholder="Username / Email"  value="" required="	" autocomplete="username"/></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo-el-password_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password xoo-aff-field" name="xoo-el-password" placeholder="Password"  value="" required="	" autocomplete="current-password"/><div class="xoo-aff-pw-toggle">
					<span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span>
					<span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span>
					</div></div></div></div>
<div class="xoo-aff-group xoo-el-login-btm-fields">
	<label class="xoo-el-form-label">
		<input type="checkbox" name="xoo-el-rememberme" value="forever" />
		<span>Remember me</span>
	</label>
	<a class="xoo-el-lostpw-tgr" rel="nofollow" href="#">Forgot Password?</a>
</div>


<input type="hidden" name="_xoo_el_form" value="login">

<button type="submit" class="button btn xoo-el-action-btn xoo-el-login-btn" >Sign in</button>

<input type="hidden" name="xoo_el_redirect" value="/blog/">
					
				</form>

				
	
	

	
	
			</div>

		</div>

	
			
		<div data-section="register" class="xoo-el-section">

			<div class="xoo-el-fields">

				<div class="xoo-el-notice"></div>
				<form class="xoo-el-action-form xoo-el-form-register">

					
					<div class="xoo-el-fields-cont"><div class="xoo-aff-group xoo-aff-cont-email one xoo-aff-cont-required xoo_el_reg_email_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-at"></span><input type="email" class="xoo-aff-required xoo-aff-email xoo-aff-field" name="xoo_el_reg_email" placeholder="Email"  value="" required="	" autocomplete="email"/></div></div><div class="xoo-aff-group xoo-aff-cont-text onehalf xoo-aff-cont-required xoo_el_reg_fname_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon far fa-user"></span><input type="text" class="xoo-aff-required xoo-aff-text xoo-aff-field" name="xoo_el_reg_fname" placeholder="First Name"  value="" required="	"/></div></div><div class="xoo-aff-group xoo-aff-cont-text onehalf xoo-aff-cont-required xoo_el_reg_lname_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon far fa-user"></span><input type="text" class="xoo-aff-required xoo-aff-text xoo-aff-field" name="xoo_el_reg_lname" placeholder="Last Name"  value="" required="	"/></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo_el_reg_pass_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password xoo-aff-field" name="xoo_el_reg_pass" placeholder="Password"  value="" maxlength="20" minlength="6" required="	" autocomplete="new-password"/><div class="xoo-aff-pw-toggle">
					<span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span>
					<span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span>
					</div></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo_el_reg_pass_again_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password xoo-aff-field" name="xoo_el_reg_pass_again" placeholder="Confirm Password"  value="" required="	" autocomplete="new-password"/><div class="xoo-aff-pw-toggle">
					<span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span>
					<span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span>
					</div></div></div><div class="xoo-aff-group xoo-aff-cont-checkbox_single one xoo-aff-cont-required xoo_el_reg_terms_cont"><div class="xoo-aff-required xoo-aff-checkbox_single xoo-aff-field"><label><input type="checkbox" name="xoo_el_reg_terms" class="xoo-aff-required xoo-aff-checkbox_single xoo-aff-field" value="yes" >I accept the <a href="https://workshopwriter.com/?page_id=" target="_blank"> Terms of Service and Privacy Policy </a></label></div></div></div>
<input type="hidden" name="_xoo_el_form" value="register">


<button type="submit" class="button btn xoo-el-action-btn xoo-el-register-btn">Sign Up</button>

<input type="hidden" name="xoo_el_redirect" value="/blog/">
					
				</form>

				
	
	

	
	
			</div>

		</div>

	
			
		<div data-section="lostpw" class="xoo-el-section">

			<div class="xoo-el-fields">

				<div class="xoo-el-notice"></div>
				<form class="xoo-el-action-form xoo-el-form-lostpw">

					
					

<span class="xoo-el-form-txt">Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.</span>

<div class="xoo-el-fields-cont"><div class="xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required user_login_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-user-plus"></span><input type="text" class="xoo-aff-required xoo-aff-text xoo-aff-field" name="user_login" placeholder="Username / Email"  value="" required="	"/></div></div></div>

<input type="hidden" name="_xoo_el_form" value="lostPassword">

<input type="hidden" name="_wp_http_referer" value="/blog/" />
<button type="submit" class="button btn xoo-el-action-btn xoo-el-lostpw-btn">Email Reset Link</button>
					
				</form>

				
	
	

	
	
			</div>

		</div>

	
	
</div></div>
                </div>
            </div>
        </div>
    </div>
</div>
<div class="xoo-el-popup-notice" style="visibility: hidden;">
    <div class="xoo-el-notice-opac"></div>
    <div class="xoo-el-notice-modal">
        <div class="xoo-el-notice-inmodal">
            <span class="xoo-el-notice-close xoo-el-icon-cross"></span>
            <div class="xoo-el-notice-wrap">
               <iframe></iframe>
               <div class="xoo-el-notice-iframestyle" style="display: none;">
                   body::-webkit-scrollbar {
                        width: 7px;
                    }

                    body::-webkit-scrollbar-track {
                        border-radius: 10px;
                        background: #f0f0f0;
                    }

                    body::-webkit-scrollbar-thumb {
                        border-radius: 50px;
                        background: #dfdbdb
                    }
               </div>
            </div>
        </div>
    </div>
</div>					<script type="text/x-template" id="mobile-menu-item-template"><li
	:id="'jet-mobile-menu-item-'+itemDataObject.itemId"
	:class="itemClasses"
>
	<div
		class="jet-mobile-menu__item-inner"
		tabindex="0"
		:aria-label="itemDataObject.name"
        aria-expanded="false"
		v-on:click="itemSubHandler"
		v-on:keyup.enter="itemSubHandler"
	>
		<a
			:class="itemLinkClasses"
			:href="itemDataObject.url"
			:rel="itemDataObject.xfn"
			:title="itemDataObject.attrTitle"
			:target="itemDataObject.target"
		>
			<div class="jet-menu-item-wrapper">
				<div
					class="jet-menu-icon"
					v-if="isIconVisible"
					v-html="itemIconHtml"
				></div>
				<div class="jet-menu-name">
					<span
						class="jet-menu-label"
						v-if="isLabelVisible"
						v-html="itemDataObject.name"
					></span>
					<small
						class="jet-menu-desc"
						v-if="isDescVisible"
						v-html="itemDataObject.description"
					></small>
				</div>
				<div
					class="jet-menu-badge"
					v-if="isBadgeVisible"
				>
					<div class="jet-menu-badge__inner" v-html="itemDataObject.badgeContent"></div>
				</div>
			</div>
		</a>
		<span
			class="jet-dropdown-arrow"
			v-if="isSub && !templateLoadStatus"
			v-html="dropdownIconHtml"
			v-on:click="markerSubHandler"
		>
		</span>
		<div
			class="jet-mobile-menu__template-loader"
			v-if="templateLoadStatus"
		>
			<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="24px" height="25px" viewBox="0 0 128 128" xml:space="preserve">
				<g>
					<linearGradient id="linear-gradient">
						<stop offset="0%" :stop-color="loaderColor" stop-opacity="0"/>
						<stop offset="100%" :stop-color="loaderColor" stop-opacity="1"/>
					</linearGradient>
				<path d="M63.85 0A63.85 63.85 0 1 1 0 63.85 63.85 63.85 0 0 1 63.85 0zm.65 19.5a44 44 0 1 1-44 44 44 44 0 0 1 44-44z" fill="url(#linear-gradient)" fill-rule="evenodd"/>
				<animateTransform attributeName="transform" type="rotate" from="0 64 64" to="360 64 64" dur="1080ms" repeatCount="indefinite"></animateTransform>
				</g>
			</svg>
		</div>
	</div>

	<transition name="menu-container-expand-animation">
		<mobile-menu-list
			v-if="isDropdownLayout && subDropdownVisible"
			:depth="depth+1"
			:children-object="itemDataObject.children"
		></mobile-menu-list>
	</transition>

</li>
					</script>					<script type="text/x-template" id="mobile-menu-list-template"><div
	class="jet-mobile-menu__list"
	role="navigation"
>
	<ul class="jet-mobile-menu__items">
		<mobile-menu-item
			v-for="(item, index) in childrenObject"
			:key="item.id"
			:item-data-object="item"
			:depth="depth"
		></mobile-menu-item>
	</ul>
</div>
					</script>					<script type="text/x-template" id="mobile-menu-template"><div
	:class="instanceClass"
	v-on:keyup.esc="escapeKeyHandler"
>
	<div
		class="jet-mobile-menu__toggle"
		role="button"
		ref="toggle"
		tabindex="0"
		aria-label="Open/Close Menu"
        aria-expanded="false"
		v-on:click="menuToggle"
		v-on:keyup.enter="menuToggle"
	>
		<div
			class="jet-mobile-menu__template-loader"
			v-if="toggleLoaderVisible"
		>
			<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="24px" height="25px" viewBox="0 0 128 128" xml:space="preserve">
				<g>
					<linearGradient id="linear-gradient">
						<stop offset="0%" :stop-color="loaderColor" stop-opacity="0"/>
						<stop offset="100%" :stop-color="loaderColor" stop-opacity="1"/>
					</linearGradient>
				<path d="M63.85 0A63.85 63.85 0 1 1 0 63.85 63.85 63.85 0 0 1 63.85 0zm.65 19.5a44 44 0 1 1-44 44 44 44 0 0 1 44-44z" fill="url(#linear-gradient)" fill-rule="evenodd"/>
				<animateTransform attributeName="transform" type="rotate" from="0 64 64" to="360 64 64" dur="1080ms" repeatCount="indefinite"></animateTransform>
				</g>
			</svg>
		</div>

		<div
			class="jet-mobile-menu__toggle-icon"
			v-if="!menuOpen && !toggleLoaderVisible"
			v-html="toggleClosedIcon"
		></div>
		<div
			class="jet-mobile-menu__toggle-icon"
			v-if="menuOpen && !toggleLoaderVisible"
			v-html="toggleOpenedIcon"
		></div>
		<span
			class="jet-mobile-menu__toggle-text"
			v-if="toggleText"
			v-html="toggleText"
		></span>

	</div>

	<transition name="cover-animation">
		<div
			class="jet-mobile-menu-cover"
			v-if="menuContainerVisible && coverVisible"
			v-on:click="closeMenu"
		></div>
	</transition>

	<transition :name="showAnimation">
		<div
			class="jet-mobile-menu__container"
			v-if="menuContainerVisible"
		>
			<div
				class="jet-mobile-menu__container-inner"
			>
				<div
					class="jet-mobile-menu__header-template"
					v-if="headerTemplateVisible"
				>
					<div
						class="jet-mobile-menu__header-template-content"
						ref="header-template-content"
						v-html="headerContent"
					></div>
				</div>

				<div
					class="jet-mobile-menu__controls"
				>
					<div
						class="jet-mobile-menu__breadcrumbs"
						v-if="isBreadcrumbs"
					>
						<div
							class="jet-mobile-menu__breadcrumb"
							v-for="(item, index) in breadcrumbsPathData"
							:key="index"
						>
							<div
								class="breadcrumb-label"
								v-on:click="breadcrumbHandle(index+1)"
								v-html="item"
							></div>
							<div
								class="breadcrumb-divider"
								v-html="breadcrumbIcon"
								v-if="(breadcrumbIcon && index !== breadcrumbsPathData.length-1)"
							></div>
						</div>
					</div>
					<div
						class="jet-mobile-menu__back"
						role="button"
						ref="back"
						tabindex="0"
						aria-label="Close Menu"
                        aria-expanded="false"
						v-if="!isBack && isClose"
						v-html="closeIcon"
						v-on:click="menuToggle"
						v-on:keyup.enter="menuToggle"
					></div>
					<div
						class="jet-mobile-menu__back"
						role="button"
						ref="back"
						tabindex="0"
						aria-label="Back to Prev Items"
                        aria-expanded="false"
						v-if="isBack"
						v-html="backIcon"
						v-on:click="goBack"
						v-on:keyup.enter="goBack"
					></div>
				</div>

				<div
					class="jet-mobile-menu__before-template"
					v-if="beforeTemplateVisible"
				>
					<div
						class="jet-mobile-menu__before-template-content"
						ref="before-template-content"
						v-html="beforeContent"
					></div>
				</div>

				<div
					class="jet-mobile-menu__body"
				>
					<transition :name="animation">
						<mobile-menu-list
							v-if="!templateVisible"
							:key="depth"
							:depth="depth"
							:children-object="itemsList"
						></mobile-menu-list>
						<div
							class="jet-mobile-menu__template"
							ref="template-content"
							v-if="templateVisible"
						>
							<div
								class="jet-mobile-menu__template-content"
								v-html="itemTemplateContent"
							></div>
						</div>
					</transition>
				</div>

				<div
					class="jet-mobile-menu__after-template"
					v-if="afterTemplateVisible"
				>
					<div
						class="jet-mobile-menu__after-template-content"
						ref="after-template-content"
						v-html="afterContent"
					></div>
				</div>

			</div>
		</div>
	</transition>
</div>
					</script>		<div data-elementor-type="popup" data-elementor-id="4162" class="elementor elementor-4162 elementor-location-popup" data-elementor-settings="{&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-60955571 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="60955571" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-399bfe99" data-id="399bfe99" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-37778b9b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="37778b9b" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-111362c1" data-id="111362c1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6ba0e411 elementor-widget elementor-widget-heading" data-id="6ba0e411" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Create an account to access this functionality. <br>
Discover the advantages</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-defc6e1 elementor-invisible elementor-widget elementor-widget-button" data-id="defc6e1" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-float" href="/create-account">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-user-plus"></i>			</span>
									<span class="elementor-button-text">Create account</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-830d519" data-id="830d519" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5c80845b elementor-widget elementor-widget-image" data-id="5c80845b" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="312" height="408" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20312%20408'%3E%3C/svg%3E" class="attachment-large size-large wp-image-3255" alt="Create an account to access this functionality." data-lazy-srcset="https://workshopwriter.com/wp-content/uploads/2023/02/hero-bg-01-removebg-preview-e1675439154852.png 312w, https://workshopwriter.com/wp-content/uploads/2023/02/hero-bg-01-removebg-preview-e1675439154852-229x300.png 229w" data-lazy-sizes="(max-width: 312px) 100vw, 312px" data-lazy-src="https://workshopwriter.com/wp-content/uploads/2023/02/hero-bg-01-removebg-preview-e1675439154852.png" /><noscript><img width="312" height="408" src="https://workshopwriter.com/wp-content/uploads/2023/02/hero-bg-01-removebg-preview-e1675439154852.png" class="attachment-large size-large wp-image-3255" alt="Create an account to access this functionality." srcset="https://workshopwriter.com/wp-content/uploads/2023/02/hero-bg-01-removebg-preview-e1675439154852.png 312w, https://workshopwriter.com/wp-content/uploads/2023/02/hero-bg-01-removebg-preview-e1675439154852-229x300.png 229w" sizes="(max-width: 312px) 100vw, 312px" /></noscript>															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
		        <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
            // Check if the plugin is loaded only once
            if (typeof window.maspikLoaded === "undefined") {
                window.maspikLoaded = true;
                
                // Function to check if form should be excluded
                function shouldExcludeForm(form) {
                    // Check role/aria for search
                    var role = (form.getAttribute('role') || '').toLowerCase();
                    if (role === 'search') { return true; }
                    var aria = (form.getAttribute('aria-label') || '').toLowerCase();
                    if (aria.indexOf('search') !== -1) { return true; }
                    
                    // Check action URL for search patterns
                    var action = (form.getAttribute('action') || '').toLowerCase();
                    if (action.indexOf('?s=') !== -1 || action.indexOf('search=') !== -1 || /\/search(\/?|\?|$)/.test(action)) {
                        return true;
                    }
                    
                    // Check form classes
                    var classes = form.className.split(' ');
                    if (classes.some(function(className) {
                        return className.toLowerCase().includes('search');
                    })) {
                        return true;
                    }
                    
                    // Check for search inputs inside the form
                    var searchInputs = form.querySelectorAll('input[type="search"], input.search, .search input, input[class*="search"], input[id*="search"], input[name="s"], input[name*="search"]');
                    if (searchInputs.length > 0) {
                        return true;
                    }
                    
                    // Check for search-related classes in child elements
                    var searchElements = form.querySelectorAll('.search, [class*="search"], [id*="search"], [aria-label*="search" i]');
                    if (searchElements.length > 0) {
                        return true;
                    }
                    
                    return false;
                }
                
                function isGetForm(form) {
                    var method = (form.getAttribute("method") || "get").toLowerCase();
                    return method === "get";
                }
                
                                // Function to add the hidden fields
                function addMaspikHiddenFields(form) {
                    // Check if the fields already exist
                    if (form.querySelector(".maspik-field")) return;

                    // Check if the form is already submitted
                    if (form.dataset.maspikProcessed) return;
                    form.dataset.maspikProcessed = true;

                    // Common attributes for the fields
                    var commonAttributes = {
                        "aria-hidden": "true",
                        tabindex: "-1",
                        autocomplete: "off",
                        class: "maspik-field"
                    };

                    var hiddenFieldStyles = {
                        position: "absolute",
                        left: "-99999px"
                    };

                    // Function to create a hidden field
                    function createHiddenField(attributes, styles) {
                        var field = document.createElement("input");
                        for (var attr in attributes) {
                            field.setAttribute(attr, attributes[attr]);
                        }
                        for (var style in styles) {
                            field.style[style] = styles[style];
                        }
                        return field;
                    }

                                        // Add Honeypot field if enabled
                    var honeypot = createHiddenField({
                        type: "text",
                        name: "full-name-maspik-hp",
                        class: form.className + " maspik-field",
                        placeholder: "Leave this field empty",
                        "aria-label": "Leave this field empty"
                    }, hiddenFieldStyles);
                    form.appendChild(honeypot);
                    
                                    }

                //on load
                document.addEventListener("DOMContentLoaded", function() {
                    var forms = document.querySelectorAll("form");
                    forms.forEach(function(form) {
                        // Only add fields if form is not excluded and not method="get"
                        if (!shouldExcludeForm(form) && !isGetForm(form)) {
                            addMaspikHiddenFields(form);
                        }
                    });
                });

                // Add the fields when the form is submitted
                document.addEventListener("submit", function(e) {
                    if (e.target.tagName === "FORM") {
                        // Only add fields if form is not excluded and not method="get"
                        if (!shouldExcludeForm(e.target) && !isGetForm(e.target)) {
                            addMaspikHiddenFields(e.target);
                                                    }
                    }
                }, true);
                
                            }
        </script>
        <style>
            .maspik-field { 
                display: none !important; 
                pointer-events: none !important;
                opacity: 0 !important;
                position: absolute !important;
                left: -99999px !important;
            }
        </style>
        			<script type="rocketlazyloadscript">
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
				<script type="rocketlazyloadscript">
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<script type="text/html" id="tmpl-jet-ajax-search-results-item">
<div class="jet-ajax-search__results-item">
	<a class="jet-ajax-search__item-link" href="{{{data.link}}}" target="{{{data.link_target_attr}}}">
		{{{data.thumbnail}}}
		<div class="jet-ajax-search__item-content-wrapper">
			{{{data.before_title}}}
			<div class="jet-ajax-search__item-title">{{{data.title}}}</div>
			{{{data.after_title}}}
			{{{data.before_content}}}
			<div class="jet-ajax-search__item-content">{{{data.content}}}</div>
			{{{data.after_content}}}
			{{{data.rating}}}
			{{{data.price}}}
			{{{data.add_to_cart}}}
		</div>
	</a>
</div>
</script><script type="text/html" id="tmpl-jet-search-focus-suggestion-item">
<div class="jet-search-suggestions__focus-area-item" tabindex="0" aria-label="{{{data.fullName}}}">
	<div class="jet-search-suggestions__focus-area-item-title">{{{data.name}}}</div>
</div>
</script><script type="text/html" id="tmpl-jet-search-inline-suggestion-item">
<div class="jet-search-suggestions__inline-area-item" tabindex="0" aria-label="{{{data.fullName}}}">
	<div class="jet-search-suggestions__inline-area-item-title" >{{{data.name}}}</div>
</div>
</script><script type="text/html" id="tmpl-jet-ajax-search-inline-suggestion-item">
<div class="jet-ajax-search__suggestions-inline-area-item" tabindex="0" aria-label="{{{data.fullName}}}">
	<div class="jet-ajax-search__suggestions-inline-area-item-title" >{{{data.name}}}</div>
</div>
</script><script type="text/html" id="tmpl-jet-ajax-search-results-suggestion-item">
<div class="jet-ajax-search__results-suggestions-area-item" tabindex="0" aria-label="{{{data.fullName}}}">
	<div class="jet-ajax-search__results-suggestions-area-item-title">{{{data.name}}}</div>
</div>
</script><link rel="stylesheet" id="wc-stripe-blocks-checkout-style-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/woocommerce-gateway-stripe/build/upe-blocks.css?ver=d4977b317f665a4df60d">
<link rel="stylesheet" id="wc-blocks-style-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.6.0">
<link rel="stylesheet" id="dce-style-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/dynamic-content-for-elementor/assets/css/style.min.css?ver=2.13.5">
<link rel="stylesheet" id="dce-dynamic-visibility-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/dynamic-content-for-elementor/assets/css/dynamic-visibility.min.css?ver=2.13.5">
<link rel='stylesheet' id='elementor-post-1946-css' href='https://workshopwriter.com/wp-content/uploads/elementor/css/post-1946.css?ver=1777562956' media='all' />
<link rel="stylesheet" id="widget-icon-list-css" media="all" data-pmdelayedstyle="https://workshopwriter.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.35.7">
<link rel="stylesheet" id="e-animation-grow-css" href="https://workshopwriter.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=3.35.7" media="print" onload="this.media=&#039;all&#039;;this.onload=null;">
<link rel='stylesheet' id='elementor-post-4162-css' href='https://workshopwriter.com/wp-content/uploads/elementor/css/post-4162.css?ver=1777562956' media='all' />
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/jet-menu/integration/themes/astra/assets/js/script.js?ver=1733205090" id="jet-menu-astra-js" defer></script>
<script id="astra-theme-js-js-extra">
var astra = {"break_point":"768","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"","is_header_footer_builder_active":"1","responsive_cart_click":"flyout","revealEffectEnable":"","edit_post_url":"https://workshopwriter.com/wp-admin/post.php?post={{id}}&action=edit","ajax_url":"https://workshopwriter.com/wp-admin/admin-ajax.php","infinite_count":"2","infinite_total":"0","pagination":"number","infinite_scroll_event":"scroll","no_more_post_message":"No more posts to show.","grid_layout":{"desktop":1,"tablet":1,"mobile":1},"site_url":"https://workshopwriter.com","blogArchiveTitleLayout":"","blogArchiveTitleOn":"","show_comments":"Show Comments","enableHistoryPushState":"1","masonryEnabled":"","blogMasonryBreakPoint":"0","shop_infinite_count":"2","shop_infinite_total":"0","shop_total_products":"1","shop_pagination":"number","shop_infinite_scroll_event":"scroll","shop_no_more_post_message":"No more products to show.","shop_result_count_format":"Showing 1\u2013{count} of {total} results","checkout_prev_text":"Back to my details","checkout_next_text":"Proceed to payment","shop_quick_view_enable":"disabled","shop_quick_view_stick_cart":"1","shop_quick_view_auto_height":"1","woo_cart_empty_featured_product":"","single_product_qty_ajax_nonce":"9fdcad9720","single_product_ajax_add_to_cart":"","is_cart":"","is_single_product":"","view_cart":"View cart","cart_url":"https://workshopwriter.com/cart/","checkout_url":"https://workshopwriter.com/checkout/","add_to_cart_options_single":"default","is_astra_pro":"1","shopRevealEffectEnable":""};
//# sourceURL=astra-theme-js-js-extra
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.8.7" id="astra-theme-js-js" defer></script>
<script id="astra-add-to-cart-quantity-btn-js-extra">
var astra_qty_btn = {"plus_qty":"Plus Quantity","minus_qty":"Minus Quantity","style_type":"normal"};
//# sourceURL=astra-add-to-cart-quantity-btn-js-extra
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/themes/astra/assets/js/minified/add-to-cart-quantity-btn.min.js?ver=4.8.7" id="astra-add-to-cart-quantity-btn-js" defer></script>
<script id="xoo-el-js-js-extra">
var xoo_el_localize = {"adminurl":"https://workshopwriter.com/wp-admin/admin-ajax.php","redirectDelay":"300","html":{"spinner":"\u003Ci class=\"xoo-el-icon-spinner8 xoo-el-spinner\"\u003E\u003C/i\u003E","editField":"\u003Cspan class=\"xoo-el-edit-em\"\u003EChange?\u003C/span\u003E","notice":{"error":"\u003Cdiv class=\"xoo-el-notice-error \"\u003E%s\u003C/div\u003E","success":"\u003Cdiv class=\"xoo-el-notice-success \"\u003E%s\u003C/div\u003E"}},"autoOpenPopup":"no","autoOpenPopupOnce":"no","aoDelay":"500","loginClass":"","registerClass":"","errorLog":"yes","resetPwPattern":"link","resend_wait":"90","preventClosing":"","hasCodeForms":"","isLoggedIn":"no","checkout":{"loginEnabled":"yes","loginRedirect":"/blog/"}};
//# sourceURL=xoo-el-js-js-extra
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/easy-login-woocommerce/assets/js/xoo-el-js.js?ver=1733205090" id="xoo-el-js-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script>
<script id="wp-util-js-extra">
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-includes/js/wp-util.min.js?ver=6.9.4" id="wp-util-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/jet-search/assets/lib/chosen/chosen.jquery.min.js?ver=1.8.7" id="jquery-chosen-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/jet-search/assets/lib/jet-plugins/jet-plugins.js?ver=1733205090" id="jet-plugins-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/jet-search/assets/js/jet-search.js?ver=1733205090" id="jet-search-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js?ver=2.7.2-wc.10.6.0" id="wc-flexslider-js" data-wp-strategy="defer" defer></script>
<script id="astra-addon-js-js-extra">
var astraAddon = {"is_elementor_active":"1","sticky_active":"","svgIconClose":"\u003Cspan class=\"ast-icon icon-close\"\u003E\u003C/span\u003E","hf_account_show_menu_on":"hover","hf_account_action_type":"link","hf_account_logout_action":"link","header_main_stick":"0","header_above_stick":"0","header_below_stick":"0","stick_header_meta":"","header_main_stick_meta":"","header_above_stick_meta":"","header_below_stick_meta":"","sticky_header_on_devices":"desktop","sticky_header_style":"none","sticky_hide_on_scroll":"0","break_point":"768","tablet_break_point":"768","mobile_break_point":"544","header_main_shrink":"1","header_animation_effect":"none","header_logo_width":"","responsive_header_logo_width":{"desktop":"120","tablet":"","mobile":""},"stick_origin_position":"","site_layout":"ast-full-width-layout","site_content_width":"1240","site_layout_padded_width":"1200","site_layout_box_width":"1200","header_builder_active":"1","component_limit":"10","single_product_sticky_product_image":"","single_product_sticky_product_image_top_offset":"0","cart_sticky_cart_totals":"","order_review_toggle_texts":{"toggle_show_text":"Show Order Summary","toggle_hide_text":"Hide Order Summary"},"check_user_exist_nonce":"a1a85655d6","woocommerce_login_nonce":"a72797a806","is_logged_in":"","user_validation_msgs":{"error_msg":"Entered user detail is not a valid.","success_msg":"This user is already registered. Please enter the password to continue."},"checkout_order_review_sticky":"","cartflows_version":"","is_registration_required":"","is_complete_package":"1","is_header_builder_active":"1"};
//# sourceURL=astra-addon-js-js-extra
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/uploads/astra-addon/astra-addon-69b0eaae090584-44535529.js?ver=1773520549" id="astra-addon-js-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/astra-addon/assets/js/minified/purify.min.js?ver=4.12.3" id="astra-dom-purify-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/single-product-ajax-cart.min.js?ver=4.12.3" id="astra-single-product-ajax-cart-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/jet-menu/assets/public/lib/vue/vue.min.js?ver=2.6.11" id="jet-vue-js" defer></script>
<script id="jet-menu-public-scripts-js-extra">
var jetMenuPublicSettings = {"version":"2.4.6","ajaxUrl":"https://workshopwriter.com/wp-admin/admin-ajax.php","isMobile":"false","getElementorTemplateApiUrl":"https://workshopwriter.com/wp-json/jet-menu-api/v2/get-elementor-template-content","getBlocksTemplateApiUrl":"https://workshopwriter.com/wp-json/jet-menu-api/v2/get-blocks-template-content","menuItemsApiUrl":"https://workshopwriter.com/wp-json/jet-menu-api/v2/get-menu-items","restNonce":"2c69af5227","devMode":"false","wpmlLanguageCode":"","menuSettings":{"jetMenuRollUp":"true","jetMenuMouseleaveDelay":"500","jetMenuMegaWidthType":"selector","jetMenuMegaWidthSelector":".elementor-background-overlay","jetMenuMegaOpenSubType":"hover","jetMenuMegaAjax":"false"}};
//# sourceURL=jet-menu-public-scripts-js-extra
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/jet-menu/assets/public/js/legacy/jet-menu-public-scripts.js?ver=1733205090" id="jet-menu-public-scripts-js" defer></script>
<script type="rocketlazyloadscript" id="jet-menu-public-scripts-js-after">
function CxCSSCollector(){"use strict";var t,e=window.CxCollectedCSS;void 0!==e&&((t=document.createElement("style")).setAttribute("title",e.title),t.setAttribute("type",e.type),t.textContent=e.css,document.head.appendChild(t))}CxCSSCollector();
//# sourceURL=jet-menu-public-scripts-js-after
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/jet-elements/assets/js/lib/anime-js/anime.min.js?ver=2.2.0" id="jet-anime-js-js" defer></script>
<script id="jet-popup-frontend-js-extra">
var jetPopupData = {"version":"2.0.9","ajax_url":"https://workshopwriter.com/wp-admin/admin-ajax.php","isElementor":"true"};
//# sourceURL=jet-popup-frontend-js-extra
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/jet-popup/assets/js/jet-popup-frontend.js?ver=1733205090" id="jet-popup-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.35.7" id="elementor-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.35.7" id="elementor-frontend-modules-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script type="rocketlazyloadscript" id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},
"hasCustomBreakpoints":false},"version":"3.35.7","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"theme_builder_v2":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_editor_one":true,"import-export-customization":true},"urls":{"assets":"https:\/\/workshopwriter.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/workshopwriter.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/workshopwriter.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"925915c068"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[],"dynamicooo":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":3702,"title":"Blog%20-%20Writers%20Workshop","excerpt":"","featuredImage":"https:\/\/workshopwriter.com\/wp-content\/uploads\/2024\/01\/shutterstock_1326028199-min-1024x683.jpg"}};
//# sourceURL=elementor-frontend-js-before
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.35.7" id="elementor-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.6.0" id="sourcebuster-js-js" defer></script>
<script id="wc-order-attribution-js-extra">
var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"base64":false,"ajaxurl":"https://workshopwriter.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"}};
//# sourceURL=wc-order-attribution-js-extra
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.6.0" id="wc-order-attribution-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/make-column-clickable-elementor/assets/js/make-column-clickable.js?ver=1733205115" id="make-column-clickable-elementor-js" defer></script>
<script id="jet-engine-frontend-js-extra">
var JetEngineSettings = {"ajaxurl":"https://workshopwriter.com/wp-admin/admin-ajax.php","ajaxlisting":"https://workshopwriter.com/blog/?nocache=1777788380","restNonce":"2c69af5227","hoverActionTimeout":"400","post_id":"3702","addedPostCSS":["3674"]};
//# sourceURL=jet-engine-frontend-js-extra
</script>
<script type="rocketlazyloadscript" id="jet-engine-frontend-js-before">
			window.JetEngineStores = window.JetEngineStores || {};
			window.JetEngineStores['local-storage'] = {
				addToStore: function( storeSlug, postID, maxSize, isOnViewStore ) {
					
		var store = window.localStorage.getItem( 'jet_engine_store_' + storeSlug );
		isOnViewStore = isOnViewStore || false;

		if ( store ) {
			store = store.split( ',' );
		} else {
			store = [];
		}

		postID = '' + postID;

		maxSize = parseInt( maxSize, 10 );

		if ( 0 <= store.indexOf( postID ) ) {
			return store.length;
		}

		if ( 0 < maxSize && store.length >= maxSize ) {
			
			if ( isOnViewStore ) {
				store.splice( 0, 1 );
			} else {
				alert( 'You can`t add more posts' );
				return false;
			}
		
		}

		store.push( postID );

		window.localStorage.setItem( 'jet_engine_store_' + storeSlug, store.join( ',' ) );

		return store.length;

		
				},
				remove: function( storeSlug, postID ) {
					
		var store = window.localStorage.getItem( 'jet_engine_store_' + storeSlug ),
			index;

		if ( store ) {
			store = store.split( ',' );
		} else {
			store = [];
		}

		postID = '' + postID;

		index = store.indexOf( postID );

		if ( 0 > index ) {
			return store.length;
		} else {
			store.splice( index, 1 );
		}

		window.localStorage.setItem( 'jet_engine_store_' + storeSlug, store.join( ',' ) );

		return store.length;

		
				},
				inStore: function( storeSlug, postID ) {
					
		var store = window.localStorage.getItem( 'jet_engine_store_' + storeSlug ),
			index;

		postID = '' + postID;

		if ( store ) {
			store = store.split( ',' );
		} else {
			store = [];
		}

		index = store.indexOf( postID );

		return ( 0 <= index );

		
				},
				getStore: function( storeSlug ) {
					
		var store = window.localStorage.getItem( 'jet_engine_store_' + storeSlug ),
			index;

		if ( store ) {
			store = store.split( ',' );
		} else {
			store = [];
		}

		return store;

		
				},
			};
//# sourceURL=jet-engine-frontend-js-before
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/jet-engine/assets/js/frontend.js?ver=1733205090" id="jet-engine-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.25.4" id="elementor-pro-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/workshopwriter.com\/wp-admin\/admin-ajax.php","nonce":"12b88dfd9e","urls":{"assets":"https:\/\/workshopwriter.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/workshopwriter.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},
"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/workshopwriter.com\/cart\/","checkout_page_url":"https:\/\/workshopwriter.com\/checkout\/","fragments_nonce":"135259ad00"}},
"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/workshopwriter.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
//# sourceURL=elementor-pro-frontend-js-before
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.25.4" id="elementor-pro-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.25.4" id="pro-elements-handlers-js" defer></script>
<script id="jet-blocks-js-extra">
var jetBlocksData = {"recaptchaConfig":""};
var JetHamburgerPanelSettings = {"ajaxurl":"https://workshopwriter.com/wp-admin/admin-ajax.php","isMobile":"false","templateApiUrl":"https://workshopwriter.com/wp-json/jet-blocks-api/v1/elementor-template","devMode":"false","restNonce":"2c69af5227"};
//# sourceURL=jet-blocks-js-extra
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/jet-blocks/assets/js/jet-blocks.min.js?ver=1.3.15" id="jet-blocks-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/jet-elements/assets/js/lib/waypoints/waypoints.js?ver=1733205090" id="waypoints-js" defer></script>
<script id="jet-elements-js-extra">
var jetElements = {"ajaxUrl":"https://workshopwriter.com/wp-admin/admin-ajax.php","isMobile":"false","templateApiUrl":"https://workshopwriter.com/wp-json/jet-elements-api/v1/elementor-template","devMode":"false","messages":{"invalidMail":"Please specify a valid e-mail"}};
//# sourceURL=jet-elements-js-extra
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/jet-elements/assets/js/jet-elements.min.js?ver=2.7.1.1" id="jet-elements-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/jet-menu/includes/elementor/assets/public/js/legacy/widgets-scripts.js?ver=1733205090" id="jet-menu-elementor-widgets-scripts-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/jet-popup/includes/elementor/assets/js/jet-popup-elementor-frontend.js?ver=1733205090" id="jet-popup-elementor-frontend-js" defer></script>
<script id="jet-tabs-frontend-js-extra">
var JetTabsSettings = {"ajaxurl":"https://workshopwriter.com/wp-admin/admin-ajax.php","isMobile":"false","templateApiUrl":"https://workshopwriter.com/wp-json/jet-tabs-api/v1/elementor-template","devMode":"false","isSelfRequest":""};
//# sourceURL=jet-tabs-frontend-js-extra
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/jet-tabs/assets/js/jet-tabs-frontend.min.js?ver=2.2.6.1" id="jet-tabs-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/js/lib/tippy/popperjs.js?ver=1733205090" id="jet-tricks-popperjs-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/js/lib/tippy/tippy-bundle.js?ver=1733205090" id="jet-tricks-tippy-bundle-js" defer></script>
<script id="jet-tricks-frontend-js-extra">
var JetTricksSettings = {"elements_data":{"sections":{"b5fb0ec":{"view_more":false,"particles":"false","particles_json":""},"553d1d2":{"view_more":false,"particles":"false","particles_json":""}},"columns":[],"widgets":{"7458fab":[],"464ec28":[],"63dae52":[],"ae08a1a":[],"38f8377":[],"bbc2bfd":[],"41222ae":[],"9b156de":[],"dcae25d":[],"7312ffe":[],"ad03c00":[],"3b23e95":[],"e342adf":[],"35724ab":[],"e93072b":[],"76ff9b3":[],"0538d30":[],"1ee2b53":[],"1c2154f":[],"6e09391":[],"46e7f08":[],"a5f4ae2":[],"84eca23":[],"79133c1":[],"ac631d3":[],"59cccd0":[],"2915dff":[],"afa6730":[],"3b93062":[],"ce2c8f9":[],"fdcf836":[],"e60de70":[],"3046197":[]}}};
//# sourceURL=jet-tricks-frontend-js-extra
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://workshopwriter.com/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/js/jet-tricks-frontend.js?ver=1733205090" id="jet-tricks-frontend-js" defer></script>
<script id="gradient-button-elementor-frontend-js-js-extra">
var GradientButtonElementorFrontendConfig = {"ajaxurl":"https://workshopwriter.com/wp-admin/admin-ajax.php","nonce":"63745ccd7a"};
//# sourceURL=gradient-button-elementor-frontend-js-js-extra
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://workshopwriter.com/wp-content/plugins/gradient-button-for-elementor/assets/js/frontend.min.js?ver=1.0.11" id="gradient-button-elementor-frontend-js-js" defer></script>

<!--   Unlimited Elements 1.5.140 Scripts --> 
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='unlimited-elements-scripts'>

/* Floating Chat Buttons scripts: */ 

( () => {
   
    const widget = document.querySelector('#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-cta-items-container')
	const trigger = document.querySelector('#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-cta')
    const container = document.querySelector('#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-wrapper')
    const iconsWrapper = document.querySelector('#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-items')
    const icons = container.querySelectorAll('#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-item')
    const messagePopupContainer = document.querySelector('#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-message-wrapper')
    const messagePopupTriggers = container.querySelectorAll('.el-floating-chat-item__icon a[data-show-message-input="true"]')
    const messagePopupCloseButton = document.querySelector('#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-message-close-btn')
    const messagePopupSubject = document.querySelector('#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-subject-input')
    const messagePopupSubjectLabel = document.querySelector('#uc_mobile_conversion_menu_elementor_e60de70 .el-floating-chat-subject-label')
    const messagePopupMessage = messagePopupContainer.querySelector('.el-floating-chat-message-input')
    const messagePopupSendButton = messagePopupContainer.querySelector('.el-floating-chat-message-button')
    
    const windowWidth = window.innerWidth
    
    const toggleMenu = () => {
    	trigger.classList.toggle('ue-open')
                if (container.classList.contains('ue-show')) {
          iconsWrapper.classList.toggle('ue-show')
          setTimeout(() => {
            container.classList.toggle('ue-show')
                      }, 600 )
        } else {
          container.classList.toggle('ue-show')
                    setTimeout(() => {
            
              iconsWrapper.classList.toggle('ue-show')
                         
          }, 200)
        }              
          
    }
    
        
        
    container.style.setProperty('--item-height', trigger.getBoundingClientRect().height)
    container.style.setProperty('--items-total', icons.length)

    trigger.addEventListener('click', () => {
      toggleMenu()
    }, {passive: true})
    
    messagePopupTriggers.forEach(trigger => {
    	trigger.addEventListener('click', e => {

          e.preventDefault()
          if ( messagePopupContainer.classList.contains('ue-show') ) messagePopupContainer.classList.remove('ue-show')
          
          if( messagePopupSubject.classList.contains('ue-show') ) {
            messagePopupSubjectLabel.classList.remove('ue-show')
            messagePopupSubject.classList.remove('ue-show')
          }
          
          if ( trigger.dataset.showMessageInput == 'true' ) {
          	if ( trigger.dataset.channel == 'email' ) {
            	if ( trigger.dataset.showSubjectInput == 'true' ) {
                	messagePopupSubject.classList.add('ue-show')
                    messagePopupSubjectLabel.classList.add('ue-show')
                    messagePopupSubject.placeholder = trigger.dataset.subjectPlaceholder
                }
            }
            messagePopupMessage.placeholder = trigger.dataset.messagePlaceholder
          }
          
          messagePopupContainer.classList.add('ue-show')
          
          if ( messagePopupContainer.classList.contains('ue-show') ) {
             messagePopupSendButton.addEventListener('click', () => {
                switch ( trigger.dataset.channel ) {
                  case 'sms':
                    case 'whatsapp':
                    if ( trigger.dataset.showMessageInput == 'true' ) {
                      messagePopupSendButton.href = `${trigger.href}?body=${messagePopupMessage.value}`
                    } else {
                      messagePopupSendButton.href = trigger.href
                    }
                    break;
                  case 'email':
                    if ( trigger.dataset.showMessageInput == 'true' ) {
                      if ( trigger.dataset.showSubjectInput == 'true' ) {
                      	messagePopupSendButton.href = `${trigger.href}?subject=${messagePopupSubject.value}&body=${messagePopupMessage.value}`
                      } else {
                      	messagePopupSendButton.href = `${trigger.href}?body=${messagePopupMessage.value}`
                      }
                    } else {
                      messagePopupSendButton.href = trigger.href
                    }
                    break;
                  default:
                    messagePopupSendButton.href = trigger.href
                    break;
                }
            })
          }
        })
        
    })
    
    messagePopupCloseButton.addEventListener('click', () => {
    	messagePopupContainer.classList.toggle('ue-show')
    }, {passive: true})
    
    

})();
</script>
			<script type="rocketlazyloadscript">
			/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
			</script>
			<style id="dce-template-fix-b5fb0ec-inline">.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-b5fb0ec:not(.elementor-motion-effects-element-type-background), .dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-b5fb0ec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_1326028199-min-scaled.jpg");}</style><style id="dce-template-fix-553d1d2-inline">.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/04/pinwheels-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2026/02/Heartburn-audiobook-cover.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2026/02/Novel-from-Nothing-Character-Pages.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2026/02/photos-of-memories-in-hands.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2026/02/defalted-balloon-hot-air.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2026/01/Ivy-covered-house.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/backstory-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Hand-on-NotebookProdSmall-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/shuttle-rocket-launch.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/03/sailing-boat-165313_640.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/spaghetti-on-forks.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Apprentice-brooms.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/12/Marion-Winik.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/05/pirate-captain.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/pencils.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/10/Snidely-Sneersome.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/10/jewels-in-box.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/pencils.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/10/NYT-book-review.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/09/gymnast-on-bar-landing.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/09/ghost-with-hat-and-glasses.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Tickets.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/08/Cash-drawer.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/08/Spunk-and-Bite-cover.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/08/Classified-newspaper.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/08/clock-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/06/people-inside-room.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/07/Uncracked-books.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/02/checklist-artwork-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/kid-and-colored-pencils-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/06/card-game-table-with-ace.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/07/Hudsons-store.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/06/Creating-Cover.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/06/Body-Scout-cover.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/05/pirate-captain.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/construction-worker.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Locomotive_Drawing_from_1894.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/06/Small_Packages_Cover.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/04/Grapes-of-Wrath-cover.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/04/pinwheels-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/04/Highsmith-Plotting-and-Writing-Suspense-Fiction-Cover.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/03/Flower-collections.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/03/eyeglasses-on-magazines.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/03/cookbook-pages-in-hand-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/03/Burroway-cover-Writing-Fiction.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/02/bookstore-open-house.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/02/Bookshelf-with-On-Writing-Well-and-Stealing-Home.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/02/Happen-to-a-dog-billboard.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/02/checklist-artwork-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/06/Searching-Man.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/01/Peterman-very-pink-jacket-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2025/01/Kid-in-shopping-cart.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/03/self-help.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/12/Wonderbook.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/12/smiling-lips.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/03/blackwing-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/12/Burroway-cover-Writing-Fiction.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/freddie-marriage-w8JiSVyjy-8-unsplash-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Microphone.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/11/Authors-Checklist-cover.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/10/TM-indie-bookstore-cover.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/pencils.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/10/architecture-buildings-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/09/peacock-1440140_1920.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/09/Creation-Night-tools-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/09/birds-in-flight-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/04/shutterstock_628670216.webp");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/03/scent.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/08/Silver-bullet-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/08/Spunk-and-Bite-cover.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/08/clock-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/07/Pink-Ladies.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/07/Hudsons-store.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/07/closet-garments-on-racks.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/07/Girls-in-the-Windows.webp");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/06/Adolis-flex-bobblehead.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/06/Searching-Man.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/06/moon-2285627_1280.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/06/Mutant-umbrella-tree.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Sins-research-books-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/tape-measure-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Elmore-Leonard-Get-Shorty.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/03/stained-glass-disciple.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Save-the-Cat-Writes-a-Novel-cover.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/ONeill-house-sliding.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/emojis.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Finishing-School-logo.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/04/pencils.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/04/begin-coffee-cup-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/04/Sling-Blade-dialogue-screenplay.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Punctuation-marks-speed.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/04/megaphone-voice-man-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/03/ernest-hemingway-simplest-way.webp");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/03/Screen-Shot-2024-03-27-at-4.42.03-PM.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/reading-to-cats-6.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Books-and-glasses-scaled-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Elmore-Leonard-Get-Shorty.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Sling-Blade-dialogue-screenplay.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/names-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/media-moneybag.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Soul-and-22-1.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Missing-on-phone-poles.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Sins-research-books-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/spaghetti-on-forks.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/pencils.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/robot-heads-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/stew-pot-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/kid-and-colored-pencils-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Pamela-Kelley-Nantucket-cover.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Thick-book-of-Frank-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Tickets.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Blueprint-for-a-memoir.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Misued-Apostrophes.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Rip-the-Page-book-cover-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/11/Noah-at-Fall-Ball-plate-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Escape-pod.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Color-theory-chart.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Real-Self-Publishing-Cover.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Microphone.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Silver-bullet-scaled-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Karen-Stolz-and-pies.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/batman-1367730_1920.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Soul-and-22.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/floor-plan.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Periodic-table-close-up.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Zebras.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Loudspeaker.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/sawyer-WyfVUa2FJm8-unsplash-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/low-angle-bookshelves.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/green-tomatoes.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Pink-Ladies.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/pages-on-wall.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/shuttle-rocket-launch.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Apprentice-brooms.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Rodin-Thinker.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/three-bears.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Vintage-Bookstore.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/setting-trees-and-character-3.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/IndexCards.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/robot-on-desk.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/book-stack-in-hand-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Folded-books-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/leaping-dog.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Books-and-glasses-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Let-me-sum-up.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/credit-card-close-up-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/ViralTimesAd-RGB.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Pedestrian-crossing-wait-sign.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/We-want-you-request.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/pile-of-hundred-dollar-bills.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/discovery-and-map-in-car-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/book-stack-in-hand.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/golden-gate.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/jose-francisco-morales-hKzmPs8Axh8-unsplash.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/hunter-with-bow.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/construction-worker.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Real-Self-Publishing-cover-top.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Bike_pump-11.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/ernest-hemingway-simplest-way.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Puzzle-detail-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/clouds-with-heart.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/A-good-listener-is-like-a-good-editor.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/starting-line-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/reading-to-cats-4.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Lined-up-for-bus.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/pile-of-playing-cards-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/joker-on-card-deck-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/lightning-bolt-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/guitar-factory-shop-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/freddie-marriage-w8JiSVyjy-8-unsplash-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/pennants-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/blind-hands-cover-face-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/stacked-donuts-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/compass-and-maps-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Key-Book-Publishing-Paths-2021-2022-by-Jane-Friedman-1000x644-1.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/roadblock.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/action-and-intention-2.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/handshake-black-and-white-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/ticket-stub-roll.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Viral-Times-10-key-scenes-scaled-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/backstory-8.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/book-stack-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/jim-shepard-2.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/How-Readers-Find-Books-1-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Juliet-Marillier-webpage-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/setting-trees-and-character-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/aces-logo-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Building-Your-Platform-Flowchart-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/scrivener-editing-screen-2.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Story-Engineering-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Hand-on-NotebookProdSmall-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/SpeedMaxPC-Racing-Flags-2.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/breaking-barriers-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/stained-glass-disciple-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/Locomotive_Drawing_from_1894-2.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/spunk-and-bite-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/meaning-sense-pyramid-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/reading-to-cats-5.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/IMG_2108-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/finishing-school-cover.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/finishing-school-cover-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/brain-emotions.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/brain-emotions-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/film-roll-1433330_1920.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/05/film-roll-1433330_1920-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/01/shutterstock_447255169-min-scaled.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/03/scent.jpeg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2024/03/tom-hanks.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-553d1d2 > .elementor-background-overlay{background-image: url("https://workshopwriter.com/wp-content/uploads/2012/02/starting-line-contest.jpg");}</style>
		<!-- Cookie Notice plugin v2.5.14 by Hu-manity.co https://hu-manity.co/ -->
		<div id="cookie-notice" role="dialog" class="cookie-notice-hidden cookie-revoke-hidden cn-position-bottom" aria-label="Cookie Notice" style="background-color: rgba(0,0,0,1);"><div class="cookie-notice-container" style="color: #fff"><span id="cn-notice-text" class="cn-text-container">We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.</span><span id="cn-notice-buttons" class="cn-buttons-container"><button id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie cn-button cn-button-custom button" aria-label="I agree">I agree</button></span><button type="button" id="cn-close-notice" data-cookie-set="accept" class="cn-close-icon" aria-label="No"></button></div>
			
		</div>
		<!-- / Cookie Notice plugin --><script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://workshopwriter.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script>	<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",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><script type="text/javascript" id="perfmatters-delayed-styles-js">!function(){const e=["keydown","mousemove","wheel","touchmove","touchstart","touchend"];function t(){document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))}),e.forEach(function(e){window.removeEventListener(e,t,{passive:!0})})}e.forEach(function(e){window.addEventListener(e,t,{passive:!0})})}();</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@1777788388 -->