<!DOCTYPE html>
<html lang="en-US" class="no-js">
<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.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",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}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((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	
	<meta name="viewport" content="width=device-width,initial-scale=1.0">
		<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO plugin v18.4.1 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Confetti Sunshine</title><style id="rocket-critical-css">button,input{overflow:visible}ul{margin-bottom:1rem}a{background-color:transparent}article,header,nav{display:block}ul{margin-top:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}img{border-style:none;vertical-align:middle}button,input{font:inherit}button{text-transform:none}[type=submit],button{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:ButtonText dotted 1px}html{-webkit-box-sizing:border-box}html{box-sizing:border-box;font-size:16px;-ms-overflow-style:scrollbar}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}body{margin:0;font-size:1rem}ul ul{margin-bottom:0}a,button,input{-ms-touch-action:manipulation;touch-action:manipulation}button,input{margin:0;line-height:inherit;border-radius:0}input[type=text]{-webkit-appearance:none}.module-title,.row{display:-webkit-box;display:-ms-flexbox}.container{margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}@media (min-width:100px){.container{max-width:430px}}@media (min-width:580px){.container{max-width:830px}}@media (min-width:1024px){.container{max-width:1229px}}@media (min-width:1200px){.container{max-width:1230px}}.row{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col-lg-3,.col-lg-9,.col-md-12,.col-md-6,.col-sm-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px;width:100%}@media (min-width:100px){.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:580px){.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:1024px){.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (max-width:1023px){.hidden-md-down{display:none!important}}@media (min-width:1024px){.hidden-lg-up{display:none!important}}.fa{display:inline-block}@font-face{font-display:swap;font-family:FontAwesome;src:url(https://confettisunshine.com/wp-content/themes/gridlove/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(https://confettisunshine.com/wp-content/themes/gridlove/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(https://confettisunshine.com/wp-content/themes/gridlove/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(https://confettisunshine.com/wp-content/themes/gridlove/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(https://confettisunshine.com/wp-content/themes/gridlove/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(https://confettisunshine.com/wp-content/themes/gridlove/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-search:before{content:"\f002"}.fa-times:before{content:"\f00d"}.fa-bars:before{content:"\f0c9"}button::-moz-focus-inner{padding:0;border:0}img{max-width:100%}.gridlove-site-content,.widget{margin-bottom:30px}.entry-title a{display:block}img{height:auto}.entry-image{position:relative}.entry-content:after{content:'';display:block;clear:both}.gridlove-post-b .entry-content p{margin-bottom:0}.box-inner-ellipsis{height:197px;max-height:197px;overflow:hidden}.module-title{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.module-title{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.module-header:after{content:"";display:table;clear:both}a{text-decoration:none}body,html{-webkit-font-smoothing:antialiased}body{line-height:1.5;-ms-word-wrap:break-word;word-wrap:break-word}.h1,.h3,h1,h2,h4{margin-top:0;margin-bottom:24px}.h1,h1{line-height:1.2}h2{line-height:1.308}.h3{line-height:1.364}h4{line-height:1.4}p{margin:0 0 24px}.entry-title{margin-bottom:0}.entry-meta .meta-item{display:inline-block;vertical-align:middle;margin-right:10px}.entry-meta .meta-item,.entry-meta .meta-rtime{font-size:12px;line-height:18px}.meta-rtime:before{font-family:FontAwesome;margin-right:4px}.meta-rtime:before{content:"\f017"}input[type=text]{border:1px solid;padding:10px;outline:0;line-height:1;width:100%;font-size:100%;margin:0;height:40px;vertical-align:baseline;border-radius:2px}button{outline:0}input::-webkit-input-placeholder{line-height:normal!important}.gridlove-button-search,button[type=submit]{height:40px;border:none;border-radius:2px;font-size:12px;text-transform:uppercase;line-height:1;text-align:center;padding:14px 20px;font-weight:700;-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.1),inset 0 0 0 transparent;box-shadow:0 3px 5px 0 rgba(0,0,0,.1),inset 0 0 0 transparent}.gridlove-header-wide .container{width:100%;max-width:100%}.gridlove-logo,.site-title{line-height:inherit}.gridlove-slot-l,.gridlove-slot-r{position:absolute;z-index:1002;display:table;top:0}.gridlove-header-bottom,.gridlove-header-middle,.gridlove-header-sticky .container,.gridlove-header-wrapper,.gridlove-site-header .container{position:relative}.gridlove-slot-l{left:30px}.gridlove-slot-r{right:30px}.gridlove-slot-c{margin:0 auto;width:100%;text-align:center;z-index:1000;display:table}.gridlove-site-header{margin-bottom:30px}.gridlove-header-bottom .gridlove-actions,.gridlove-header-sticky .gridlove-actions,.gridlove-site-header .site-title{margin-bottom:0}.gridlove-header-responsive+.gridlove-cover-area{margin-top:-30px}.gridlove-header-middle .gridlove-slot-c{height:100%}.gridlove-header-middle .gridlove-slot-c>div{display:table-cell;vertical-align:middle}.gridlove-site-header .gridlove-main-nav{display:inline-block;vertical-align:middle}.gridlove-site-header .gridlove-menu{text-align:center}.site-title{font-size:inherit!important;vertical-align:middle}.gridlove-header-bottom{height:50px;display:block;z-index:8002}.gridlove-header-shadow.gridlove-site-header,.gridlove-header-sticky{-webkit-box-shadow:0 3px 5px 0 rgba(0,1,1,.1);box-shadow:0 3px 5px 0 rgba(0,1,1,.1)}.gridlove-header-wrapper{z-index:8003}.gridlove-header-shadow.gridlove-site-header{position:relative;z-index:9000}.gridlove-header-sticky .gridlove-slot-l{height:70px;display:table}.gridlove-header-sticky{position:fixed;-webkit-transform:translate3d(0,-110px,0);transform:translate3d(0,-110px,0);top:0;left:0;height:70px;max-height:100px;z-index:9000;width:100%}.gridlove-header-sticky .gridlove-slot-l .gridlove-site-branding{display:table-cell;vertical-align:middle}.gridlove-slot-r .gridlove-menu>li.gridlove-actions-button:last-child{margin-right:-16px}.gridlove-slot-l .gridlove-menu>li:first-child{margin-left:-16px}.gridlove-header-wide .gridlove-slot-r .gridlove-menu>li.gridlove-actions-button:last-child{margin-right:0}.gridlove-header-3 .gridlove-slot-c{width:auto}.gridlove-header-sticky .gridlove-logo{max-height:70px}.gridlove-main-nav{margin:0;padding:0}.gridlove-main-nav>li{display:inline-block;vertical-align:top;position:relative}.gridlove-main-nav li>a{padding:0 15px;line-height:40px;height:40px;display:inline-block}.gridlove-header-responsive .sub-menu,.gridlove-site-header .sub-menu{margin:0;padding:0;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.1);box-shadow:0 3px 5px rgba(0,0,0,.1);opacity:0;left:-5000px;width:200px;position:absolute;z-index:1000049;text-align:left;-webkit-backface-visibility:hidden}.gridlove-header-bottom .gridlove-main-nav>li>a,.gridlove-header-sticky .gridlove-main-nav>li>a{height:50px;line-height:50px}.gridlove-header-sticky .gridlove-menu{margin:10px 0}.gridlove-actions,.gridlove-actions li,.gridlove-main-navigation{display:inline-block;vertical-align:top}.gridlove-actions li{vertical-align:middle}.gridlove-actions{list-style:none;padding:0;margin:0}.gridlove-sidebar-action-overlay{width:100%;height:100%;height:-webkit-calc(100% + 60px);height:calc(100% + 60px);position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#fff;background:rgba(0,0,0,.5);content:'';display:block;opacity:0;visibility:hidden}.gridlove-sidebar-action-wrapper{width:360px;height:100%;position:fixed;padding:80px 30px 40px;top:0;right:0;background:#f3f3f3;display:block;overflow:auto;-webkit-overflow-scrolling:touch;z-index:9999;-webkit-transform:translate3D(360px,0,0);-ms-transform:translate3D(360px,0,0);transform:translate3D(360px,0,0)}.gridlove-action-close{background:#FFF;height:50px;width:100%;display:inline-block;color:rgba(51,51,51,.5);text-align:center;padding:10px;line-height:30px;-webkit-box-shadow:0 3px 5px 0 rgba(0,1,1,.1);box-shadow:0 3px 5px 0 rgba(0,1,1,.1);position:absolute;top:0;left:0}.gridlove-actions-button>span,.gridlove-actions>li,.gridlove-post{position:relative}.gridlove-header-bottom .gridlove-actions>li>span,.gridlove-header-sticky .gridlove-actions>li>span{height:50px;line-height:50px;display:inline-block}.gridlove-header-bottom .sub-menu{margin-top:-1px}::-webkit-input-placeholder{color:rgba(0,0,0,.2)}::-moz-placeholder{color:rgba(0,0,0,.2)}:-ms-input-placeholder{color:rgba(0,0,0,.2)}:-moz-placeholder{color:rgba(0,0,0,.2)}.gridlove-actions-button>span{z-index:1001;padding:0 15px;line-height:40px;height:40px;width:45px;display:inline-block}.sub-menu form{padding:25px}.gridlove-action-search .sub-menu{width:280px}.sub-menu .gridlove-button-search{width:100%;margin-top:7px}.gridlove-button-search{display:inline-block;vertical-align:top;font-size:12px}.module-header h2{margin-bottom:0}.module-header{margin-bottom:28px;margin-top:-4px}.gridlove-post{margin-bottom:30px}.gridlove-post{height:300px;line-height:1.375}.gridlove-box{-webkit-box-shadow:0 3px 5px 0 rgba(0,1,1,.1);box-shadow:0 3px 5px 0 rgba(0,1,1,.1);background:#FFF}.box-inner-p{padding:30px}.box-inner-ptbr{padding:30px 20px 30px 0}.gridlove-post-b .entry-image a:after{content:"";position:absolute;background:rgba(0,0,0,0);height:100%;width:100%;z-index:2;top:0;left:0;will-change:background}.gridlove-post-b .entry-category,.gridlove-post-b .entry-title{margin-bottom:8px}.gridlove-post-b .entry-image{float:left;position:relative}.box-col-b{float:left;max-width:43%;margin:0 0 0 30px}.gridlove-post-d .entry-category,.gridlove-post-d .entry-title{margin-bottom:8px}.gridlove-post-d .entry-image a:after{content:"";position:absolute;background:rgba(0,0,0,.4);will-change:background;height:100%;width:100%;z-index:2;top:0;left:0}.entry-overlay,.gridlove-post-d .entry-overlay{position:absolute;height:100%;width:100%;z-index:3;top:0;left:0}.entry-overlay .entry-title,.entry-overlay .entry-title a{color:#FFF}.gridlove-post-b .entry-image{width:50%}.gridlove-post-b .entry-image img,.gridlove-post-d .entry-image img{height:300px;width:100%}.widget{padding:25px 30px 30px;line-height:1.43;clear:both}.widget-title{margin-bottom:20px}.widget ul{list-style:none;margin:0;padding:0}.widget_nav_menu a{font-weight:700;margin:0;padding:10px 0;display:block;border-bottom:1px solid}.widget_nav_menu li:last-child a{border-bottom:none}.widget_nav_menu ul>li>a{padding:10px 0;margin:0 30px}.widget_nav_menu li{position:relative;z-index:2}.widget_nav_menu.widget{padding:20px 0}.gridlove_posts_widget .gridlove-slider-controls{display:inline-block;vertical-align:top;float:right;margin-top:3px}.gridlove-cover,.gridlove-cover-item{position:relative}.gridlove-cover-area{text-align:center;margin-bottom:30px;width:100%;background:#000;overflow:hidden}.gridlove-cover{display:inline-block}.gridlove-cover-bg .gridlove-cover:before{left:0;background:-moz-linear-gradient(left,#000 0,rgba(0,0,0,0) 100%);background:-webkit-linear-gradient(left,#000 0,rgba(0,0,0,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#000),to(rgba(0,0,0,0)));background:linear-gradient(to right,#000 0,rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);width:40%}.gridlove-cover-bg .gridlove-cover:after{right:0;background:-moz-linear-gradient(left,rgba(0,0,0,0) 0,#000 100%);background:-webkit-linear-gradient(left,rgba(0,0,0,0) 0,#000 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),to(#000));background:linear-gradient(to right,rgba(0,0,0,0) 0,#000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);width:40%}.gridlove-cover-bg .gridlove-cover:after,.gridlove-cover-bg .gridlove-cover:before{content:"";top:0;position:absolute;height:100%;z-index:2}.gridlove-cover-1 .gridlove-cover-bg .gridlove-cover:before{width:70%}.gridlove-cover-1 .gridlove-cover-bg .gridlove-cover:after{width:40%}.gridlove-cover-area .gridlove-cover-bg img{display:inline-block;width:auto;height:100%;max-width:100%}.gridlove-hidden-overlay{background:rgba(0,0,0,.5);position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.gridlove-cover-content{width:1200px;margin:0 auto}.gridlove-cover-content .entry-header{position:absolute;top:0;height:440px;max-width:480px;text-align:left;z-index:3;margin-left:15px;margin-top:60px}.gridlove-cover-content .entry-category{margin-bottom:15px}.gridlove-cover-content .entry-title{margin-bottom:20px}.gridlove-cover-content .entry-title,.gridlove-cover-content .entry-title a,.gridlove-cover-content p{color:#FFF}.gridlove-cover-content .entry-meta{position:absolute;bottom:69px;z-index:100}.gridlove-cover-content .entry-content{max-width:400px}.gridlove-cover-slider .gridlove-cover-item{opacity:0}.gridlove-cover-area .entry-meta .meta-item,.gridlove-cover-area .entry-meta .meta-rtime{font-size:13px}.gridlove-cover-area .entry-meta .meta-item{margin-right:15px}.gridlove-cover-area .gridlove-cover-bg img,.gridlove-post-b .entry-image img,.gridlove-post-d .entry-image img{-o-object-fit:cover;object-fit:cover;font-family:'object-fit:cover;'}.gridlove-header-responsive{display:block;height:50px;z-index:9998;width:100%;left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);top:0;position:fixed;text-align:center;-webkit-box-shadow:0 0 20px rgba(0,0,0,.15);box-shadow:0 0 20px rgba(0,0,0,.15)}.gridlove-header-responsive .sub-menu{margin-top:-2px}@media (max-width:1229px){.gridlove-site-branding{display:inline-block}.gridlove-cover-content{width:100%}.gridlove-cover-content .entry-header{margin-left:30px}}@media (max-width:1040px){body .h1,body h1{font-size:40px;line-height:46px}body h2{font-size:26px;line-height:34px}body .h3{font-size:22px;line-height:30px}body h4{font-size:20px;line-height:28px}body .gridlove-post,html body{font-size:16px}}@media (max-width:1040px) and (min-width:580px){.gridlove-cover-area,.gridlove-post,.gridlove-site-content,.module-header,.widget{margin-bottom:24px}.box-inner-p{padding:24px}.box-inner-ptbr{padding:24px 20px 24px 0}.row{margin-left:-12px;margin-right:-12px}.col-lg-3,.col-lg-9,.col-md-12,.col-md-6,.col-sm-12{padding-left:12px;padding-right:12px}.container{padding-left:24px;padding-right:24px}.gridlove-slot-l{left:24px}.gridlove-slot-r{right:24px}.gridlove-cover-content .entry-header{padding-left:40px;padding-top:40px;margin-left:auto;margin-top:auto;height:100%}.gridlove-cover-content .entry-meta{bottom:40px}.gridlove-cover-1 .entry-meta .meta-item,.gridlove-cover-1 .entry-meta .meta-rtime{font-size:12px;line-height:18px}.gridlove-cover-1 .gridlove-cover-bg .gridlove-cover:after,.gridlove-cover-bg .gridlove-cover:after,.gridlove-cover-bg .gridlove-cover:before{width:20%}body .h1,body h1{font-size:36px;line-height:42px}}@media (min-width:1023px) and (max-width:1040px){body h2{font-size:24px;line-height:32px}body .h3{font-size:20px;line-height:26px}body h4{font-size:19px;line-height:27px}body .col-lg-3 .h3{font-size:18px;line-height:24px}.entry-meta .meta-item,.entry-meta .meta-rtime{font-size:11px;line-height:16px}.site-title.h1{line-height:inherit}}@media (min-width:600px) and (max-width:700px),(max-width:320px){body h2{font-size:24px;line-height:32px}body .h3{font-size:20px;line-height:26px}body h4{font-size:19px;line-height:27px}.entry-meta .meta-item,.entry-meta .meta-rtime{font-size:11px;line-height:16px}.gridlove-cover-area .entry-meta .meta-item,.gridlove-cover-area .entry-meta .meta-rtime{font-size:11px;line-height:16px;margin-right:3px}}@media (max-width:1023px){.gridlove-header-responsive,.gridlove-header-responsive .container{height:70px}body{padding-top:100px}.site-title.h1{margin-bottom:0;line-height:70px;font-size:36px!important}.site-title,.site-title a{line-height:70px;display:inline-block}.site-title img{vertical-align:middle;max-height:70px;margin-top:-9px;display:inline-block}.gridlove-header-responsive .gridlove-actions{line-height:70px;position:absolute;right:10px;top:0;height:70px}.gridlove-header-responsive .gridlove-actions-button:last-child>span{margin-right:4px}.gridlove-header-responsive .gridlove-actions-button>span{font-size:21px;padding:0 10px;width:auto}.gridlove-header-responsive .gridlove-actions .sub-menu{line-height:21px}.gridlove-actions-button>span{padding:0 12px;line-height:50px;height:50px}.gridlove-actions li{vertical-align:top}.gridlove-cover,.gridlove-cover-area{height:400px!important}body .gridlove-post,html body{font-size:16px}.gridlove-action-search .sub-menu>li{line-height:1}.gridlove-header-responsive .sub-menu{margin-top:-12px}}@media (max-width:579px){.entry-sm-overlay .entry-content,.gridlove-cover-bg .gridlove-cover:after,.gridlove-cover-bg .gridlove-cover:before{display:none}body{padding-top:70px}.gridlove-header-responsive,.gridlove-header-responsive .container{height:50px}.site-title img{max-height:50px}.site-title,.site-title a{line-height:50px}.gridlove-header-responsive .gridlove-actions{line-height:50px;height:50px}.gridlove-post,.module-header,.widget{margin-bottom:20px}.gridlove-post-b .entry-image a:after{background-color:rgba(0,0,0,.4)}.gridlove-post-b .entry-image{width:100%}.entry-sm-overlay{position:absolute;height:100%;width:100%;z-index:3;top:0;left:0;padding:30px}.entry-sm-overlay .entry-title,.entry-sm-overlay .entry-title a{color:#FFF}.entry-sm-overlay.box-col-b{max-width:100%;margin:0}.gridlove-cover-content{max-width:100%}.gridlove-cover-content .entry-header{height:100%;margin-left:20px;padding-top:25px;max-width:90%;margin-top:0}.container{max-width:410px;padding-left:20px;padding-right:20px}.row{margin-left:-10px;margin-right:-10px}.col-sm-12{padding-left:10px;padding-right:10px}.gridlove-header-responsive+.gridlove-cover-area{margin-bottom:20px}.gridlove-cover-content .entry-title,.gridlove-cover-content p{margin-bottom:10px}body .h1,body h1{font-size:28px;line-height:34px}body h2{font-size:24px;line-height:32px}.gridlove-header-responsive+.gridlove-cover-area{margin-top:-20px}body .gridlove-cover-content .entry-content{font-size:14px;line-height:20px}.gridlove-cover,.gridlove-cover-area{height:320px!important}.gridlove-cover-content .entry-meta{bottom:25px}.h1,.h3,h1,h2,h4,p{margin:0 0 16px}.module-header,.widget{margin-bottom:20px}.gridlove-cover-area .gridlove-hidden-overlay{opacity:1}.gridlove-actions>li.gridlove-action-search{position:static}.gridlove-action-search .sub-menu{right:-10px;margin-top:-2px}.gridlove-search-form input{width:60%;margin-right:2%}.sub-menu .gridlove-button-search{max-width:38%;margin-top:0}.gridlove-action-search .sub-menu li{width:100%}.site-title.h1{margin-bottom:0;font-size:28px;line-height:34px!important;max-width:250px}}@media (max-width:450px){.gridlove-sidebar-action-wrapper{width:100%;padding:60px 10px 20px;max-width:320px}.gridlove-site-branding{float:left}.gridlove-header-responsive .gridlove-actions-button>span{font-size:18px}.gridlove-cover-content{max-width:410px}.gridlove-cover-content .entry-category{margin-bottom:10px}.gridlove-cover-area .gridlove-hidden-overlay{opacity:1}}@media (max-width:375px){body .gridlove-cover-content .entry-title{font-size:24px;line-height:30px}}@media (max-width:340px){.container{padding-left:15px;padding-right:15px}.row{margin-left:-5px;margin-right:-5px}.col-sm-12{padding-left:5px;padding-right:5px}.box-inner-p{padding:24px}.box-inner-ptbr{padding:24px 20px 24px 0}.entry-sm-overlay{padding:24px}.gridlove-header-responsive+.gridlove-cover-area,.gridlove-post,.module-header,.widget{margin-bottom:15px}.container{padding:0 10px}.sub-menu form{padding:15px}.gridlove-site-content,.widget{margin-bottom:15px}.site-title img{margin-top:-6px}.site-title.h1{max-width:180px}}@media (min-width:581px) and (max-width:1023px){.gridlove-action-search .sub-menu li{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.gridlove-action-search .sub-menu li .gridlove-search-form{-webkit-box-flex:1;-ms-flex:1;flex:1}.gridlove-action-search .sub-menu li .gridlove-search-form input[type=text]{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:60%}.gridlove-action-search .sub-menu li .gridlove-button-search{max-width:37%;margin-top:0;margin-left:3%}}</style><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Cabin%3A400%2C700%7CLato%3A400%2C700&#038;subset=latin%2Clatin-ext&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cabin%3A400%2C700%7CLato%3A400%2C700&#038;subset=latin%2Clatin-ext&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cabin%3A400%2C700%7CLato%3A400%2C700&#038;subset=latin%2Clatin-ext&#038;display=swap" /></noscript><link rel="preload" href="https://confettisunshine.com/wp-content/cache/min/1/efbeed3939070d41588fe8ac488a0f3c.css" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  media="all" data-minify="1" />
	<meta name="description" content="Professional Architecture, Home &amp; Garden, Wedding &amp; Personal Photographer!" />
	<link rel="canonical" href="https://confettisunshine.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Confetti Sunshine" />
	<meta property="og:description" content="Professional Architecture, Home &amp; Garden, Wedding &amp; Personal Photographer!" />
	<meta property="og:url" content="https://confettisunshine.com/" />
	<meta property="og:site_name" content="Confetti Sunshine" />
	<meta property="article:modified_time" content="2020-07-19T09:19:09+00:00" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://confettisunshine.com/#organization","name":"Confetti Sunshine","url":"https://confettisunshine.com/","sameAs":[],"logo":{"@type":"ImageObject","@id":"https://confettisunshine.com/#logo","inLanguage":"en-US","url":"https://confettisunshine.com/wp-content/uploads/confetti-25h.png","contentUrl":"https://confettisunshine.com/wp-content/uploads/confetti-25h.png","width":132,"height":25,"caption":"Confetti Sunshine"},"image":{"@id":"https://confettisunshine.com/#logo"}},{"@type":"WebSite","@id":"https://confettisunshine.com/#website","url":"https://confettisunshine.com/","name":"Confetti Sunshine","description":"Everything About Fitness","publisher":{"@id":"https://confettisunshine.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://confettisunshine.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://confettisunshine.com/#webpage","url":"https://confettisunshine.com/","name":"Confetti Sunshine","isPartOf":{"@id":"https://confettisunshine.com/#website"},"about":{"@id":"https://confettisunshine.com/#organization"},"datePublished":"2016-11-23T00:34:53+00:00","dateModified":"2020-07-19T09:19:09+00:00","description":"Professional Architecture, Home & Garden, Wedding & Personal Photographer!","breadcrumb":{"@id":"https://confettisunshine.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://confettisunshine.com/"]}]},{"@type":"BreadcrumbList","@id":"https://confettisunshine.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://confettisunshine.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fconfettisunshine.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://confettisunshine.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fconfettisunshine.com%2F&#038;format=xml" />
<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>
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<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)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .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{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.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-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-includes/css/dist/block-library/common.min.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://confettisunshine.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 .wp-lightbox-close-button{align-items:center;cursor:pointer;display:flex;font-family:inherit;gap:8px;justify-content:center;line-height:1;min-height:40px;min-width:40px;padding:0 4px;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .wp-lightbox-close-button:focus,.wp-lightbox-overlay .wp-lightbox-close-button:hover,.wp-lightbox-overlay .wp-lightbox-close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .wp-lightbox-close-button:has(.wp-lightbox-close-text:not([hidden])) .wp-lightbox-close-icon svg{height:1em;width:1em}.wp-lightbox-overlay .wp-lightbox-close-icon svg{display:block}.wp-lightbox-overlay .wp-lightbox-navigation-button-next,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{align-items:center;bottom:16px;cursor:pointer;display:flex;font-family:inherit;gap:4px;justify-content:center;line-height:1;min-height:40px;min-width:40px;padding:0 8px;position:absolute;z-index:2000002}.wp-lightbox-overlay .wp-lightbox-navigation-button-next[hidden],.wp-lightbox-overlay .wp-lightbox-navigation-button-prev[hidden]{display:none}@media (min-width:960px){.wp-lightbox-overlay .wp-lightbox-navigation-button-next,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{bottom:50%;transform:translateY(-50%)}}.wp-lightbox-overlay .wp-lightbox-navigation-button-next:focus,.wp-lightbox-overlay .wp-lightbox-navigation-button-next:hover,.wp-lightbox-overlay .wp-lightbox-navigation-button-next:not(:hover):not(:active):not(.has-background),.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:focus,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:hover,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:not(:hover):not(:active):not(.has-background){background:none;border:none;padding:0 8px}.wp-lightbox-overlay .wp-lightbox-navigation-button-next:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg{display:block;height:1.5em;width:1.5em}.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{left:calc(env(safe-area-inset-left) + 16px)}.wp-lightbox-overlay .wp-lightbox-navigation-button-next{right:calc(env(safe-area-inset-right) + 16px)}.wp-lightbox-overlay .wp-lightbox-navigation-icon svg{vertical-align:middle}.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:2000001}.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}}
/*# sourceURL=https://confettisunshine.com/wp-includes/blocks/image/style.min.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}
/*# sourceURL=https://confettisunshine.com/wp-includes/blocks/list/style.min.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}
/*# sourceURL=https://confettisunshine.com/wp-includes/blocks/paragraph/style.min.css */
</style>
<style id="wp-block-embed-inline-css">
.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-group.is-layout-flex .wp-block-embed{flex:1 1 0%;min-width:0}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}
/*# sourceURL=https://confettisunshine.com/wp-includes/blocks/embed/style.min.css */
</style>
<style id="wp-block-quote-inline-css">
.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}
/*# sourceURL=https://confettisunshine.com/wp-includes/blocks/quote/style.min.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://confettisunshine.com/wp-includes/blocks/separator/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>

<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--gridlove-acc: #1e73be;--wp--preset--color--gridlove-meta: #818181;--wp--preset--color--gridlove-txt: #5e5e5e;--wp--preset--color--gridlove-bg: #ffffff;--wp--preset--color--gridlove-highlight-acc: #b5e1ff;--wp--preset--color--gridlove-highlight-txt: #ffffff;--wp--preset--color--gridlove-highlight-bg: #083b5c;--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: 12.8px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 20.8px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 16px;--wp--preset--font-size--huge: 27.2px;--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(body) { margin: 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;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-gridlove-acc-color{color: var(--wp--preset--color--gridlove-acc) !important;}.has-gridlove-meta-color{color: var(--wp--preset--color--gridlove-meta) !important;}.has-gridlove-txt-color{color: var(--wp--preset--color--gridlove-txt) !important;}.has-gridlove-bg-color{color: var(--wp--preset--color--gridlove-bg) !important;}.has-gridlove-highlight-acc-color{color: var(--wp--preset--color--gridlove-highlight-acc) !important;}.has-gridlove-highlight-txt-color{color: var(--wp--preset--color--gridlove-highlight-txt) !important;}.has-gridlove-highlight-bg-color{color: var(--wp--preset--color--gridlove-highlight-bg) !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-gridlove-acc-background-color{background-color: var(--wp--preset--color--gridlove-acc) !important;}.has-gridlove-meta-background-color{background-color: var(--wp--preset--color--gridlove-meta) !important;}.has-gridlove-txt-background-color{background-color: var(--wp--preset--color--gridlove-txt) !important;}.has-gridlove-bg-background-color{background-color: var(--wp--preset--color--gridlove-bg) !important;}.has-gridlove-highlight-acc-background-color{background-color: var(--wp--preset--color--gridlove-highlight-acc) !important;}.has-gridlove-highlight-txt-background-color{background-color: var(--wp--preset--color--gridlove-highlight-txt) !important;}.has-gridlove-highlight-bg-background-color{background-color: var(--wp--preset--color--gridlove-highlight-bg) !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-gridlove-acc-border-color{border-color: var(--wp--preset--color--gridlove-acc) !important;}.has-gridlove-meta-border-color{border-color: var(--wp--preset--color--gridlove-meta) !important;}.has-gridlove-txt-border-color{border-color: var(--wp--preset--color--gridlove-txt) !important;}.has-gridlove-bg-border-color{border-color: var(--wp--preset--color--gridlove-bg) !important;}.has-gridlove-highlight-acc-border-color{border-color: var(--wp--preset--color--gridlove-highlight-acc) !important;}.has-gridlove-highlight-txt-border-color{border-color: var(--wp--preset--color--gridlove-highlight-txt) !important;}.has-gridlove-highlight-bg-border-color{border-color: var(--wp--preset--color--gridlove-highlight-bg) !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;}.has-normal-font-size{font-size: var(--wp--preset--font-size--normal) !important;}.has-huge-font-size{font-size: var(--wp--preset--font-size--huge) !important;}
/*# sourceURL=global-styles-inline-css */
</style>








<style id="gridlove-main-inline-css">
body{font-size: 16px;}h1, .h1 {font-size: 40px;}h2, .h2,.col-lg-12 .gridlove-post-b .h3 {font-size: 26px;}h3, .h3 {font-size: 22px;}h4, .h4 {font-size: 20px;}h5, .h5 {font-size: 18px;}h6, .h6 {font-size: 16px;}.widget, .gridlove-header-responsive .sub-menu, .gridlove-site-header .sub-menu{font-size: 14px;}.gridlove-main-navigation {font-size: 16px;}.gridlove-post {font-size: 16px;}body{background-color: #f3f3f3;color: #5e5e5e;font-family: 'Cabin';font-weight: 400;}h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6,blockquote,thead td,.comment-author b,q:before,#bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink{color: #111111;font-family: 'Lato';font-weight: 700;}.gridlove-main-nav a,.gridlove-posts-widget a{font-family: 'Cabin';font-weight: 700;}.gridlove-header-top{background-color: #222222;color: #dddddd;}.gridlove-header-top a{color: #dddddd;}.gridlove-header-top a:hover{color: #ffffff;}.gridlove-header-wrapper,.gridlove-header-middle .sub-menu,.gridlove-header-responsive,.gridlove-header-responsive .sub-menu{background-color:#ffffff; }.gridlove-header-middle,.gridlove-header-middle a,.gridlove-header-responsive,.gridlove-header-responsive a{color: #111111;}.gridlove-header-middle a:hover,.gridlove-header-middle .gridlove-sidebar-action:hover,.gridlove-header-middle .gridlove-actions-button > span:hover,.gridlove-header-middle .current_page_item > a,.gridlove-header-middle .current_page_ancestor > a,.gridlove-header-middle .current-menu-item > a,.gridlove-header-middle .current-menu-ancestor > a,.gridlove-header-middle .gridlove-category-menu article:hover a,.gridlove-header-responsive a:hover {color: #009cff;}.gridlove-header-middle .active>span,.gridlove-header-middle .gridlove-main-nav>li.menu-item-has-children:hover>a,.gridlove-header-middle .gridlove-social-icons:hover>span,.gridlove-header-responsive .active>span{background-color: rgba(17,17,17,0.05)}.gridlove-header-middle .gridlove-button-search{background-color: #009cff;}.gridlove-header-middle .gridlove-search-form input{border-color: rgba(17,17,17,0.1)}.gridlove-header-middle .sub-menu,.gridlove-header-responsive .sub-menu{border-top: 1px solid rgba(17,17,17,0.05)}.gridlove-header-middle{height: 100px;}.gridlove-logo{max-height: 100px;}.gridlove-branding-bg{background:#f0233b;}.gridlove-header-responsive .gridlove-actions-button:hover >span{color:#009cff;}.gridlove-sidebar-action .gridlove-bars:before,.gridlove-sidebar-action .gridlove-bars:after{background:#111111;}.gridlove-sidebar-action:hover .gridlove-bars:before,.gridlove-sidebar-action:hover .gridlove-bars:after{background:#009cff;}.gridlove-sidebar-action .gridlove-bars{border-color: #111111;}.gridlove-sidebar-action:hover .gridlove-bars{border-color:#009cff;}.gridlove-header-bottom .sub-menu{ background-color:#ffffff;}.gridlove-header-bottom .sub-menu a{color:#111111;}.gridlove-header-bottom .sub-menu a:hover,.gridlove-header-bottom .gridlove-category-menu article:hover a{color:#009cff;}.gridlove-header-bottom{background-color:#f2f2f2;}.gridlove-header-bottom,.gridlove-header-bottom a{color: #111111;}.gridlove-header-bottom a:hover,.gridlove-header-bottom .gridlove-sidebar-action:hover,.gridlove-header-bottom .gridlove-actions-button > span:hover,.gridlove-header-bottom .current_page_item > a,.gridlove-header-bottom .current_page_ancestor > a,.gridlove-header-bottom .current-menu-item > a,.gridlove-header-bottom .current-menu-ancestor > a {color: #009cff;}.gridlove-header-bottom .active>span,.gridlove-header-bottom .gridlove-main-nav>li.menu-item-has-children:hover>a,.gridlove-header-bottom .gridlove-social-icons:hover>span{background-color: rgba(17,17,17,0.05)}.gridlove-header-bottom .gridlove-search-form input{border-color: rgba(17,17,17,0.1)}.gridlove-header-bottom,.gridlove-header-bottom .sub-menu{border-top: 1px solid rgba(17,17,17,0.07)}.gridlove-header-bottom .gridlove-button-search{background-color: #009cff;}.gridlove-header-sticky,.gridlove-header-sticky .sub-menu{background-color:#ffffff; }.gridlove-header-sticky,.gridlove-header-sticky a{color: #111111;}.gridlove-header-sticky a:hover,.gridlove-header-sticky .gridlove-sidebar-action:hover,.gridlove-header-sticky .gridlove-actions-button > span:hover,.gridlove-header-sticky .current_page_item > a,.gridlove-header-sticky .current_page_ancestor > a,.gridlove-header-sticky .current-menu-item > a,.gridlove-header-sticky .current-menu-ancestor > a,.gridlove-header-sticky .gridlove-category-menu article:hover a{color: #009cff;}.gridlove-header-sticky .active>span,.gridlove-header-sticky .gridlove-main-nav>li.menu-item-has-children:hover>a,.gridlove-header-sticky .gridlove-social-icons:hover>span{background-color: rgba(17,17,17,0.05)}.gridlove-header-sticky .gridlove-search-form input{border-color: rgba(17,17,17,0.1)}.gridlove-header-sticky .sub-menu{border-top: 1px solid rgba(17,17,17,0.05)}.gridlove-header-sticky .gridlove-button-search{background-color: #009cff;}.gridlove-cover-area,.gridlove-cover{height:500px; }.gridlove-cover-area .gridlove-cover-bg img{width:1500px; }.gridlove-box,#disqus_thread{background: #ffffff;}a{color: #5e5e5e;}.entry-title a{ color: #111111;}a:hover,.comment-reply-link,#cancel-comment-reply-link,.gridlove-box .entry-title a:hover,.gridlove-posts-widget article:hover a{color: #1e73be;}.entry-content p a,.widget_text a,.entry-content ul a,.entry-content ol a,.gridlove-text-module-content p a{color: #1e73be; border-color: rgba(30,115,190,0.8);}.entry-content p a:hover,.widget_text a:hover,.entry-content ul a:hover,.entry-content ol a:hover,.gridlove-text-module-content p a:hover{border-bottom: 1px solid transparent;}.comment-reply-link:hover,.gallery .gallery-item a:after, .wp-block-gallery .blocks-gallery-item a:after, .entry-content a.gridlove-popup-img {color: #5e5e5e; }.gridlove-post-b .box-col-b:only-child .entry-title a,.gridlove-post-d .entry-overlay:only-child .entry-title a{color: #111111;}.gridlove-post-b .box-col-b:only-child .entry-title a:hover,.gridlove-post-d .entry-overlay:only-child .entry-title a:hover,.gridlove-content .entry-header .gridlove-breadcrumbs a,.gridlove-content .entry-header .gridlove-breadcrumbs a:hover,.module-header .gridlove-breadcrumbs a,.module-header .gridlove-breadcrumbs a:hover { color: #1e73be; }.gridlove-post-b .box-col-b:only-child .meta-item,.gridlove-post-b .box-col-b:only-child .entry-meta a,.gridlove-post-b .box-col-b:only-child .entry-meta span,.gridlove-post-d .entry-overlay:only-child .meta-item,.gridlove-post-d .entry-overlay:only-child .entry-meta a,.gridlove-post-d .entry-overlay:only-child .entry-meta span {color: #818181;}.entry-meta .meta-item, .entry-meta a, .entry-meta span,.comment-metadata a{color: #818181;}blockquote{color: rgba(17,17,17,0.8);}blockquote:before{color: rgba(17,17,17,0.15);}.entry-meta a:hover{color: #111111;}.widget_tag_cloud a,.entry-tags a,.entry-content .wp-block-tag-cloud a{ background: rgba(94,94,94,0.1); color: #5e5e5e; }.submit,.gridlove-button,.mks_autor_link_wrap a,.mks_read_more a,input[type="submit"],button[type="submit"],.gridlove-cat, .gridlove-pill,.gridlove-button-search{color:#FFF;background-color: #1e73be;}.wp-block-button__link{background-color: #1e73be; }.gridlove-button:hover{color:#FFF;}.gridlove-share a:hover{background:rgba(17, 17, 17, .8);color:#FFF;}.gridlove-pill:hover,.gridlove-author-links a:hover,.entry-category a:hover{background: #111;color: #FFF;}.gridlove-cover-content .entry-category a:hover,.entry-overlay .entry-category a:hover,.gridlove-highlight .entry-category a:hover,.gridlove-box.gridlove-post-d .entry-overlay .entry-category a:hover,.gridlove-post-a .entry-category a:hover,.gridlove-highlight .gridlove-format-icon{background: #FFF;color: #111;}.gridlove-author, .gridlove-prev-next-nav,.comment .comment-respond{border-color: rgba(94,94,94,0.1);}.gridlove-load-more a,.gridlove-pagination .gridlove-next a,.gridlove-pagination .gridlove-prev a,.gridlove-pagination .next,.gridlove-pagination .prev,.gridlove-infinite-scroll a,.double-bounce1, .double-bounce2,.gridlove-link-pages > span,.module-actions ul.page-numbers span.page-numbers{color:#FFF;background-color: #1e73be;}.gridlove-pagination .current{background-color:rgba(94,94,94,0.1);}.gridlove-highlight{background: #083b5c;}.gridlove-highlight,.gridlove-highlight h4,.gridlove-highlight a{color: #ffffff;}.gridlove-highlight .entry-meta .meta-item, .gridlove-highlight .entry-meta a, .gridlove-highlight .entry-meta span,.gridlove-highlight p{color: rgba(255,255,255,0.8);}.gridlove-highlight .gridlove-author-links .fa-link,.gridlove-highlight .gridlove_category_widget .gridlove-full-color li a:after{background: #b5e1ff;}.gridlove-highlight .entry-meta a:hover{color: #ffffff;}.gridlove-highlight.gridlove-post-d .entry-image a:after{background-color: rgba(8,59,92,0.7);}.gridlove-highlight.gridlove-post-d:hover .entry-image a:after{background-color: rgba(8,59,92,0.9);}.gridlove-highlight.gridlove-post-a .entry-image:hover>a:after, .gridlove-highlight.gridlove-post-b .entry-image:hover a:after{background-color: rgba(8,59,92,0.2);}.gridlove-highlight .gridlove-slider-controls > div{background-color: rgba(255,255,255,0.1);color: #ffffff; }.gridlove-highlight .gridlove-slider-controls > div:hover{background-color: rgba(255,255,255,0.3);color: #ffffff; }.gridlove-highlight.gridlove-box .entry-title a:hover{color: #b5e1ff;}.gridlove-highlight.widget_meta a, .gridlove-highlight.widget_recent_entries li, .gridlove-highlight.widget_recent_comments li, .gridlove-highlight.widget_nav_menu a, .gridlove-highlight.widget_archive li, .gridlove-highlight.widget_pages a{border-color: rgba(255,255,255,0.1);}.gridlove-cover-content .entry-meta .meta-item, .gridlove-cover-content .entry-meta a, .gridlove-cover-content .entry-meta span,.gridlove-cover-area .gridlove-breadcrumbs,.gridlove-cover-area .gridlove-breadcrumbs a,.gridlove-cover-area .gridlove-breadcrumbs .breadcrumb_last,body .gridlove-content .entry-overlay .gridlove-breadcrumbs {color: rgba(255, 255, 255, .8);}.gridlove-cover-content .entry-meta a:hover,.gridlove-cover-area .gridlove-breadcrumbs a:hover {color: rgba(255, 255, 255, 1);}.module-title h2,.module-title .h2{ color: #111111; }.gridlove-action-link,.gridlove-slider-controls > div,.module-actions ul.page-numbers .next.page-numbers,.module-actions ul.page-numbers .prev.page-numbers{background: rgba(17,17,17,0.1); color: #111111; }.gridlove-slider-controls > div:hover,.gridlove-action-link:hover,.module-actions ul.page-numbers .next.page-numbers:hover,.module-actions ul.page-numbers .prev.page-numbers:hover{color: #111111;background: rgba(17,17,17,0.3); }.gridlove-pn-ico,.gridlove-author-links .fa-link{background: rgba(94,94,94,0.1); color: #5e5e5e;}.gridlove-prev-next-nav a:hover .gridlove-pn-ico{background: rgba(30,115,190,1); color: #ffffff;}.widget_meta a,.widget_recent_entries li,.widget_recent_comments li,.widget_nav_menu a,.widget_archive li,.widget_pages a,.widget_categories li,.gridlove_category_widget .gridlove-count-color li,.widget_categories .children li,.widget_archiv .children li{border-color: rgba(94,94,94,0.1);}.widget_recent_entries a:hover,.menu-item-has-children.active > span,.menu-item-has-children.active > a,.gridlove-nav-widget-acordion:hover,.widget_recent_comments .recentcomments a.url:hover{color: #1e73be;}.widget_recent_comments .url,.post-date,.widget_recent_comments .recentcomments,.gridlove-nav-widget-acordion,.widget_archive li,.rss-date,.widget_categories li,.widget_archive li{color:#818181;}.widget_pages .children,.widget_nav_menu .sub-menu{background:#1e73be;color:#FFF;}.widget_pages .children a,.widget_nav_menu .sub-menu a,.widget_nav_menu .sub-menu span,.widget_pages .children span{color:#FFF;}.widget_tag_cloud a:hover,.entry-tags a:hover,.entry-content .wp-block-tag-cloud a:hover{background: #1e73be;color:#FFF;}.gridlove-footer{background: #111111;color: #ffffff;}.gridlove-footer .widget-title{color: #ffffff;}.gridlove-footer a{color: rgba(255,255,255,0.8);}.gridlove-footer a:hover{color: #ffffff;}.gridlove-footer .widget_recent_comments .url, .gridlove-footer .post-date, .gridlove-footer .widget_recent_comments .recentcomments, .gridlove-footer .gridlove-nav-widget-acordion, .gridlove-footer .widget_archive li, .gridlove-footer .rss-date{color: rgba(255,255,255,0.8); }.gridlove-footer .widget_meta a, .gridlove-footer .widget_recent_entries li, .gridlove-footer .widget_recent_comments li, .gridlove-footer .widget_nav_menu a, .gridlove-footer .widget_archive li, .gridlove-footer .widget_pages a,.gridlove-footer table,.gridlove-footer td,.gridlove-footer th,.gridlove-footer .widget_calendar table,.gridlove-footer .widget.widget_categories select,.gridlove-footer .widget_calendar table tfoot tr td{border-color: rgba(255,255,255,0.2);}table,thead,td,th,.widget_calendar table{ border-color: rgba(94,94,94,0.1);}input[type="text"], input[type="email"],input[type="search"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], select, textarea{border-color: rgba(94,94,94,0.2);}div.mejs-container .mejs-controls {background-color: rgba(94,94,94,0.1);}body .mejs-controls .mejs-time-rail .mejs-time-current{background: #1e73be;}body .mejs-video.mejs-container .mejs-controls{background-color: rgba(255,255,255,0.9);}.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2{font-family: 'Lato';font-weight: 700; }.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image h2{font-size: 26px;}.widget_display_replies li, .widget_display_topics li{ color:#818181; }.has-small-font-size{ font-size: 12px;}.has-large-font-size{ font-size: 20px;}.has-huge-font-size{ font-size: 25px;}@media(min-width: 1024px){.has-small-font-size{ font-size: 12px;}.has-normal-font-size{ font-size: 16px;}.has-large-font-size{ font-size: 20px;}.has-huge-font-size{ font-size: 27px;}}.has-gridlove-acc-background-color{ background-color: #1e73be;}.has-gridlove-acc-color{ color: #1e73be;}.has-gridlove-meta-background-color{ background-color: #818181;}.has-gridlove-meta-color{ color: #818181;}.has-gridlove-txt-background-color{ background-color: #5e5e5e;}.has-gridlove-txt-color{ color: #5e5e5e;}.has-gridlove-bg-background-color{ background-color: #ffffff;}.has-gridlove-bg-color{ color: #ffffff;}.has-gridlove-highlight-acc-background-color{ background-color: #b5e1ff;}.has-gridlove-highlight-acc-color{ color: #b5e1ff;}.has-gridlove-highlight-txt-background-color{ background-color: #ffffff;}.has-gridlove-highlight-txt-color{ color: #ffffff;}.has-gridlove-highlight-bg-background-color{ background-color: #083b5c;}.has-gridlove-highlight-bg-color{ color: #083b5c;}.gridlove-cats .gridlove-cat .entry-overlay-wrapper .entry-image:after, .gridlove-cat.gridlove-post-d .entry-image a:after { background-color: rgba(30,115,190,0.7); }.gridlove-cat.gridlove-post-d:hover .entry-image a:after { background-color: rgba(30,115,190,0.9); }
/*# sourceURL=gridlove-main-inline-css */
</style>




<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://confettisunshine.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
/*# sourceURL=rocket-lazyload-inline-css */
</style>
<script type="rocketlazyloadscript" id="jquery-core-js" src="https://confettisunshine.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script type="rocketlazyloadscript" id="jquery-migrate-js" src="https://confettisunshine.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" defer></script>
<script type="rocketlazyloadscript" id="ppress-flatpickr-js" src="https://confettisunshine.com/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.js?ver=7.0" defer></script>
<script type="rocketlazyloadscript" id="ppress-select2-js" src="https://confettisunshine.com/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.js?ver=7.0" defer></script>

<!-- Google Analytics snippet added by Site Kit -->
<script type="rocketlazyloadscript" id="google_gtagjs-js" src="https://www.googletagmanager.com/gtag/js?id=UA-210877771-1" async></script>
<script type="rocketlazyloadscript" id="google_gtagjs-js-after">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag('set', 'linker', {"domains":["confettisunshine.com"]} );
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "UA-210877771-1", {"anonymize_ip":true});
gtag("config", "G-F3SQBV0TB3");
//# sourceURL=google_gtagjs-js-after
</script>

<!-- End Google Analytics snippet added by Site Kit -->
<link rel="https://api.w.org/" href="https://confettisunshine.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://confettisunshine.com/wp-json/wp/v2/pages/2954" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://confettisunshine.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.0" />
<link rel='shortlink' href='https://confettisunshine.com/' />
<meta name="generator" content="Site Kit by Google 1.70.0" /><meta name="generator" content="Redux 4.5.9" />
<!-- Google AdSense snippet added by Site Kit -->
<meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236">
<meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com">
<!-- End Google AdSense snippet added by Site Kit -->
<link rel="icon" href="https://confettisunshine.com/wp-content/uploads/cropped-confetti-favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://confettisunshine.com/wp-content/uploads/cropped-confetti-favicon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://confettisunshine.com/wp-content/uploads/cropped-confetti-favicon-180x180.png" />
<meta name="msapplication-TileImage" content="https://confettisunshine.com/wp-content/uploads/cropped-confetti-favicon-270x270.png" />
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript">
/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
</script>	<script type="rocketlazyloadscript">var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101228208);</script>
	<script type="rocketlazyloadscript" async src="//static.getclicky.com/js"></script>

</head>

<body class="home wp-singular page-template page-template-template-modules page-template-template-modules-php page page-id-2954 wp-embed-responsive wp-theme-gridlove wp-child-theme-gridlove-child unknown gridlove-v_1_9_4 gridlove-child">
	
		
	<header id="header" class="gridlove-site-header hidden-md-down gridlove-header-wide gridlove-header-shadow">
			
			
			<div class="gridlove-header-3">
    <div class="gridlove-header-wrapper">
        <div class="gridlove-header-middle">
            <div class="gridlove-slot-c">
                
<div class="gridlove-site-branding  ">
			<h1 class="site-title h1"><a href="https://confettisunshine.com/" rel="home"><picture class="gridlove-logo">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/confetti-50h.png.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20263%2050&#039;%3E%3C/svg%3E"/>
<img width="263" height="50" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20263%2050&#039;%3E%3C/svg%3E" alt="Confetti Sunshine" data-lazy-src="https://confettisunshine.com/wp-content/uploads/confetti-50h.png"/>
</picture>
<noscript><picture class="gridlove-logo">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/confetti-50h.png.webp"/>
<img width="263" height="50" src="https://confettisunshine.com/wp-content/uploads/confetti-50h.png" alt="Confetti Sunshine"/>
</picture>
</noscript></a></h1>
	
	
</div>

            </div>
        </div>
    </div>
    <div class="gridlove-header-bottom">
        <div class="container">
            <div class="gridlove-slot-l">
                <nav class="gridlove-main-navigation">	
				<ul id="menu-main" class="gridlove-main-nav gridlove-menu"><li id="menu-item-3716" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3716"><a href="https://confettisunshine.com/bikes/">Bikes</a></li>
<li id="menu-item-3718" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3718"><a href="https://confettisunshine.com/home-gym-equipment/">Home Gym Equipment</a></li>
<li id="menu-item-3722" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3722"><a href="https://confettisunshine.com/faq/">FAQ</a></li>
</ul>	</nav>            </div>
            <div class="gridlove-slot-r">
                	<ul class="gridlove-actions gridlove-menu">
					<li class="gridlove-actions-button gridlove-action-search">
	<span>
		<i class="fa fa-search"></i>
	</span>
	<ul class="sub-menu">
		<li>
			<form class="gridlove-search-form" action="https://confettisunshine.com/" method="get"><input name="s" type="text" value="" placeholder="Type here to search..." /><button type="submit" class="gridlove-button-search">Search</button></form>		</li>
	</ul>
</li>					<li class="gridlove-actions-button">
	<span class="gridlove-sidebar-action">
		<i class="fa fa-bars"></i>
	</span>
</li>			</ul>
            </div>
        </div>
    </div>
</div>

							 
									<div id="gridlove-header-sticky" class="gridlove-header-sticky">
	<div class="container">
		
		<div class="gridlove-slot-l">
						
<div class="gridlove-site-branding  ">
			<span class="site-title h1"><a href="https://confettisunshine.com/" rel="home"><picture class="gridlove-logo">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/confetti-50h.png.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20263%2050&#039;%3E%3C/svg%3E"/>
<img width="263" height="50" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20263%2050&#039;%3E%3C/svg%3E" alt="Confetti Sunshine" data-lazy-src="https://confettisunshine.com/wp-content/uploads/confetti-50h.png"/>
</picture>
<noscript><picture class="gridlove-logo">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/confetti-50h.png.webp"/>
<img width="263" height="50" src="https://confettisunshine.com/wp-content/uploads/confetti-50h.png" alt="Confetti Sunshine"/>
</picture>
</noscript></a></span>
	
	
</div>

		</div>	
		<div class="gridlove-slot-r">
							<nav class="gridlove-main-navigation">	
				<ul id="menu-main-1" class="gridlove-main-nav gridlove-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3716"><a href="https://confettisunshine.com/bikes/">Bikes</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3718"><a href="https://confettisunshine.com/home-gym-equipment/">Home Gym Equipment</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3722"><a href="https://confettisunshine.com/faq/">FAQ</a></li>
</ul>	</nav>					<ul class="gridlove-actions gridlove-menu">
					<li class="gridlove-actions-button gridlove-action-search">
	<span>
		<i class="fa fa-search"></i>
	</span>
	<ul class="sub-menu">
		<li>
			<form class="gridlove-search-form" action="https://confettisunshine.com/" method="get"><input name="s" type="text" value="" placeholder="Type here to search..." /><button type="submit" class="gridlove-button-search">Search</button></form>		</li>
	</ul>
</li>					<li class="gridlove-actions-button">
	<span class="gridlove-sidebar-action">
		<i class="fa fa-bars"></i>
	</span>
</li>			</ul>
			  
		</div>
	</div>
</div>								
			
	</header>

	<div id="gridlove-header-responsive" class="gridlove-header-responsive hidden-lg-up">

	<div class="container">
		
		<div class="gridlove-site-branding mini">
		<span class="site-title h1"><a href="https://confettisunshine.com/" rel="home"><picture class="gridlove-logo-mini">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/confetti-25h.png.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20132%2025&#039;%3E%3C/svg%3E"/>
<img width="132" height="25" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20132%2025&#039;%3E%3C/svg%3E" alt="Confetti Sunshine" data-lazy-src="https://confettisunshine.com/wp-content/uploads/confetti-25h.png"/>
</picture>
<noscript><picture class="gridlove-logo-mini">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/confetti-25h.png.webp"/>
<img width="132" height="25" src="https://confettisunshine.com/wp-content/uploads/confetti-25h.png" alt="Confetti Sunshine"/>
</picture>
</noscript></a></span>
</div>
		<ul class="gridlove-actions gridlove-menu">

								<li class="gridlove-actions-button gridlove-action-search">
	<span>
		<i class="fa fa-search"></i>
	</span>
	<ul class="sub-menu">
		<li>
			<form class="gridlove-search-form" action="https://confettisunshine.com/" method="get"><input name="s" type="text" value="" placeholder="Type here to search..." /><button type="submit" class="gridlove-button-search">Search</button></form>		</li>
	</ul>
</li>							<li class="gridlove-actions-button">
	<span class="gridlove-sidebar-action">
		<i class="fa fa-bars"></i>
	</span>
</li>				
	
</ul>
	</div>

</div>



            

<div id="cover" class="gridlove-cover-area gridlove-cover-1 gridlove-cover-slider" data-items="1" data-autoplay="0">

                
        
            <div class="gridlove-cover-item">

                <div class="gridlove-cover-bg">
                                            <a href="https://confettisunshine.com/how-do-memory-games-support-your-brain-health/" title="How Do Memory Games Support Your Brain Health?" class="gridlove-cover">
                            <picture class="attachment-gridlove-cover size-gridlove-cover wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/Brain-Health.jpg.webp 500w, https://confettisunshine.com/wp-content/uploads/Brain-Health-300x172.jpg.webp 300w, https://confettisunshine.com/wp-content/uploads/Brain-Health-370x212.jpg.webp 370w, https://confettisunshine.com/wp-content/uploads/Brain-Health-270x154.jpg.webp 270w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20500%20286&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 500px) 100vw, 500px"/>
<img width="500" height="286" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20500%20286&#039;%3E%3C/svg%3E" alt="Brain Health" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/Brain-Health.jpg 500w, https://confettisunshine.com/wp-content/uploads/Brain-Health-300x172.jpg 300w, https://confettisunshine.com/wp-content/uploads/Brain-Health-370x212.jpg 370w, https://confettisunshine.com/wp-content/uploads/Brain-Health-270x154.jpg 270w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://confettisunshine.com/wp-content/uploads/Brain-Health.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-cover size-gridlove-cover wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/Brain-Health.jpg.webp 500w, https://confettisunshine.com/wp-content/uploads/Brain-Health-300x172.jpg.webp 300w, https://confettisunshine.com/wp-content/uploads/Brain-Health-370x212.jpg.webp 370w, https://confettisunshine.com/wp-content/uploads/Brain-Health-270x154.jpg.webp 270w" sizes="(max-width: 500px) 100vw, 500px"/>
<img width="500" height="286" src="https://confettisunshine.com/wp-content/uploads/Brain-Health.jpg" alt="Brain Health" srcset="https://confettisunshine.com/wp-content/uploads/Brain-Health.jpg 500w, https://confettisunshine.com/wp-content/uploads/Brain-Health-300x172.jpg 300w, https://confettisunshine.com/wp-content/uploads/Brain-Health-370x212.jpg 370w, https://confettisunshine.com/wp-content/uploads/Brain-Health-270x154.jpg 270w" sizes="(max-width: 500px) 100vw, 500px"/>
</picture>
</noscript>                            <span class="gridlove-hidden-overlay"></span>
                        </a>
                      
                </div>

                <div class="gridlove-cover-content">
                    <div class="entry-header">
                        
                        <div class="entry-category">
                                                                                        
                                                    </div>
                        
                        <h2 class="entry-title h1"><a href="https://confettisunshine.com/how-do-memory-games-support-your-brain-health/">How Do Memory Games Support Your Brain Health?</a></h2>                        
                                                    <div class="entry-content"><p>It has been proven that memory games have an immaculate positive benefit on your brain. With the help of this game, people of different generations, ages, communities, and other forms of distinction can easily...</p>
</div>
                                                
                                                    <div class="entry-meta"><div class="meta-item meta-rtime">4 min read</div></div>
                        
                    </div>
                </div>

            </div>
        
        
            <div class="gridlove-cover-item">

                <div class="gridlove-cover-bg">
                                            <a href="https://confettisunshine.com/top-features-to-choose-the-best-dental-software/" title="&lt;strong&gt;Top Features to Choose The Best Dental Software.&lt;/strong&gt;" class="gridlove-cover">
                            <picture class="attachment-gridlove-cover size-gridlove-cover wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/Dental-Software.jpg.webp 286w, https://confettisunshine.com/wp-content/uploads/Dental-Software-270x123.jpg.webp 270w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20286%20130&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 286px) 100vw, 286px"/>
<img width="286" height="130" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20286%20130&#039;%3E%3C/svg%3E" alt="Dental Software" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/Dental-Software.jpg 286w, https://confettisunshine.com/wp-content/uploads/Dental-Software-270x123.jpg 270w" data-lazy-sizes="(max-width: 286px) 100vw, 286px" data-lazy-src="https://confettisunshine.com/wp-content/uploads/Dental-Software.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-cover size-gridlove-cover wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/Dental-Software.jpg.webp 286w, https://confettisunshine.com/wp-content/uploads/Dental-Software-270x123.jpg.webp 270w" sizes="(max-width: 286px) 100vw, 286px"/>
<img width="286" height="130" src="https://confettisunshine.com/wp-content/uploads/Dental-Software.jpg" alt="Dental Software" srcset="https://confettisunshine.com/wp-content/uploads/Dental-Software.jpg 286w, https://confettisunshine.com/wp-content/uploads/Dental-Software-270x123.jpg 270w" sizes="(max-width: 286px) 100vw, 286px"/>
</picture>
</noscript>                            <span class="gridlove-hidden-overlay"></span>
                        </a>
                      
                </div>

                <div class="gridlove-cover-content">
                    <div class="entry-header">
                        
                        <div class="entry-category">
                                                                                        
                                                    </div>
                        
                        <h2 class="entry-title h1"><a href="https://confettisunshine.com/top-features-to-choose-the-best-dental-software/"><strong>Top Features to Choose The Best Dental Software.</strong></a></h2>                        
                                                    <div class="entry-content"><p>When you run a dental practice, you must pick management dental software to help you prepare and optimize your clinic.&nbsp; With so many alternatives, it may be overwhelming to determine which one is...</p>
</div>
                                                
                                                    <div class="entry-meta"><div class="meta-item meta-rtime">5 min read</div></div>
                        
                    </div>
                </div>

            </div>
        
        
            <div class="gridlove-cover-item">

                <div class="gridlove-cover-bg">
                                            <a href="https://confettisunshine.com/why-a-dental-checkup-is-important/" title="4 Reasons Why A Dental Checkup Is Important" class="gridlove-cover">
                            <picture class="attachment-gridlove-cover size-gridlove-cover wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/tooth-problem.jpg.webp 275w, https://confettisunshine.com/wp-content/uploads/tooth-problem-270x180.jpg.webp 270w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20275%20183&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 275px) 100vw, 275px"/>
<img width="275" height="183" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20275%20183&#039;%3E%3C/svg%3E" alt="Dental checkup" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/tooth-problem.jpg 275w, https://confettisunshine.com/wp-content/uploads/tooth-problem-270x180.jpg 270w" data-lazy-sizes="(max-width: 275px) 100vw, 275px" data-lazy-src="https://confettisunshine.com/wp-content/uploads/tooth-problem.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-cover size-gridlove-cover wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/tooth-problem.jpg.webp 275w, https://confettisunshine.com/wp-content/uploads/tooth-problem-270x180.jpg.webp 270w" sizes="(max-width: 275px) 100vw, 275px"/>
<img width="275" height="183" src="https://confettisunshine.com/wp-content/uploads/tooth-problem.jpg" alt="Dental checkup" srcset="https://confettisunshine.com/wp-content/uploads/tooth-problem.jpg 275w, https://confettisunshine.com/wp-content/uploads/tooth-problem-270x180.jpg 270w" sizes="(max-width: 275px) 100vw, 275px"/>
</picture>
</noscript>                            <span class="gridlove-hidden-overlay"></span>
                        </a>
                      
                </div>

                <div class="gridlove-cover-content">
                    <div class="entry-header">
                        
                        <div class="entry-category">
                                                                                        
                                                    </div>
                        
                        <h2 class="entry-title h1"><a href="https://confettisunshine.com/why-a-dental-checkup-is-important/">4 Reasons Why A Dental Checkup Is Important</a></h2>                        
                                                    <div class="entry-content"><p>It&#8217;s a good idea to have a dental checkup every six months. People who receive frequent checks are less likely to experience a major dental problem that calls for an invasive procedure. That is merely...</p>
</div>
                                                
                                                    <div class="entry-meta"><div class="meta-item meta-rtime">3 min read</div></div>
                        
                    </div>
                </div>

            </div>
        
        
            <div class="gridlove-cover-item">

                <div class="gridlove-cover-bg">
                                            <a href="https://confettisunshine.com/how-to-determine-which-public-gym-is-for-your/" title="How To Determine Which Public Gym Is For You" class="gridlove-cover">
                            <picture class="attachment-gridlove-cover size-gridlove-cover wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/public-gym.jpg.webp 620w, https://confettisunshine.com/wp-content/uploads/public-gym-300x200.jpg.webp 300w, https://confettisunshine.com/wp-content/uploads/public-gym-370x246.jpg.webp 370w, https://confettisunshine.com/wp-content/uploads/public-gym-270x180.jpg.webp 270w, https://confettisunshine.com/wp-content/uploads/public-gym-570x380.jpg.webp 570w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20620%20413&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 620px) 100vw, 620px"/>
<img width="620" height="413" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20620%20413&#039;%3E%3C/svg%3E" alt="public gym" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/public-gym.jpg 620w, https://confettisunshine.com/wp-content/uploads/public-gym-300x200.jpg 300w, https://confettisunshine.com/wp-content/uploads/public-gym-370x246.jpg 370w, https://confettisunshine.com/wp-content/uploads/public-gym-270x180.jpg 270w, https://confettisunshine.com/wp-content/uploads/public-gym-570x380.jpg 570w" data-lazy-sizes="(max-width: 620px) 100vw, 620px" data-lazy-src="https://confettisunshine.com/wp-content/uploads/public-gym.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-cover size-gridlove-cover wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/public-gym.jpg.webp 620w, https://confettisunshine.com/wp-content/uploads/public-gym-300x200.jpg.webp 300w, https://confettisunshine.com/wp-content/uploads/public-gym-370x246.jpg.webp 370w, https://confettisunshine.com/wp-content/uploads/public-gym-270x180.jpg.webp 270w, https://confettisunshine.com/wp-content/uploads/public-gym-570x380.jpg.webp 570w" sizes="(max-width: 620px) 100vw, 620px"/>
<img width="620" height="413" src="https://confettisunshine.com/wp-content/uploads/public-gym.jpg" alt="public gym" srcset="https://confettisunshine.com/wp-content/uploads/public-gym.jpg 620w, https://confettisunshine.com/wp-content/uploads/public-gym-300x200.jpg 300w, https://confettisunshine.com/wp-content/uploads/public-gym-370x246.jpg 370w, https://confettisunshine.com/wp-content/uploads/public-gym-270x180.jpg 270w, https://confettisunshine.com/wp-content/uploads/public-gym-570x380.jpg 570w" sizes="(max-width: 620px) 100vw, 620px"/>
</picture>
</noscript>                            <span class="gridlove-hidden-overlay"></span>
                        </a>
                      
                </div>

                <div class="gridlove-cover-content">
                    <div class="entry-header">
                        
                        <div class="entry-category">
                                                                                        
                                                    </div>
                        
                        <h2 class="entry-title h1"><a href="https://confettisunshine.com/how-to-determine-which-public-gym-is-for-your/">How To Determine Which Public Gym Is For You</a></h2>                        
                                                    <div class="entry-content"><p>Around 80% of Americans who own a gym membership do not attend the gym. If you’re looking to start your fitness journey and get a gym membership, you need to ensure you will get the most out of it. So, how do...</p>
</div>
                                                
                                                    <div class="entry-meta"><div class="meta-item meta-rtime">5 min read</div></div>
                        
                    </div>
                </div>

            </div>
        
        
            <div class="gridlove-cover-item">

                <div class="gridlove-cover-bg">
                                            <a href="https://confettisunshine.com/goyoga/" title="GoYoga: About the Company" class="gridlove-cover">
                            <picture class="attachment-gridlove-cover size-gridlove-cover wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/yoga-1000x500.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%201000%20500&#039;%3E%3C/svg%3E"/>
<img width="1000" height="500" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%201000%20500&#039;%3E%3C/svg%3E" alt="" data-lazy-src="https://confettisunshine.com/wp-content/uploads/yoga-1000x500.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-cover size-gridlove-cover wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/yoga-1000x500.jpg.webp"/>
<img width="1000" height="500" src="https://confettisunshine.com/wp-content/uploads/yoga-1000x500.jpg" alt=""/>
</picture>
</noscript>                            <span class="gridlove-hidden-overlay"></span>
                        </a>
                      
                </div>

                <div class="gridlove-cover-content">
                    <div class="entry-header">
                        
                        <div class="entry-category">
                                                                                        
                                                    </div>
                        
                        <h2 class="entry-title h1"><a href="https://confettisunshine.com/goyoga/">GoYoga: About the Company</a></h2>                        
                                                    <div class="entry-content"><p>Go Yoga was established with the goal of offering classes to anyone interested in practicing. All of our teachers bring their own experiences, personal practices and formal training with them to every class...</p>
</div>
                                                
                                                    <div class="entry-meta"><div class="meta-item meta-rtime">1 min read</div></div>
                        
                    </div>
                </div>

            </div>
        
        
            <div class="gridlove-cover-item">

                <div class="gridlove-cover-bg">
                                            <a href="https://confettisunshine.com/reebok-cross-trainer-review/" title="Reebok Cross Trainer Review" class="gridlove-cover">
                            <picture class="attachment-gridlove-cover size-gridlove-cover wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Elliptical-Trainer-1-1280x500.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%201280%20500&#039;%3E%3C/svg%3E"/>
<img width="1280" height="500" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%201280%20500&#039;%3E%3C/svg%3E" alt="" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/Elliptical-Trainer-1-1280x500.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-cover size-gridlove-cover wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Elliptical-Trainer-1-1280x500.jpg.webp"/>
<img width="1280" height="500" src="https://confettisunshine.com/wp-content/uploads/2020/04/Elliptical-Trainer-1-1280x500.jpg" alt=""/>
</picture>
</noscript>                            <span class="gridlove-hidden-overlay"></span>
                        </a>
                      
                </div>

                <div class="gridlove-cover-content">
                    <div class="entry-header">
                        
                        <div class="entry-category">
                                                                                        
                                                    </div>
                        
                        <h2 class="entry-title h1"><a href="https://confettisunshine.com/reebok-cross-trainer-review/">Reebok Cross Trainer Review</a></h2>                        
                                                    <div class="entry-content"><p>Before getting into that, let us cover some essential tidbits. For one, there are no height restrictions when using these trainers. The limits apply to maximum weight allowances, which you should consider when...</p>
</div>
                                                
                                                    <div class="entry-meta"><div class="meta-item meta-rtime">7 min read</div></div>
                        
                    </div>
                </div>

            </div>
        
        
    

</div>

    
    
    <div id="content" class="gridlove-site-content container">

        
        
                                
                                                                    <div id="gridlove-module-0" class="gridlove-module module-type-posts  gridlove-module-layout-combo">
	
    <div class="module-header"><div class="module-title"><h2>FAQ</h2></div></div>	
		
	
						
		<div class="row gridlove-posts ">
			
										        
			        					
							        	<div class="col-lg-9 col-md-12 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-b gridlove-box  post-3911 post type-post status-publish format-standard has-post-thumbnail hentry category-faq">

            <div class="entry-image">
            <a href="https://confettisunshine.com/how-do-memory-games-support-your-brain-health/" title="How Do Memory Games Support Your Brain Health?"><picture class="attachment-gridlove-b9 size-gridlove-b9 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/Brain-Health-435x286.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20435%20286&#039;%3E%3C/svg%3E"/>
<img width="435" height="286" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20435%20286&#039;%3E%3C/svg%3E" alt="Brain Health" data-lazy-src="https://confettisunshine.com/wp-content/uploads/Brain-Health-435x286.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-b9 size-gridlove-b9 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/Brain-Health-435x286.jpg.webp"/>
<img width="435" height="286" src="https://confettisunshine.com/wp-content/uploads/Brain-Health-435x286.jpg" alt="Brain Health"/>
</picture>
</noscript></a>
        </div>
    
    <div class="box-inner-ptbr box-col-b entry-sm-overlay">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/how-do-memory-games-support-your-brain-health/">How Do Memory Games Support Your Brain Health?</a></h2>            <div class="entry-content"><p>It has been proven that memory games have an immaculate positive benefit on your brain. With the help of this game, people of different generations, ages, communities, and other forms of distinction can easily improve...</p>
</div>

        </div>
  
         
    </div>    

       
</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-d gridlove-box  post-3896 post type-post status-publish format-standard has-post-thumbnail hentry category-faq">

            <div class="entry-image">
            <a href="https://confettisunshine.com/top-features-to-choose-the-best-dental-software/" title="&lt;strong&gt;Top Features to Choose The Best Dental Software.&lt;/strong&gt;"><picture class="attachment-gridlove-d3 size-gridlove-d3 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/Dental-Software-270x130.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20270%20130&#039;%3E%3C/svg%3E"/>
<img width="270" height="130" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20270%20130&#039;%3E%3C/svg%3E" alt="Dental Software" data-lazy-src="https://confettisunshine.com/wp-content/uploads/Dental-Software-270x130.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-d3 size-gridlove-d3 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/Dental-Software-270x130.jpg.webp"/>
<img width="270" height="130" src="https://confettisunshine.com/wp-content/uploads/Dental-Software-270x130.jpg" alt="Dental Software"/>
</picture>
</noscript></a>
        </div>
    
    <div class="entry-overlay box-inner-p">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/top-features-to-choose-the-best-dental-software/"><strong>Top Features to Choose The Best Dental Software.</strong></a></h2>        </div>
            </div>    

</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-3870 post type-post status-publish format-standard has-post-thumbnail hentry category-faq category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/why-a-dental-checkup-is-important/">4 Reasons Why A Dental Checkup Is Important</a></h2>	        <div class="entry-content"><p>It&#8217;s a good idea to have a dental checkup every six months. People who receive frequent checks are less likely to experience a major dental problem that calls for an invasive procedure. That is merely one...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-5 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-d gridlove-box  post-3864 post type-post status-publish format-standard has-post-thumbnail hentry category-faq">

            <div class="entry-image">
            <a href="https://confettisunshine.com/how-to-determine-which-public-gym-is-for-your/" title="How To Determine Which Public Gym Is For You"><picture class="attachment-gridlove-d5 size-gridlove-d5 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/public-gym-470x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20470%20300&#039;%3E%3C/svg%3E"/>
<img width="470" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20470%20300&#039;%3E%3C/svg%3E" alt="public gym" data-lazy-src="https://confettisunshine.com/wp-content/uploads/public-gym-470x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-d5 size-gridlove-d5 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/public-gym-470x300.jpg.webp"/>
<img width="470" height="300" src="https://confettisunshine.com/wp-content/uploads/public-gym-470x300.jpg" alt="public gym"/>
</picture>
</noscript></a>
        </div>
    
    <div class="entry-overlay box-inner-p">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/how-to-determine-which-public-gym-is-for-your/">How To Determine Which Public Gym Is For You</a></h2>        </div>
            </div>    

</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-4 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-a gridlove-box  post-3770 post type-post status-publish format-standard has-post-thumbnail hentry category-faq">

            <div class="entry-image">
            <a href="https://confettisunshine.com/goyoga/" title="GoYoga: About the Company"><picture class="attachment-gridlove-a4 size-gridlove-a4 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/yoga-370x150.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20370%20150&#039;%3E%3C/svg%3E"/>
<img width="370" height="150" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20370%20150&#039;%3E%3C/svg%3E" alt="" data-lazy-src="https://confettisunshine.com/wp-content/uploads/yoga-370x150.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-a4 size-gridlove-a4 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/yoga-370x150.jpg.webp"/>
<img width="370" height="150" src="https://confettisunshine.com/wp-content/uploads/yoga-370x150.jpg" alt=""/>
</picture>
</noscript></a>
            <div class="entry-category">
                                                    
                            </div>
        </div>
    

    <div class="box-inner-p">
        <div class="box-inner-ellipsis">
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/goyoga/">GoYoga: About the Company</a></h2>        </div>
            </div>

</article>			     	</div>
		    	
			
			
		</div>

	
	
</div>

                    
                                
                                                                    <div id="gridlove-module-1" class="gridlove-module module-type-posts  gridlove-module-layout-combo">
	
    <div class="module-header"><div class="module-title"><h2>Bikes</h2></div></div>	
		
	
						
		<div class="row gridlove-posts ">
			
										        
			        					
							        	<div class="col-lg-4 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-d gridlove-box  post-3590 post type-post status-publish format-standard has-post-thumbnail hentry category-bikes">

            <div class="entry-image">
            <a href="https://confettisunshine.com/giant-roam-3-review/" title="Giant Roam 3 Review"><picture class="attachment-gridlove-d4 size-gridlove-d4 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Giant-1-370x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20370%20300&#039;%3E%3C/svg%3E"/>
<img width="370" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20370%20300&#039;%3E%3C/svg%3E" alt="" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/Giant-1-370x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-d4 size-gridlove-d4 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Giant-1-370x300.jpg.webp"/>
<img width="370" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/Giant-1-370x300.jpg" alt=""/>
</picture>
</noscript></a>
        </div>
    
    <div class="entry-overlay box-inner-p">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/giant-roam-3-review/">Giant Roam 3 Review</a></h2>        </div>
            </div>    

</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-4 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-3621 post type-post status-publish format-standard has-post-thumbnail hentry category-bikes">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/giant-escape-2-review/">Giant Escape 2 Review</a></h2>	        <div class="entry-content"><p>A great alternative to such a sport is a bike ride. With regular cycling, you will develop muscles, add energy and vigor. At the same time, you can easily lose weight without much effort. In addition, riding on this...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-4 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-d gridlove-box  post-3629 post type-post status-publish format-standard has-post-thumbnail hentry category-bikes">

            <div class="entry-image">
            <a href="https://confettisunshine.com/giant-fathom-2-review/" title="Giant Fathom 2 Review"><picture class="attachment-gridlove-d4 size-gridlove-d4 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Fathom-2-370x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20370%20300&#039;%3E%3C/svg%3E"/>
<img width="370" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20370%20300&#039;%3E%3C/svg%3E" alt="Fathom 2" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/Fathom-2-370x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-d4 size-gridlove-d4 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Fathom-2-370x300.jpg.webp"/>
<img width="370" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/Fathom-2-370x300.jpg" alt="Fathom 2"/>
</picture>
</noscript></a>
        </div>
    
    <div class="entry-overlay box-inner-p">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/giant-fathom-2-review/">Giant Fathom 2 Review</a></h2>        </div>
            </div>    

</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-4 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-3645 post type-post status-publish format-standard has-post-thumbnail hentry category-bikes">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/giant-contend-3-review/">Giant Contend 3 Review</a></h2>	        <div class="entry-content"><p>This is one of the best models of bicycles of our time which has already managed to gain popularity around the world. Regardless of whether you are a beginner cyclist or a true professional, all your expectations and...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-4 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-d gridlove-box  post-3653 post type-post status-publish format-standard has-post-thumbnail hentry category-bikes">

            <div class="entry-image">
            <a href="https://confettisunshine.com/lemond-washoe-review/" title="LeMond Washoe Review"><picture class="attachment-gridlove-d4 size-gridlove-d4 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Lemond-Bike-370x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20370%20300&#039;%3E%3C/svg%3E"/>
<img width="370" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20370%20300&#039;%3E%3C/svg%3E" alt="Lemond Bike" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/Lemond-Bike-370x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-d4 size-gridlove-d4 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Lemond-Bike-370x300.jpg.webp"/>
<img width="370" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/Lemond-Bike-370x300.jpg" alt="Lemond Bike"/>
</picture>
</noscript></a>
        </div>
    
    <div class="entry-overlay box-inner-p">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/lemond-washoe-review/">LeMond Washoe Review</a></h2>        </div>
            </div>    

</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-4 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-3425 post type-post status-publish format-standard has-post-thumbnail hentry category-bikes">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/schwinn-trailway-review/">Schwinn Trailway Review</a></h2>	        <div class="entry-content"><p>Many people wonder: What is a trailway bike? This is a hybrid bike made of high-strength aluminum, characterized by practicality and durability. For fast driving on the track we recommend choosing Giant Contend 3. Of...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
			
			
		</div>

	
	
</div>

                    
                                
                                                                    <div id="gridlove-module-2" class="gridlove-module module-type-posts  gridlove-module-layout-simple">
	
    <div class="module-header"><div class="module-title"><h2>Ellipticals</h2></div></div>	
		
	
						
		<div class="row gridlove-posts ">
			
										        
			        					
							        	<div class="col-lg-6 col-md-12 col-sm-12 layout-simple">
                        			     		<article class="gridlove-post gridlove-post-b gridlove-box  post-3322 post type-post status-publish format-standard has-post-thumbnail hentry category-ellipticals">

            <div class="entry-image">
            <a href="https://confettisunshine.com/reebok-cross-trainer-review/" title="Reebok Cross Trainer Review"><picture class="attachment-gridlove-b6 size-gridlove-b6 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Elliptical-Trainer-1-285x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20285%20300&#039;%3E%3C/svg%3E"/>
<img width="285" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20285%20300&#039;%3E%3C/svg%3E" alt="" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/Elliptical-Trainer-1-285x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-b6 size-gridlove-b6 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Elliptical-Trainer-1-285x300.jpg.webp"/>
<img width="285" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/Elliptical-Trainer-1-285x300.jpg" alt=""/>
</picture>
</noscript></a>
        </div>
    
    <div class="box-inner-ptbr box-col-b entry-sm-overlay">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/reebok-cross-trainer-review/">Reebok Cross Trainer Review</a></h2>            <div class="entry-content"><p>Before getting into that, let us cover some essential tidbits. For one, there are no height restrictions when using these trainers. The limits apply to maximum weight allowances, which you should consider when making...</p>
</div>

        </div>
  
         
    </div>    

       
</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-6 col-md-12 col-sm-12 layout-simple">
                        			     		<article class="gridlove-post gridlove-post-b gridlove-box  post-3339 post type-post status-publish format-standard has-post-thumbnail hentry category-ellipticals">

            <div class="entry-image">
            <a href="https://confettisunshine.com/proform-650-elliptical/" title="PROFORM 650 Elliptical"><picture class="attachment-gridlove-b6 size-gridlove-b6 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Elliptical-285x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20285%20300&#039;%3E%3C/svg%3E"/>
<img width="285" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20285%20300&#039;%3E%3C/svg%3E" alt="Elliptical" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/Elliptical-285x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-b6 size-gridlove-b6 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Elliptical-285x300.jpg.webp"/>
<img width="285" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/Elliptical-285x300.jpg" alt="Elliptical"/>
</picture>
</noscript></a>
        </div>
    
    <div class="box-inner-ptbr box-col-b entry-sm-overlay">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/proform-650-elliptical/">PROFORM 650 Elliptical</a></h2>            <div class="entry-content"><p>You do not want to end up with an overwhelming or underwhelming machine. In either of these cases, you would be far from reaching your fitness goals. This machine works for people in beginner and intermediate levels...</p>
</div>

        </div>
  
         
    </div>    

       
</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-6 col-md-12 col-sm-12 layout-simple">
                        			     		<article class="gridlove-post gridlove-post-b gridlove-box  post-3352 post type-post status-publish format-standard has-post-thumbnail hentry category-ellipticals">

            <div class="entry-image">
            <a href="https://confettisunshine.com/proform-150i-elliptical/" title="PROFORM 150i Elliptical"><picture class="attachment-gridlove-b6 size-gridlove-b6 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/250i-Elliptical-by-ProForm-285x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20285%20300&#039;%3E%3C/svg%3E"/>
<img width="285" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20285%20300&#039;%3E%3C/svg%3E" alt="250i Elliptical by ProForm" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/250i-Elliptical-by-ProForm-285x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-b6 size-gridlove-b6 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/250i-Elliptical-by-ProForm-285x300.jpg.webp"/>
<img width="285" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/250i-Elliptical-by-ProForm-285x300.jpg" alt="250i Elliptical by ProForm"/>
</picture>
</noscript></a>
        </div>
    
    <div class="box-inner-ptbr box-col-b entry-sm-overlay">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/proform-150i-elliptical/">PROFORM 150i Elliptical</a></h2>            <div class="entry-content"><p>People in mid-range training can use it in their homes and gyms. It works great for beginners and intermediate trainers alike. Pros looking to have some fun and get their heart rates up can also use this. If you are...</p>
</div>

        </div>
  
         
    </div>    

       
</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-6 col-md-12 col-sm-12 layout-simple">
                        			     		<article class="gridlove-post gridlove-post-b gridlove-box  post-2892 post type-post status-publish format-standard has-post-thumbnail hentry category-ellipticals">

            <div class="entry-image">
            <a href="https://confettisunshine.com/nordictrack-elite-10-7-elliptical-review/" title="Nordictrack Elite 10.7 elliptical review"><picture class="attachment-gridlove-b6 size-gridlove-b6 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2019/12/best-elliptical-285x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20285%20300&#039;%3E%3C/svg%3E"/>
<img width="285" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20285%20300&#039;%3E%3C/svg%3E" alt="Nordictrack Elite 10.7 elliptical review" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2019/12/best-elliptical-285x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-b6 size-gridlove-b6 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2019/12/best-elliptical-285x300.jpg.webp"/>
<img width="285" height="300" src="https://confettisunshine.com/wp-content/uploads/2019/12/best-elliptical-285x300.jpg" alt="Nordictrack Elite 10.7 elliptical review"/>
</picture>
</noscript></a>
        </div>
    
    <div class="box-inner-ptbr box-col-b entry-sm-overlay">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/nordictrack-elite-10-7-elliptical-review/">Nordictrack Elite 10.7 elliptical review</a></h2>            <div class="entry-content"><p>Elliptical trainers have won the customers’ favor as soon as they entered the exercise equipment market in the 90s. No surprise there: few machines can offer the same challenging workout experience without putting any...</p>
</div>

        </div>
  
         
    </div>    

       
</article>			     	</div>
		    	
			
			
		</div>

	
	
</div>

                    
                                
                                                                    <div id="gridlove-module-3" class="gridlove-module module-type-posts  gridlove-module-layout-simple">
	
    <div class="module-header"><div class="module-title"><h2>Exercise Bikes</h2></div></div>	
		
	
						
		<div class="row gridlove-posts ">
			
										        
			        					
							        	<div class="col-lg-6 col-md-12 col-sm-12 layout-simple">
                        			     		<article class="gridlove-post gridlove-post-d gridlove-box  post-3499 post type-post status-publish format-standard has-post-thumbnail hentry category-exercise-bikes">

            <div class="entry-image">
            <a href="https://confettisunshine.com/smoothxbike-reviews/" title="SmoothXbike Reviews"><picture class="attachment-gridlove-d6 size-gridlove-d6 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/SmoothXbike-1-570x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20570%20300&#039;%3E%3C/svg%3E"/>
<img width="570" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20570%20300&#039;%3E%3C/svg%3E" alt="SmoothXbike" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/SmoothXbike-1-570x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-d6 size-gridlove-d6 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/SmoothXbike-1-570x300.jpg.webp"/>
<img width="570" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/SmoothXbike-1-570x300.jpg" alt="SmoothXbike"/>
</picture>
</noscript></a>
        </div>
    
    <div class="entry-overlay box-inner-p">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/smoothxbike-reviews/">SmoothXbike Reviews</a></h2>        </div>
            </div>    

</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-6 col-md-12 col-sm-12 layout-simple">
                        			     		<article class="gridlove-post gridlove-post-d gridlove-box  post-3531 post type-post status-publish format-standard has-post-thumbnail hentry category-exercise-bikes">

            <div class="entry-image">
            <a href="https://confettisunshine.com/schwinn-170-upright-bike-reviews/" title="Schwinn 170 Upright Bike Reviews"><picture class="attachment-gridlove-d6 size-gridlove-d6 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Upright-Exercise-Bike-570x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20570%20300&#039;%3E%3C/svg%3E"/>
<img width="570" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20570%20300&#039;%3E%3C/svg%3E" alt="Upright Exercise Bike" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/Upright-Exercise-Bike-570x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-d6 size-gridlove-d6 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Upright-Exercise-Bike-570x300.jpg.webp"/>
<img width="570" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/Upright-Exercise-Bike-570x300.jpg" alt="Upright Exercise Bike"/>
</picture>
</noscript></a>
        </div>
    
    <div class="entry-overlay box-inner-p">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/schwinn-170-upright-bike-reviews/">Schwinn 170 Upright Bike Reviews</a></h2>        </div>
            </div>    

</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-6 col-md-12 col-sm-12 layout-simple">
                        			     		<article class="gridlove-post gridlove-post-d gridlove-box  post-3546 post type-post status-publish format-standard has-post-thumbnail hentry category-exercise-bikes">

            <div class="entry-image">
            <a href="https://confettisunshine.com/slim-cycle-bike-reviews/" title="Slim Cycle Bike Reviews"><picture class="attachment-gridlove-d6 size-gridlove-d6 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Slim-Cycle-570x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20570%20300&#039;%3E%3C/svg%3E"/>
<img width="570" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20570%20300&#039;%3E%3C/svg%3E" alt="Slim Cycle" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/Slim-Cycle-570x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-d6 size-gridlove-d6 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Slim-Cycle-570x300.jpg.webp"/>
<img width="570" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/Slim-Cycle-570x300.jpg" alt="Slim Cycle"/>
</picture>
</noscript></a>
        </div>
    
    <div class="entry-overlay box-inner-p">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/slim-cycle-bike-reviews/">Slim Cycle Bike Reviews</a></h2>        </div>
            </div>    

</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-6 col-md-12 col-sm-12 layout-simple">
                        			     		<article class="gridlove-post gridlove-post-d gridlove-box  post-3558 post type-post status-publish format-standard has-post-thumbnail hentry category-exercise-bikes">

            <div class="entry-image">
            <a href="https://confettisunshine.com/marcy-foldable-exercise-bike-reviews/" title="Marcy Foldable Exercise Bike Reviews"><picture class="attachment-gridlove-d6 size-gridlove-d6 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Marcy-Foldable-Upright-Exercise-Bike-2-570x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20570%20300&#039;%3E%3C/svg%3E"/>
<img width="570" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20570%20300&#039;%3E%3C/svg%3E" alt="" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/Marcy-Foldable-Upright-Exercise-Bike-2-570x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-d6 size-gridlove-d6 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Marcy-Foldable-Upright-Exercise-Bike-2-570x300.jpg.webp"/>
<img width="570" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/Marcy-Foldable-Upright-Exercise-Bike-2-570x300.jpg" alt=""/>
</picture>
</noscript></a>
        </div>
    
    <div class="entry-overlay box-inner-p">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/marcy-foldable-exercise-bike-reviews/">Marcy Foldable Exercise Bike Reviews</a></h2>        </div>
            </div>    

</article>			     	</div>
		    	
			
			
		</div>

	
	
</div>

                    
                                
                                                                    <div id="gridlove-module-4" class="gridlove-module module-type-posts  gridlove-module-layout-simple">
	
    <div class="module-header"><div class="module-title"><h2>Rower Machines</h2></div></div>	
		
	
						
		<div class="row gridlove-posts ">
			
										        
			        					
							        	<div class="col-lg-12 col-md-12 col-sm-12 layout-simple">
                        			     		<article class="gridlove-post gridlove-post-b gridlove-box  post-3257 post type-post status-publish format-standard has-post-thumbnail hentry category-rower-machines">

            <div class="entry-image">
            <a href="https://confettisunshine.com/stamina-ats-air-rower-machine-reviews/" title="Stamina ATS Air Rower Machine Reviews"><picture class="attachment-gridlove-b12 size-gridlove-b12 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Stamina-ATS-Air-Rower-Reviews-585x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20585%20300&#039;%3E%3C/svg%3E"/>
<img width="585" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20585%20300&#039;%3E%3C/svg%3E" alt="Stamina ATS Air Rower Reviews" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/Stamina-ATS-Air-Rower-Reviews-585x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-b12 size-gridlove-b12 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Stamina-ATS-Air-Rower-Reviews-585x300.jpg.webp"/>
<img width="585" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/Stamina-ATS-Air-Rower-Reviews-585x300.jpg" alt="Stamina ATS Air Rower Reviews"/>
</picture>
</noscript></a>
        </div>
    
    <div class="box-inner-ptbr box-col-b entry-sm-overlay">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/stamina-ats-air-rower-machine-reviews/">Stamina ATS Air Rower Machine Reviews</a></h2>            <div class="entry-content"><p>The Stamina ATS Air Rower 1399 uses air resistance, which is created by the operation of the fan and depends on traction. This is one of the best simulators in its class. The special properties of the equipment include:...</p>
</div>

        </div>
  
         
    </div>    

       
</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-12 col-md-12 col-sm-12 layout-simple">
                        			     		<article class="gridlove-post gridlove-post-b gridlove-box  post-3247 post type-post status-publish format-standard has-post-thumbnail hentry category-rower-machines">

            <div class="entry-image">
            <a href="https://confettisunshine.com/proform-550r-rower-machine-reviews/" title="ProForm 550R Rower Machine Reviews"><picture class="attachment-gridlove-b12 size-gridlove-b12 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-585x300.jpg.webp 585w, https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-300x153.jpg.webp 300w, https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-270x137.jpg.webp 270w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20585%20300&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 585px) 100vw, 585px"/>
<img width="585" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20585%20300&#039;%3E%3C/svg%3E" alt="Rowing" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-585x300.jpg 585w, https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-300x153.jpg 300w, https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-270x137.jpg 270w" data-lazy-sizes="(max-width: 585px) 100vw, 585px" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-585x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-b12 size-gridlove-b12 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-585x300.jpg.webp 585w, https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-300x153.jpg.webp 300w, https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-270x137.jpg.webp 270w" sizes="(max-width: 585px) 100vw, 585px"/>
<img width="585" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-585x300.jpg" alt="Rowing" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-585x300.jpg 585w, https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-300x153.jpg 300w, https://confettisunshine.com/wp-content/uploads/2020/04/Rowing-2-270x137.jpg 270w" sizes="(max-width: 585px) 100vw, 585px"/>
</picture>
</noscript></a>
        </div>
    
    <div class="box-inner-ptbr box-col-b entry-sm-overlay">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/proform-550r-rower-machine-reviews/">ProForm 550R Rower Machine Reviews</a></h2>            <div class="entry-content"><p>Perfect design, innovative technologies, achievements in electronics &#8211; this is the superiority of the PROFORM brand products. Unique fitness equipment has a large margin of safety and high biomechanical...</p>
</div>

        </div>
  
         
    </div>    

       
</article>			     	</div>
		    	
			
			
		</div>

	
	
</div>

                    
                                
                                                                    <div id="gridlove-module-5" class="gridlove-module module-type-posts  gridlove-module-layout-combo">
	
    <div class="module-header"><div class="module-title"><h2>Treadmills</h2></div></div>	
		
	
						
		<div class="row gridlove-posts ">
			
										        
			        					
							        	<div class="col-lg-12 col-md-12 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-b gridlove-box  post-3870 post type-post status-publish format-standard has-post-thumbnail hentry category-faq category-treadmills">

            <div class="entry-image">
            <a href="https://confettisunshine.com/why-a-dental-checkup-is-important/" title="4 Reasons Why A Dental Checkup Is Important"><picture class="attachment-gridlove-b12 size-gridlove-b12 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/tooth-problem.jpg.webp 275w, https://confettisunshine.com/wp-content/uploads/tooth-problem-270x180.jpg.webp 270w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20275%20183&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 275px) 100vw, 275px"/>
<img width="275" height="183" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20275%20183&#039;%3E%3C/svg%3E" alt="Dental checkup" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/tooth-problem.jpg 275w, https://confettisunshine.com/wp-content/uploads/tooth-problem-270x180.jpg 270w" data-lazy-sizes="(max-width: 275px) 100vw, 275px" data-lazy-src="https://confettisunshine.com/wp-content/uploads/tooth-problem.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-b12 size-gridlove-b12 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/tooth-problem.jpg.webp 275w, https://confettisunshine.com/wp-content/uploads/tooth-problem-270x180.jpg.webp 270w" sizes="(max-width: 275px) 100vw, 275px"/>
<img width="275" height="183" src="https://confettisunshine.com/wp-content/uploads/tooth-problem.jpg" alt="Dental checkup" srcset="https://confettisunshine.com/wp-content/uploads/tooth-problem.jpg 275w, https://confettisunshine.com/wp-content/uploads/tooth-problem-270x180.jpg 270w" sizes="(max-width: 275px) 100vw, 275px"/>
</picture>
</noscript></a>
        </div>
    
    <div class="box-inner-ptbr box-col-b entry-sm-overlay">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/why-a-dental-checkup-is-important/">4 Reasons Why A Dental Checkup Is Important</a></h2>            <div class="entry-content"><p>It&#8217;s a good idea to have a dental checkup every six months. People who receive frequent checks are less likely to experience a major dental problem that calls for an invasive procedure. That is merely one...</p>
</div>

        </div>
  
         
    </div>    

       
</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-3453 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/comfortable-proform-performance-300-treadmill-review/">Comfortable Proform Performance 300 Treadmill Review</a></h2>	        <div class="entry-content"><p>Proform brand offers a wide range of treadmills, the quality and functionality of which are time-tested. If you are not a professional runner and want to buy a treadmill to keep fit, choose the Proform Performance 300...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-3474 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/proform-12-0-tt-treadmill-review/">Proform 12.0 TT Treadmill Review</a></h2>	        <div class="entry-content"><p>One of the most popular types of sports equipment is a treadmill. This compact and convenient device allows you to train at home in any weather. Of course, it does not represent all the capabilities of the touch screen...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-3446 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/track-proform-520-zni-review/">Track Proform 520 ZNI Review</a></h2>	        <div class="entry-content"><p>Wonderful electrical equipment to enhance your home workouts with ample power and versatility. It has 2.5 hp engine power, a tread belt, a ProShox cushioning system, a 1.9-inch balanced inflexible rear roller. If you...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-3487 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/proform-400i-review-of-the-simulator/">ProForm 400i: Review of the Simulator</a></h2>	        <div class="entry-content"><p>It automatically captures the athlete&#8217;s success, allows you to compete with your friends and customize the training process based on your specific goals. Treadmill ProForm Smart Performance 400i will be a reliable...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-12 col-md-12 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-b gridlove-box  post-3580 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

            <div class="entry-image">
            <a href="https://confettisunshine.com/schwinn-870-treadmill-reviews/" title="Schwinn 870 Treadmill Reviews"><picture class="attachment-gridlove-b12 size-gridlove-b12 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/870-Schwinn-585x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20585%20300&#039;%3E%3C/svg%3E"/>
<img width="585" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20585%20300&#039;%3E%3C/svg%3E" alt="870 Schwinn" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/870-Schwinn-585x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-b12 size-gridlove-b12 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/870-Schwinn-585x300.jpg.webp"/>
<img width="585" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/870-Schwinn-585x300.jpg" alt="870 Schwinn"/>
</picture>
</noscript></a>
        </div>
    
    <div class="box-inner-ptbr box-col-b entry-sm-overlay">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/schwinn-870-treadmill-reviews/">Schwinn 870 Treadmill Reviews</a></h2>            <div class="entry-content"><p>The most popular model on the market is the Schwinn 870 treadmill. The smooth and soft course of the track, wide belt, easy to read display are the main advantages of this fitness equipment. The device can be used in...</p>
</div>

        </div>
  
         
    </div>    

       
</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-3520 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/freemotion-860-treadmill-review/">Freemotion 860 Treadmill Review</a></h2>	        <div class="entry-content"><p>This is one of the most popular models designed for muscle building, burning excess weight, strengthening the respiratory and cardiovascular systems. Model description Freemotion 860 treadmill is ideal for beginners and...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-3510 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/intrepid-i300-treadmill-review/">Intrepid i300 Treadmill Review</a></h2>	        <div class="entry-content"><p>The equipment is suitable for people of different ages, physique and level of training. A simple and convenient shell allows you to achieve good results without leaving your home. Model description The powerful Intrepid...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-3362 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/bowflex-treadclimber-tc5000-review/">Bowflex TreadClimber TC5000 Review</a></h2>	        <div class="entry-content"><p>Nowadays, everyone is accustomed to the fact that the desired appearance can only be achieved through grueling exercises in the gym. But this is not necessary if there is an elliptical at home. Think rationally how much...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-3180 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/proform-995i-simulator-review/">ProForm 995i Simulator Review</a></h2>	        <div class="entry-content"><p>The new generation treadmill features the powerful and reliable Mach Z ™ Commercial Pro engine with 3.0 horsepower. The ProShox special reinforced cushioning provides protection to the knees and joints during exercise...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-12 col-md-12 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-b gridlove-box  post-3173 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

            <div class="entry-image">
            <a href="https://confettisunshine.com/freemotion-890-treadmill-reviews/" title="Freemotion 890 Treadmill Reviews"><picture class="attachment-gridlove-b12 size-gridlove-b12 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2020/04/TREADMILL-585x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20585%20300&#039;%3E%3C/svg%3E"/>
<img width="585" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20585%20300&#039;%3E%3C/svg%3E" alt="TREADMILL" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2020/04/TREADMILL-585x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-b12 size-gridlove-b12 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2020/04/TREADMILL-585x300.jpg.webp"/>
<img width="585" height="300" src="https://confettisunshine.com/wp-content/uploads/2020/04/TREADMILL-585x300.jpg" alt="TREADMILL"/>
</picture>
</noscript></a>
        </div>
    
    <div class="box-inner-ptbr box-col-b entry-sm-overlay">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/freemotion-890-treadmill-reviews/">Freemotion 890 Treadmill Reviews</a></h2>            <div class="entry-content"><p>Specifications The FreeMotion Treadmill is a great home exercise machine. This is a quality treadmill with optimal technical characteristics and a favorable price. Excellent functionality and quality are the basic...</p>
</div>

        </div>
  
         
    </div>    

       
</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-2849 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/proform-zt6a-treadmill-review/">Proform ZT6A treadmill review</a></h2>	        <div class="entry-content"><p>Treadmills have long been and still remain great for cardio workouts. Whether you use them for walking, jogging or running, they always deliver great results. Of course, this is especially true for quality machines and...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-2834 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/proform-trainer-8-0-treadmill-review/">Proform Trainer 8.0 Treadmill Review</a></h2>	        <div class="entry-content"><p>Despite being the oldest machines that have ever been made for exercising purposes, treadmills are still wildly popular. Of course, manufacturers recognize the popular demand and produce a massive variety of products to...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-2867 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/image-15-0-treadmill-review/">Image 15.0 treadmill review</a></h2>	        <div class="entry-content"><p>Treadmills are probably the oldest specimens of exercise equipment. While most treadmills are quite straightforward, they evolved over the years. Modern state-of-the-art treadmills are powerful, multi-functional...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-2772 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/horizon-fitness-cst-4-5-treadmill/">Horizon Fitness CST 4.5 Treadmill</a></h2>	        <div class="entry-content"><p>Here everyone can find a treadmill to their liking. The simulators of this company are perfect for daily home workouts. They are not very bulky and moderately noiseless. The Horizon Fitness treadmills are designed to...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-12 col-md-12 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-b gridlove-box  post-2783 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

            <div class="entry-image">
            <a href="https://confettisunshine.com/bowflex-3-series-treadmill/" title="Bowflex 3 Series Treadmill"><picture class="attachment-gridlove-b12 size-gridlove-b12 wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/2019/12/track-585x300.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20585%20300&#039;%3E%3C/svg%3E"/>
<img width="585" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20585%20300&#039;%3E%3C/svg%3E" alt="" data-lazy-src="https://confettisunshine.com/wp-content/uploads/2019/12/track-585x300.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-b12 size-gridlove-b12 wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/2019/12/track-585x300.jpg.webp"/>
<img width="585" height="300" src="https://confettisunshine.com/wp-content/uploads/2019/12/track-585x300.jpg" alt=""/>
</picture>
</noscript></a>
        </div>
    
    <div class="box-inner-ptbr box-col-b entry-sm-overlay">
        <div class="box-inner-ellipsis">
            <div class="entry-category">
                                                    
                            </div>
            
            <h2 class="entry-title h3"><a href="https://confettisunshine.com/bowflex-3-series-treadmill/">Bowflex 3 Series Treadmill</a></h2>            <div class="entry-content"><p>But you can protect yourself from many diseases with the help of a simple simulator, that is, a treadmill for home use. It fits perfectly into any interior, and you can plan your training for any time, unlike...</p>
</div>

        </div>
  
         
    </div>    

       
</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-2803 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/proform-650-lt-treadmill-review/">Proform 650 lt treadmill review</a></h2>	        <div class="entry-content"><p>In the process of running and walking, the body significantly speeds up the metabolism and releases a huge amount of energy. Calories are burned, the entire circulatory system is saturated with oxygen &#8211; it...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
										        
			        					
							        	<div class="col-lg-3 col-md-6 col-sm-12 layout-combo">
                        			     		<article class="gridlove-post gridlove-post-c gridlove-box  post-2797 post type-post status-publish format-standard has-post-thumbnail hentry category-treadmills">

    <div class="box-inner-p">
    	<div class="box-inner-ellipsis">
	        <div class="entry-category">
                                                    
                            </div>
	        <h2 class="entry-title h3"><a href="https://confettisunshine.com/bowflex-7-series-treadmill/">Bowflex 7 Series treadmill</a></h2>	        <div class="entry-content"><p>They say the treadmill heavy loads can cause deterioration of the heart muscle and destruction of the joints. Can such claims be true? The market offers a huge variety of treadmills. I would like to focus on the Bowflex...</p>
</div>
        </div>
            </div>    
	


</article>			     	</div>
		    	
			
			
		</div>

	
	
</div>

                    
            
        
    </div>




<div id="footer" class="gridlove-footer">

	
	        <div class="container">
	            <div class="row">
	                
											<div class="col-lg-4 col-md-6 col-sm-12">
															<div id="nav_menu-2" class="widget widget_nav_menu"><h4 class="widget-title">About ConfettiSunshine</h4><div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-3708" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3708"><a href="https://confettisunshine.com/about/">About</a></li>
<li id="menu-item-3709" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3709"><a href="https://confettisunshine.com/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-3715" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3715"><a href="https://confettisunshine.com/terms-of-use/">Terms Of Use</a></li>
<li id="menu-item-3024" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3024"><a href="https://confettisunshine.com/contact/">Contact</a></li>
</ul></div></div>													</div>
											<div class="col-lg-4 col-md-6 col-sm-12">
															<div id="gridlove_posts_widget-7" class="widget gridlove_posts_widget"><h4 class="widget-title">Posts</h4>
								
		<div class="gridlove-posts-widget ">

							
								
				<article class="post-3911 post type-post status-publish format-standard has-post-thumbnail hentry category-faq">

		            		                <div class="entry-image">
		                <a href="https://confettisunshine.com/how-do-memory-games-support-your-brain-health/" title="How Do Memory Games Support Your Brain Health?">
		                   	<picture class="attachment-gridlove-thumbnail size-gridlove-thumbnail wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/Brain-Health-80x60.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%2080%2060&#039;%3E%3C/svg%3E"/>
<img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%2080%2060&#039;%3E%3C/svg%3E" alt="Brain Health" data-lazy-src="https://confettisunshine.com/wp-content/uploads/Brain-Health-80x60.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-thumbnail size-gridlove-thumbnail wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/Brain-Health-80x60.jpg.webp"/>
<img width="80" height="60" src="https://confettisunshine.com/wp-content/uploads/Brain-Health-80x60.jpg" alt="Brain Health"/>
</picture>
</noscript>		                </a>
		                </div>
		            
		            <div class="entry-header">
		                <h6><a href="https://confettisunshine.com/how-do-memory-games-support-your-brain-health/">How Do Memory Games Support Your Brain Health?</a></h6>		                		                	<div class="entry-meta"><div class="meta-item meta-date"><span class="updated">September 5, 2023</span></div></div>
		            			            </div>

				</article>

				
				
							
								
				<article class="post-3896 post type-post status-publish format-standard has-post-thumbnail hentry category-faq">

		            		                <div class="entry-image">
		                <a href="https://confettisunshine.com/top-features-to-choose-the-best-dental-software/" title="&lt;strong&gt;Top Features to Choose The Best Dental Software.&lt;/strong&gt;">
		                   	<picture class="attachment-gridlove-thumbnail size-gridlove-thumbnail wp-post-image">
<source type="image/webp" data-lazy-srcset="https://confettisunshine.com/wp-content/uploads/Dental-Software-80x60.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%2080%2060&#039;%3E%3C/svg%3E"/>
<img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%2080%2060&#039;%3E%3C/svg%3E" alt="Dental Software" data-lazy-src="https://confettisunshine.com/wp-content/uploads/Dental-Software-80x60.jpg"/>
</picture>
<noscript><picture class="attachment-gridlove-thumbnail size-gridlove-thumbnail wp-post-image">
<source type="image/webp" srcset="https://confettisunshine.com/wp-content/uploads/Dental-Software-80x60.jpg.webp"/>
<img width="80" height="60" src="https://confettisunshine.com/wp-content/uploads/Dental-Software-80x60.jpg" alt="Dental Software"/>
</picture>
</noscript>		                </a>
		                </div>
		            
		            <div class="entry-header">
		                <h6><a href="https://confettisunshine.com/top-features-to-choose-the-best-dental-software/"><strong>Top Features to Choose The Best Dental Software.</strong></a></h6>		                		                	<div class="entry-meta"><div class="meta-item meta-date"><span class="updated">March 24, 2023</span></div></div>
		            			            </div>

				</article>

				
				
			
		</div>

		
		
		</div>													</div>
											<div class="col-lg-4 col-md-6 col-sm-12">
															<div id="text-2" class="widget widget_text"><h4 class="widget-title">Affiliate Disclosure</h4>			<div class="textwidget"><p>ConfettiSunshine.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for website owners to earn advertising fees by advertising and linking to amazon(.com, .co.uk, .ca etc) and any other website that may be affiliated with Amazon Service LLC Associates Program. Amazon and the Amazon logo are trademarks of Amazon.com, Inc. or its affiliates.</p>
</div>
		</div>													</div>
					
	            </div>
	        </div>

	
    
	        <div class="gridlove-copyright">
	            <div class="container">
	                <p style="text-align: center">Copyright &copy; 2026 · Created by Confettisunshine.	            </div>
	        </div>

	
</div>


<div class="gridlove-sidebar-action-wrapper">

	<span class="gridlove-action-close"><i class="fa fa-times" aria-hidden="true"></i></span>

	<div class="gridlove-sidebar-action-inside">

		<div class="hidden-lg-up widget gridlove-box widget_nav_menu">
					<ul id="menu-main-2" class="gridlove-mobile-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3716"><a href="https://confettisunshine.com/bikes/">Bikes</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3718"><a href="https://confettisunshine.com/home-gym-equipment/">Home Gym Equipment</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3722"><a href="https://confettisunshine.com/faq/">FAQ</a></li>
</ul>		</div>

									<div id="gridlove_posts_widget-2" class="widget gridlove-box gridlove_posts_widget"><h4 class="widget-title">Most popular<span class="gridlove-slider-controls" data-autoplay="0"></span></h4>
		
		</div><div id="gridlove_posts_widget-3" class="widget gridlove-box gridlove_posts_widget"><h4 class="widget-title">Most discussed<span class="gridlove-slider-controls" data-autoplay="0"></span></h4>
		
		</div>					

	</div>

</div>

<div class="gridlove-sidebar-action-overlay"></div>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/gridlove-child/*","/wp-content/themes/gridlove/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="rocketlazyloadscript" data-minify="1" id="mks_shortcodes_js-js" src="https://confettisunshine.com/wp-content/cache/min/1/wp-content/plugins/meks-flexible-shortcodes/js/main.js?ver=1648541886" defer></script>
<script id="ppress-frontend-script-js-extra">
var pp_ajax_form = {"ajaxurl":"https://confettisunshine.com/wp-admin/admin-ajax.php","confirm_delete":"Are you sure?","deleting_text":"Deleting...","deleting_error":"An error occurred. Please try again.","nonce":"affe08f711","disable_ajax_form":"false"};
//# sourceURL=ppress-frontend-script-js-extra
</script>
<script type="rocketlazyloadscript" id="ppress-frontend-script-js" src="https://confettisunshine.com/wp-content/plugins/wp-user-avatar/assets/js/frontend.min.js?ver=3.2.9" defer></script>
<script type="rocketlazyloadscript" id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
//# sourceURL=rocket-browser-checker-js-after
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"/(?:.+/)?feed(?:/(?:.+/?)?)?$|/(?:.+/)?embed/|/(index\\.php/)?wp\\-json(/.*|$)|/wp-admin/|/logout/|/wp-login.php|/refer/|/go/|/recommend/|/recommends/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https://confettisunshine.com","onHoverDelay":"100","rateThrottle":"3"};
//# sourceURL=rocket-preload-links-js-extra
</script>
<script type="rocketlazyloadscript" id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());

//# sourceURL=rocket-preload-links-js-after
</script>
<script type="rocketlazyloadscript" id="imagesloaded-js" src="https://confettisunshine.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" defer></script>
<script type="rocketlazyloadscript" id="masonry-js" src="https://confettisunshine.com/wp-includes/js/masonry.min.js?ver=4.2.2" defer></script>
<script type="rocketlazyloadscript" id="jquery-masonry-js" src="https://confettisunshine.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" defer></script>
<script id="gridlove-main-js-extra">
var gridlove_js_settings = {"rtl_mode":"","header_sticky":"1","header_sticky_offset":"100","header_sticky_up":"","logo":"https://confettisunshine.com/wp-content/uploads/confetti-50h.png","logo_retina":"https://confettisunshine.com/wp-content/uploads/onfetti-100h.png","logo_mini":"https://confettisunshine.com/wp-content/uploads/confetti-25h.png","logo_mini_retina":"https://confettisunshine.com/wp-content/uploads/onfetti-100h.png","gridlove_gallery":"1","responsive_secondary_nav":"","responsive_more_link":"","responsive_social_nav":""};
//# sourceURL=gridlove-main-js-extra
</script>
<script type="rocketlazyloadscript" data-minify="1" id="gridlove-main-js" src="https://confettisunshine.com/wp-content/cache/min/1/wp-content/themes/gridlove/assets/js/min.js?ver=1648541886" defer></script>
<script type="rocketlazyloadscript" data-minify="1" id="meks_ess-main-js" src="https://confettisunshine.com/wp-content/cache/min/1/wp-content/plugins/meks-easy-social-share/assets/js/main.js?ver=1648541886" defer></script>
<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()}}}}}};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://confettisunshine.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/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><script type="rocketlazyloadscript">"use strict";function wprRemoveCPCSS(){var preload_stylesheets=document.querySelectorAll('link[data-rocket-async="style"][rel="preload"]');if(preload_stylesheets&&0<preload_stylesheets.length)for(var stylesheet_index=0;stylesheet_index<preload_stylesheets.length;stylesheet_index++){var media=preload_stylesheets[stylesheet_index].getAttribute("media")||"all";if(window.matchMedia(media).matches)return void setTimeout(wprRemoveCPCSS,200)}var elem=document.getElementById("rocket-critical-css");elem&&"remove"in elem&&elem.remove()}window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><noscript><link rel="stylesheet" href="https://confettisunshine.com/wp-content/cache/min/1/efbeed3939070d41588fe8ac488a0f3c.css" media="all" data-minify="1" /></noscript></body>

</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1780970827 -->