<!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" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="preload" href="https://gamesandgatherings.com/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.ttf" type="font/ttf" as="font" crossorigin="anonymous">
	<!-- This site is optimized with the Yoast SEO Premium plugin v19.5 (Yoast SEO v26.6) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Notes on a Party: Your Party Planning Guide - Games and Gatherings</title>
	<meta name="description" content="Our party planning guide, &quot;Notes on a Party,&quot; and free printable party planner will help plan the best birthday party, shower, or gathering." />
	<link rel="canonical" href="https://gamesandgatherings.com/notes-on-a-party/" />
	<meta name="twitter:label1" content="Est. reading time" />
	<meta name="twitter:data1" content="4 minutes" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://gamesandgatherings.com/notes-on-a-party/","url":"https://gamesandgatherings.com/notes-on-a-party/","name":"Notes on a Party: Your Party Planning Guide - Games and Gatherings","isPartOf":{"@id":"https://gamesandgatherings.com/#website"},"primaryImageOfPage":{"@id":"https://gamesandgatherings.com/notes-on-a-party/#primaryimage"},"image":{"@id":"https://gamesandgatherings.com/notes-on-a-party/#primaryimage"},"thumbnailUrl":"https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable.jpg","datePublished":"2023-05-23T16:01:11+00:00","dateModified":"2025-09-15T16:12:29+00:00","description":"Our party planning guide, \"Notes on a Party,\" and free printable party planner will help plan the best birthday party, shower, or gathering.","breadcrumb":{"@id":"https://gamesandgatherings.com/notes-on-a-party/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://gamesandgatherings.com/notes-on-a-party/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://gamesandgatherings.com/notes-on-a-party/#primaryimage","url":"https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable.jpg","contentUrl":"https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable.jpg","width":1200,"height":1600,"caption":"A party planning ideas printable."},{"@type":"BreadcrumbList","@id":"https://gamesandgatherings.com/notes-on-a-party/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://gamesandgatherings.com/"},{"@type":"ListItem","position":2,"name":"Notes on a Party: Your Party Planning Guide"}]},{"@type":"WebSite","@id":"https://gamesandgatherings.com/#website","url":"https://gamesandgatherings.com/","name":"Games and Gatherings","description":"Play games, throw parties, and make memories!","publisher":{"@id":"https://gamesandgatherings.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://gamesandgatherings.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://gamesandgatherings.com/#organization","name":"Games and Gatherings","url":"https://gamesandgatherings.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://gamesandgatherings.com/#/schema/logo/image/","url":"https://gamesandgatherings.com/wp-content/uploads/2022/12/Games-and-Gatherings-Logo-Transparent.png","contentUrl":"https://gamesandgatherings.com/wp-content/uploads/2022/12/Games-and-Gatherings-Logo-Transparent.png","width":240,"height":240,"caption":"Games and Gatherings"},"image":{"@id":"https://gamesandgatherings.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/gamesandgatherings","https://x.com/gamesandgatherings","https://www.pinterest.com/gamesandgatherings","https://www.instagram.com/gamesandgatherings","https://www.tiktok.com/@gamesandgatherings"]}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<!-- Hubbub v.1.36.3 https://morehubbub.com/ -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Notes on a Party: Your Party Planning Guide" />
<meta property="og:description" content="Our party planning guide, &quot;Notes on a Party,&quot; and free printable party planner will help plan the best birthday party, shower, or gathering." />
<meta property="og:url" content="https://gamesandgatherings.com/notes-on-a-party/" />
<meta property="og:site_name" content="Games and Gatherings" />
<meta property="og:updated_time" content="2025-09-15T16:12:29+00:00" />
<meta property="article:published_time" content="2023-05-23T16:01:11+00:00" />
<meta property="article:modified_time" content="2025-09-15T16:12:29+00:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Notes on a Party: Your Party Planning Guide" />
<meta name="twitter:description" content="Our party planning guide, &quot;Notes on a Party,&quot; and free printable party planner will help plan the best birthday party, shower, or gathering." />
<meta class="flipboard-article" content="Our party planning guide, &quot;Notes on a Party,&quot; and free printable party planner will help plan the best birthday party, shower, or gathering." />
<!-- Hubbub v.1.36.3 https://morehubbub.com/ -->
<link rel='preconnect' href='//www.google-analytics.com' />

<link rel="alternate" type="application/rss+xml" title="Games and Gatherings &raquo; Stories Feed" href="https://gamesandgatherings.com/web-stories/feed/"><script type="rocketlazyloadscript">(()=>{"use strict";const e=[400,500,600,700,800,900],t=e=>`wprm-min-${e}`,n=e=>`wprm-max-${e}`,s=new Set,o="ResizeObserver"in window,r=o?new ResizeObserver((e=>{for(const t of e)c(t.target)})):null,i=.5/(window.devicePixelRatio||1);function c(s){const o=s.getBoundingClientRect().width||0;for(let r=0;r<e.length;r++){const c=e[r],a=o<=c+i;o>c+i?s.classList.add(t(c)):s.classList.remove(t(c)),a?s.classList.add(n(c)):s.classList.remove(n(c))}}function a(e){s.has(e)||(s.add(e),r&&r.observe(e),c(e))}!function(e=document){e.querySelectorAll(".wprm-recipe").forEach(a)}();if(new MutationObserver((e=>{for(const t of e)for(const e of t.addedNodes)e instanceof Element&&(e.matches?.(".wprm-recipe")&&a(e),e.querySelectorAll?.(".wprm-recipe").forEach(a))})).observe(document.documentElement,{childList:!0,subtree:!0}),!o){let e=0;addEventListener("resize",(()=>{e&&cancelAnimationFrame(e),e=requestAnimationFrame((()=>s.forEach(c)))}),{passive:!0})}})();</script><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='foodie-pro-theme-css' href='https://gamesandgatherings.com/wp-content/themes/foodiepro-v444/style.css?ver=4.4.4' media='all' />
<style id='wp-block-library-inline-css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */
</style>
<style id='wp-block-heading-inline-css'>
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
/*# sourceURL=https://gamesandgatherings.com/wp-includes/blocks/heading/style.min.css */
</style>
<style id='wp-block-image-inline-css'>
.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}
.is-style-book-cover img { box-shadow: 4px 4px 20px #454545; transform: rotate(3deg) scale(0.9); -webkit-backface-visibility: hidden; margin-top: 10px; margin-bottom: 10px; } .is-style-book-cover { padding: 10px; }
.is-style-polaroid img { border-bottom: 50px solid #fff; border-right: 15px solid #fff; border-left: 15px solid #fff; border-top: 10px solid #fff; box-shadow: 5px 5px 15px rgba(0, 0, 0, .4); transform: rotate(-5deg) scale(0.9); -webkit-backface-visibility: hidden; margin: 10px 0; }
/*# sourceURL=wp-block-image-inline-css */
</style>
<style id='wp-block-list-inline-css'>
ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}
@media only screen and (min-width: 1023px) { .is-style-feast-2-column-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 37px; } .editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.is-style-feast-2-column-list li { margin-left: unset; margin-right: unset; } }
@media only screen and (min-width: 1023px) { .is-style-feast-3-column-list { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0 37px; } .editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.is-style-feast-3-column-list li { margin-left: unset; margin-right: unset; } }
/*# sourceURL=wp-block-list-inline-css */
</style>
<style id='wp-block-columns-inline-css'>
.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}
.is-style-basic-columns .wp-block-column { background-color: var(--branding-color-background, #EEEEEE); color: var(--branding-color-background-text, #000000); padding: 17px 11px; }
/*# sourceURL=wp-block-columns-inline-css */
</style>
<style id='wp-block-group-inline-css'>
.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}
.wp-block-group.is-style-full-width-slanted { -webkit-transform: skewY(1.5deg); transform: skewY(1.5deg); -ms-transform-origin: 100% 0; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; margin-bottom: 20px !important; margin-top: 60px !important; padding-bottom: 70px !important; } .wp-block-group.is-style-full-width-slanted > .wp-block-group__inner-container { -webkit-transform: skewY(-1.5deg); transform: skewY(-1.5deg); -ms-transform-origin: 100% 0; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; }
.is-style-feast-inline-heading-group h2:first-of-type, .is-style-feast-inline-heading-group h3:first-of-type { transform: translateY(-0.7em);  background: #FFF; display: inline-block; padding: 0 0.5em 0; margin: 0 0.5em; } .is-style-feast-inline-heading-group { border: 2px solid var(--global-palette6, #CCC); padding: 0 1em 1em; margin: 3em 0 2em; } .is-style-feast-inline-heading-group h2:first-child+*, .is-style-feast-inline-heading-group h3:first-child+* { margin-top: 0; }
/*# sourceURL=wp-block-group-inline-css */
</style>
<style id='wp-block-paragraph-inline-css'>
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
.is-style-paragraph-right-arrow a::after { content: " →"; position: relative; margin-left: 0; }
.is-style-paragraph-external-arrow a::after { content: " ↗"; position: relative; margin-left: 0; }
/*# sourceURL=wp-block-paragraph-inline-css */
</style>
<style id='wp-block-separator-inline-css'>
@charset "UTF-8";.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}
/*# sourceURL=https://gamesandgatherings.com/wp-includes/blocks/separator/style.min.css */
</style>
<style id='wp-block-social-links-inline-css'>
.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link{height:auto}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}
/*# sourceURL=https://gamesandgatherings.com/wp-includes/blocks/social-links/style.min.css */
</style>

<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<link rel='stylesheet' id='rate-my-post-css' href='https://gamesandgatherings.com/wp-content/plugins/rate-my-post/public/css/rate-my-post.min.css?ver=4.4.4' media='all' />
<style id='rate-my-post-inline-css'>
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon {margin-left: 1px;margin-right: 1px;}.rmp-rating-widget .rmp-icon--ratings {  font-size: 40px;}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon {margin-left: 1px;margin-right: 1px;}.rmp-rating-widget .rmp-icon--ratings {  font-size: 40px;}
/*# sourceURL=rate-my-post-inline-css */
</style>
<link rel='stylesheet' id='wprm-public-css' href='https://gamesandgatherings.com/wp-content/plugins/wp-recipe-maker/dist/public-modern.css?ver=10.2.4' media='all' />
<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--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='eic_public-css' href='https://gamesandgatherings.com/wp-content/plugins/easy-image-collage-premium/core/css/public.css?ver=1.13.4' media='screen' />
<style id='feast-global-styles-inline-css'>
.feast-plugin a {
	word-break: break-word;
}
.feast-plugin ul.menu a {
	word-break: initial;
}
	p.is-variation-fancy-text {
		font-style: italic;
		margin: 0 0 16px 0 !important;
	}
	p.is-variation-fancy-text + *:not(div),
	.wp-block-group__inner-container p.is-variation-fancy-text:first-child {
		margin-top: 0 !important;
	}
button.feast-submenu-toggle {
	display: none;
	background: transparent;
	border: 1px solid #424242;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	position: absolute;
	line-height: 0;
	right: 0;
	top: 3px;
	width: 42px;
	height: 42px;
	justify-content: center;
	align-items: center;
}
button.feast-submenu-toggle svg {
	width: 20px;
	height: 20px;
}
@media(max-width:1199px) {
	button.feast-submenu-toggle {
		display: flex;
	}
	.mmm-content ul li.menu-item-has-children {
		position: relative;
	}
	.mmm-content ul li.menu-item-has-children > a {
		display: inline-block;
		margin-top: 12px;
		margin-bottom: 12px;
		width: 100%;
		padding-right: 48px;
	}
	.mmm-content ul li.menu-item-has-children > ul.sub-menu {
		display: none;
	}
	.mmm-content ul li.menu-item-has-children.open > ul.sub-menu {
		display: block;
	}
	.mmm-content ul li.menu-item-has-children.open > button svg {
		transform: rotate(180deg);
	}
}
body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}h1,
h2,
h3,
h4,
h5,
h6 {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;;
}.single .content a,
.category .content a,
.feast-modern-category-layout a,
aside a, 
.site-footer a {
	text-decoration: underline;
}
.feast-social-media {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 18px;
	row-gap: 9px;
	width: 100%;
	padding: 27px 0;
}
.feast-social-media.feast-social-media--align-left {
	justify-content: flex-start;
}
.feast-social-media.feast-social-media--align-right {
	justify-content: flex-end;
}
.feast-social-media a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
}
@media(max-width:600px) {
	.feast-social-media a {
		min-height: 50px;
		min-width: 50px;
	}
}
.feast-ai-buttons-block {
	display: block;
	width: 100%;
}
.feast-ai-buttons-block .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
}
.feast-ai-buttons-block--align-center .wp-block-buttons {
	justify-content: center;
}
.feast-ai-buttons-block--align-right .wp-block-buttons {
	justify-content: flex-end;
}
.feast-ai-buttons-block .wp-block-buttons .wp-block-button {
	flex-basis: 0;
	flex-grow: 1;
}
.feast-ai-buttons-block .wp-block-buttons .wp-block-button .wp-block-button__link {
	white-space: nowrap;
}
@media(max-width:600px) {
	.feast-ai-buttons-block .wp-block-buttons .wp-block-button {
		flex-basis: 40%;
	}
}		
.site-container .is-style-full-width-feature-wrapper,
.site-container .is-style-full-width-feature-wrapper-cta,
.site-container .is-style-full-width-slanted {
	margin: var(--feast-spacing-xl, 27px) auto;
	padding: clamp(20px, calc(1.25rem + ((1vw - 6px) * 2.1429)), 32px) 0;
	box-shadow: 0 0 0 100vmax var(--global-palette7, #f2f2f2);
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.site-container .is-style-full-width-feature-wrapper,
.site-container .is-style-full-width-feature-wrapper-cta,
.site-container .is-style-full-width-slanted {
	background-color: var(--global-palette7, #f2f2f2);
}
.site-container .sidebar .is-style-full-width-feature-wrapper,
.site-container .sidebar .is-style-full-width-feature-wrapper-cta,
.site-container .sidebar .is-style-full-width-slanted {
	box-shadow: none;
	-webkit-clip-path: none;
	clip-path: none;
	background-color: var(--global-palette7, #f2f2f2);
}
.site-container .sidebar .is-style-full-width-feature-wrapper > *:first-child,
.site-container .sidebar .is-style-full-width-feature-wrapper-cta > *:first-child,
.site-container .sidebar .is-style-full-width-slanted > *:first-child {
	margin-top: 0;
}
.feast-remove-top-padding {
	padding-top: 0 !important;
}
.feast-remove-bottom-padding {
	padding-bottom: 0 !important;
}
.feast-remove-top-margin {
	margin-top: 0 !important;
}
.feast-remove-bottom-margin {
	margin-bottom: 0 !important;
}
.z-10 {
	position: relative;
	z-index: 10;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	line-height: 1.2;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media {
	display: flex;
	justify-content: center;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media img {
	border-radius: 1000px;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content {
	padding: 16px 24px 28px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-sizing: border-box;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content h3,
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content h2 {
	font-size: 1.625em;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content * {
	margin: 0;
	max-width: 100%;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content p {
	line-height: 1.5;
}
@media only screen and (max-width: 335px) {
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width:1023px) {
	.feast-layout--modern-footer {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media only screen and (max-width: 600px) {
	.site-container .feast-layout--modern-footer .is-style-full-width-feature-wrapper,
	.site-container .feast-layout--modern-footer .is-style-full-width-feature-wrapper-cta,
	.site-container .feast-layout--modern-footer .is-style-full-width-slanted,
	.site-container .feast-layout--modern-footer .is-style-full-width-custom-background-feature-wrapper {
		margin: var(--feast-spacing-xl, 27px) -5%;
	}
}
a.wprm-recipe-jump:hover {
	opacity: 1.0 !important;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media img {
	border-radius: 178px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.feast-modern-category-layout {
	text-align: initial;
}
.feast-jump-to-buttons .wp-block-button__link svg path {
	fill: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
div, 
.wp-block-group {
	scroll-margin-top: 80px;
}
body .feastmobilenavbar,
body .desktop-inline-modern-menu ul {
	overflow: visible;
	contain: initial;
}
.feastmobilenavbar ul.menu > .menu-item {
	position: relative;
}
.feastmobilenavbar ul.menu > .menu-item:hover > .sub-menu,
.feastmobilenavbar ul.menu > .menu-item:focus-within > .sub-menu {
	left: 0;
	opacity: 1;
}
.feastmobilenavbar .menu-item-has-children .sub-menu {
	background: #fff;
	left: -9999px;
	top: 100%;
	opacity: 0;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	padding: 10px 0;
	position: absolute;
	width: auto;
	min-width: 200px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	row-gap: 0;
	height: auto;
	margin: 0;
}
.feastmobilenavbar .menu-item-has-children .sub-menu > .menu-item {
	width: 100%;
	display: block;
	clear: both;
	border-top: none !important;
	min-height: 0 !important;
	max-width: none;
	text-align: left;
}
.feastmobilenavbar .menu-item-has-children .sub-menu > .menu-item a {
	width: 100%;
	background: transparent;
	padding: 8px 30px 8px 20px;
	position: relative;
	white-space: nowrap;
	display: block;
}
@media(max-width:768px) {
	.menu-item-has-children .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		display: none;
	}
}.wp-block-media-text {
	row-gap: var(--global-md-spacing, 22px);
}
	.wp-block-group {
	margin-top: var(--global-md-spacing, 1.5rem);
	margin-bottom: var(--global-md-spacing, 1.5rem);
}

/*# sourceURL=feast-global-styles-inline-css */
</style>
<link rel='stylesheet' id='dpsp-frontend-style-pro-css' href='https://gamesandgatherings.com/wp-content/plugins/social-pug/assets/dist/style-frontend-pro.css?ver=1.36.3' media='all' />
<style id='dpsp-frontend-style-pro-inline-css'>

				@media screen and ( max-width : 720px ) {
					.dpsp-content-wrapper.dpsp-hide-on-mobile,
					.dpsp-share-text.dpsp-hide-on-mobile {
						display: none;
					}
					.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
						margin:0 2% 10px 0;
					}
					.dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count) {
						max-height: 40px;
						padding: 0;
						justify-content: center;
					}
					.dpsp-content-wrapper.dpsp-size-small .dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count){
						max-height: 32px;
					}
					.dpsp-content-wrapper.dpsp-size-large .dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count){
						max-height: 46px;
					}
				}
			
/*# sourceURL=dpsp-frontend-style-pro-inline-css */
</style>
<link rel='stylesheet' id='simple-social-icons-font-css' href='https://gamesandgatherings.com/wp-content/plugins/simple-social-icons/css/style.css?ver=4.0.0' media='all' />
<style id='rocket-lazyload-inline-css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://gamesandgatherings.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
/*# sourceURL=rocket-lazyload-inline-css */
</style>
<script src="https://gamesandgatherings.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script src="https://gamesandgatherings.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<style type="text/css">.eafl-disclaimer-small{font-size:.8em}.eafl-disclaimer-smaller{font-size:.6em}</style><style type="text/css">.eic-image .eic-image-caption {bottom: 0;left: 0;right: 0;text-align: left;font-size: 12px;color: rgba(255,255,255,1);background-color: rgba(0,0,0,0.7);}</style><style id='feast-blockandfront-styles'>.feast-about-author { background-color: #f2f2f2; color: #32373c; padding: 17px; margin-top: 57px; display: grid; grid-template-columns: 1fr 3fr !important; } .feast-about-author h2 { margin-top: 7px !important;} .feast-about-author img{ border-radius: 50% !important; }aside .feast-about-author { grid-template-columns: 1fr !important; }.wp-block-search .wp-block-search__input { max-width: 100%; background: #FFF; color: #000; }.wp-block-separator { color: #D6D6D6; border-bottom: none; margin-top: 16px; margin-bottom: 16px; }.screen-reader-text { width: 1px; height: 1px; }footer ul li, .site-footer ul li { list-style-type: none; }footer ul li, .site-footer ul li { list-style-type: none; }aside .wp-block-search { display: grid; grid-template-columns: 1fr; margin: 37px 0;  } aside .wp-block-search__inside-wrapper { display: grid !important; grid-template-columns: 1fr; } aside input { min-height: 50px; }  ​aside .wp-block-search__label, aside .wp-block-search__button { display: none; } aside p, aside div, aside ul { margin: 17px 0; }@media only screen and (max-width: 600px) { aside .wp-block-search { grid-template-columns: 1fr; } aside input { min-height: 50px; margin-bottom: 17px;} }.feast-button a { border: 2px solid #CCC; padding: 7px 14px; border-radius: 20px; text-decoration: none !important; font-weight: bold; } .feast-button { padding: 27px 7px; }a.wp-block-button__link { text-decoration: none !important; }.feast-box-primary {  padding: 17px !important; margin: 17px 0 !important;  }.feast-box-secondary { padding: 17px !important; margin: 17px 0 !important;  }.feast-box-primary li, .feast-box-secondary li {margin-left: 17px !important; }.feast-checklist li::marker { color: transparent; } .feast-checklist li:before { content: '✓'; margin-right: 17px; }.schema-faq-question { font-size: 1.2em; display: block; margin-bottom: 7px;} .schema-faq-section { margin: 37px 0; }</style>
<style id='feast-full-width'>.site-inner > div > main { width: 100% !important; } .site-inner > div > aside { display: none !important; } .wrapper-content { grid-template-columns: 1fr; } .wrapper-content #content { width: 100%; max-width: 100%; } .wrapper-content #sidebar { display: none; }</style>
<style type="text/css">
	.feast-category-index-list, .fsri-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr) );
		grid-gap: 57px 17px;
		list-style: none;
		list-style-type: none;
		margin: 17px 0 !important;
	}
	.feast-category-index-list li,
	.fsri-list li {
		text-align: center;
		position: relative;
		list-style: none !important;
		margin-left: 0 !important;
		list-style-type: none !important;
		overflow: hidden;
	}
	.feast-category-index-list li {
		min-height: 150px;
	}
	.feast-category-index-list li a.title {
		text-decoration: none;
	}
	.feast-category-index-list-overlay .fsci-title {
		position: absolute;
		top: 88%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #FFF;
		padding: 5px;
		color: #333;
		font-weight: bold;
		border: 2px solid #888;
		text-transform: uppercase;
		width: 80%;
	}
	.listing-item:focus-within, .wp-block-search__input:focus {outline: 2px solid #555; }
	.listing-item a:focus, .listing-item a:focus .fsri-title, .listing-item a:focus img { opacity: 0.8; outline: none; }
	.listing-item a, .feast-category-index-list a { text-decoration: none !important; word-break: break-word; font-weight: initial; }
	li.listing-item:before { content: none !important; } /* needs to override theme */
	.fsri-list, ul.feast-category-index-list { padding-left: 0 !important; }
	.fsri-list .listing-item { margin: 0; }
	.fsri-list .listing-item img { display: block; }
	.fsri-list .feast_3x4_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 3/4; }
	.fsri-list .feast_2x3_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 2/3; }
	.fsri-list .feast_4x3_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 4/3; }
	.fsri-list .feast_1x1_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 1/1; }
	.fsri-title, .fsci-title { text-wrap: balance; }
	.listing-item { display: grid; align-content: flex-start; } .fsri-rating, .fsri-time { place-self: end center; } /* align time + rating bottom */
	.fsri-category { padding: 8px 12px 0; }
	.feast-recipe-index .feast-category-link { text-align: right; }
	.feast-recipe-index .feast-category-link a { text-decoration: underline; }
	.feast-image-frame, .feast-image-border { border: 3px solid #DDD; }
	.feast-square-image { aspect-ratio: 1/1; object-fit: cover; }
	.feast-image-round, .feast-image-round img, .feast-category-index-list.feast-image-round svg, .feast-media-text-image-round .wp-block-media-text__media img { border-radius: 50%; }
	.feast-image-shadow { box-shadow: 3px 3px 5px #AAA; }
	.feast-line-through { text-decoration: line-through; }
	.feast-grid-full, .feast-grid-half, .feast-grid-third, .feast-grid-fourth, .feast-grid-fifth { display: grid; grid-gap: 57px 17px; }
	.feast-grid-full { grid-template-columns: 1fr !important; }
	.feast-grid-half { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
	.feast-grid-third { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
	.feast-grid-fourth { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
	.feast-grid-fifth { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
	@media only screen and (max-width:601px) {
		.feast-grid-full-horizontal { grid-template-columns: 1fr !important; }
		.feast-grid-full-horizontal .listing-item { min-height: 0; }
		.feast-grid-full-horizontal .listing-item a { display: flex; align-items: center; }
		.feast-grid-full-horizontal .listing-item a > img { width: 33%; }
		.feast-grid-full-horizontal .listing-item a > .fsri-title { width: 67%; padding: 0; text-align: left; margin-top: 0 !important; padding: 0 16px; }
		.feast-grid-full-horizontal .fsri-rating, .feast-grid-full-horizontal .fsri-time, .feast-grid-full-horizontal .fsri-recipe-keys, .feast-grid-full-horizontal .fsri-recipe-cost { display: none !important; }
		body .feast-recipe-index .feast-grid-full-horizontal { row-gap: 17px; }
		body .feast-recipe-index .feast-grid-full-horizontal li { margin-bottom: 0; }
	}
	@media only screen and (min-width: 600px) {
		.feast-category-index-list { grid-template-columns: repeat(4, minmax(0, 1fr) ); }
		.feast-desktop-grid-full { grid-template-columns: 1fr !important; }
		.feast-desktop-grid-half { grid-template-columns: repeat(2, 1fr) !important; }
		.feast-desktop-grid-third { grid-template-columns: repeat(3, 1fr) !important; }
		.feast-desktop-grid-fourth { grid-template-columns: repeat(4, 1fr) !important; }
		.feast-desktop-grid-fifth { grid-template-columns: repeat(5, 1fr) !important; }
		.feast-desktop-grid-sixth { grid-template-columns: repeat(6, 1fr) !important; }
		.feast-desktop-grid-ninth { grid-template-columns: repeat(6, 1fr) !important; }
		.feast-desktop-grid-half-horizontal, .feast-desktop-grid-third-horizontal { grid-template-columns: repeat(2, 1fr) !important; }
		.feast-desktop-grid-full-horizontal { grid-template-columns: 1fr !important; }
		.feast-desktop-grid-half-horizontal .listing-item a, .feast-desktop-grid-full-horizontal .listing-item a, .feast-desktop-grid-third-horizontal .listing-item a { display: flex; align-items: center; }
		.feast-desktop-grid-half-horizontal .listing-item a > img, .feast-desktop-grid-full-horizontal a > img, .feast-desktop-grid-third-horizontal .listing-item a > img { width: 33% !important; margin-bottom: 0; }
		.feast-desktop-grid-half-horizontal .listing-item a > .fsri-title, .feast-desktop-grid-full-horizontal a > .fsri-title, .feast-desktop-grid-third-horizontal .listing-item a > .fsri-title { width: 67%; padding: 0 16px; text-align: left; margin-top: 0 !important; }
		.feast-desktop-grid-half-horizontal .fsri-rating, .feast-desktop-grid-half-horizontal .fsri-time, .feast-desktop-grid-half-horizontal .fsri-recipe-keys, .feast-desktop-grid-half-horizontal .fsri-recipe-cost { display: none !important; }
		.feast-desktop-grid-third-horizontal .fsri-rating, .feast-desktop-grid-third-horizontal .fsri-time, .feast-desktop-grid-third-horizontal .fsri-recipe-keys, .feast-desktop-grid-third-horizontal .fsri-recipe-cost { display: none !important; }
		.feast-desktop-grid-full-horizontal .fsri-rating, .feast-desktop-grid-full-horizontal .fsri-time, .feast-desktop-grid-full-horizontal .fsri-recipe-keys, .feast-desktop-grid-full-horizontal .fsri-recipe-cost { display: none !important; }
	}
	@media only screen and (min-width:900px) {
		.feast-desktop-grid-third-horizontal { grid-template-columns: repeat(3, 1fr) !important; }
		.feast-desktop-grid-ninth { grid-template-columns: repeat(9, 1fr) !important; }
	}
	@media only screen and (min-width:900px) and (max-width:1200px) {
		.feast-desktop-grid-third-horizontal .listing-item a > img {
			width: 44%;
		}
	}
	@media only screen and (min-width:600px) and (max-width:775px) {
		.feast-desktop-grid-third-horizontal .listing-item a > img,
		.feast-desktop-grid-half-horizontal .listing-item a > img {
			width: 44%;
		}
	}
	@media only screen and (min-width: 1100px) { .full-width-content main.content { width: 1080px; max-width: 1080px; } .full-width-content .sidebar-primary { display: none;  } }
	@media only screen and (max-width: 600px) { .entry-content :not(.wp-block-gallery) .wp-block-image { width: 100% !important; } }
	@media only screen and (min-width: 1024px) {
		.feast-full-width-wrapper { width: 100vw; position: relative; left: 50%; right: 50%; margin: 37px -50vw; background: #F5F5F5; padding: 17px 0; }
		.feast-full-width-wrapper .feast-recipe-index { width: 1140px; margin: 0 auto; }
		.feast-full-width-wrapper .listing-item { background: #FFF; padding: 17px; }
	}
	.feast-prev-next { display: grid; grid-template-columns: 1fr;  border-bottom: 1px solid #CCC; margin: 57px 0;  }
	.feast-prev-post, .feast-next-post { padding: 37px 17px; border-top: 1px solid #CCC; }
	.feast-next-post { text-align: right; }
	@media only screen and (min-width: 600px) {
		.feast-prev-next { grid-template-columns: 1fr 1fr; border-bottom: none; }
		.feast-next-post { border-left: 1px solid #CCC;}
		.feast-prev-post, .feast-next-post { padding: 37px; }
	}
	.has-background { padding: 1.25em 2.375em; margin: 1em 0; }
	figure { margin: 0 0 1em; }
	div.wp-block-image > figure { margin-bottom: 1em; }
	@media only screen and (max-width: 1023px) {
		.content-sidebar .content, .sidebar-primary { float: none; clear: both; }
		.has-background { padding: 1em; margin: 1em 0; }
	}
	hr.has-background { padding: inherit; margin: inherit; }
	body { -webkit-animation: none !important; animation: none !important; }
	@media only screen and (max-width: 600px) {
		body {
			--wp--preset--font-size--small: 16px !important;
		}
	}
	@media only screen and (max-width: 600px) { .feast-desktop-only { display: none; } }
	@media only screen and (min-width: 600px) { .feast-mobile-only { display: none; } }
	summary { display: list-item; }
	.comment-form-cookies-consent > label {
		display: inline-block;
		margin-left: 30px;
	}
	@media only screen and (max-width: 600px) { .comment-form-cookies-consent { display: grid; grid-template-columns: 1fr 12fr; } }
	.bypostauthor .comment-author-name { color: unset; }
	.comment-list article header { overflow: auto; }
	.fsri-rating .wprm-recipe-rating { pointer-events: none; }
	.fsri-tasty-recipe-count {
		display: block;
		width: 100%;
		font-size: .8em;
	}
	nav#breadcrumbs { margin: 5px 0 15px; }.page .content a {
	text-decoration: underline;
}
.entry-time:after,
.entry-author:after {
	content: "";
	margin: inherit;
}
.entry-content .wp-block-group ol li, .entry-content .wp-block-group ul li {
	margin: 0 0 17px 37px;
}
.entry-content ul:not(.fsri-list):not(.feast-category-index-list) li,
.feast-modern-category-layout ul:not(.fsri-list):not(.feast-category-index-list) li {
	margin-left: 0;
	margin-bottom: 0;
}
</style><style>.page #breadcrumbs { display: none; } .page-child #breadcrumbs { display: block; } </style><style type="text/css" id='feastbreadcrumbstylesoverride'>
@media only screen and (max-width: 940px) {
	nav#breadcrumbs {
		display: block;
	}
}
</style><style type="text/css" id='feastfoodieprooverrides'>
.page .content a {
	text-decoration: underline;
}
.entry-time:after,
.entry-author:after {
	content: "";
	margin: inherit;
}
</style><style type="text/css"> .tippy-box[data-theme~="wprm"] { background-color: #333333; color: #FFFFFF; } .tippy-box[data-theme~="wprm"][data-placement^="top"] > .tippy-arrow::before { border-top-color: #333333; } .tippy-box[data-theme~="wprm"][data-placement^="bottom"] > .tippy-arrow::before { border-bottom-color: #333333; } .tippy-box[data-theme~="wprm"][data-placement^="left"] > .tippy-arrow::before { border-left-color: #333333; } .tippy-box[data-theme~="wprm"][data-placement^="right"] > .tippy-arrow::before { border-right-color: #333333; } .tippy-box[data-theme~="wprm"] a { color: #FFFFFF; } .wprm-comment-rating svg { width: 18px !important; height: 18px !important; } img.wprm-comment-rating { width: 90px !important; height: 18px !important; } body { --comment-rating-star-color: #343434; } body { --wprm-popup-font-size: 16px; } body { --wprm-popup-background: #ffffff; } body { --wprm-popup-title: #000000; } body { --wprm-popup-content: #444444; } body { --wprm-popup-button-background: #444444; } body { --wprm-popup-button-text: #ffffff; } body { --wprm-popup-accent: #747B2D; }</style><style type="text/css">.wprm-glossary-term {color: #5A822B;text-decoration: underline;cursor: help;}</style><style>.wpupg-grid { transition: height 0.8s; }</style><meta name="verification" content="910c182e08992bb8bb8fcc77a3d297d9" />
<!-- mediavine grow -->
<script type="rocketlazyloadscript" data-grow-initializer="">!(function(){window.growMe||((window.growMe=function(e){window.growMe._.push(e);}),(window.growMe._=[]));var e=document.createElement("script");(e.type="text/javascript"),(e.src="https://faves.grow.me/main.js"),(e.defer=!0),e.setAttribute("data-grow-faves-site-id","U2l0ZTphZDFhY2NhMi00Y2U2LTRiZDUtODkzMC04NjhjYWY3NTY5MWY=");var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t);})();</script>


<!-- Pinterest Verification -->
<meta name="p:domain_verify" content="04e22fe580505854ef3502ba9845f9f2"/>

<!-- Google Adsense Code -->
<script type="rocketlazyloadscript" async data-rocket-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8738002271237134"
     crossorigin="anonymous"></script>


<meta name="hubbub-info" description="Hubbub 1.36.3">	<style>
		/* Add animation (Chrome, Safari, Opera) */
		@-webkit-keyframes openmenu {
			from {left:-100px;opacity: 0;}
			to {left:0px;opacity:1;}
		}
		@-webkit-keyframes closebutton {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

		/* Add animation (Standard syntax) */
		@keyframes openmenu {
			from {left:-100px;opacity: 0;}
			to {left:0px;opacity:1;}
		}
		@keyframes closebutton {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

		.mmmadminlinks {
			position: absolute;
			left: 20px;
			top: 0;
			width: 200px;
			line-height: 25px;
			text-align: left;
			display: none;
		}
		@media only screen and ( min-width: 1000px ) {
			.mmmadminlinks { display: block; }
		}

		/* The mmm's background */
		.feastmobilemenu-background {
			display: none;
			position: fixed;
			z-index: 9999;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgb(0, 0, 0);
			background-color: rgba(0, 0, 0, 0.4);
		}

		/* Display the mmm when targeted */
		.feastmobilemenu-background:target {
			display: table;
			position: fixed;
		}

		/* The mmm box */
		.mmm-dialog {
			display: table-cell;
			vertical-align: top;
			font-size: 20px;
		}

		/* The mmm's content */
		.mmm-dialog .mmm-content {
			margin: 0;
			padding: 10px 10px 10px 20px;
			position: fixed;
			left: 0;
			background-color: #FEFEFE;
			contain: strict;
			overflow-x: hidden;
			overflow-y: auto;
			outline: 0;
			border-right: 1px #777 solid;
			border-bottom: 1px #777 solid;
			width: 320px;
			height: 90%;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

			/* Add animation */
			-webkit-animation-name: openmenu; /* Chrome, Safari, Opera */
			-webkit-animation-duration: 0.6s; /* Chrome, Safari, Opera */
			animation-name: openmenu;
			animation-duration: 0.6s;
		}
		.mmm-content ul.sub-menu {
			padding-left: 16px;
		}
		.mmm-content li {
			list-style: none;
		}
		#menu-feast-modern-mobile-menu li,
		.desktop-inline-modern-menu > ul.menu li {
			min-height: 50px;
			margin-left: 5px;
			list-style: none;
		}
		#menu-feast-modern-mobile-menu li a,
		.desktop-inline-modern-menu > ul.menu li a {
			color: inherit;
			text-decoration: inherit;
		}

		/* The button used to close the mmm */
		.closebtn {
			text-decoration: none;
			float: right;
			margin-right: 10px;
			font-size: 50px;
			font-weight: bold;
			color: #333;
			z-index: 1301;
			top: 0;
			position: fixed;
			left: 270px;
			-webkit-animation-name: closebutton; /* Chrome, Safari, Opera */
			-webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
			animation-name: closebutton;
			animation-duration: 1.5s;
		}

		.closebtn:hover,
		.closebtn:focus {
			color: #555;
			cursor: pointer;
		}
		@media (prefers-reduced-motion) { /* accessibility animation fix */
			.mmm-dialog .mmm-content, .closebtn {
			animation: none !important;
			}
		}
		.mmmheader {
			font-size: 25px;
			color: #FFF;
			height: 80px;
			display: flex;
			justify-content: space-between;
		}
		#mmmlogo {
			max-width: 200px;
			max-height: 70px;
		}
		#feast-mobile-search {
			margin-bottom: 17px;
			min-height: 50px;
			overflow: auto;
		}
		#feast-mobile-search input[type=submit] {
			border: 0;
			height: 30px;
			margin: 5px 0 0 -30px;
			padding: 15px;
			position: absolute;
			width: 30px;
			z-index: 200;
			clip: unset;
			color: transparent;
			background: none;
		}
		#feast-mobile-search input[type=submit]:hover {
			background: transparent;
		}
		#feast-mobile-search input[type=search] {
			width: 100%;
		}

		#feast-mobile-menu-social-icons {
			margin-top: 17px;
		}

		#feast-social .simple-social-icons {
			list-style: none;
			margin: 0 !important;
		}

		.feastmobilenavbar {
			position: fixed;
			top: 0;
			left: 0;
			z-index: 1300;
			width: 100%;
			height: 80px;
			padding: 0;
			margin: 0 auto;
			box-sizing: border-box;
			border-top: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			background: #FFF;
			display: grid;
			grid-template-columns: repeat(7, minmax(50px, 1fr));
			text-align: center;
			contain: strict;
			overflow: hidden;
		}
		.feastmobilenavbar > div { height: 80px; }
		.admin-bar .feastmobilenavbar {
			top: 32px;
		}
		@media screen and (max-width:782px) {
			.admin-bar .feastmobilenavbar {
				top: 0;
				position: sticky;
			}
			.admin-bar .site-container, .admin-bar .body-template-content {
				margin-top: 0;
			}
		}
		.feastmobilenavbar .feastmenulogo > a {
			display: flex;
			align-items: center;
		}
		.feastmobilenavbar a img {
			margin-bottom: inherit !important;
		}
		.feastmenutoggle, .feastsearchtoggle, .feastsubscribebutton {
			display: flex;
			align-items: center;
			justify-items: center;
			justify-content: center;
		}

		
		.feastsearchtoggle svg, .feastmenutoggle svg {
			width: 30px;
			height: 30px;
			padding: 10px;
			box-sizing: content-box;
			color: black;
		}
		.feastsubscribebutton {
			overflow: hidden;
		}
		.feastsubscribebutton img {
			max-width: 90px;
			padding: 15px;
			margin: 1px;
		}
		.feastsubscribebutton svg {
			color: #000;
		}
				.feastmenulogo {
			overflow: hidden;
			display: flex;
			align-items: center;
			justify-content: center;
			grid-column-end: span 4;
		}

					.desktop-inline-modern-menu .sub-menu { display: none; }
			.desktop-inline-modern-menu, .modern-menu-desktop-social { display: none; }
			@media only screen and (min-width: 1200px) {
				.desktop-inline-modern-menu, .modern-menu-desktop-social { display: block; line-height: 1.2em; }
				.feastmobilenavbar .feastmenutoggle { display: none; } /* hide menu toggle */
				.feastmobilenavbar { grid-template-columns: 1fr 3fr 1fr 50px !important; } /* rearrange grid for desktop */
				.feastmenulogo { grid-column-end: span 1 !important; }
				.desktop-inline-modern-menu ul {
					display: flex;
					justify-content: center;
					gap: 40px;
					height: 80px;
					overflow: hidden;
					margin: 0 17px;
				}
				.desktop-inline-modern-menu ul li {
					display: flex;
					justify-content: center;
					align-items: center;
					min-height: 80px;
					max-width: 20%;
					margin-left: 0 !important;
				}
				.desktop-inline-modern-menu ul li:nth-child(n+6) { display: none; }
				.modern-menu-desktop-social .simple-social-icons li:nth-child(n+4), .modern-menu-desktop-social .widgettitle { display: none; }
				.modern-menu-desktop-social { display: flex !important; justify-content: center; align-items: center; }
				body .feastmobilenavbar a { color: #000; text-decoration: none; }

			} /* end desktop query */
			/* end testing */
		
		@media only screen and ( max-width: 1199px ) {
			.feastmenulogo {grid-column-end: span 3; }
			.feastsubscribebutton { grid-column-end: span 2; }
		}
		@media only screen and (max-width: 359px) { /* 320px fix */
			.feastmobilenavbar {
				grid-template-columns: repeat(6, minmax(50px, 1fr));
			}
			.feastmenulogo {grid-column-end: span 2; }		}
				header.site-header, .nav-primary  {
			display: none !important;
			visibility: hidden;
		}
		.site-container, .body-template-content {
			margin-top: 80px; /* prevents menu overlapping content */
		}
		@media only screen and ( min-width: 1200px ) {
			.feastmobilenavbar {
				width: 100%;
				left: 0;
				padding-left: calc(50% - 550px);
				padding-right: calc(50% - 550px);
			}
							.feastsubscribebutton { display: none; }
					}
		@media print {
			.feastmobilenavbar { position: static; }
		}
						</style>

	<style id="feast-edit-font-sizes">h1 { font-size: 34px; }body { font-size: 22px; }</style>	<style id='feast-increase-content-width'>@media only screen and (min-width: 1200px) { #genesis-content { min-width: 728px; } #content-container { min-width: 728px; }  }</style>
	<link rel="icon" href="https://gamesandgatherings.com/wp-content/uploads/2022/06/cropped-Games-and-Gatherings-Favicon-yellow-and-black-32x32.png" sizes="32x32" />
<link rel="icon" href="https://gamesandgatherings.com/wp-content/uploads/2022/06/cropped-Games-and-Gatherings-Favicon-yellow-and-black-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://gamesandgatherings.com/wp-content/uploads/2022/06/cropped-Games-and-Gatherings-Favicon-yellow-and-black-180x180.png" />
<meta name="msapplication-TileImage" content="https://gamesandgatherings.com/wp-content/uploads/2022/06/cropped-Games-and-Gatherings-Favicon-yellow-and-black-270x270.png" />
		<style id="wp-custom-css">
			h1 {font-weight:600}

/*center pins*/
.pin-embed {text-align:center !important}

/* Font-weight */
.entry-content {font-weight:400}

/* Adv Jump-to Color */
#feast-advanced-jump-to a{
		color:black !important;
}

/* about author higher w/line-- */
.feast-about-author {margin-top: 0px;box-shadow: 0 3px 10px #999999;
	background-color: #ECFAFA !important}
.feast-about-author img {
    border: 5px double #FFDE59;box-shadow: 0 3px 10px #999999;
}

/* pic wrap heading*/
.pic-wrap h2 { 
   position: absolute;  background: white; padding: 10px; font-size: 40px;
}

h2 {
  padding:30px;
  border: 10px double;box-shadow: 0 5px 15px #999999; text-align: center;
  border-image: -moz-linear-gradient(left, #fed330 0%, #fed330 20%, #e63841 20%, #e63841 20%, #e63841 40%, #5ed6fd 40%, #5ed6fd 40%, #e63841 40%, #5ed6fd 40%, #5ed6fd 40%, #5ed6fd 60%, #45c33b 60%, #45c33b 80%, #1172c0 80%, #1172c0 80%, #1172c0 100%); /* FF3.6+ */
border-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#fed330), color-stop(20%,#fed330), color-stop(20%,#e63841), color-stop(20%,#e63841), color-stop(40%,#e63841), color-stop(40%,#5ed6fd), color-stop(40%,#5ed6fd), color-stop(40%,#e63841), color-stop(40%,#5ed6fd), color-stop(40%,#5ed6fd), color-stop(60%,#5ed6fd), color-stop(60%,#45c33b), color-stop(80%,#45c33b), color-stop(80%,#1172c0), color-stop(80%,#1172c0), color-stop(100%,#1172c0)) 1 stretch repeat; /* Chrome,Safari4+ */
border-image: -webkit-linear-gradient(left, #fed330 0%,#fed330 20%,#e63841 20%,#e63841 20%,#e63841 40%,#5ed6fd 40%,#5ed6fd 40%,#e63841 40%,#5ed6fd 40%,#5ed6fd 40%,#5ed6fd 60%,#45c33b 60%,#45c33b 80%,#1172c0 80%,#1172c0 80%,#1172c0 100%) 1 stretch repeat; /* Chrome10+,Safari5.1+ */
border-image: -o-linear-gradient(left, #fed330 0%,#fed330 20%,#e63841 20%,#e63841 20%,#e63841 40%,#5ed6fd 40%,#5ed6fd 40%,#e63841 40%,#5ed6fd 40%,#5ed6fd 40%,#5ed6fd 60%,#45c33b 60%,#45c33b 80%,#1172c0 80%,#1172c0 80%,#1172c0 100%) 1 stretch repeat; /* Opera 11.10+ */
border-image: -ms-linear-gradient(left, #fed330 0%,#fed330 20%,#e63841 20%,#e63841 20%,#e63841 40%,#5ed6fd 40%,#5ed6fd 40%,#e63841 40%,#5ed6fd 40%,#5ed6fd 40%,#5ed6fd 60%,#45c33b 60%,#45c33b 80%,#1172c0 80%,#1172c0 80%,#1172c0 100%) 1 stretch repeat; /* IE10+ */
border-image: linear-gradient(to right, #fed330 0%,#fed330 20%,#e63841 20%,#e63841 20%,#e63841 40%,#5ed6fd 40%,#5ed6fd 40%,#e63841 40%,#5ed6fd 40%,#5ed6fd 40%,#5ed6fd 60%,#45c33b 60%,#45c33b 80%,#1172c0 80%,#1172c0 80%,#1172c0 100%) 1 stretch repeat; /* W3C */
}



/* result rating size*/
.rmp-results-widget__vote-count {
    font-size: .75em;
}

/* recipe snippet mystery*/
.wprm-recipe-template-snippetmystery {box-shadow: 0 5px 15px #999999;padding:15px;
	}

/* box shadow */
.box-shadow {text-align:center;box-shadow: 0 5px 15px #999999;padding:15px;
	}

/* ridge-border */
.ridge-border {padding:15px; border: 4mm ridge rgba(211, 220, 50, .6);border: 4mm ridge rgba(250, 219, 83, .7); text-align:center;font-size:19px}

.button-border {border: 3px solid black; background-color: #ECFAFA !important }

/* entry paragraph yellow-border */
.entry-paragraph {border: 5px double #FFDE59;text-align:center;box-shadow: 0 5px 15px #999999;padding:15px;}

/* Navbar Menu shadow & text look-- */
.feastmobilenavbar {
box-shadow: 0 3px 10px #9999;
	line-height:25px; font-size: 18px !important;
text-transform:uppercase !important;font-weight: 400}

/* smaller breadcrumbs on mobile-- */
#breadcrumbs,.entry-meta {
    font-size: 0.8em;
}

/* smaller spacing mobile and sidebar-- */
.feast-grid-full, .feast-grid-half { grid-gap: 17px 17px !important;
}

/* fsri title*/
.fsri-title {color:black;}

/* More bold links */
.entry-content a {font-weight:600 !important;
}

/* Footer links */
.site-footer a {
    color: #555; text-decoration: none}
.feast-button a {
    border: 2px solid black;
    color: var(--feast-branding-primary-background);
}
/*Line around sidebar H3*/
.sidebar a {font-weight: 600}

	.sidebar h3 {font-size:1.6em; text-align: center}
/*center the heading and lines*/
.sidebar h3 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: left;
}
/*& add and adjust the lines*/
.sidebar h3:before,
.sidebar h3:after {
	content: '';
	border-top: 2px solid;
	margin: 0 0px 0 0;
	flex: 1 0 0px;
	color: #999999;
}
/*& add spacing between heading and lines*/
.sidebar h3:before,after {
	margin: 0 0 0 5px;
}
	/*disclosure spacing*/
.disclosure-block {font-weight:300 !important;
}

	/* photo captions*/
figcaption {font-size: 0.8em !important; font-weight:300 !important; 
}

	/* rate my post font size*/
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container p {
    font-weight: 400;
}

	/* Comment Box Border*/
textarea {
	border: 1px solid gray;}
	
	/* remove line from buttons*/
.wp-block-button__link {
	text-decoration: none !important;}

	/* rate my post social icons*/
.rmp-social-widget .rmp-icon--social {
    text-decoration: none !important;
}

/*fsri image box shadow*/
.fsri-list .listing-item {box-shadow: 2px 2px 5px #CCC; padding: 0 0 17px 0; border-radius: 2px; }
.fsri-list { grid-gap: 17px; }
.fsri-title { margin: 0 7px; font-size: 18px }

/*Table of Contents on Category pages*/
.toc-category {font-size: 16px !important;line-height: 1.2}
.toc-category a {font-weight:400}

/*recipe cards*/
.wprm-recipe ul li{
    margin-bottom: 15px !important;
}
.wprm-recipe-ingredient-name {
    font-weight: 600 !important;
}
.wprm-recipe-ingredients-container .wprm-recipe-ingredient-group-name {margin-bottom: 0.4em !important;
}

/*center pins use pin-embed*/
.pin-embed, .file-view-emb {text-align:center !important;}


.custom-full-widthmain { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background: #EEE; padding: 0px 0; 
}

/*table of contents*/
.table-of-contents ul li {
    margin-bottom: 5px; list-style: none !important;
}

.table-of-contents ul li a {
    text-decoration: none !important; color:black; font-weight: 600 !important;
}

.table-of-contents h2 {
    font-weight: normal;
    text-transform: none;
}

.table-of-contents {
    background-color: #DAFFF6; /* Replace with your desired color */
}

		</style>
		
	<style id="feast-homepage-styling-3024">

		
	</style>
		<style id="feast-custom-styles-3024">/*headings*/
h1 {text-align: center}
h3 {text-transform: none !important; font-weight: 600 !important;}
/*Line around H2*/
/*center the heading and lines*/
h2 {border: none !important;box-shadow: none !important}
	h2 {display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: left;
}
/*add and adjust the lines*/
h2:before,
h2:after {
	content: '';
	border-top: 2px solid;
	margin: 0 0px 0 0;
	flex: 1 0 0px;
	color: #999999;
}
/*add spacing between heading and lines*/
h2:before,after {
	margin: 0 0 0 5px;}</style>
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><link rel='stylesheet' id='wprmp-public-css' href='https://gamesandgatherings.com/wp-content/plugins/wp-recipe-maker-premium/dist/public-elite.css?ver=8.7.0' media='all' />
<style id='simple-social-icons-block-styles-inline-css'>
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-imdb{background-color:#f5c518;color:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-imdb{background-color:#f5c518;color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-kofi{color:#72a5f2}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-kofi{background-color:#72a5f2;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-letterboxd{color:#202830}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-letterboxd{background-color:#3b45fd;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-signal{color:#3b45fd}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-signal{background-color:#3b45fd;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube-music{color:red}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube-music{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-diaspora{color:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-diaspora{background-color:#3e4142;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bloglovin{color:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bloglovin{background-color:#000;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-phone{color:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-phone{background-color:#000;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-substack{color:#ff6719}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-substack{background-color:#ff6719;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tripadvisor{color:#34e0a1}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tripadvisor{background-color:#34e0a1;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-xing{color:#026466}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-xing{background-color:#026466;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pixelfed{color:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pixelfed{background-color:#000;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-matrix{color:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-matrix{background-color:#000;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-protonmail{color:#6d4aff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-protonmail{background-color:#6d4aff;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-paypal{color:#003087}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-paypal{background-color:#003087;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-antennapod{color:#20a5ff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-antennapod{background-color:#20a5ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-caldotcom{background-color:#000;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fedora{color:#294172}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fedora{background-color:#294172;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-googlephotos{color:#4285f4}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-googlephotos{background-color:#4285f4;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-googlescholar{color:#4285f4}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-googlescholar{background-color:#4285f4;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mendeley{color:#9d1626}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mendeley{background-color:#9d1626;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-notion{color:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-notion{background-color:#000;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-overcast{color:#fc7e0f}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-overcast{background-color:#fc7e0f;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pexels{color:#05a081}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pexels{background-color:#05a081;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocketcasts{color:#f43e37}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocketcasts{background-color:#f43e37;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-strava{color:#fc4c02}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-strava{background-color:#fc4c02;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wechat{color:#09b83e}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wechat{background-color:#09b83e;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-zulip{color:#54a7ff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-zulip{background-color:#000;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-podcastaddict{color:#f3842c}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-podcastaddict{background-color:#f3842c;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-applepodcasts{color:#8e32c6}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-applepodcasts{background-color:#8e32c6;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-ivoox{color:#f45f31}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-ivoox{background-color:#f45f31;color:#fff}

/*# sourceURL=https://gamesandgatherings.com/wp-content/plugins/simple-social-icons/build/style-index.css */
</style>
<style id='core-block-supports-inline-css'>
.wp-elements-dab8f2a457167be5aab5876bdc34c252 a:where(:not(.wp-element-button)){color:#fb6a4a;}.wp-container-core-columns-is-layout-9d6595d7{flex-wrap:nowrap;}
/*# sourceURL=core-block-supports-inline-css */
</style>

</head>
<body class="wp-singular page-template-default page page-id-3024 wp-theme-genesis wp-child-theme-foodiepro-v444 header-full-width genesis-breadcrumbs-hidden genesis-footer-widgets-hidden foodie-pro feast-plugin feast-full-width-layout full-width-content wp-6-9-4 fp-14-9-0"><div class="site-container"><ul class="genesis-skip-link"><li><a href="#genesis-content" class="screen-reader-shortcut"> Skip to main content</a></li><li><a href="#genesis-sidebar-primary" class="screen-reader-shortcut"> Skip to primary sidebar</a></li></ul><header class="site-header"><div class="wrap"><div class="title-area"><div class="site-title"><a href="https://gamesandgatherings.com/">Games and Gatherings</a></div></div></div></header><header class="feastmobilenavbar"><div class="feastmenutoggle"><a href="#feastmobilemenu"><?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve" aria-labelledby="menuicon" role="img">
	<title id="menuicon">menu icon</title>
	<g id="menu">
		<path fill="currentColor" d="M0,382.5h459v-51H0V382.5z M0,255h459v-51H0V255z M0,76.5v51h459v-51H0z"/>
	</g>
</svg>
</a></div><div class="feastmenulogo"><a href="https://gamesandgatherings.com"><img src="https://gamesandgatherings.com/wp-content/uploads/2022/09/Games-and-Gatherings-Logo-200-×-70.png" srcset="https://gamesandgatherings.com/wp-content/uploads/2022/09/Games-and-Gatherings-Logo-400-×-140.png 2x" alt="go to homepage" data-skip-lazy data-pin-nopin="true" height="70" width="200" /></a></div><nav class="desktop-inline-modern-menu"><ul id="menu-feast-modern-mobile-menu" class="menu"><li id="menu-item-1821" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1821"><a href="https://gamesandgatherings.com/subscribe/">Subscribe</a></li>
<li id="menu-item-3053" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-3024 current_page_item menu-item-3053"><a href="https://gamesandgatherings.com/notes-on-a-party/" aria-current="page">Notes on a Party</a></li>
</ul></nav><div class="modern-menu-desktop-social"><div id="feast-social"><li id="simple-social-icons-3" class="widget simple-social-icons"><ul class="alignright"><li class="ssi-pinterest"><a data-wpel-link="ignore" href="https://pinterest.com/gamesandgatherings/" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-pinterest" aria-labelledby="social-pinterest-3"><title id="social-pinterest-3">Pinterest</title><use xlink:data-wpel-link="ignore" href="https://gamesandgatherings.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-pinterest"></use></svg></a></li></ul></li>
</div></div><div class="feastsubscribebutton"><a href="/subscribe/"><svg id="svg" version="1.1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" height="30px" width="90px" viewBox="0, 0, 400,62.365591397849464">
  <title>subscribe</title>
  <g id="svgg">
    <path fill="currentColor" id="path0" d="M26.050 5.330 C 19.725 7.308,15.771 12.123,15.771 17.846 C 15.771 25.406,19.962 29.225,32.891 33.446 C 48.466 38.530,48.556 50.896,33.017 50.896 C 25.829 50.896,22.500 48.560,20.505 42.115 C 19.726 39.597,14.337 40.411,14.337 43.046 C 14.337 56.105,41.674 61.606,48.769 49.975 C 54.448 40.665,48.765 31.572,34.767 27.571 C 23.980 24.488,20.269 20.193,23.310 14.313 C 27.257 6.680,43.728 9.562,43.728 17.886 C 43.728 19.171,44.177 19.355,47.312 19.355 C 49.283 19.355,50.896 19.252,50.896 19.127 C 50.896 9.148,37.546 1.734,26.050 5.330 M160.932 4.926 C 143.613 9.505,145.768 26.536,164.445 32.693 C 175.194 36.236,177.778 38.236,177.778 43.011 C 177.778 53.848,156.854 53.818,154.473 42.977 C 153.842 40.106,147.658 39.647,147.686 42.473 C 147.827 56.888,176.357 61.890,183.180 48.696 C 187.688 39.978,182.226 32.186,168.371 27.569 C 156.805 23.715,152.605 17.927,157.885 13.118 C 164.593 7.008,177.778 10.406,177.778 18.244 C 177.778 19.087,178.577 19.355,181.097 19.355 L 184.417 19.355 183.994 16.747 C 182.636 8.383,170.802 2.317,160.932 4.926 M205.522 5.288 C 193.113 9.929,187.498 27.839,193.471 43.728 C 200.113 61.398,225.168 60.783,229.987 42.832 L 230.709 40.143 227.272 40.143 C 224.006 40.143,223.813 40.253,223.393 42.354 C 221.152 53.560,205.804 54.266,200.382 43.412 C 197.373 37.389,197.248 24.155,200.140 17.838 C 205.236 6.706,220.504 7.247,223.462 18.664 C 224.326 21.998,230.667 22.645,230.225 19.355 C 228.759 8.450,216.195 1.295,205.522 5.288 M58.781 24.396 C 58.781 45.482,59.019 47.008,62.941 51.141 C 70.903 59.530,87.303 57.865,93.053 48.085 L 94.982 44.803 95.203 24.910 L 95.424 5.018 92.199 5.018 L 88.974 5.018 88.752 24.194 C 88.469 48.664,87.490 50.887,76.988 50.893 C 66.447 50.900,65.236 48.111,65.234 23.835 L 65.233 5.018 62.007 5.018 L 58.781 5.018 58.781 24.396 M106.093 30.538 L 106.093 56.059 118.100 55.784 C 131.707 55.472,134.341 54.673,138.131 49.704 C 142.597 43.849,140.283 32.689,134.070 30.116 L 131.852 29.197 134.377 27.481 C 140.228 23.505,140.846 14.573,135.646 9.123 C 132.673 6.006,128.030 5.018,116.357 5.018 L 106.093 5.018 106.093 30.538 M240.143 30.466 L 240.143 55.914 243.369 55.914 L 246.595 55.914 246.595 45.520 L 246.595 35.125 252.509 35.126 L 258.423 35.127 264.025 45.521 L 269.628 55.914 273.190 55.914 C 276.653 55.914,276.730 55.869,275.923 54.301 C 275.467 53.414,272.875 48.634,270.163 43.679 C 264.354 33.065,264.551 34.140,268.014 31.954 C 278.032 25.630,275.856 9.891,264.455 6.209 C 261.718 5.325,258.109 5.018,250.455 5.018 L 240.143 5.018 240.143 30.466 M284.588 30.466 L 284.588 55.914 287.814 55.914 L 291.039 55.914 291.039 30.466 L 291.039 5.018 287.814 5.018 L 284.588 5.018 284.588 30.466 M303.226 30.466 L 303.226 55.914 313.953 55.914 C 325.859 55.914,330.021 55.026,333.601 51.722 C 339.739 46.056,339.150 35.284,332.463 30.920 L 329.863 29.224 332.594 26.619 C 336.044 23.329,337.133 19.713,336.111 14.946 C 334.474 7.313,329.244 5.018,313.490 5.018 L 303.226 5.018 303.226 30.466 M348.387 30.466 L 348.387 55.914 364.559 55.914 L 380.732 55.914 380.509 53.226 L 380.287 50.538 367.563 50.342 L 354.839 50.146 354.839 41.202 L 354.839 32.258 365.950 32.258 L 377.061 32.258 377.061 29.749 L 377.061 27.240 365.950 27.240 L 354.839 27.240 354.839 18.996 L 354.839 10.753 367.384 10.753 L 379.928 10.753 379.928 7.885 L 379.928 5.018 364.158 5.018 L 348.387 5.018 348.387 30.466 M129.099 11.862 C 132.543 13.644,133.822 19.465,131.498 22.784 C 129.472 25.675,126.727 26.523,119.390 26.523 L 112.545 26.523 112.545 18.638 L 112.545 10.753 119.749 10.753 C 124.849 10.753,127.579 11.077,129.099 11.862 M263.574 12.151 C 266.573 13.979,267.549 15.950,267.549 20.179 C 267.549 27.041,264.112 29.448,253.584 29.960 L 246.595 30.299 246.595 20.526 L 246.595 10.753 253.943 10.755 C 259.953 10.758,261.706 11.011,263.574 12.151 M328.021 13.122 C 333.818 19.868,328.285 26.523,316.881 26.523 L 310.394 26.523 310.394 18.575 L 310.394 10.626 318.343 10.868 C 326.030 11.103,326.349 11.177,328.021 13.122 M129.773 33.345 C 133.706 35.379,135.094 40.558,133.031 45.495 C 131.463 49.248,128.894 50.179,120.107 50.179 L 112.545 50.179 112.545 41.219 L 112.545 32.258 120.107 32.258 C 125.465 32.258,128.283 32.575,129.773 33.345 M329.093 34.958 C 332.751 39.055,331.571 46.679,326.905 49.092 C 325.435 49.852,322.636 50.179,317.598 50.179 L 310.394 50.179 310.394 41.157 L 310.394 32.135 318.698 32.376 L 327.003 32.616 329.093 34.958 " stroke="none" fill-rule="evenodd"></path>
  </g>
</svg>
</a></div><div class="feastsearchtoggle"><a href="#feastmobilemenu"><svg xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" xml:space="preserve" xmlns:svg="//www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 100 100" aria-labelledby="searchicon" role="img">
  <title id="searchicon">search icon</title>
  <g transform="translate(0,-952.36218)">
    <path fill="currentColor" d="M 40 11 C 24.007431 11 11 24.00743 11 40 C 11 55.9926 24.007431 69 40 69 C 47.281794 69 53.935267 66.28907 59.03125 61.84375 L 85.59375 88.40625 C 86.332786 89.16705 87.691654 89.1915 88.4375 88.4375 C 89.183345 87.6834 89.175154 86.2931 88.40625 85.5625 L 61.875 59.03125 C 66.312418 53.937244 69 47.274551 69 40 C 69 24.00743 55.992569 11 40 11 z M 40 15 C 53.830808 15 65 26.16919 65 40 C 65 53.8308 53.830808 65 40 65 C 26.169192 65 15 53.8308 15 40 C 15 26.16919 26.169192 15 40 15 z " transform="translate(0,952.36218)">
    </path>
  </g>
</svg>
</a></div></header><nav id="feastmobilemenu" class="feastmobilemenu-background" aria-label="main"><div class="mmm-dialog"><div class="mmm-content"><a href="https://gamesandgatherings.com"><img width="200" height="70" id="mmmlogo" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2070'%3E%3C/svg%3E" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/2022/09/Games-and-Gatherings-Logo-400-×-140.png 2x" alt="Homepage link" data-pin-nopin="true" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/2022/09/Games-and-Gatherings-Logo-200-×-70.png" /><noscript><img width="200" height="70" id="mmmlogo" src="https://gamesandgatherings.com/wp-content/uploads/2022/09/Games-and-Gatherings-Logo-200-×-70.png" srcset="https://gamesandgatherings.com/wp-content/uploads/2022/09/Games-and-Gatherings-Logo-400-×-140.png 2x" alt="Homepage link" data-pin-nopin="true" /></noscript></a><div id="feast-mobile-search"><form class="search-form" method="get" action="https://gamesandgatherings.com/" role="search"><label class="search-form-label screen-reader-text" for="searchform-1">Search</label><input class="search-form-input" type="search" name="s" id="searchform-1" placeholder="Search"><input class="search-form-submit" type="submit" value="Search"><meta content="https://gamesandgatherings.com/?s={s}"></form></div><ul id="menu-feast-modern-mobile-menu-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1821"><a href="https://gamesandgatherings.com/subscribe/">Subscribe</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-3024 current_page_item menu-item-3053"><a href="https://gamesandgatherings.com/notes-on-a-party/" aria-current="page">Notes on a Party</a></li>
</ul><div id="feast-mobile-menu-social-icons"><div id="feast-social"><li id="simple-social-icons-3" class="widget simple-social-icons"><ul class="alignright"><li class="ssi-pinterest"><a data-wpel-link="ignore" href="https://pinterest.com/gamesandgatherings/" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-pinterest" aria-labelledby="social-pinterest-3"><title id="social-pinterest-3">Pinterest</title><use xlink:data-wpel-link="ignore" href="https://gamesandgatherings.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-pinterest"></use></svg></a></li></ul></li>
</div></div><a href="#" class="closebtn">×</a></div></div></nav><div class="site-inner"><div class="content-sidebar-wrap"><main class="content" id="genesis-content"><nav id="breadcrumbs" aria-label="breadcrumbs"><span><span><a href="https://gamesandgatherings.com/">Home</a></span></span></nav><article class="post-3024 page type-page status-publish entry grow-content-body" aria-label="Notes on a Party: Your Party Planning Guide"><header class="entry-header"><h1 class="entry-title">Notes on a Party: Your Party Planning Guide</h1>
</header><div class="entry-content">
<p>Are you dreaming up an unforgettable party or looking for birthday party ideas? You've landed on the right <strong>party planning blog</strong>!</p>



<p>We hope&nbsp;our "<strong>Notes on a Party</strong>"&nbsp;will become your go-to source for everything related to hosting fantastic get-togethers!</p>



<p>Let's walk you through the basics of event planning, step by step--print out our <strong>free party planning printable guide</strong> at the end of this post!</p>


<div class="wprm-recipe wprm-recipe-snippet wprm-recipe-template-jump-download"><a href="#printable" data-recipe="3472" style="color: #333333;" class="wprm-recipe-jump wprm-recipe-link wprm-jump-to-recipe-shortcode wprm-block-text-normal"><span class="wprm-recipe-icon wprm-recipe-jump-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><g class="nc-icon-wrapper" fill="#fb6a4a"><path data-color="color-2" d="M9,2h6c0.6,0,1-0.4,1-1s-0.4-1-1-1H9C8.4,0,8,0.4,8,1S8.4,2,9,2z"></path> <path fill="#fb6a4a" d="M16,11V5c0-0.6-0.4-1-1-1H9C8.4,4,8,4.4,8,5v6H1.9L12,23.6L22.1,11H16z"></path></g></svg></span> Jump to Free Printable</a></div>

<style>#feast-advanced-jump-to {
	z-index: 999;
	border: none;
	opacity: 0.97;
	background: var(--global-palette7, #FCFCFC);
	border-left: 4px solid var(--global-palette6, #CCC);
	margin-bottom: 57px;
}
#feast-advanced-jump-to ul {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding: 0 30px 16px;
}
#feast-advanced-jump-to summary {
	min-height: 48px;
	line-height: 48px;
	padding: 8px 30px;
}
#feast-advanced-jump-to li {
	list-style-type: none;
	margin-bottom:8px;
}
#feast-advanced-jump-to li a {
	text-decoration: none;
}
#feast-advanced-jump-to { max-height: 300px !important; overflow-y: auto;} ::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0,0,0,.5); -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5); }</style><details id="feast-advanced-jump-to"open><summary>Table of Contents</summary><ul id="feast-jump-to-list"><li><a href="#1-pick-a-theme">1. Pick a Theme</a></li><li><a href="#2-plan-your-budget">2. Plan Your Budget</a></li><li><a href="#3-fix-a-date-and-time">3. Fix a Date and Time</a></li><li><a href="#4-make-a-guest-list">4. Make a Guest List</a></li><li><a href="#5-whip-up-a-menu">5. Whip Up a Menu</a></li><li><a href="#6-plan-fun-activities">6. Plan Fun Activities</a></li><li><a href="#7-get-decorating">7. Get Decorating</a></li><li><a href="#8-send-out-invites">8. Send Out Invites</a></li><li><a href="#9-map-out-the-day">9. Map Out the Day</a></li><li><a href="#10-last-minute-checks">10. Last-minute Checks</a></li><li><a href="#11-set-up-and-enjoy-your-party">11. Set Up and Enjoy Your Party!</a></li><li><a href="#%f0%9f%96%a8%ef%b8%8f-free-printables">🖨️ Free Printables</a></li><li><a href="#other-party-planning-tips">Other Party Planning Tips</a></li></ul></details>


<h2 id="1-pick-a-theme"   class="wp-block-heading" >1. Pick a Theme</h2>



<ul class="wp-block-list">
<li>Start with a fun theme. It could be anything from 'Twinkle Twinkle Little Star' to 'Spooky Halloween.' It's your party!</li>



<li>The party theme&nbsp;sets the vibe. It will help you decide on decorations, party goodies, and even food.  Browse our blog posts for party inspiration.</li>
</ul>



<figure class="wp-block-image size-full"><style style="display: none !important;">.tasty-pins-banner-container{display:block;margin-bottom:20px;position:relative;width:-moz-fit-content;width:fit-content}.tasty-pins-banner-container a{cursor:pointer;display:flex;font-size:14px;font-weight:700;letter-spacing:1px;line-height:1.8em;text-transform:uppercase}.tasty-pins-banner-container a:hover{opacity:1}.tasty-pins-banner-container .tasty-pins-banner{align-items:center;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;padding-bottom:1em;padding-top:1em;position:absolute;right:0}.tasty-pins-banner-container .tasty-pins-banner svg{margin-right:4px;width:32px}.tasty-pins-banner-container .tasty-pins-banner span{margin-top:4px}.tasty-pins-banner-container a.tasty-pins-banner{text-decoration:none}.tasty-pins-banner-container a.tasty-pins-banner:hover{opacity:.8}.tasty-pins-banner-container a.tasty-pins-banner-image-link{flex-direction:column}.tasty-pins-banner-container a img{margin-bottom:0}.entry-content .wp-block-image .tasty-pins-banner-container img{margin-bottom:0;padding-bottom:0}#et-boc .et-l div .et_pb_image_wrap .tasty-pins-banner-container .tasty-pins-banner{padding-bottom:1em!important;padding-top:1em;text-decoration:none}#et-boc .et-l div .et_pb_image_wrap .tasty-pins-banner-container a.tasty-pins-banner{cursor:pointer;display:flex;font-size:14px;font-weight:700;line-height:1.8em;text-transform:uppercase}#et-boc .et-l div .et_pb_image_wrap .tasty-pins-banner-container a.tasty-pins-banner span{letter-spacing:2px;margin-top:4px}.et-db #et-boc .et-l .et_pb_module .tasty-pins-banner-container a:not(.wc-forward){padding-bottom:0}
</style>

<div class="tasty-pins-banner-container"><a class="tasty-pins-banner-image-link" data-pin-custom="true" href="https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fgamesandgatherings.com%2Fnotes-on-a-party%2F&#038;media=https%3A%2F%2Fgamesandgatherings.com%2Fwp-content%2Fuploads%2FParty-Planning-Ideas-Printable.jpg"><img decoding="async" width="1200" height="1600" data-pin-title="Notes on a Party: Your Party Planning Guide" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%201600'%3E%3C/svg%3E" alt="A party planning ideas printable." class="wp-image-3469" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable.jpg 1200w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-225x300.jpg 225w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-768x1024.jpg 768w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-1152x1536.jpg 1152w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-640x853.jpg 640w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-150x200.jpg 150w" data-lazy-sizes="(max-width: 1200px) 100vw, 1200px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable.jpg" /><noscript><img decoding="async" width="1200" height="1600" data-pin-title="Notes on a Party: Your Party Planning Guide" src="https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable.jpg" alt="A party planning ideas printable." class="wp-image-3469" srcset="https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable.jpg 1200w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-225x300.jpg 225w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-768x1024.jpg 768w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-1152x1536.jpg 1152w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-640x853.jpg 640w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Ideas-Printable-150x200.jpg 150w" sizes="(max-width: 1200px) 100vw, 1200px" /></noscript></a><a data-pin-custom="true" href="https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fgamesandgatherings.com%2Fnotes-on-a-party%2F&#038;media=https%3A%2F%2Fgamesandgatherings.com%2Fwp-content%2Fuploads%2FParty-Planning-Ideas-Printable.jpg" class="tasty-pins-banner" style="background-color: rgba(255,255,255,0.77); color: #F04800; "><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 27.3"><g><path d="M8.9,17.8c-.4,1.2-.7,2.4-1,3.5A13.8,13.8,0,0,1,5,27.1l-.3.2L4.5,27a17.3,17.3,0,0,1,.3-6.8C5.5,17.8,6,15.4,6.6,13a1.3,1.3,0,0,0-.1-.6,5.9,5.9,0,0,1,.2-4.7A2.8,2.8,0,0,1,9,6.1a2.1,2.1,0,0,1,2.2,1.7A5,5,0,0,1,11,9.9c-.3,1.3-.7,2.5-1.1,3.8a2.5,2.5,0,0,0,.7,2.8,3,3,0,0,0,3,.3A4.3,4.3,0,0,0,15.8,15a10,10,0,0,0,1.5-4.7,11.3,11.3,0,0,0,0-2.6,5.4,5.4,0,0,0-3.6-4.6A8.3,8.3,0,0,0,5.8,4.3a7.1,7.1,0,0,0-2.6,7.3A4.8,4.8,0,0,0,4,13.2a1.2,1.2,0,0,1,.3,1.1L4,15.4c-.2.4-.4.6-.9.4A4.8,4.8,0,0,1,1,13.9,8.2,8.2,0,0,1,0,9.3,10,10,0,0,1,8,.4a11.7,11.7,0,0,1,7.8.6,8.7,8.7,0,0,1,5.3,6.8,11.3,11.3,0,0,1-.9,6.5,8.8,8.8,0,0,1-2.8,3.8,7,7,0,0,1-5.7,1.5A3.8,3.8,0,0,1,8.9,17.8Z" fill="currentColor" /><path d="M27.1,22.5l-1.4,1a4.1,4.1,0,0,1-3.2.7,2.3,2.3,0,0,1-2.1-2.5,11.3,11.3,0,0,1,.6-3.6c.5-2.2,1.1-4.5,1.7-6.7.2-.6.2-.7.9-.7h1.9c.6,0,.7.1.6.7l-1.8,6.8L24,20.1a.8.8,0,0,0,0,.7.9.9,0,0,0,1.1.8,2.2,2.2,0,0,0,1.4-.6,6.8,6.8,0,0,0,1.8-3.2c.5-2.1,1.1-4.2,1.6-6.3s.3-.8,1-.8h2c.4,0,.5.2.4.6s-.1.5-.1.8l.2-.3a5.4,5.4,0,0,1,4.2-1.4,3,3,0,0,1,2.7,3,7.8,7.8,0,0,1-.4,2.2c-.3,1.4-.6,2.8-1,4.2v.5a1.2,1.2,0,0,0,1.9,1.1l.2-.2,1,1.3-.9.8a4.2,4.2,0,0,1-3.4.9,2.4,2.4,0,0,1-2.3-2.7,18.8,18.8,0,0,1,.5-3.3c.2-1.1.5-2.1.8-3.2v-.8a1.2,1.2,0,0,0-1.1-1.1A3,3,0,0,0,33,14.3a7.1,7.1,0,0,0-1.1,2.5c-.5,2.2-1.1,4.4-1.6,6.6-.2.5-.3.6-.8.6H27.4c-.5,0-.6-.2-.5-.7A3.1,3.1,0,0,1,27.1,22.5Z" fill="currentColor" /><path d="M25.7,5.4a1.7,1.7,0,0,1,1.7,2,2.8,2.8,0,0,1-2.2,2.2,1.7,1.7,0,0,1-2-2.1A2.5,2.5,0,0,1,25.7,5.4Z" fill="currentColor" /></g></svg> <span>this Post</span></a></div>

<script type="rocketlazyloadscript" style="display: none !important;">(()=>{"use strict";function t(n){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(n)}document.querySelectorAll(".tasty-pins-banner-container a").forEach((function(n){n.addEventListener("click",(function(e){if("object"!==t(window.PinUtils)){e.preventDefault();var o=n.getAttribute("href"),r=document.createEvent("Event");r.initEvent("tasty-pinit-button-click",!0,!0),document.dispatchEvent(r),window.open(o,"tastybanner"+(new Date).getTime(),"status=no,resizable=yes,scrollbars=yes,personalbar=no,directories=no,location=no,toolbar=no,menubar=no,width=800,height=900,left=0,top=0")}}))}))})();</script></figure>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://gamesandgatherings.com/great-gatsby-party-ideas-on-a-budget/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/great-gatsby-party-ideas-on-a-budget/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="Two women cheers-ing with champagne glasses at a Great Gatsby party." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/geat-gatsby-party-on-a-budget-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/geat-gatsby-party-on-a-budget-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/geat-gatsby-party-on-a-budget-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/geat-gatsby-party-on-a-budget-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/geat-gatsby-party-on-a-budget-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/great-gatsby-party-ideas-on-a-budget/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/geat-gatsby-party-on-a-budget-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="Two women cheers-ing with champagne glasses at a Great Gatsby party." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/geat-gatsby-party-on-a-budget-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/geat-gatsby-party-on-a-budget-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/geat-gatsby-party-on-a-budget-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/geat-gatsby-party-on-a-budget-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Great Gatsby Party Ideas on a Budget</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/pirate-party-for-adults/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/pirate-party-for-adults/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A couple at a pirate themed house party." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Pirate-themed-party-for-adults-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Pirate-themed-party-for-adults-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Pirate-themed-party-for-adults-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Pirate-themed-party-for-adults-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Pirate-themed-party-for-adults-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/pirate-party-for-adults/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/Pirate-themed-party-for-adults-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A couple at a pirate themed house party." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/Pirate-themed-party-for-adults-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Pirate-themed-party-for-adults-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Pirate-themed-party-for-adults-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Pirate-themed-party-for-adults-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">How to Throw the Best Pirate Party for Adults</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/krugs-desert-burning-man-themed-party/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/krugs-desert-burning-man-themed-party/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A group of party guest around a bonfire with crazy outfits and costumes." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Burning-Man-Themed-Party-Ideas-and-Inspiration-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Burning-Man-Themed-Party-Ideas-and-Inspiration-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Burning-Man-Themed-Party-Ideas-and-Inspiration-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Burning-Man-Themed-Party-Ideas-and-Inspiration-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Burning-Man-Themed-Party-Ideas-and-Inspiration-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/krugs-desert-burning-man-themed-party/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/Burning-Man-Themed-Party-Ideas-and-Inspiration-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A group of party guest around a bonfire with crazy outfits and costumes." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/Burning-Man-Themed-Party-Ideas-and-Inspiration-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Burning-Man-Themed-Party-Ideas-and-Inspiration-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Burning-Man-Themed-Party-Ideas-and-Inspiration-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Burning-Man-Themed-Party-Ideas-and-Inspiration-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Creative Burning Man Themed Party Ideas</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/dancing-ballet-party-ideas/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/dancing-ballet-party-ideas/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A ballerina at a pink ballet party with balloons and party decorations." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/dancing-ballet-party-ballerina-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/dancing-ballet-party-ballerina-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/dancing-ballet-party-ballerina-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/dancing-ballet-party-ballerina-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/dancing-ballet-party-ballerina-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/dancing-ballet-party-ideas/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/dancing-ballet-party-ballerina-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A ballerina at a pink ballet party with balloons and party decorations." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/dancing-ballet-party-ballerina-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/dancing-ballet-party-ballerina-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/dancing-ballet-party-ballerina-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/dancing-ballet-party-ballerina-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Dance and Ballet Party Ideas for your little Ballerina</div></a></li></ul></div>


<p class="has-text-align-right">More <a href="https://gamesandgatherings.com/parties/">Party Themes</a></p>



<h2 id="2-plan-your-budget"   class="wp-block-heading" >2. Plan Your Budget</h2>



<ul class="wp-block-list">
<li>No need to break the bank. Set your budget early on.</li>



<li>This smart party planning tip will help you avoid overspending.</li>
</ul>



<h2 id="3-fix-a-date-and-time"   class="wp-block-heading" >3. Fix a Date and Time</h2>



<ul class="wp-block-list">
<li>When's the party? Pick a date and time that suits most of your guests.</li>



<li>If it's a kids' party, don't forget their nap or bedtimes. You want them full of energy!</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="1200" height="1600" data-pin-title="Notes on a Party: Your Party Planning Guide" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%201600'%3E%3C/svg%3E" alt="A party planning checklist." class="wp-image-3471" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free.jpg 1200w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-225x300.jpg 225w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-768x1024.jpg 768w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-1152x1536.jpg 1152w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-640x853.jpg 640w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-150x200.jpg 150w" data-lazy-sizes="(max-width: 1200px) 100vw, 1200px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free.jpg" /><noscript><img decoding="async" width="1200" height="1600" data-pin-title="Notes on a Party: Your Party Planning Guide" src="https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free.jpg" alt="A party planning checklist." class="wp-image-3471" srcset="https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free.jpg 1200w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-225x300.jpg 225w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-768x1024.jpg 768w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-1152x1536.jpg 1152w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-640x853.jpg 640w, https://gamesandgatherings.com/wp-content/uploads/Party-Planning-Checklist-Free-150x200.jpg 150w" sizes="(max-width: 1200px) 100vw, 1200px" /></noscript><figcaption class="wp-element-caption">The party planning pdf can be downloaded after #11</figcaption></figure>



<h2 id="4-make-a-guest-list"   class="wp-block-heading" >4. Make a Guest List</h2>



<ul class="wp-block-list">
<li>Who do you want at your party? Write 'em down.</li>



<li>Your guest list helps decide how much food, drink, and space you need. And yes, it impacts your budget, too!</li>
</ul>



<h2 id="5-whip-up-a-menu"   class="wp-block-heading" >5. Whip Up a Menu</h2>



<ul class="wp-block-list">
<li>Delicious food is a must at any event or little party. Our party ideas blog has loads of recipes that you can match to your theme.</li>



<li>Remember to consider dietary needs and allergies. Everyone should have something yummy to munch on.</li>
</ul>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://gamesandgatherings.com/lazy-hostess-mini-donuts-and-coffee/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/lazy-hostess-mini-donuts-and-coffee/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="White mini coffee mugs with a skewer with a donut hole on it." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/the-lazy-hostess-mini-donuts-and-coffee-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/the-lazy-hostess-mini-donuts-and-coffee-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/the-lazy-hostess-mini-donuts-and-coffee-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/the-lazy-hostess-mini-donuts-and-coffee-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/the-lazy-hostess-mini-donuts-and-coffee-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/lazy-hostess-mini-donuts-and-coffee/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/the-lazy-hostess-mini-donuts-and-coffee-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="White mini coffee mugs with a skewer with a donut hole on it." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/the-lazy-hostess-mini-donuts-and-coffee-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/the-lazy-hostess-mini-donuts-and-coffee-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/the-lazy-hostess-mini-donuts-and-coffee-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/the-lazy-hostess-mini-donuts-and-coffee-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">The Lazy Hostess Guide to Mini Donuts and Coffee</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/diamonds-and-pearls-blackberry-gin-cocktail/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/diamonds-and-pearls-blackberry-gin-cocktail/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A pretty magenta blackberry gin cocktail with ice in a cocktail glass with a sprig of mint." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Blackberry-Gin-Cocktail-recipe-party-photo-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Blackberry-Gin-Cocktail-recipe-party-photo-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Blackberry-Gin-Cocktail-recipe-party-photo-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Blackberry-Gin-Cocktail-recipe-party-photo-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Blackberry-Gin-Cocktail-recipe-party-photo-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/diamonds-and-pearls-blackberry-gin-cocktail/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/Blackberry-Gin-Cocktail-recipe-party-photo-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A pretty magenta blackberry gin cocktail with ice in a cocktail glass with a sprig of mint." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/Blackberry-Gin-Cocktail-recipe-party-photo-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Blackberry-Gin-Cocktail-recipe-party-photo-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Blackberry-Gin-Cocktail-recipe-party-photo-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Blackberry-Gin-Cocktail-recipe-party-photo-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Diamonds and Pearls: A Blackberry Gin Cocktail</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/never-fail-chocolate-chip-cookies/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/never-fail-chocolate-chip-cookies/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="Soft chocolate Chip Cookies on a table and cooling rack." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/2022/11/soft-and-chewy-no-fail-chocolate-chip-cookies-recipe-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/2022/11/soft-and-chewy-no-fail-chocolate-chip-cookies-recipe-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/2022/11/soft-and-chewy-no-fail-chocolate-chip-cookies-recipe-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/2022/11/soft-and-chewy-no-fail-chocolate-chip-cookies-recipe-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/2022/11/soft-and-chewy-no-fail-chocolate-chip-cookies-recipe-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/never-fail-chocolate-chip-cookies/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/2022/11/soft-and-chewy-no-fail-chocolate-chip-cookies-recipe-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="Soft chocolate Chip Cookies on a table and cooling rack." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/2022/11/soft-and-chewy-no-fail-chocolate-chip-cookies-recipe-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/2022/11/soft-and-chewy-no-fail-chocolate-chip-cookies-recipe-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/2022/11/soft-and-chewy-no-fail-chocolate-chip-cookies-recipe-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/2022/11/soft-and-chewy-no-fail-chocolate-chip-cookies-recipe-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Never Fail Chocolate Chip Cookies</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/gin-and-elderflower-tonic/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/gin-and-elderflower-tonic/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A refreshing cocktail with lime, mint, and gin and elderflower tonic." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/gin-and-elderflower-cocktail-recipe-ingredients-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/gin-and-elderflower-cocktail-recipe-ingredients-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/gin-and-elderflower-cocktail-recipe-ingredients-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/gin-and-elderflower-cocktail-recipe-ingredients-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/gin-and-elderflower-cocktail-recipe-ingredients-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/gin-and-elderflower-tonic/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/gin-and-elderflower-cocktail-recipe-ingredients-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A refreshing cocktail with lime, mint, and gin and elderflower tonic." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/gin-and-elderflower-cocktail-recipe-ingredients-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/gin-and-elderflower-cocktail-recipe-ingredients-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/gin-and-elderflower-cocktail-recipe-ingredients-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/gin-and-elderflower-cocktail-recipe-ingredients-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Crafting the Perfect Gin and Elderflower Tonic</div></a></li></ul></div>


<p class="has-text-align-right">More <a href="https://gamesandgatherings.com/party-food/">Party Food and Drinks</a></p>



<h2 id="6-plan-fun-activities"   class="wp-block-heading" >6. Plan Fun Activities</h2>



<ul class="wp-block-list">
<li>Keep your guests entertained and plan some fun activities. Games, music, or a DIY photo booth could be fun.</li>



<li>Tailor your activities to suit your audience. Think of your guests and what they'll enjoy.</li>
</ul>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://gamesandgatherings.com/ceramics-party/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/ceramics-party/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A tablescape for a ceramics painting party." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Ceramics-Party-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Ceramics-Party-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Ceramics-Party-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Ceramics-Party-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Ceramics-Party-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/ceramics-party/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/Ceramics-Party-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A tablescape for a ceramics painting party." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/Ceramics-Party-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Ceramics-Party-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Ceramics-Party-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Ceramics-Party-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Ceramics Painting Party at Home</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/mystery-board-games-like-clue/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/mystery-board-games-like-clue/" data-pin-media="https://gamesandgatherings.com/wp-content/uploads/Mystery-Board-Games-like-clue-and-cluedo-Pin.jpg" data-pin-description="If you grew up playing the classic board game Clue and loved the intrigue and sleuthing, here are 13 more mystery board games like Clue you&#039;re sure to love! Rest assured that all of these games give you that same sort of tingly, creepy feeling and a need to figure it out. Dare we say that some of these games are even better than Clue? Get these free printable pdfs and more kid activities at gamesandgatherings.com." data-pin-title="Our Favorite Mystery Board Games Like Clue" data-pin-id="1135118281058477399" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A closeup of the board game clue with a Colonel Mustard character card and a murder weapon prop." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Murder-mystery-board-game-like-Clue-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Murder-mystery-board-game-like-Clue-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Murder-mystery-board-game-like-Clue-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Murder-mystery-board-game-like-Clue-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Murder-mystery-board-game-like-Clue-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/mystery-board-games-like-clue/" data-pin-media="https://gamesandgatherings.com/wp-content/uploads/Mystery-Board-Games-like-clue-and-cluedo-Pin.jpg" data-pin-description="If you grew up playing the classic board game Clue and loved the intrigue and sleuthing, here are 13 more mystery board games like Clue you&#039;re sure to love! Rest assured that all of these games give you that same sort of tingly, creepy feeling and a need to figure it out. Dare we say that some of these games are even better than Clue? Get these free printable pdfs and more kid activities at gamesandgatherings.com." data-pin-title="Our Favorite Mystery Board Games Like Clue" data-pin-id="1135118281058477399" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/Murder-mystery-board-game-like-Clue-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A closeup of the board game clue with a Colonel Mustard character card and a murder weapon prop." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/Murder-mystery-board-game-like-Clue-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Murder-mystery-board-game-like-Clue-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Murder-mystery-board-game-like-Clue-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Murder-mystery-board-game-like-Clue-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Our 13 Favorite Mystery Board Games Like Clue</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/movie-night-party-ideas/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/movie-night-party-ideas/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A chalkboard that says &quot;movie night&quot; with striped movie-themed straws and cups with popcorn and bottles of pink lemonade." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/movie-night-party-ideas-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/movie-night-party-ideas-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/movie-night-party-ideas-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/movie-night-party-ideas-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/movie-night-party-ideas-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/movie-night-party-ideas/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/movie-night-party-ideas-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A chalkboard that says &quot;movie night&quot; with striped movie-themed straws and cups with popcorn and bottles of pink lemonade." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/movie-night-party-ideas-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/movie-night-party-ideas-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/movie-night-party-ideas-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/movie-night-party-ideas-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Fun and Unique Movie Night Party Ideas</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/easy-party-crafts/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/easy-party-crafts/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A variety of gift wrap and craft supplies." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/easy-party-crafts-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/easy-party-crafts-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/easy-party-crafts-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/easy-party-crafts-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/easy-party-crafts-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/easy-party-crafts/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/easy-party-crafts-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A variety of gift wrap and craft supplies." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/easy-party-crafts-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/easy-party-crafts-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/easy-party-crafts-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/easy-party-crafts-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Three Easy Party Crafts: Creative DIY Ideas</div></a></li></ul></div>


<h2 id="7-get-decorating"   class="wp-block-heading" >7. Get Decorating</h2>



<ul class="wp-block-list">
<li>Creative decorations make your party pop!</li>



<li>Use your theme to guide your decorations and event design.</li>
</ul>



<h2 id="8-send-out-invites"   class="wp-block-heading" >8. Send Out Invites</h2>



<ul class="wp-block-list">
<li>Let people know about your party. Send out creative invites that match your theme.&nbsp; For casual parties, 2-4 weeks is usually enough notice.&nbsp;&nbsp;</li>



<li>You can go for classic paper invites or digital ones, just remember to include all the party details.</li>
</ul>



<h2 id="9-map-out-the-day"   class="wp-block-heading" >9. Map Out the Day</h2>



<ul class="wp-block-list">
<li>A timeline helps your party flow smoothly. Jot down when guests will arrive, when to serve food, and when the activities will happen.</li>



<li>This plan can help you avoid chaos. Trust me, you'll thank yourself later.</li>
</ul>



<h2 id="10-last-minute-checks"   class="wp-block-heading" >10. Last-minute Checks</h2>



<ul class="wp-block-list">
<li>About a week before the party, confirm who's coming.</li>



<li>Also, double-check your arrangements. You've got this!</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="1200" height="1600" data-pin-title="Notes on a Party: Your Party Planning Guide" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%201600'%3E%3C/svg%3E" alt="A party planner guide template." class="wp-image-3470" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable.jpg 1200w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-225x300.jpg 225w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-768x1024.jpg 768w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-1152x1536.jpg 1152w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-640x853.jpg 640w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-150x200.jpg 150w" data-lazy-sizes="(max-width: 1200px) 100vw, 1200px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable.jpg" /><noscript><img decoding="async" width="1200" height="1600" data-pin-title="Notes on a Party: Your Party Planning Guide" src="https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable.jpg" alt="A party planner guide template." class="wp-image-3470" srcset="https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable.jpg 1200w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-225x300.jpg 225w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-768x1024.jpg 768w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-1152x1536.jpg 1152w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-640x853.jpg 640w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-150x200.jpg 150w" sizes="(max-width: 1200px) 100vw, 1200px" /></noscript><figcaption class="wp-element-caption">Scroll down to print the party planning guide pdf.</figcaption></figure>



<h2 id="11-set-up-and-enjoy-your-party"   class="wp-block-heading" >11. Set Up and Enjoy Your Party!</h2>



<ul class="wp-block-list">
<li>On the day, start setting up early.</li>



<li>And remember, once the party starts, your job is to enjoy! Have as much fun as your guests.</li>
</ul>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://gamesandgatherings.com/high-tea-party-ideas-for-adults/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/high-tea-party-ideas-for-adults/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="An overhead shot of fancy tea being served at a party with a beautiful tablescape." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/high-tea-party-for-adults-ideas-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/high-tea-party-for-adults-ideas-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/high-tea-party-for-adults-ideas-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/high-tea-party-for-adults-ideas-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/high-tea-party-for-adults-ideas-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/high-tea-party-ideas-for-adults/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/high-tea-party-for-adults-ideas-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="An overhead shot of fancy tea being served at a party with a beautiful tablescape." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/high-tea-party-for-adults-ideas-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/high-tea-party-for-adults-ideas-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/high-tea-party-for-adults-ideas-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/high-tea-party-for-adults-ideas-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Hosting a High Tea Party for Adults</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/dolly-parton-party/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/dolly-parton-party/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A couple in Dolly Parton costumes." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/dolly-parton-themed-party-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/dolly-parton-themed-party-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/dolly-parton-themed-party-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/dolly-parton-themed-party-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/dolly-parton-themed-party-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/dolly-parton-party/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/dolly-parton-themed-party-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A couple in Dolly Parton costumes." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/dolly-parton-themed-party-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/dolly-parton-themed-party-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/dolly-parton-themed-party-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/dolly-parton-themed-party-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Dolly Parton Themed Party Ideas: A Night of Country Glamour</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/what-to-wear-to-a-1920s-party/"><img decoding="async" data-pin-url="https://gamesandgatherings.com/what-to-wear-to-a-1920s-party/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A woman in a 1920s costume with a feather boa and pearls." data-pin-nopin="nopin" aria-hidden="true" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/what-to-wear-to-a-1920s-party-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/what-to-wear-to-a-1920s-party-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/what-to-wear-to-a-1920s-party-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/what-to-wear-to-a-1920s-party-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/what-to-wear-to-a-1920s-party-360x480.jpg" /><noscript><img decoding="async" data-pin-url="https://gamesandgatherings.com/what-to-wear-to-a-1920s-party/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/what-to-wear-to-a-1920s-party-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A woman in a 1920s costume with a feather boa and pearls." data-pin-nopin="nopin" aria-hidden="true" srcset="https://gamesandgatherings.com/wp-content/uploads/what-to-wear-to-a-1920s-party-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/what-to-wear-to-a-1920s-party-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/what-to-wear-to-a-1920s-party-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/what-to-wear-to-a-1920s-party-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">What to Wear to a 1920s Party</div></a></li></ul></div>


<p>Your party is your canvas, so let your imagination run wild! Whether it's a first birthday, a baby shower, a bridal shower or a themed bash, a good party comes from planning, creativity, and having fun.</p>


<div id="printable"></div><div id="wprm-recipe-container-3472" class="wprm-recipe-container" data-recipe-id="3472" data-servings="0"><div class="wprm-recipe wprm-recipe-template-printables-horizontal-downloads"><div class="wprm-text-container"><h2 id="%f0%9f%96%a8%ef%b8%8f-free-printables"   class="wprm-recipe-header wprm-recipe-text-header wprm-block-text-uppercase wprm-align-left wprm-header-decoration-none" style="">🖨️ Free Printables</h2><p class="wprm-text wprm-block-text-normal">Follow the directions below to easily download and print these freebies.</p></div>
<div class="wprm-spacer"></div>

<div class="wprm-container-float-right">
    
<div class="wprm-spacer" style="height: 5px;"></div>
<span class="wprm-recipe-grow-container"><a href="https://app.grow.me" target="_blank" rel="nofollow noreferrer" style="color: #333333;" class="wprm-recipe-grow-not-saved wprm-recipe-grow wprm-recipe-link wprm-block-text-normal" data-recipe-id="3472"><span class="wprm-recipe-icon wprm-recipe-grow-icon wprm-recipe-grow-not-saved-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g class="nc-icon-wrapper" stroke-width="1" fill="#fb6a4a" stroke="#fb6a4a"><path fill="none" stroke="#fb6a4a" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M11.5,0.5 C9.982,0.5,8.678,1.355,8,2.601C7.322,1.355,6.018,0.5,4.5,0.5c-2.209,0-4,1.791-4,4c0,4,7.5,11,7.5,11s7.5-7,7.5-11 C15.5,2.291,13.709,0.5,11.5,0.5z" data-cap="butt"/> </g></svg></span> Save this Page</a><a href="https://app.grow.me" target="_blank" rel="nofollow noreferrer" style="color: #333333;display: none;" class="wprm-recipe-grow-saved wprm-recipe-grow wprm-recipe-link wprm-block-text-normal" data-recipe-id="3472"><span class="wprm-recipe-icon wprm-recipe-grow-icon wprm-recipe-grow-saved-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g class="nc-icon-wrapper" fill="#fb6a4a"><path fill="#fb6a4a" d="M11.6,0C10.1,0,8.8,0.8,8,2C7.2,0.8,5.9,0,4.4,0C2,0,0,2,0,4.4c0,4.4,8,10.9,8,10.9s8-6.5,8-10.9 C16,2,14,0,11.6,0z"/></g></svg></span> Saved!</a></span>
<div class="wprm-spacer"></div>

</div>
<h3 class="wprm-recipe-name wprm-block-text-normal">Free Printable Party Planning Guide</h3>
<div class="wprm-spacer"></div>




<div class="wprm-spacer"></div>
<p class="free-print-text"><small>*Free printables from Games and Gatherings are for <strong>personal, non-commercial</strong> use only. See our <a href="https://gamesandgatherings.com/frequently-asked-questions/">FAQ page</a> for more details.</small>*</p>
<div class="wprm-spacer"></div>
<p class="free-print-text"><small>If you enjoyed this content, please consider <a href="#rateit">rating</a> it or <a href="#">sharing</a> it!  We welcome the use of one of these <b>images</b> with visible credit to Games and Gatherings and a direct link to the article.  We appreciate your support.</small></p>
<div class="wprm-spacer" style="height: 0px;"></div>
<div class="wprm-recipe-block-container wprm-recipe-block-container-separate wprm-block-text-light wprm-recipe-author-container" style=""><span class="wprm-recipe-details-label wprm-block-text-normal wprm-recipe-author-label">💛 </span><span class="wprm-recipe-details wprm-recipe-author wprm-block-text-light"><a href="https://gamesandgatherings.com/about" target="_self">Amy &amp; Gabe</a></span></div>
<div class="wprm-spacer"></div>




    

<div class="wprm-template-chic-buttons wprm-container-columns-spaced-middle wprm-container-columns-gutter">
	
	
    
</div>




<div class="wprm-container-columns-spaced">
	<div>
    	
		
    </div>
    <div>
        
		

    </div>
</div>




<div id="recipe-3472-equipment" class="wprm-recipe-equipment-container wprm-block-text-normal" data-recipe="3472"><h3 class="wprm-recipe-header wprm-recipe-equipment-header wprm-block-text-uppercase wprm-align-left wprm-header-decoration-line" style="">⬇️ Click to Download<div class="wprm-decoration-line" style="border-color: #9B9B9B;"></div></h3><div class="wprm-recipe-equipment wprm-recipe-equipment-grid wprm-recipe-equipment-grid-columns-3"><div class="wprm-recipe-equipment-grid-row"><div class="wprm-recipe-equipment-item wprm-recipe-equipment-item-has-image"><a href="https://gamesandgatherings.com/download/2_printable-party-planner/" class="wprm-recipe-equipment-link" target="_blank"><div class="wprm-recipe-equipment-image"><img decoding="async" data-pin-nopin="true" width="100" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2075'%3E%3C/svg%3E" class="attachment-100x75 size-100x75" alt="A party planner guide template." data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-180x135.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-500x375.jpg 500w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-720x540.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-360x270.jpg 360w" data-lazy-sizes="(max-width: 100px) 100vw, 100px" data-pin-nopin="nopin" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-180x135.jpg" /><noscript><img decoding="async" data-pin-nopin="true" width="100" height="75" src="https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-180x135.jpg" class="attachment-100x75 size-100x75" alt="A party planner guide template." srcset="https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-180x135.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-500x375.jpg 500w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-720x540.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Free-Party-Planning-Guide-Printable-360x270.jpg 360w" sizes="(max-width: 100px) 100vw, 100px" data-pin-nopin="nopin" /></noscript></div></a><div class="wprm-recipe-equipment-name"><a href="https://gamesandgatherings.com/download/2_printable-party-planner/" class="wprm-recipe-equipment-link" target="_blank">Printable Party Planner PDF</a></div></div></div></div></div>

<div class="wprm-spacer"></div>












<div class="wprm-call-to-action wprm-call-to-action-simple" style="color: #000000;background-color: #b1dfdd;margin: 0px;padding-top: 10px;padding-bottom: 10px;"><span class="wprm-recipe-icon wprm-call-to-action-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g class="nc-icon-wrapper" fill="#72b6aa"><path fill="#72b6aa" d="M11.6,0C10.1,0,8.8,0.8,8,2C7.2,0.8,5.9,0,4.4,0C2,0,0,2,0,4.4c0,4.4,8,10.9,8,10.9s8-6.5,8-10.9 C16,2,14,0,11.6,0z"/></g></svg></span> <span class="wprm-call-to-action-text-container"><span class="wprm-call-to-action-header" style="color: #000000;">Did you like these freebies? Your ratings encourage us to keep creating free content! </span><span class="wprm-call-to-action-text">Please rate below! 👇  </span></span></div>
<div class="wprm-spacer"></div>
</div></div>


<h2 id="other-party-planning-tips"   class="wp-block-heading" >Other Party Planning Tips</h2>



<p>If you've found our party blog, we know you must love entertaining. We want to help make throwing the ultimate party in your home a breeze, without breaking the bank or losing your sanity.</p>



<h3 class="wp-block-heading" id="h-be-a-lazy-hostess-or-host">BE A "LAZY" HOSTESS OR HOST</h3>



<p>Our blog is packed with helpful tips, tricks, and ideas to transform you into your own personal event planner. We cover everything from choosing a theme to crafting the perfect party menu.</p>



<p>Plus, we've got you covered with the latest party trends and must-have party supplies!</p>



<p>Hosting a party should be&nbsp;<strong>just as enjoyable for you</strong>&nbsp;as it is for your guests. That's why we focus on sharing stress-free party planning techniques and budget-friendly tips to help you pull off an unforgettable event.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>Our party planning blog is here to inspire and guide you every step of the way.</p>



<p>So, whether you're planning a chic cocktail party, a lively birthday bash, or an intimate dinner with friends, you've come to the right place. Explore our blog, get inspired, and discover the joy of hosting fabulous parties right in the comfort of your own home. Happy planning!</p>



<h3 class="wp-block-heading" id="h-more-party-ideas">More Party Ideas</h3>


</div></article></main><aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar" id="genesis-sidebar-primary"><h2 class="genesis-sidebar-title screen-reader-text">Primary Sidebar</h2><div class="feast-modern-sidebar modern-sidebar-widget">
<div class="wp-block-group feast-about-author has-white-background-color has-background"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p><strong>Hi there,</strong> we're two mystery-lovers and make believers. We love hosting perfect parties and providing an insider's perspective and "notes" on various events.</p>



<p>Whether you're looking for ideas to entertain your kids at home or you need to plan the perfect mystery party for adults, we've got you covered!  <a href="https://gamesandgatherings.com/about">More about us →</a></p>



<ul class="wp-block-social-links has-normal-icon-size has-visible-labels is-style-logos-only is-layout-flex wp-block-social-links-is-layout-flex"><li class="wp-social-link wp-social-link-pinterest  wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.pinterest.com/gamesandgatherings/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12.289,2C6.617,2,3.606,5.648,3.606,9.622c0,1.846,1.025,4.146,2.666,4.878c0.25,0.111,0.381,0.063,0.439-0.169 c0.044-0.175,0.267-1.029,0.365-1.428c0.032-0.128,0.017-0.237-0.091-0.362C6.445,11.911,6.01,10.75,6.01,9.668 c0-2.777,2.194-5.464,5.933-5.464c3.23,0,5.49,2.108,5.49,5.122c0,3.407-1.794,5.768-4.13,5.768c-1.291,0-2.257-1.021-1.948-2.277 c0.372-1.495,1.089-3.112,1.089-4.191c0-0.967-0.542-1.775-1.663-1.775c-1.319,0-2.379,1.309-2.379,3.059 c0,1.115,0.394,1.869,0.394,1.869s-1.302,5.279-1.54,6.261c-0.405,1.666,0.053,4.368,0.094,4.604 c0.021,0.126,0.167,0.169,0.25,0.063c0.129-0.165,1.699-2.419,2.142-4.051c0.158-0.59,0.817-2.995,0.817-2.995 c0.43,0.784,1.681,1.446,3.013,1.446c3.963,0,6.822-3.494,6.822-7.833C20.394,5.112,16.849,2,12.289,2"></path></svg><span class="wp-block-social-link-label">Find us on Pinterest</span></a></li></ul>
</div></div>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<h3 class="wp-block-heading" id="h-what-s-new">What's New</h3>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-half"><li class="listing-item"><a href="https://gamesandgatherings.com/paris-themed-party-ideas/"><img data-pin-url="https://gamesandgatherings.com/paris-themed-party-ideas/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="Paris party decorations on a table." data-pin-nopin="true" aria-hidden="true" decoding="async" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Paris-themed-party-ideas-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Paris-themed-party-ideas-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Paris-themed-party-ideas-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Paris-themed-party-ideas-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Paris-themed-party-ideas-360x480.jpg" /><noscript><img data-pin-url="https://gamesandgatherings.com/paris-themed-party-ideas/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/Paris-themed-party-ideas-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="Paris party decorations on a table." data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://gamesandgatherings.com/wp-content/uploads/Paris-themed-party-ideas-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Paris-themed-party-ideas-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Paris-themed-party-ideas-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Paris-themed-party-ideas-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Paris Themed Party Ideas</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/ugly-christmas-sweater-party-free-printable/"><img data-pin-url="https://gamesandgatherings.com/ugly-christmas-sweater-party-free-printable/" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="Three ugly christmas sweater voting ballots with the text &quot;my vote for the ugliest sweater goes to:&quot;on a wooden table with christmas decorations." data-pin-nopin="true" aria-hidden="true" decoding="async" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Ugly-Christmas-Sweater-Voting-Cards-Free-Printable-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Ugly-Christmas-Sweater-Voting-Cards-Free-Printable-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Ugly-Christmas-Sweater-Voting-Cards-Free-Printable-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Ugly-Christmas-Sweater-Voting-Cards-Free-Printable-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Ugly-Christmas-Sweater-Voting-Cards-Free-Printable-360x480.jpg" /><noscript><img data-pin-url="https://gamesandgatherings.com/ugly-christmas-sweater-party-free-printable/" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/Ugly-Christmas-Sweater-Voting-Cards-Free-Printable-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="Three ugly christmas sweater voting ballots with the text &quot;my vote for the ugliest sweater goes to:&quot;on a wooden table with christmas decorations." data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://gamesandgatherings.com/wp-content/uploads/Ugly-Christmas-Sweater-Voting-Cards-Free-Printable-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Ugly-Christmas-Sweater-Voting-Cards-Free-Printable-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Ugly-Christmas-Sweater-Voting-Cards-Free-Printable-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Ugly-Christmas-Sweater-Voting-Cards-Free-Printable-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Free Ugly Christmas Sweater Voting Ballots (printable pdf)</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/christmas-party-theme-ideas/"><img data-pin-url="https://gamesandgatherings.com/christmas-party-theme-ideas/" data-pin-media="https://gamesandgatherings.com/wp-content/uploads/2022/12/Creative-Christmas-Party-Theme-Ideas-Pin.jpg" data-pin-description="A collection of the most creative and fun Christmas Party Theme Ideas that will entertain your guests and create holiday memories! From a mini tree trimming party, to a tropical Christmas paradise, to Christmas craft parties like scrapbooking or gingerbread houses! Check out all our Christmas party ideas and more at gamesandgatherings.com. Christmas party themes will help you plan a memorable and festive party for all ages!" data-pin-title="Creative Christmas Party Theme Ideas" data-pin-id="1135118281057441466" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="Gingerbread men with a candy cane attached to coffee mugs for a Candyland Christmas Party Theme." data-pin-nopin="true" aria-hidden="true" decoding="async" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/2022/12/Creative-and-Unique-Christmas-Party-Theme-Ideas-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/2022/12/Creative-and-Unique-Christmas-Party-Theme-Ideas-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/2022/12/Creative-and-Unique-Christmas-Party-Theme-Ideas-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/2022/12/Creative-and-Unique-Christmas-Party-Theme-Ideas-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/2022/12/Creative-and-Unique-Christmas-Party-Theme-Ideas-360x480.jpg" /><noscript><img data-pin-url="https://gamesandgatherings.com/christmas-party-theme-ideas/" data-pin-media="https://gamesandgatherings.com/wp-content/uploads/2022/12/Creative-Christmas-Party-Theme-Ideas-Pin.jpg" data-pin-description="A collection of the most creative and fun Christmas Party Theme Ideas that will entertain your guests and create holiday memories! From a mini tree trimming party, to a tropical Christmas paradise, to Christmas craft parties like scrapbooking or gingerbread houses! Check out all our Christmas party ideas and more at gamesandgatherings.com. Christmas party themes will help you plan a memorable and festive party for all ages!" data-pin-title="Creative Christmas Party Theme Ideas" data-pin-id="1135118281057441466" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/2022/12/Creative-and-Unique-Christmas-Party-Theme-Ideas-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="Gingerbread men with a candy cane attached to coffee mugs for a Candyland Christmas Party Theme." data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://gamesandgatherings.com/wp-content/uploads/2022/12/Creative-and-Unique-Christmas-Party-Theme-Ideas-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/2022/12/Creative-and-Unique-Christmas-Party-Theme-Ideas-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/2022/12/Creative-and-Unique-Christmas-Party-Theme-Ideas-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/2022/12/Creative-and-Unique-Christmas-Party-Theme-Ideas-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">The 15 Best Christmas Party Theme Ideas (in 2025)</div></a></li></ul></div></div></div>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-half"><li class="listing-item"><a href="https://gamesandgatherings.com/bakery-dramatic-play-printables/"><img data-pin-url="https://gamesandgatherings.com/bakery-dramatic-play-printables/" data-pin-media="https://gamesandgatherings.com/wp-content/uploads/Bakery-Dramatic-Play-Free-Printable-Pdf-files-Pinterest.jpg" data-pin-description="These free Bakery Dramatic Play pdfs (including an order form, menu, and printable treats) will provide hours of pretend play for your little bakers! Get these free printable pdfs and more kid activities at gamesandgatherings.com." data-pin-title="Free Bakery Dramatic Play Printables for Kids" data-pin-id="1135118281058517458" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A table with printed bakery dramatic play pages including play money, desserts, and an open sign plus some cupcake liners and a measuring spoon" data-pin-nopin="true" aria-hidden="true" decoding="async" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Bakery-Dramatic-Play-Free-Printable-Pdfs-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Bakery-Dramatic-Play-Free-Printable-Pdfs-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Bakery-Dramatic-Play-Free-Printable-Pdfs-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Bakery-Dramatic-Play-Free-Printable-Pdfs-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Bakery-Dramatic-Play-Free-Printable-Pdfs-360x480.jpg" /><noscript><img data-pin-url="https://gamesandgatherings.com/bakery-dramatic-play-printables/" data-pin-media="https://gamesandgatherings.com/wp-content/uploads/Bakery-Dramatic-Play-Free-Printable-Pdf-files-Pinterest.jpg" data-pin-description="These free Bakery Dramatic Play pdfs (including an order form, menu, and printable treats) will provide hours of pretend play for your little bakers! Get these free printable pdfs and more kid activities at gamesandgatherings.com." data-pin-title="Free Bakery Dramatic Play Printables for Kids" data-pin-id="1135118281058517458" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/Bakery-Dramatic-Play-Free-Printable-Pdfs-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="A table with printed bakery dramatic play pages including play money, desserts, and an open sign plus some cupcake liners and a measuring spoon" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://gamesandgatherings.com/wp-content/uploads/Bakery-Dramatic-Play-Free-Printable-Pdfs-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Bakery-Dramatic-Play-Free-Printable-Pdfs-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Bakery-Dramatic-Play-Free-Printable-Pdfs-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Bakery-Dramatic-Play-Free-Printable-Pdfs-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Free Bakery Dramatic Play Printables for Kids</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/christmas-unicorn-coloring-pages/"><img data-pin-url="https://gamesandgatherings.com/christmas-unicorn-coloring-pages/" data-pin-media="https://gamesandgatherings.com/wp-content/uploads/Free-Christmas-Unicorn-Coloring-Pages-Pin-by-Games-and-Gatherings.jpg" data-pin-description="🦄 Six adorable FREE Christmas Unicorn coloring pages that are easy to download and print. Turn them into a festive unicorn coloring book! Get these free printable pdfs and more kid activities at gamesandgatherings.com." data-pin-title="Free Christmas Unicorn Coloring Pages" data-pin-id="1135118281057812325" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="3 printable Christmas Unicorn coloring pages on a gold background with some crayons." data-pin-nopin="true" aria-hidden="true" decoding="async" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Free-Printable-Unicorn-Coloring-Sheets-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Free-Printable-Unicorn-Coloring-Sheets-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Free-Printable-Unicorn-Coloring-Sheets-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Free-Printable-Unicorn-Coloring-Sheets-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Free-Printable-Unicorn-Coloring-Sheets-360x480.jpg" /><noscript><img data-pin-url="https://gamesandgatherings.com/christmas-unicorn-coloring-pages/" data-pin-media="https://gamesandgatherings.com/wp-content/uploads/Free-Christmas-Unicorn-Coloring-Pages-Pin-by-Games-and-Gatherings.jpg" data-pin-description="🦄 Six adorable FREE Christmas Unicorn coloring pages that are easy to download and print. Turn them into a festive unicorn coloring book! Get these free printable pdfs and more kid activities at gamesandgatherings.com." data-pin-title="Free Christmas Unicorn Coloring Pages" data-pin-id="1135118281057812325" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/Free-Printable-Unicorn-Coloring-Sheets-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="3 printable Christmas Unicorn coloring pages on a gold background with some crayons." data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://gamesandgatherings.com/wp-content/uploads/Free-Printable-Unicorn-Coloring-Sheets-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Free-Printable-Unicorn-Coloring-Sheets-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Free-Printable-Unicorn-Coloring-Sheets-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Free-Printable-Unicorn-Coloring-Sheets-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Free Christmas Unicorn Coloring Pages</div></a></li><li class="listing-item"><a href="https://gamesandgatherings.com/easy-cute-christmas-coloring-pages/"><img data-pin-url="https://gamesandgatherings.com/easy-cute-christmas-coloring-pages/" data-pin-media="https://gamesandgatherings.com/wp-content/uploads/Free-Printable-Christmas-Coloring-Pages-by-Games-and-Gatherings.jpg" data-pin-description="These easy and cute Christmas coloring pages are 100% free, quick-to print and enjoy! You can easliy make your own DIY Christmas coloring book by downloading all 12 Christmas Coloring Sheets. Get more free printables at gamesandgatherings.com!" data-pin-title="Free Cute Christmas Coloring Pages" data-pin-id="1135118281057652965" width="360" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20480'%3E%3C/svg%3E" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="Three Printable Christmas Coloring Pages on a red background with some crayons" data-pin-nopin="true" aria-hidden="true" decoding="async" data-lazy-srcset="https://gamesandgatherings.com/wp-content/uploads/Free-Easy-Christmas-Coloring-Pages-Printables-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Free-Easy-Christmas-Coloring-Pages-Printables-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Free-Easy-Christmas-Coloring-Pages-Printables-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Free-Easy-Christmas-Coloring-Pages-Printables-640x853.jpg 640w" data-lazy-sizes="(max-width: 360px) 100vw, 360px" data-lazy-src="https://gamesandgatherings.com/wp-content/uploads/Free-Easy-Christmas-Coloring-Pages-Printables-360x480.jpg" /><noscript><img data-pin-url="https://gamesandgatherings.com/easy-cute-christmas-coloring-pages/" data-pin-media="https://gamesandgatherings.com/wp-content/uploads/Free-Printable-Christmas-Coloring-Pages-by-Games-and-Gatherings.jpg" data-pin-description="These easy and cute Christmas coloring pages are 100% free, quick-to print and enjoy! You can easliy make your own DIY Christmas coloring book by downloading all 12 Christmas Coloring Sheets. Get more free printables at gamesandgatherings.com!" data-pin-title="Free Cute Christmas Coloring Pages" data-pin-id="1135118281057652965" width="360" height="480" src="https://gamesandgatherings.com/wp-content/uploads/Free-Easy-Christmas-Coloring-Pages-Printables-360x480.jpg" class="feast_3x4_thumbnail fsri-image wp-post-image" alt="Three Printable Christmas Coloring Pages on a red background with some crayons" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://gamesandgatherings.com/wp-content/uploads/Free-Easy-Christmas-Coloring-Pages-Printables-360x480.jpg 360w, https://gamesandgatherings.com/wp-content/uploads/Free-Easy-Christmas-Coloring-Pages-Printables-720x960.jpg 720w, https://gamesandgatherings.com/wp-content/uploads/Free-Easy-Christmas-Coloring-Pages-Printables-180x240.jpg 180w, https://gamesandgatherings.com/wp-content/uploads/Free-Easy-Christmas-Coloring-Pages-Printables-640x853.jpg 640w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Free Cute Christmas Coloring Pages (easy to print!)</div></a></li></ul></div></div></aside></div></div><footer class="site-footer"><div class="wrap"><h2 class="screen-reader-text">Footer</h2><div class="feast-modern-footer">
<p class="has-text-align-center feast-button"><a href="#">↑ back to top</a></p>



<p class="has-text-align-center has-text-color has-link-color wp-elements-dab8f2a457167be5aab5876bdc34c252" style="color:#fb6a4a">We now share our <strong>games</strong> and <strong>free printables for kids</strong> at <a href="https://craftshareplay.com/"><strong><mark style="background-color:#fffeb9" class="has-inline-color has-luminous-vivid-orange-color">CraftSharePlay.com</mark></strong></a>.  Come visit us there! ✨</p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading" id="h-resources">Resources</h3>



<ul class="wp-block-list">
<li><a href="/privacy-policy/">Privacy Policy</a></li>



<li><a href="https://gamesandgatherings.com/disclaimer/">Disclaimer</a></li>



<li><a href="https://gamesandgatherings.com/terms-and-conditions/">Terms &amp; Conditions</a></li>
</ul>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading" id="h-updates">Updates</h3>



<ul class="wp-block-list">
<li><a href="https://www.pinterest.com/gamesandgatherings/" target="_blank" rel="noreferrer noopener">Find us on Pinterest</a></li>
</ul>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading" id="h-about">About</h3>



<ul class="wp-block-list">
<li><a href="https://gamesandgatherings.com/about/">About Us</a></li>



<li><a href="https://gamesandgatherings.com/contact/">Contact</a></li>



<li><a href="https://gamesandgatherings.com/frequently-asked-questions/">FAQ</a></li>
</ul>
</div>
</div>
</div></div>



<p class="has-text-align-center">As an Amazon Associate, I earn from qualifying purchases.</p>



<p class="has-text-align-center">Copyright © 2025 <strong>Games and Gatherings</strong>, all rights reserved.</p>
</div></div></footer></div><script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='//assets.pinterest.com/js/pinit.js' data-pin-hover='true' defer></script>
<script type="text/html" id="tmpl-tasty-pins-follow-box">
<div class="tasty-pins-follow-box-wrapper">
	<div class="tasty-pins-follow-box">
		<div class="tasty-pins-follow-box-header" style="background-image: url(https://gamesandgatherings.com/wp-content/uploads/2022/12/Confetti-party-image-small.jpg);">
			<button type="button" aria-label="close" class="tasty-pins-follow-box-close">
				<svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg">
					<g clip-path="url(#clip0)">
						<path d="M3.72545 9L0.313977 5.48191C-0.10466 5.0502 -0.10466 4.35023 0.313977 3.91816L1.07216 3.13629C1.4908 2.70457 2.16954 2.70457 2.58852 3.13629L6 6.65437L9.41148 3.13629C9.83011 2.70457 10.5089 2.70457 10.9278 3.13629L11.686 3.91816C12.1047 4.34988 12.1047 5.04984 11.686 5.48191L8.27455 9L11.686 12.5181C12.1047 12.9498 12.1047 13.6498 11.686 14.0818L10.9278 14.8637C10.5092 15.2954 9.83011 15.2954 9.41148 14.8637L6 11.3456L2.58852 14.8637C2.16989 15.2954 1.4908 15.2954 1.07216 14.8637L0.313977 14.0818C-0.10466 13.6501 -0.10466 12.9502 0.313977 12.5181L3.72545 9Z" fill="#515251"/>
					</g>
					<defs>
					<clipPath id="clip0">
						<rect width="12" height="18" fill="white" transform="matrix(-1 0 0 1 12 0)"/>
					</clipPath>
					</defs>
				</svg>
			</button>
			<div class="tasty-pins-follow-box-logo" style="background-image: url(https://gamesandgatherings.com/wp-content/uploads/2022/12/Games-and-Gatherings-Logo-Transparent.png); background-color: #555555;"></div>
		</div>
		<div class="tasty-pins-follow-box-inner">
			<h3>Games and Gatherings</h3>
			<p>Keep up with our FREE content by following us on Pinterest!</p>
			<a class="tasty-pins-follow-box-button" href="https://www.pinterest.com/gamesandgatherings/" style="background-color: #FB6A4A;color: #FFF;" target="_blank">
				Follow on
				<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
					<path d="M23.25 12C23.25 5.57812 18.0469 0.375 11.625 0.375C5.20312 0.375 0 5.57812 0 12C0 16.9688 3.04688 21.1406 7.35938 22.8281C7.26562 21.9375 7.17188 20.5312 7.40625 19.5C7.64062 18.6094 8.76562 13.7344 8.76562 13.7344C8.76562 13.7344 8.4375 13.0312 8.4375 12C8.4375 10.4062 9.375 9.1875 10.5469 9.1875C11.5312 9.1875 12 9.9375 12 10.8281C12 11.8125 11.3438 13.3125 11.0156 14.7188C10.7812 15.8438 11.625 16.7812 12.75 16.7812C14.8125 16.7812 16.4062 14.625 16.4062 11.4844C16.4062 8.67188 14.3906 6.75 11.5781 6.75C8.25 6.75 6.32812 9.23438 6.32812 11.7656C6.32812 12.7969 6.70312 13.875 7.17188 14.4375C7.26562 14.5312 7.26562 14.6719 7.26562 14.7656C7.17188 15.1406 6.9375 15.9375 6.9375 16.0781C6.89062 16.3125 6.75 16.3594 6.51562 16.2656C5.0625 15.5625 4.17188 13.4531 4.17188 11.7188C4.17188 8.0625 6.84375 4.6875 11.8594 4.6875C15.8906 4.6875 19.0312 7.59375 19.0312 11.4375C19.0312 15.4219 16.5 18.6562 12.9844 18.6562C11.8125 18.6562 10.6875 18.0469 10.3125 17.2969C10.3125 17.2969 9.75 19.5469 9.60938 20.0625C9.32812 21.0938 8.625 22.3594 8.15625 23.1094C9.23438 23.4844 10.4062 23.625 11.625 23.625C18.0469 23.625 23.25 18.4219 23.25 12Z" fill="white"/>
				</svg>
			</a>
		</div>
	</div>
	<div class="tasty-pins-follow-box-affiliate">
		<a target="_blank" href="#">powered by 
			<svg xmlns="http://www.w3.org/2000/svg" width="93" height="24" viewBox="0 0 428.22 110.38"><defs><style>.cls-3{stroke-miterlimit:10;stroke-width:3.06px;}</style></defs><title>Asset 7</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path fill="currentColor" d="M5.32,47.49c-2.22-.22-4.1-.44-4.1-2.88,0-3.44,2.44-6.54,7-6.66.11-2.33.22-4.1.67-8.21C9.87,20,15.86,13,23.4,13c5.1,0,7.43,1.78,7.43,6.54,0,3.44-1.33,6.1-7.21,17.86a77.68,77.68,0,0,0,9.54-.78,6.14,6.14,0,0,1,2.11,4.66c0,4.21-2.77,7.43-6.43,7.43a44,44,0,0,1-8.1-.67c-3,12.2-3.88,18.41-3.88,20.08,0,2.66.67,3.88,3,3.88,4.55,0,12.2-5.32,19.74-16C41.7,56,44,57.58,44,59.8c0,6.54-17,26.4-29.73,26.4C5.77,86.2,0,81.76,0,71.56,0,68.34,1.11,61.58,5.32,47.49Z"/><path fill="currentColor" d="M41.48,84.32c-6.32,0-11-5.21-11-15.31C30.5,52.37,44.25,35,55.35,35c1.55,0,2.33.22,2.88.78l.33-6.43a5.1,5.1,0,0,1,3.88-1.44c7.54,0,11.65,5.1,11.65,9a29.63,29.63,0,0,1-1.22,7.32c-3.88,14-5.32,21-5.32,23.85,0,2.22.44,2.55,1.33,2.55,2.22,0,8-4.21,15.08-14.2,2.33,0,4.1,1.44,4.1,3.44,0,7.21-18.41,25.07-26.4,25.07-4.88,0-8-2-8-9.1A33.38,33.38,0,0,1,54,71.45C50.47,81.54,45.36,84.32,41.48,84.32ZM57.67,42.94C52.13,46.49,46.8,55.7,46.8,64.24c0,4.1,1.33,4.55,2.88,4.55s3.11-1.11,4.44-2.77Z"/><path fill="currentColor" d="M91.5,60.25c0,2.33-1,4-2.88,6.1.89,4.88,4.66,8.21,7.21,8.21A2.27,2.27,0,0,0,98.16,72c0-5.66-6.43-19.08-6.43-26,0-9.32,7.54-15.75,17.64-15.75,6.43,0,10.2,2.77,10.2,8.1a8.87,8.87,0,0,1-2.33,6,15.37,15.37,0,0,0-5.88-1.33c-2.33,0-3.55.67-3.55,2.66,0,5,6.32,14.2,6.32,22.29,0,13.42-11.42,18.63-21.41,18.63-8.65,0-15.42-5.88-15.42-16.86,0-6.54,1.77-17.3,7.21-17.3C88.39,52.48,91.5,57.47,91.5,60.25Z"/><path fill="currentColor" d="M126.77,47.49c-2.22-.22-4.1-.44-4.1-2.88,0-3.44,2.44-6.54,7-6.66.11-2.33.22-4.1.67-8.21,1-9.76,7-16.75,14.53-16.75,5.1,0,7.43,1.78,7.43,6.54,0,3.44-1.33,6.1-7.21,17.86a77.68,77.68,0,0,0,9.54-.78,6.14,6.14,0,0,1,2.11,4.66c0,4.21-2.77,7.43-6.43,7.43a44,44,0,0,1-8.1-.67c-3,12.2-3.88,18.41-3.88,20.08,0,2.66.67,3.88,3,3.88,4.55,0,12.2-5.32,19.74-16,2.11,0,4.44,1.55,4.44,3.77,0,6.54-17,26.4-29.73,26.4-8.54,0-14.31-4.44-14.31-14.64C121.45,68.34,122.55,61.58,126.77,47.49Z"/><path fill="currentColor" d="M163,110.38c-7.76,0-14-4.88-14-12.64,0-5.43,3.11-10.43,8.1-10.43a13.2,13.2,0,0,1,2.88.55c.78,6.65,2.77,10.54,4.55,10.54s2.55-1.33,2.55-4.21c0-3.55-2.44-13.64-4.88-22.52-2.11-7.54-2.55-8.87-3.11-11.54a40.71,40.71,0,0,1-.78-8.32c0-9.76,7.76-18.52,16.08-18.52,4.21,0,6.32,1.55,6.32,4.88s-2.55,8-5.21,10.87c0,4.33.55,8.21,2.77,17.19,7.54-9.65,8.54-12.31,8.54-17.41,0-2.33-2.11-8.32-3.44-10.65.78-3.66,4.55-5.54,7.32-5.54,6.21,0,9.54,6.32,9.54,13,0,7-5.21,19.08-19,31.83a99,99,0,0,1,.55,10.87C181.89,103.06,173.13,110.38,163,110.38Z"/><path fill="currentColor" d="M259.09,35.73q.79-.1,1.86-.21t2.26-.18l2.36-.13q1.18-.05,2.28-.05a25.22,25.22,0,0,1,5.48.58,12.29,12.29,0,0,1,4.57,2A10,10,0,0,1,281,41.48a13.16,13.16,0,0,1,1.16,5.85A13.5,13.5,0,0,1,281,53.44a10.69,10.69,0,0,1-3.25,3.91,12.61,12.61,0,0,1-4.59,2.07,22.9,22.9,0,0,1-5.25.6l-1.76,0q-.76,0-1.65-.13V73.52a21.7,21.7,0,0,1-2.68.16l-1.34,0a10.66,10.66,0,0,1-1.34-.13Zm5.35,19.47q.84.11,1.47.16t1.84.05a15.38,15.38,0,0,0,3.23-.34,7.63,7.63,0,0,0,2.86-1.23,6.35,6.35,0,0,0,2-2.44,9.13,9.13,0,0,0,.76-4,8.88,8.88,0,0,0-.66-3.62,6,6,0,0,0-1.81-2.36,7,7,0,0,0-2.78-1.26,16,16,0,0,0-3.52-.37,32.55,32.55,0,0,0-3.41.16Z"/><path fill="currentColor" d="M298.25,35.78q.63-.1,1.31-.16c.45,0,.91-.05,1.36-.05s.91,0,1.36.05.89.09,1.31.16V73.52q-.63.1-1.29.16c-.44,0-.9.05-1.39.05s-.92,0-1.39-.05a12.53,12.53,0,0,1-1.29-.16Z"/><path fill="currentColor" d="M322.28,35.78q.58-.1,1.23-.16c.44,0,.85-.05,1.23-.05s.79,0,1.23.05.85.09,1.23.16l16.43,28.34V35.78q.63-.1,1.31-.16c.45,0,.91-.05,1.36-.05s.79,0,1.21.05.82.09,1.21.16V73.52c-.39.07-.8.12-1.23.16s-.85.05-1.23.05-.8,0-1.23-.05-.85-.09-1.23-.16L327.32,45.34V73.52c-.39.07-.8.12-1.23.16s-.87.05-1.29.05-.9,0-1.34-.05a10.38,10.38,0,0,1-1.18-.16Z"/><path fill="currentColor" d="M366.47,67.8a36.56,36.56,0,0,0,3.62,1.1,19.36,19.36,0,0,0,4.62.47q4.3,0,6.43-1.76a5.84,5.84,0,0,0,2.13-4.75,6.44,6.44,0,0,0-.45-2.52,4.86,4.86,0,0,0-1.34-1.81,10,10,0,0,0-2.23-1.39q-1.34-.63-3.12-1.36l-3-1.21a20.46,20.46,0,0,1-2.78-1.39,8.6,8.6,0,0,1-2.18-1.86,8.43,8.43,0,0,1-1.44-2.54,10.08,10.08,0,0,1-.52-3.44,9.19,9.19,0,0,1,3.25-7.48q3.25-2.7,9.13-2.7a26.14,26.14,0,0,1,4.78.42,25.27,25.27,0,0,1,4,1A16.38,16.38,0,0,1,386.2,41a26.16,26.16,0,0,0-3.28-.94,19.34,19.34,0,0,0-4.22-.42A8.36,8.36,0,0,0,373.61,41a4.7,4.7,0,0,0-1.78,4,4.23,4.23,0,0,0,.45,2,5.22,5.22,0,0,0,1.18,1.52,8.48,8.48,0,0,0,1.73,1.18,19,19,0,0,0,2.1.95l2.94,1.15a31.29,31.29,0,0,1,3.73,1.76,11.56,11.56,0,0,1,2.78,2.15,8.35,8.35,0,0,1,1.76,2.91,11.67,11.67,0,0,1,.6,3.94A10.53,10.53,0,0,1,385.36,71q-3.73,3.12-10.44,3.12-1.63,0-2.94-.11a23.89,23.89,0,0,1-2.44-.31,21,21,0,0,1-2.18-.52q-1.05-.31-2.15-.68a11.71,11.71,0,0,1,.47-2.36Q366,69,366.47,67.8Z"/><path fill="none" stroke="currentColor" d="M403.07,1.53A5.33,5.33,0,0,1,406.44,3l18.88,20a5.82,5.82,0,0,1,1.37,3.45v77.94a2,2,0,0,1-2,2H223.63a2,2,0,0,1-2-2V3.53a2,2,0,0,1,2-2Z"/></g></g></svg>
		</a>
	</div>
</div>
</script>
<script type='text/javascript' src='https://gamesandgatherings.com/wp-content/plugins/tasty-pins/assets/js/follow-box.js?v=1675513784' defer></script>
<style style="display: none !important;">.tasty-pins-follow-box{border-radius:10px;height:400px;overflow:hidden;width:400px}.tasty-pins-follow-box .tasty-pins-follow-box-header{background-position:50%;background-repeat:no-repeat;background-size:cover;height:143px;position:relative}.tasty-pins-follow-box .tasty-pins-follow-box-header:before{background-color:hsla(0,0%,77%,.5);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.tasty-pins-follow-box .tasty-pins-follow-box-logo{background-origin:content-box;background-position:50%;background-repeat:no-repeat;background-size:contain;border:3px solid #fff;border-radius:9999px;bottom:0;height:120px;left:50%;padding:15px;position:absolute;transform:translate(-50%,50%);width:120px}.tasty-pins-follow-box .tasty-pins-follow-box-inner{padding:60px 20px 10px;text-align:center}.tasty-pins-follow-box .tasty-pins-follow-box-inner h3{font-size:24px;margin:.25em 0}.tasty-pins-follow-box .tasty-pins-follow-box-inner p{font-size:18px;line-height:1.5;margin:0 0 1em}.tasty-pins-follow-box .tasty-pins-follow-box-button{align-items:center;border-radius:10px;display:inline-flex;font-size:16px;font-weight:700;letter-spacing:1px;padding:10px 20px;text-decoration:none;text-transform:uppercase}.tasty-pins-follow-box .tasty-pins-follow-box-button:hover{opacity:.8}.tasty-pins-follow-box-container{background:rgba(0,0,0,.75);bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.tasty-pins-follow-box-container .tasty-pins-follow-box-wrapper{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.tasty-pins-follow-box-container .tasty-pins-follow-box{background-color:#fff}.tasty-pins-follow-box-button svg{margin-left:8px}.tasty-pins-settings-preview-container .tasty-pins-follow-box .tasty-pins-follow-box-logo{height:86px;width:86px}.tasty-pins-settings-preview-container .tasty-pins-follow-box .tasty-pins-follow-box-inner{padding:72px 40px 10px}.tasty-pins-follow-box-close{align-items:center;background:hsla(0,0%,100%,.8);border:2px solid #fff;border-radius:50%;display:flex;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.3));height:28px;justify-content:center;padding:0;position:absolute;right:6px;top:6px;width:28px}.tasty-pins-follow-box-affiliate{width:400px}.tasty-pins-follow-box-affiliate a{align-items:center;color:#dfdfdf;display:flex;font-size:1.125em;justify-content:center;margin-top:10px;text-decoration:none}.tasty-pins-follow-box-affiliate a[href="#"]{display:none}.tasty-pins-follow-box-affiliate svg{margin-left:7px}
</style><script type="rocketlazyloadscript">window.wprm_recipes = {"recipe-3472":{"type":"other","name":"Free Printable Party Planning Guide","slug":"wprm-free-printable-party-planning-guide","image_url":"","rating":{"count":0,"total":0,"average":0,"type":{"comment":0,"no_comment":0,"user":0},"user":0},"ingredients":[],"originalServings":"0","originalServingsParsed":1,"currentServings":"0","currentServingsParsed":1,"currentServingsFormatted":"0","currentServingsMultiplier":1,"originalSystem":1,"currentSystem":1}}</script>    <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
    document.addEventListener('DOMContentLoaded', (event) => {
        // Get all links with the data-amazonimages attribute
        var links = document.querySelectorAll('a[data-amazonimages]');

        // Loop through all links
        for(let link of links){
            // Get the image within the link
            let img = link.querySelector('img');

            // Add the data-pin-nopin attribute to the image
            img.setAttribute('data-pin-nopin', '1');

            // Create a new link
            let newLink = document.createElement('a');

            // Set the href of the new link to be the same as the original link
            newLink.href = link.href;
			
			// Make the link open in a new tab
            newLink.target = '_blank';

            // Get the title of the link
            let fullTitle = link.title;

            // Split the title into words
            let titleWords = fullTitle.split(" ");

            // Limit the title to the first 5 words and append "..."
            let shortTitle = titleWords.slice(0, 5).join(" ") + "...↗";  // Changed the arrow

            // Add the shortened title to the new link
            newLink.innerText = shortTitle;

            // Apply CSS styles to the new link
            newLink.style.fontSize = '0.8em';
            newLink.style.fontWeight = '300';
            newLink.style.display = 'block';
            newLink.style.textAlign = 'center';
            newLink.style.marginTop = '-10px';  // Adjust this value to achieve the desired spacing

            // Insert the new link after the original link
            link.parentNode.insertBefore(newLink, link.nextSibling);
        }
    });
    </script>
    <div id="mv-grow-data" data-settings='{&quot;general&quot;:{&quot;contentSelector&quot;:false,&quot;show_count&quot;:{&quot;content&quot;:false,&quot;sidebar&quot;:false},&quot;isTrellis&quot;:false,&quot;license_last4&quot;:&quot;&quot;},&quot;post&quot;:null,&quot;shareCounts&quot;:[],&quot;shouldRun&quot;:true,&quot;buttonSVG&quot;:{&quot;share&quot;:{&quot;height&quot;:32,&quot;width&quot;:26,&quot;paths&quot;:[&quot;M20.8 20.8q1.984 0 3.392 1.376t1.408 3.424q0 1.984-1.408 3.392t-3.392 1.408-3.392-1.408-1.408-3.392q0-0.192 0.032-0.448t0.032-0.384l-8.32-4.992q-1.344 1.024-2.944 1.024-1.984 0-3.392-1.408t-1.408-3.392 1.408-3.392 3.392-1.408q1.728 0 2.944 0.96l8.32-4.992q0-0.128-0.032-0.384t-0.032-0.384q0-1.984 1.408-3.392t3.392-1.408 3.392 1.376 1.408 3.424q0 1.984-1.408 3.392t-3.392 1.408q-1.664 0-2.88-1.024l-8.384 4.992q0.064 0.256 0.064 0.832 0 0.512-0.064 0.768l8.384 4.992q1.152-0.96 2.88-0.96z&quot;]},&quot;pinterest&quot;:{&quot;height&quot;:32,&quot;width&quot;:23,&quot;paths&quot;:[&quot;M0 10.656q0-1.92 0.672-3.616t1.856-2.976 2.72-2.208 3.296-1.408 3.616-0.448q2.816 0 5.248 1.184t3.936 3.456 1.504 5.12q0 1.728-0.32 3.36t-1.088 3.168-1.792 2.656-2.56 1.856-3.392 0.672q-1.216 0-2.4-0.576t-1.728-1.568q-0.16 0.704-0.48 2.016t-0.448 1.696-0.352 1.28-0.48 1.248-0.544 1.12-0.832 1.408-1.12 1.536l-0.224 0.096-0.16-0.192q-0.288-2.816-0.288-3.36 0-1.632 0.384-3.68t1.184-5.152 0.928-3.616q-0.576-1.152-0.576-3.008 0-1.504 0.928-2.784t2.368-1.312q1.088 0 1.696 0.736t0.608 1.824q0 1.184-0.768 3.392t-0.8 3.36q0 1.12 0.8 1.856t1.952 0.736q0.992 0 1.824-0.448t1.408-1.216 0.992-1.696 0.672-1.952 0.352-1.984 0.128-1.792q0-3.072-1.952-4.8t-5.12-1.728q-3.552 0-5.952 2.304t-2.4 5.856q0 0.8 0.224 1.536t0.48 1.152 0.48 0.832 0.224 0.544q0 0.48-0.256 1.28t-0.672 0.8q-0.032 0-0.288-0.032-0.928-0.288-1.632-0.992t-1.088-1.696-0.576-1.92-0.192-1.92z&quot;]},&quot;facebook&quot;:{&quot;height&quot;:32,&quot;width&quot;:18,&quot;paths&quot;:[&quot;M17.12 0.224v4.704h-2.784q-1.536 0-2.080 0.64t-0.544 1.92v3.392h5.248l-0.704 5.28h-4.544v13.568h-5.472v-13.568h-4.544v-5.28h4.544v-3.904q0-3.328 1.856-5.152t4.96-1.824q2.624 0 4.064 0.224z&quot;]},&quot;twitter&quot;:{&quot;height&quot;:28,&quot;width&quot;:32,&quot;paths&quot;:[&quot;M25.2,1.5h4.9l-10.7,12.3,12.6,16.7h-9.9l-7.7-10.1-8.8,10.1H.6l11.5-13.1L0,1.5h10.1l7,9.2L25.2,1.5ZM23.5,27.5h2.7L8.6,4.3h-2.9l17.8,23.2Z&quot;]},&quot;email&quot;:{&quot;height&quot;:32,&quot;width&quot;:28,&quot;paths&quot;:[&quot;M18.56 17.408l8.256 8.544h-25.248l8.288-8.448 4.32 4.064zM2.016 6.048h24.32l-12.16 11.584zM20.128 15.936l8.224-7.744v16.256zM0 24.448v-16.256l8.288 7.776z&quot;]},&quot;grow&quot;:{&quot;height&quot;:32,&quot;width&quot;:40,&quot;paths&quot;:[&quot;M 40.0625 12.7344 C 40.0625 14.4219 40.0625 16.1094 40.0391 17.8086 C 39.9922 17.8711 39.9453 17.9219 39.9375 17.9766 C 39.8906 18.3164 39.875 18.6641 39.8047 19 C 39.4766 20.5898 39.0273 22.1406 38.2422 23.5781 C 37.6953 24.5781 37.043 25.4961 36.2617 26.3086 C 35.7773 26.8125 35.2383 27.2695 34.6914 27.7031 C 33.2227 28.8633 31.582 29.7227 29.8242 30.3281 C 28.6953 30.7148 27.5469 31.0586 26.3906 31.3438 C 25.5273 31.5625 24.6328 31.6836 23.7461 31.8008 C 23.0938 31.8867 22.4336 31.8906 21.7773 31.9414 C 21.7227 31.9453 21.6719 32.0195 21.6211 32.0625 C 21.1133 32.0625 20.6016 32.0625 20.082 32.043 C 19.8477 31.332 19.5703 30.6484 19.4063 29.9414 C 19.1328 28.7578 18.9023 27.5586 18.7031 26.3594 C 18.5742 25.5781 18.4766 24.7852 18.4531 23.9922 C 18.4258 22.9453 18.4648 21.8945 18.5117 20.8438 C 18.5391 20.2305 18.5703 19.6016 18.7109 19.0078 C 18.957 17.9609 19.2344 16.9141 19.5977 15.9063 C 20.1523 14.375 21 13.0039 22.125 11.8281 C 22.6602 11.2695 23.25 10.7617 23.8516 10.2773 C 25.0469 9.32031 26.3828 8.59766 27.7852 8.01172 C 29.0547 7.47656 30.3594 7.01953 31.7188 6.76563 C 33.043 6.51953 34.3672 6.27344 35.7031 6.09375 C 36.4063 5.99609 37.1328 6.03125 37.8477 6.01953 C 38.4727 6.00781 38.4883 6.01172 38.6602 6.62891 C 38.9922 7.80469 39.3359 8.98047 39.6016 10.168 C 39.7813 10.957 39.8281 11.7734 39.9414 12.5781 C 39.9492 12.6367 40.0195 12.6836 40.0625 12.7344 Z M 40.0625 12.7344&quot;,&quot;M 20.2617 0.0625 C 20.3633 0.152344 20.4258 0.257812 20.5195 0.324219 C 21.9844 1.36328 23.3203 2.55469 24.5352 3.875 C 25.2422 4.64063 25.8789 5.46875 26.5469 6.26953 C 26.5977 6.33203 26.6172 6.41406 26.6563 6.49609 C 25.4414 7.03125 24.293 7.66406 23.2383 8.44922 C 22.6992 8.85156 22.1719 9.27734 21.668 9.72266 C 20.6875 10.5859 19.8516 11.582 19.1563 12.6914 C 18.3164 14.0273 17.6719 15.457 17.3008 16.9961 C 17.0859 17.8984 16.8984 18.8086 16.7344 19.7188 C 16.6484 20.2148 16.6367 20.7227 16.5977 21.2227 C 16.5703 21.6445 16.5273 22.0664 16.5391 22.4883 C 16.5586 23.1914 16.6133 23.8945 16.6602 24.5977 C 16.6953 25.1016 16.7266 25.6016 16.793 26.1016 C 16.8906 26.8516 17.0078 27.6016 17.1367 28.3477 C 17.2266 28.8594 17.3516 29.3672 17.4805 29.9727 C 16.918 29.4297 16.4063 28.9531 15.9141 28.4531 C 15.6016 28.1328 15.3203 27.7734 15.0234 27.4375 C 14.0898 26.3945 13.25 25.2773 12.5313 24.0703 C 11.7539 22.7656 11.0625 21.4102 10.6758 19.9258 C 10.4688 19.1211 10.3203 18.2969 10.1836 17.4727 C 10.1016 16.9883 10.0313 16.4883 10.0586 16.0039 C 10.1055 15.1719 10.1953 14.3359 10.3359 13.5156 C 10.5664 12.1406 11.0469 10.8359 11.6836 9.60156 C 12.1758 8.64844 12.7461 7.72266 13.3555 6.83594 C 13.9023 6.04297 14.5195 5.29297 15.1563 4.57031 C 15.8359 3.79688 16.5391 3.03906 17.3008 2.35547 C 18.1289 1.60938 19.0391 0.953125 19.9141 0.253906 C 19.9727 0.210938 20.0156 0.152344 20.0508 0.0820312 C 20.1016 0.0625 20.168 0.0625 20.2617 0.0625 Z M 20.2617 0.0625&quot;,&quot;M 0.0625 14.75 C 0.105469 14.668 0.183594 14.6172 0.183594 14.5625 C 0.214844 14.0156 0.210938 13.4609 0.261719 12.9141 C 0.320312 12.2305 0.394531 11.5469 0.519531 10.8711 C 0.675781 10.0078 0.867188 9.15234 1.08594 8.30469 C 1.28516 7.54297 1.54297 6.79297 1.78906 6.04297 C 1.80859 5.97266 1.93359 5.89063 2.01172 5.89453 C 2.85938 5.92578 3.71094 5.9375 4.55469 6.02344 C 5.60938 6.13672 6.66797 6.27344 7.71094 6.47656 C 8.62109 6.65625 9.51172 6.94531 10.4063 7.1875 C 10.543 7.22266 10.6758 7.26953 10.8203 7.31641 C 10.5352 7.84766 10.2422 8.35547 9.98828 8.88281 C 9.27344 10.3672 8.69141 11.9023 8.46484 13.5508 C 8.34375 14.418 8.21484 15.2969 8.21875 16.1719 C 8.22656 17.5547 8.44531 18.9219 8.83594 20.2578 C 9.19141 21.4609 9.65625 22.6211 10.2383 23.7305 C 10.9141 25.0117 11.7031 26.2148 12.582 27.3633 C 13.6094 28.707 14.7891 29.9063 15.9844 31.0898 C 16.2188 31.3242 16.4766 31.5352 16.793 31.8164 C 16.3203 31.7617 15.9414 31.7461 15.5742 31.6719 C 14.6875 31.4961 13.8047 31.3203 12.9297 31.0977 C 11.6641 30.7773 10.4258 30.3594 9.23047 29.8281 C 8.13672 29.3477 7.09766 28.7813 6.12109 28.0977 C 4.99219 27.3086 4.01172 26.3633 3.14453 25.2852 C 2.11719 24.0078 1.39453 22.5742 0.949219 21.0078 C 0.671875 20.0273 0.515625 19.0156 0.320312 18.0117 C 0.210938 17.4414 0.171875 16.8633 0.1875 16.2852 C 0.1875 16.2188 0.136719 16.1523 0.0859375 16.1094 C 0.0625 15.6797 0.0625 15.2305 0.0625 14.75 Z M 0.0625 14.75&quot;]},&quot;grow_override&quot;:{&quot;height&quot;:14,&quot;width&quot;:14,&quot;paths&quot;:[&quot;M7 12.04L6.13 11.2464C3.04 8.43681 1 6.57715 1 4.30899C1 2.45054 2.452 1 4.3 1C5.344 1 6.346 1.48732 7 2.2514C7.654 1.48732 8.656 1 9.7 1C11.548 1 13 2.45054 13 4.30899C13 6.57715 10.96 8.43681 7.87 11.2464L7 12.04Z&quot;]}}}'></div><style type="text/css" media="screen">#simple-social-icons-3 ul li a, #simple-social-icons-3 ul li a:hover, #simple-social-icons-3 ul li a:focus { background-color: #fb6a4a !important; border-radius: 15px; color: #ffffff !important; border: 0px #ffffff solid !important; font-size: 25px; padding: 13px; }  #simple-social-icons-3 ul li a:hover, #simple-social-icons-3 ul li a:focus { background-color: #fdd8c5 !important; border-color: #ffffff !important; color: #000000 !important; }  #simple-social-icons-3 ul li a:focus { outline: 1px dotted #fdd8c5 !important; } #simple-social-icons-3 ul li a, #simple-social-icons-3 ul li a:hover, #simple-social-icons-3 ul li a:focus { background-color: #fb6a4a !important; border-radius: 15px; color: #ffffff !important; border: 0px #ffffff solid !important; font-size: 25px; padding: 13px; }  #simple-social-icons-3 ul li a:hover, #simple-social-icons-3 ul li a:focus { background-color: #fdd8c5 !important; border-color: #ffffff !important; color: #000000 !important; }  #simple-social-icons-3 ul li a:focus { outline: 1px dotted #fdd8c5 !important; }</style><script id="eafl-public-js-extra">
var eafl_public = {"home_url":"https://gamesandgatherings.com/","ajax_url":"https://gamesandgatherings.com/wp-admin/admin-ajax.php","nonce":"5c24bc2f44"};
//# sourceURL=eafl-public-js-extra
</script>
<script src="https://gamesandgatherings.com/wp-content/plugins/easy-affiliate-links/dist/public.js?ver=3.8.0" id="eafl-public-js" defer></script>
<script id="eic_public-js-extra">
var eic_public = {"responsive_breakpoint":"300","responsive_layout":"0"};
//# sourceURL=eic_public-js-extra
</script>
<script src="https://gamesandgatherings.com/wp-content/plugins/easy-image-collage-premium/core/js/public.js?ver=1.13.4" id="eic_public-js" defer></script>
<script id="feast-public-js-js-extra">
var feastJSData = {"yoastFaqEnabled":""};
//# sourceURL=feast-public-js-js-extra
</script>
<script src="https://gamesandgatherings.com/wp-content/plugins/feast-plugin/assets/js/dev/feast-public-js.js?ver=14.9.0" id="feast-public-js-js" defer></script>
<script id="rate-my-post-js-extra">
var rmp_frontend = {"admin_ajax":"https://gamesandgatherings.com/wp-admin/admin-ajax.php","postID":"3024","noVotes":"No votes so far! Be the first to rate this post.","cookie":"You already voted! This vote will not be counted!","afterVote":"\ud83d\ude4f Thank you for rating!","notShowRating":"1","social":"2","feedback":"2","cookieDisable":"2","emptyFeedback":"Please insert your feedback in the box above!","hoverTexts":"2","preventAccidental":"2","grecaptcha":"1","siteKey":"","votingPriv":"1","loggedIn":"","positiveThreshold":"4","ajaxLoad":"1","disableClearCache":"1","nonce":"94e16a8e07","is_not_votable":"false"};
//# sourceURL=rate-my-post-js-extra
</script>
<script src="https://gamesandgatherings.com/wp-content/plugins/rate-my-post/public/js/rate-my-post.min.js?ver=4.4.4" id="rate-my-post-js" defer></script>
<script src="https://gamesandgatherings.com/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=3.4.0" id="skip-links-js" defer></script>
<script id="dpsp-frontend-js-pro-js-extra">
var dpsp_ajax_send_save_this_email = {"ajax_url":"https://gamesandgatherings.com/wp-admin/admin-ajax.php","dpsp_token":"0b9b8532c0"};
//# sourceURL=dpsp-frontend-js-pro-js-extra
</script>
<script async data-noptimize  data-cfasync="false" src="https://gamesandgatherings.com/wp-content/plugins/social-pug/assets/dist/front-end-free.js?ver=1.36.3" id="dpsp-frontend-js-pro-js"></script>
<script id="wprm-public-js-extra">
var wprm_public = {"user":"0","endpoints":{"analytics":"https://gamesandgatherings.com/wp-json/wp-recipe-maker/v1/analytics","integrations":"https://gamesandgatherings.com/wp-json/wp-recipe-maker/v1/integrations","manage":"https://gamesandgatherings.com/wp-json/wp-recipe-maker/v1/manage","utilities":"https://gamesandgatherings.com/wp-json/wp-recipe-maker/v1/utilities"},"settings":{"jump_output_hash":true,"features_comment_ratings":true,"template_color_comment_rating":"#343434","instruction_media_toggle_default":"on","video_force_ratio":false,"analytics_enabled":true,"google_analytics_enabled":false,"print_new_tab":true,"print_recipe_identifier":"slug"},"post_id":"3024","home_url":"https://gamesandgatherings.com/","print_slug":"print-content","permalinks":"/%postname%/","ajax_url":"https://gamesandgatherings.com/wp-admin/admin-ajax.php","nonce":"91bf9ad69e","api_nonce":"e93e0041cd","translations":{"Select a collection":"Select a collection","Select a column":"Select a column","Select a group":"Select a group","Shopping List":"Shopping List","Print":"Print","Print Collection":"Print Collection","Print Recipes":"Print Recipes","Hide Nutrition Facts":"Hide Nutrition Facts","Show Nutrition Facts":"Show Nutrition Facts","Are you sure you want to remove all items from this collection?":"Are you sure you want to remove all items from this collection?","Clear Items":"Clear Items","Description for this collection:":"Description for this collection:","Change Description":"Change Description","Set Description":"Set Description","Save to my Collections":"Save to my Collections","None":"None","Blue":"Blue","Red":"Red","Green":"Green","Yellow":"Yellow","Note":"Note","Color":"Color","Name":"Name","Ingredients":"Ingredients","cup":"cup","olive oil":"olive oil","Add Ingredient":"Add Ingredient","Edit Ingredients":"Edit Ingredients","Text":"Text","Nutrition Facts (per serving)":"Nutrition Facts (per serving)","Add Column":"Add Column","Edit Columns":"Edit Columns","Add Group":"Add Group","Edit Groups":"Edit Groups","Add Item":"Add Item","Remove Items":"Remove Items","Columns & Groups":"Columns & Groups","Remove All Items":"Remove All Items","Stop Removing Items":"Stop Removing Items","Actions":"Actions","Click to add:":"Click to add:","Drag and drop to add:":"Drag and drop to add:","Load more...":"Load more...","Search Recipes":"Search Recipes","Search Ingredients":"Search Ingredients","Add Custom Recipe":"Add Custom Recipe","Add Note":"Add Note","Add from Collection":"Add from Collection","Start typing to search...":"Start typing to search...","Your Collections":"Your Collections","Editing User":"Editing User","Cancel":"Cancel","Go Back":"Go Back","Edit Item":"Edit Item","Change Name":"Change Name","Move Left":"Move Left","Move Right":"Move Right","Duplicate":"Duplicate","Delete Column":"Delete Column","Are you sure you want to delete?":"Are you sure you want to delete?","Click to set name":"Click to set name","Set a new amount for this ingredient:":"Set a new amount for this ingredient:","Set the number of servings":"Set the number of servings","servings":"servings","View Recipe":"View Recipe","Edit Custom Recipe":"Edit Custom Recipe","Edit Note":"Edit Note","Duplicate Item":"Duplicate Item","Change Servings":"Change Servings","Remove Item":"Remove Item","Move Up":"Move Up","Move Down":"Move Down","Delete Group":"Delete Group","Nutrition Facts":"Nutrition Facts","Click to confirm...":"Click to confirm...","Are you sure you want to delete all items in":"Are you sure you want to delete all items in","Stop Editing":"Stop Editing","Recipe":"Recipe","Regenerate Shopping List":"Regenerate Shopping List","Print Shopping List":"Print Shopping List","The link copied to your clipboard will allow others to edit this shopping list.":"The link copied to your clipboard will allow others to edit this shopping list.","Copy this link to allow others to edit this shopping list:":"Copy this link to allow others to edit this shopping list:","Share Edit Link":"Share Edit Link","Save Shopping List":"Save Shopping List","Edit Shopping List":"Edit Shopping List","Generate Shopping List":"Generate Shopping List","Remove All":"Remove All","Shopping List Options":"Shopping List Options","Include ingredient notes":"Include ingredient notes","Preferred Unit System":"Preferred Unit System","Deselect all":"Deselect all","Select all":"Select all","Collection":"Collection","Unnamed":"Unnamed","remove":"remove","There are unsaved changes. Are you sure you want to leave this page?":"There are unsaved changes. Are you sure you want to leave this page?","Make sure to select some recipes for the shopping list first.":"Make sure to select some recipes for the shopping list first.","Are you sure you want to generate a new shopping list for this collection? You will only be able to access this shopping list again with the share link.":"Are you sure you want to generate a new shopping list for this collection? You will only be able to access this shopping list again with the share link.","The shopping list could not be saved. Try again later.":"The shopping list could not be saved. Try again later.","Are you sure you want to remove all recipes from this shopping list?":"Are you sure you want to remove all recipes from this shopping list?","Back":"Back","Make sure to save the shopping list before printing.":"Make sure to save the shopping list before printing.","No recipes have been added to the shopping list yet.":"No recipes have been added to the shopping list yet.","Click the cart icon in the top right to generate the shopping list.":"Click the cart icon in the top right to generate the shopping list.","Select recipes and click the cart icon in the top right to generate the shopping list.":"Select recipes and click the cart icon in the top right to generate the shopping list.","Click the cart icon in the top right to generate a new shopping list.":"Click the cart icon in the top right to generate a new shopping list.","Right click and copy this link to allow others to edit this shopping list.":"Right click and copy this link to allow others to edit this shopping list.","List":"List","Are you sure you want to delete this group, and all of the items in it?":"Are you sure you want to delete this group, and all of the items in it?","Your shopping list is empty.":"Your shopping list is empty.","Group":"Group","Add Collection":"Add Collection","Empty Collection":"Empty Collection","Add Pre-made Collection":"Add Pre-made Collection","Edit Collections":"Edit Collections","Select a collection to add for this user":"Select a collection to add for this user","Add Saved Collection":"Add Saved Collection","Delete":"Delete","Recipes":"Recipes","Nothing to add products to yet.":"Nothing to add products to yet.","In recipe":"In recipe","Product":"Product","Amount needed":"Amount needed","Change Product":"Change Product","A name is required for this saved nutrition ingredient.":"A name is required for this saved nutrition ingredient.","Save a new Custom Ingredient":"Save a new Custom Ingredient","Amount":"Amount","Unit":"Unit","Name (required)":"Name (required)","Save for Later & Use":"Save for Later & Use","Use":"Use","Select a saved ingredient":"Select a saved ingredient","Match this equation to get the correct amounts:":"Match this equation to get the correct amounts:","Cancel Calculation":"Cancel Calculation","Go to Next Step":"Go to Next Step","Use These Values":"Use These Values","Nutrition Calculation":"Nutrition Calculation","n/a":"n/a","Values of all the checked ingredients will be added together and":"Values of all the checked ingredients will be added together and","divided by":"divided by","the number of servings for this recipe.":"the number of servings for this recipe.","Values of all the checked ingredients will be added together.":"Values of all the checked ingredients will be added together.","API Ingredients":"API Ingredients","Custom Ingredients":"Custom Ingredients","Recipe Nutrition Facts Preview":"Recipe Nutrition Facts Preview","Changes to these values can be made after confirming with the blue button.":"Changes to these values can be made after confirming with the blue button.","Select or search for a saved ingredient":"Select or search for a saved ingredient","No ingredients set for this recipe.":"No ingredients set for this recipe.","Used in Recipe":"Used in Recipe","Used for Calculation":"Used for Calculation","Nutrition Source":"Nutrition Source","Match & Units":"Match & Units","API":"API","Saved/Custom":"Saved/Custom","no match found":"no match found","Units n/a":"Units n/a","Find a match for:":"Find a match for:","Search":"Search","No ingredients found for":"No ingredients found for","No ingredients found.":"No ingredients found.","Results for":"Results for","Editing Equipment Affiliate Fields":"Editing Equipment Affiliate Fields","The fields you set here will affect all recipes using this equipment.":"The fields you set here will affect all recipes using this equipment.","Regular Links":"Regular Links","Images":"Images","HTML Code":"HTML Code","Images and HTML code only show up when the Equipment block is set to the \"Images\" display style in the Template Editor.":"Images and HTML code only show up when the Equipment block is set to the \"Images\" display style in the Template Editor.","Save Changes":"Save Changes","other recipe(s) affected":"other recipe(s) affected","This can affect other recipes":"This can affect other recipes","Edit Link":"Edit Link","Remove Link":"Remove Link","Are you sure you want to delete this link?":"Are you sure you want to delete this link?","Set Affiliate Link":"Set Affiliate Link","Edit Image":"Edit Image","Remove Image":"Remove Image","Add Image":"Add Image","This feature is only available in":"This feature is only available in","You need to set up this feature on the WP Recipe Maker \u003E Settings \u003E Unit Conversion page first.":"You need to set up this feature on the WP Recipe Maker \u003E Settings \u003E Unit Conversion page first.","Original Unit System for this recipe":"Original Unit System for this recipe","Use Default":"Use Default","First Unit System":"First Unit System","Second Unit System":"Second Unit System","Conversion":"Conversion","Converted":"Converted","Original":"Original","Convert All Automatically":"Convert All Automatically","Convert":"Convert","Keep Unit":"Keep Unit","Automatically":"Automatically","Weight Units":"Weight Units","Volume Units":"Volume Units","Convert...":"Convert...","Ingredient Link Type":"Ingredient Link Type","Global: the same link will be used for every recipe with this ingredient":"Global: the same link will be used for every recipe with this ingredient","Custom: these links will only affect the recipe below":"Custom: these links will only affect the recipe below","Use Global Links":"Use Global Links","Custom Links for this Recipe only":"Custom Links for this Recipe only","Edit Global Links":"Edit Global Links","Affiliate Link":"Affiliate Link","No link set":"No link set","No equipment set for this recipe.":"No equipment set for this recipe.","Regular Link":"Regular Link","Image":"Image","Edit Affiliate Fields":"Edit Affiliate Fields","No HTML set":"No HTML set","Editing Global Ingredient Links":"Editing Global Ingredient Links","All fields are required.":"All fields are required.","Something went wrong. Make sure this key does not exist yet.":"Something went wrong. Make sure this key does not exist yet.","Are you sure you want to close without saving changes?":"Are you sure you want to close without saving changes?","Editing Custom Field":"Editing Custom Field","Creating new Custom Field":"Creating new Custom Field","Type":"Type","Key":"Key","my-custom-field":"my-custom-field","My Custom Field":"My Custom Field","Save":"Save","Editing Product":"Editing Product","Setting Product":"Setting Product","Product ID":"Product ID","No product set yet":"No product set yet","Product Name":"Product Name","Unset Product":"Unset Product","Search for products":"Search for products","No products found":"No products found","A label and key are required.":"A label and key are required.","Editing Nutrient":"Editing Nutrient","Creating new Nutrient":"Creating new Nutrient","Custom":"Custom","Calculated":"Calculated","my-custom-nutrient":"my-custom-nutrient","Label":"Label","My Custom Nutrient":"My Custom Nutrient","mg":"mg","Daily Need":"Daily Need","Calculation":"Calculation","Learn more":"Learn more","Decimal Precision":"Decimal Precision","Order":"Order","Loading...":"Loading...","Editing Nutrition Ingredient":"Editing Nutrition Ingredient","Creating new Nutrition Ingredient":"Creating new Nutrition Ingredient","Are you sure you want to overwrite the existing values?":"Are you sure you want to overwrite the existing values?","Import values from recipe":"Import values from recipe","Cancel import":"Cancel import","Use this recipe":"Use this recipe","Sort:":"Sort:","Filter:":"Filter:","Edit Recipe Submission":"Edit Recipe Submission","Approve Submission":"Approve Submission","Approve Submission & Add to new Post":"Approve Submission & Add to new Post","Delete Recipe Submission":"Delete Recipe Submission","Are you sure you want to delete":"Are you sure you want to delete","ID":"ID","Date":"Date","User":"User","Edit Nutrient":"Edit Nutrient","Delete Custom Nutrient":"Delete Custom Nutrient","Active":"Active","View and edit collections for this user":"View and edit collections for this user","User ID":"User ID","Display Name":"Display Name","Email":"Email","# Collections":"# Collections","Show All":"Show All","Has Saved Collections":"Has Saved Collections","Does not have Saved Collections":"Does not have Saved Collections","# Items in Inbox":"# Items in Inbox","# Items in Collections":"# Items in Collections","Your Custom Fields":"Your Custom Fields","Custom Field":"Custom Field","Custom Fields":"Custom Fields","Custom Nutrition Ingredient":"Custom Nutrition Ingredient","Custom Nutrition":"Custom Nutrition","Custom Nutrient":"Custom Nutrient","Custom Nutrients":"Custom Nutrients","Features":"Features","Saved Collection":"Saved Collection","Saved Collections":"Saved Collections","User Collection":"User Collection","User Collections":"User Collections","Recipe Submissions":"Recipe Submissions","Recipe Submission":"Recipe Submission","Edit Field":"Edit Field","Delete Field":"Delete Field","Edit Custom Ingredient":"Edit Custom Ingredient","Delete Custom Ingredient":"Delete Custom Ingredient","Edit Saved Collection":"Edit Saved Collection","Reload Recipes":"Reload Recipes","Duplicate Saved Collection":"Duplicate Saved Collection","Delete Saved Collection":"Delete Saved Collection","Description":"Description","Default":"Default","Enable to make this a default collection for new users. Does not affect those who have used the collections feature before.":"Enable to make this a default collection for new users. Does not affect those who have used the collections feature before.","Push to All":"Push to All","Enable to push this collection to everyone using the collections feature. Will affect both new and existing users and add this collection to their list.":"Enable to push this collection to everyone using the collections feature. Will affect both new and existing users and add this collection to their list.","Template":"Template","Enable to make this saved collection show up as an option after clicking \"Add Collection\". This would usually be an empty collection with a specific structure like \"Empty Week Plan\".":"Enable to make this saved collection show up as an option after clicking \"Add Collection\". This would usually be an empty collection with a specific structure like \"Empty Week Plan\".","Quick Add":"Quick Add","Enable to make this saved collection show up after clicking on \"Add Pre-made Collection\". Can be used to give users easy access to the meal plans you create.":"Enable to make this saved collection show up after clicking on \"Add Pre-made Collection\". Can be used to give users easy access to the meal plans you create.","What do you want the new order to be?":"What do you want the new order to be?","Save Collection Link":"Save Collection Link","# Items":"# Items"},"version":{"free":"10.2.4","elite":"8.7.0"}};
//# sourceURL=wprm-public-js-extra
</script>
<script src="https://gamesandgatherings.com/wp-content/plugins/wp-recipe-maker/dist/public-modern.js?ver=10.2.4" id="wprm-public-js" defer></script>
<script id="wprmp-public-js-extra">
var wprmp_public = {"endpoints":{"private_notes":"https://gamesandgatherings.com/wp-json/wp-recipe-maker/v1/private-notes","collections":"https://gamesandgatherings.com/wp-json/wp/v2/wprm_collection","collections_helper":"https://gamesandgatherings.com/wp-json/wp-recipe-maker/v1/recipe-collections"},"settings":{"recipe_template_mode":"modern","features_adjustable_servings":true,"adjustable_servings_round_to_decimals":"2","unit_conversion_temperature_conversion":false,"unit_conversion_system_1_temperature":"F","unit_conversion_system_2_temperature":"C","fractions_enabled":false,"fractions_use_mixed":true,"fractions_use_symbols":true,"fractions_max_denominator":"8","unit_conversion_system_1_fractions":true,"unit_conversion_system_2_fractions":true,"unit_conversion_enabled":false,"decimal_separator":"point","features_comment_ratings":true,"features_user_ratings":true,"user_ratings_thank_you_message":"Thank you for voting!","user_ratings_force_comment":"4_star","user_ratings_force_comment_scroll_to":"","servings_changer_display":"tooltip_slider","template_ingredient_list_style":"disc","template_instruction_list_style":"decimal","template_color_icon":"#343434","recipe_collections_scroll_to_top":true,"recipe_collections_scroll_to_top_offset":"30"},"timer":{"sound_file":"https://gamesandgatherings.com/wp-content/plugins/wp-recipe-maker-premium/assets/sounds/alarm.mp3","text":{"start_timer":"Click to Start Timer"},"icons":{"pause":"\u003Csvg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\"\u003E\u003Cg \u003E\u003Cpath fill=\"#fffefe\" d=\"M9,2H4C3.4,2,3,2.4,3,3v18c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V3C10,2.4,9.6,2,9,2z\"/\u003E\u003Cpath fill=\"#fffefe\" d=\"M20,2h-5c-0.6,0-1,0.4-1,1v18c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V3C21,2.4,20.6,2,20,2z\"/\u003E\u003C/g\u003E\u003C/svg\u003E","play":"\u003Csvg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\"\u003E\u003Cg \u003E\u003Cpath fill=\"#fffefe\" d=\"M6.6,2.2C6.3,2,5.9,1.9,5.6,2.1C5.2,2.3,5,2.6,5,3v18c0,0.4,0.2,0.7,0.6,0.9C5.7,22,5.8,22,6,22c0.2,0,0.4-0.1,0.6-0.2l12-9c0.3-0.2,0.4-0.5,0.4-0.8s-0.1-0.6-0.4-0.8L6.6,2.2z\"/\u003E\u003C/g\u003E\u003C/svg\u003E","close":"\u003Csvg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\"\u003E\u003Cg \u003E\u003Cpath fill=\"#fffefe\" d=\"M22.7,4.3l-3-3c-0.4-0.4-1-0.4-1.4,0L12,7.6L5.7,1.3c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4L7.6,12l-6.3,6.3c-0.4,0.4-0.4,1,0,1.4l3,3c0.4,0.4,1,0.4,1.4,0l6.3-6.3l6.3,6.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4L16.4,12l6.3-6.3C23.1,5.3,23.1,4.7,22.7,4.3z\"/\u003E\u003C/g\u003E\u003C/svg\u003E"}},"recipe_submission":{"max_file_size":838860800,"text":{"image_size":"The image file is too large"}},"collections":{"default":{"inbox":{"id":0,"name":"Inbox","nbrItems":0,"columns":[{"id":0,"name":"Recipes"}],"groups":[{"id":0,"name":""}],"items":{"0-0":[]}},"user":[]}},"user":"0","add_to_collection":{"access":"everyone","behaviour":"inbox","placement":"bottom","not_logged_in":"hide","not_logged_in_redirect":"","not_logged_in_tooltip":"","collections":{"inbox":"Inbox","user":[]}},"quick_access_shopping_list":{"access":"everyone"}};
//# sourceURL=wprmp-public-js-extra
</script>
<script src="https://gamesandgatherings.com/wp-content/plugins/wp-recipe-maker-premium/dist/public-elite.js?ver=8.7.0" id="wprmp-public-js" defer></script>
<style type="text/css">.wprm-recipe-template-jump-download {
    font-family: inherit; /*wprm_font_family type=font*/
    font-size: 1em; /*wprm_font_size type=font_size*/
    text-align: center; /*wprm_text_align type=align*/
    margin-top: 0px; /*wprm_margin_top type=size*/
    margin-bottom: 15px; /*wprm_margin_bottom type=size*/
}.wprm-recipe-template-printables-horizontal-downloads .wprm-block-text-light {
    margin-bottom: 5px !important;
}

.wprm-recipe-template-printables-horizontal-downloads .wprm-recipe-notes {
  font-weight: 300 !important;}

.wprm-recipe-template-printables-horizontal-downloads {
  font-weight: 300 !important;}

.wprm-recipe-template-printables-horizontal-downloads {
    margin: 20px auto;
    background-color: #ffffff; /*wprm_background type=color*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; /*wprm_main_font_family type=font*/
    font-size: 1em; /*wprm_main_font_size type=font_size*/
    line-height: 1.5em !important; /*wprm_main_line_height type=font_size*/
    color: #333333; /*wprm_main_text type=color*/
    max-width: 950px; /*wprm_max_width type=size*/
}

.wprm-recipe-template-printables-horizontal-downloads p {
    line-height: 1em !important;
}

.wprm-recipe-template-printables-horizontal-downloads a {
  font-weight:500;
    color: #fb6a4a; /*wprm_link type=color*/
  text-decoration: none !important;
}
.wprm-recipe-template-printables-horizontal-downloads li {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; /*wprm_main_font_family type=font*/
    font-size: 1em !important;
    line-height: 1.5em !important; /*wprm_main_line_height type=font_size*/
}
.wprm-recipe-template-printables-horizontal-downloads li {
    margin: 0 0 0 32px !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
}
}
.rtl .wprm-recipe-template-printables-horizontal-downloads li {
    margin: 0 32px 0 0 !important;
}
.wprm-recipe-template-printables-horizontal-downloads ol, .wprm-recipe-template-printables-horizontal-downloads ul {
    margin: 0 !important;
    padding: 0 !important;
}
.wprm-recipe-template-printables-horizontal-downloads br {
    display: none;
}
.wprm-recipe-template-printables-horizontal-downloads .wprm-recipe-name,
.wprm-recipe-template-printables-horizontal-downloads .wprm-recipe-header {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; /*wprm_header_font_family type=font*/
    color: #212121; /*wprm_header_text type=color*/
    line-height: 1.3em; /*wprm_header_line_height type=font_size*/
}
.wprm-recipe-template-printables-horizontal-downloads h1,
.wprm-recipe-template-printables-horizontal-downloads h2,
.wprm-recipe-template-printables-horizontal-downloads h3,
.wprm-recipe-template-printables-horizontal-downloads h4,
.wprm-recipe-template-printables-horizontal-downloads h5,
.wprm-recipe-template-printables-horizontal-downloads h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; /*wprm_header_font_family type=font*/
    color: #212121; /*wprm_header_text type=color*/
    line-height: 1.3em; /*wprm_header_line_height type=font_size*/
    margin: 0 !important;
    padding: 0 !important;
}

.wprm-recipe-template-printables-horizontal-downloads h1 {
    font-size: 2em; /*wprm_h1_size type=font_size*/
}
.wprm-recipe-template-printables-horizontal-downloads h2 {
    font-size: 1.8em; /*wprm_h2_size type=font_size*/
}
.wprm-recipe-template-printables-horizontal-downloads h3 {
    font-size: 1.6em; /*wprm_h3_size type=font_size*/
}
.wprm-recipe-template-printables-horizontal-downloads h4 {
    font-size: 1em; /*wprm_h4_size type=font_size*/
}
.wprm-recipe-template-printables-horizontal-downloads h5 {
    font-size: 1em; /*wprm_h5_size type=font_size*/
}
.wprm-recipe-template-printables-horizontal-downloads h6 {
    font-size: 1em; /*wprm_h6_size type=font_size*/
}.wprm-recipe-template-printables-horizontal-downloads {
    font-size: 1em; /*wprm_main_font_size type=font_size*/
	border-style: solid; /*wprm_border_style type=border*/
	border-width: 0px; /*wprm_border_width type=size*/
	border-color: #000000; /*wprm_border type=color*/
    padding: 10px;
    background-color: #ffffff; /*wprm_background type=color*/
    max-width: 950px; /*wprm_max_width type=size*/
}
.wprm-recipe-template-printables-horizontal-downloads a {
    color: #fb6a4a; /*wprm_link type=color*/
}
.wprm-recipe-template-printables-horizontal-downloads .wprm-recipe-name {
    line-height: 1.3em;
    font-weight: 600 !important;
}
.wprm-recipe-template-printables-horizontal-downloads .wprm-template-chic-buttons {
	clear: both;
    font-size: 0.9em;
    text-align: center;
}
.wprm-recipe-template-printables-horizontal-downloads .wprm-template-chic-buttons .wprm-recipe-icon {
    margin-right: 5px;
}
.wprm-recipe-template-printables-horizontal-downloads .wprm-recipe-header {
	margin-bottom: 0.5em !important;
}
.wprm-recipe-template-printables-horizontal-downloads .wprm-nutrition-label-container {
	font-size: 0.9em;
}
.wprm-recipe-template-printables-horizontal-downloads .wprm-call-to-action {
	border-radius: 3px;
}

.wprm-recipe-template-printables-horizontal-downloads {box-shadow: 0 5px 15px #999999;padding:15px;
	}</style><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://gamesandgatherings.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</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@1776679022 -->