theyearoflivingfabulously.com Ads.txt file

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width"/>
<meta name="google-site-verification" content="C3U56Zg39NzqFyAnVejYtbuwx_yoEZenQ1tLdv-tsr0" />
<title>the Year of Living Fabulously | A Passionately Artful Life</title>
<link rel="canonical" href="https://theyearoflivingfabulously.com" />
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="pingback" href="https://theyearoflivingfabulously.com/xmlrpc.php"/>
<!--[if lt IE 9]>
<script src="https://s2.wp.com/wp-content/themes/pub/superhero/js/html5.js" type="text/javascript"></script>
<![endif]-->
<script type="text/javascript">
WebFontConfig = {"google":{"families":["Montserrat:r:latin,latin-ext"]},"api_url":"https:\/\/fonts-api.wp.com\/css"};
(function() {
var wf = document.createElement('script');
wf.src = 'wp-content/plugins/custom-fonts/js/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script><style id="jetpack-custom-fonts-css">.wf-active .site-title{font-family:"Montserrat",sans-serif;font-weight:400;font-style:normal}.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6{font-family:"Montserrat",sans-serif;font-weight:400;font-style:normal}.wf-active h1{font-style:normal;font-weight:400}.wf-active h2{font-style:normal;font-weight:400}.wf-active h3{font-style:normal;font-weight:400}.wf-active h4{font-style:normal;font-weight:400}.wf-active h5{font-style:normal;font-weight:400}.wf-active .page-title{font-weight:400;font-style:normal}.wf-active h1.entry-title, .wf-active h2.entry-title{font-weight:400;font-style:normal}.wf-active .sticky .entry-title{font-weight:400;font-style:normal}.wf-active .comments-title{font-style:normal;font-weight:400}.wf-active .widget-title{font-weight:400;font-style:normal}</style>
<meta name="robots" content="max-image-preview:large"/>
<meta name="p:domain_verify" content="303874b5b34e7b55baf429b6dc87bd3a"/>
<!-- Async WordPress.com Remote Login -->
<script id="wpcom_remote_login_js">
var wpcom_remote_login_extra_auth = '';
function wpcom_remote_login_remove_dom_node_id( element_id ) {
var dom_node = document.getElementById( element_id );
if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
var dom_nodes = document.querySelectorAll( '.' + class_name );
for ( var i = 0; i < dom_nodes.length; i++ ) {
dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
}
}
function wpcom_remote_login_final_cleanup() {
wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}
// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
if ( e.origin === "https://r-login.wordpress.com" ) {
var data = {};
try {
data = JSON.parse( e.data );
} catch( e ) {
wpcom_remote_login_final_cleanup();
return;
}
if ( data.msg === 'LOGIN' ) {
// Clean up the login check iframe
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
var id_regex = new RegExp( /^[0-9]+$/ );
var token_regex = new RegExp( /^.*|.*|.*$/ );
if (
token_regex.test( data.token )
&& id_regex.test( data.wpcomid )
) {
// We have everything we need to ask for a login
var script = document.createElement( "script" );
script.setAttribute( "id", "wpcom_remote_login_validate" );
script.src='remote-login_wpcom_remote_login-validate/'
+ '&wpcomid=' + data.wpcomid
+ '&token=' + encodeURIComponent( data.token )
+ '&host=' + window.location.protocol
+ '//' + window.location.hostname
+ '&postid=3618'
+ '&is_singular=';
document.body.appendChild( script );
}
return;
}
// Safari ITP, not logged in, so redirect
if ( data.msg === 'LOGIN-REDIRECT' ) {
+ window.location.href;
return;
}
// Safari ITP, storage access failed, remove the request
if ( data.msg === 'LOGIN-REMOVE' ) {
var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
var style_zap = document.createElement( 'style' );
style_zap.type = 'text/css';
style_zap.appendChild( document.createTextNode( css_zap ) );
document.body.appendChild( style_zap );
var e = document.getElementById( 'wpcom_request_access_iframe' );
e.parentNode.removeChild( e );
document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';
return;
}
// Safari ITP
if ( data.msg === 'REQUEST_ACCESS' ) {
console.log( 'request access: safari' );
// Check ITP iframe enable/disable knob
if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
return;
}
// If we are in a "private window" there is no ITP.
var private_window = false;
try {
var opendb = window.openDatabase( null, null, null, null );
} catch( e ) {
private_window = true;
}
if ( private_window ) {
console.log( 'private window' );
return;
}
var iframe = document.createElement( 'iframe' );
iframe.id = 'wpcom_request_access_iframe';
iframe.setAttribute( 'scrolling', 'no' );
iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );
var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';
var style = document.createElement( 'style' );
style.type = 'text/css';
style.id = 'wpcom_request_access_styles';
style.appendChild( document.createTextNode( css ) );
document.body.appendChild( style );
document.body.appendChild( iframe );
}
if ( data.msg === 'DONE' ) {
wpcom_remote_login_final_cleanup();
}
}
}, false );
// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
var iframe = document.createElement( "iframe" );
iframe.style.display = "none";
iframe.setAttribute( "scrolling", "no" );
iframe.setAttribute( "id", "wpcom_remote_login_key" );
iframe.src = "https://r-login.wordpress.com/remote-login.php"
+ "?wpcom_remote_login=key"
+ "&origin=aHR0cHM6Ly90aGV5ZWFyb2ZsaXZpbmdmYWJ1bG91c2x5LmNvbQ%3D%3D"
+ "&wpcomid=47873803"
+ "&time=1727487486";
document.body.appendChild( iframe );
}, false );
</script>
<link rel="dns-prefetch" href="https://s1.wp.com/"/>
<link rel="dns-prefetch" href="https://s2.wp.com/"/>
<link rel="dns-prefetch" href="https://s0.wp.com/"/>
<link rel="dns-prefetch" href="https://fonts-api.wp.com/"/>
<script type="text/javascript">
/* <![CDATA[ */
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function () {
oldonload();
func();
}
}
}
/* ]]> */
</script>
<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"wp-includes/js/wp-emoji-release.min_m-1719498190i-ver-6.7-alpha-59089.js"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<link rel="stylesheet" id="all-css-0-1" href="wp-content/mu-plugins/jetpack-plugin/moon/modules/infinite-scroll/infinity_m-1685131895i-cssminify-yes.css" type="text/css" media="all"/>
<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;
}
</style>
<link rel="stylesheet" id="all-css-2-1" href="wp-content/plugins/gutenberg-core/v19.2.0/build/block-library/style_m-1726663399i-cssminify-yes.css" type="text/css" media="all"/>
<style id="wp-block-library-inline-css">
.has-text-align-justify {
text-align:justify;
}
.has-text-align-justify{text-align:justify;}
</style>
<link rel="stylesheet" id="all-css-4-1" href="_static/---eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y--cssminify-yes.css" type="text/css" media="all"/>
<style id="jetpack-sharing-buttons-style-inline-css">
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
</style>
<link rel="stylesheet" id="all-css-6-1" href="css/GPB/TDthVT3U--cssminify-yes.css" type="text/css" media="all"/>
<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}
</style>
<link rel="stylesheet" id="all-css-8-1" href="_static/--/wp-content/mu-plugins/core-compat/wp-mediaelement_css-/wp-content/mu-plugins/wpcom-bbpress-premium-themes_m-1432920480j-cssminify-yes.css" type="text/css" media="all"/>
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
</style>
<link rel="stylesheet" id="all-css-10-1" href="wp-content/themes/pub/superhero/style_m-1599726704i-cssminify-yes.css" type="text/css" media="all"/>
<link rel="stylesheet" id="superhero-carrois-gothic-css" href="css-family-Carrois-Gothic-ver-6.7-alpha-59089.css" media="all"/>
<link rel="stylesheet" id="all-css-12-1" href="_static/---eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1i9KTcrJTwcy0/WTi5G5ekCujj52Temp-bo5-cmJJZn5eSgc3bScxMwikFb7XFtDE1NLExMLc0OTLACohS2q-cssminify-yes.css" type="text/css" media="all"/>
<link rel="stylesheet" id="print-css-13-1" href="wp-content/mu-plugins/global-print/global-print_m-1465851035i-cssminify-yes.css" type="text/css" media="print"/>
<style id="jetpack-global-styles-frontend-style-inline-css">
:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
</style>
<link rel="stylesheet" id="all-css-16-1" href="wp-content/themes/h4/global_m-1420737423i-cssminify-yes.css" type="text/css" media="all"/>
<script type="text/javascript" id="media-video-jwt-bridge-js-extra">
/* <![CDATA[ */
var videopressAjax = {"ajaxUrl":"https:\/\/theyearoflivingfabulously.wordpress.com\/wp-admin\/admin-ajax.php","bridgeUrl":"\/wp-content\/mu-plugins\/jetpack-plugin\/moon\/jetpack_vendor\/automattic\/jetpack-videopress\/build\/lib\/token-bridge.js","post_id":"3618"};
/* ]]> */
</script>
<script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra">
/* <![CDATA[ */
var actionbardata = {"siteID":"47873803","postID":"0","siteURL":"https:\/\/theyearoflivingfabulously.com","xhrURL":"/","nonce":"55ab0160d5","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"wp-content/js/wpcom-proxy-request_ver-20211021.js","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}};
/* ]]> */
</script>
<script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before">
/* <![CDATA[ */
var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s1.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/moon\/vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"};
/* ]]> */
</script>
<script type="text/javascript" src="script/YH-M1psdBUvi7bjngunrFfl-uHo15uY1eJ/4VCpUWj4U94a7Mj1hFpnqB7Qz2iyvXAXfwNVA-t-EI8StBanE83Pb4T3ry3M3IWhegmNZrRfKfPlFGaYu-QnEqGQglMTsghKeUFR-NrfXk8PO2naXo-7Ndvv496RQ--.js"></script>
<script type="text/javascript" id="rlt-proxy-js-after">
/* <![CDATA[ */
rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
/* ]]> */
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://theyearoflivingfabulously.wordpress.com/xmlrpc.php?rsd"/>
<meta name="generator" content="WordPress.com"/>
<link rel="shortlink" href="https://wp.me/3eSa7"/>
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="the Year of Living Fabulously"/>
<meta property="og:description" content="A Passionately Artful Life"/>
<meta property="og:url" content="https://theyearoflivingfabulously.com/"/>
<meta property="og:site_name" content="the Year of Living Fabulously"/>
<meta property="og:image" />
<meta property="og:image:width" content="200"/>
<meta property="og:image:height" content="200"/>
<meta property="og:image:alt" content=""/>
<meta property="og:locale" content="en_US"/>
<!-- End Jetpack Open Graph Tags -->
<link rel="shortcut icon" type="image/x-icon" href="blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-32.jpg" sizes="16x16"/>
<link rel="icon" type="image/x-icon" href="blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-32.jpg" sizes="16x16"/>
<link rel="apple-touch-icon" href="blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-114.jpg"/>
<link rel="openid.server" href="https://theyearoflivingfabulously.com/?openidserver=1"/>
<link rel="openid.delegate" href="https://theyearoflivingfabulously.com/"/>
<link rel="search" type="application/opensearchdescription+xml" href="https://theyearoflivingfabulously.com/osd.xml" title="the Year of Living Fabulously"/>
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com"/>
<meta name="theme-color" content="#8c8c8c"/>
<style type="text/css">
.recentcomments a {
display: inline !important;
padding: 0 !important;
margin: 0 !important;
}
table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
border: 0px;
margin: 0;
}
table.recentcommentsavatartop a, table.recentcommentsavatarend a {
border: 0px !important;
background-color: transparent !important;
}
td.recentcommentsavatarend, td.recentcommentsavatartop {
padding: 0px 0px 1px 0px;
margin: 0px;
}
td.recentcommentstextend {
border: none !important;
padding: 0px 0px 2px 10px;
}
.rtl td.recentcommentstextend {
padding: 0px 10px 2px 0px;
}
td.recentcommentstexttop {
border: none;
padding: 0px 0px 0px 10px;
}
.rtl td.recentcommentstexttop {
padding: 0px 10px 0px 0px;
}
</style>
<meta name="application-name" content="the Year of Living Fabulously"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-tooltip" content="A Passionately Artful Life"/><meta name="description" content="A Passionately Artful Life"/>
<style type="text/css">
.site-title a {
color: #d822d5;
}
</style>
<style type="text/css" id="custom-background-css">
body.custom-background { background-color: #8c8c8c; background-image: url("2013/03/pageimage.jpg"); background-position: center top; background-size: auto; background-repeat: no-repeat; background-attachment: fixed; }
</style>
</head>
<body class="home blog custom-background customizer-styles-applied jetpack-reblog-enabled">
<div id="page" class="hfeed site">
<div id="masthead-wrap">
<header id="masthead" class="site-header" role="banner">
<hgroup>
<a href="/" class="site-logo-link" rel="home" itemprop="url"></a> <h1 class="site-title"><a href="/" title="the Year of Living Fabulously" rel="home">the Year of Living Fabulously</a></h1>
<h2 class="site-description">A Passionately Artful Life</h2>
</hgroup>
<nav role="navigation" class="site-navigation main-navigation">
<h1 class="assistive-text">Menu</h1>
<div class="assistive-text skip-link"><a href="#content" title="Skip to content">Skip to content</a></div>
<div class="menu"><ul>
<li class="current_page_item"><a href="/">Home</a></li><li class="page_item page-item-2680"><a href="carmen-an-rv-makeover-love-story/">Carmen, an RV Makeover Love&nbsp;Story</a></li>
<li class="page_item page-item-56"><a href="decorating-diy/">Decorating & DIY</a></li>
<li class="page_item page-item-54"><a href="food-recipes/">Fabulous Food &&nbsp;Recipes</a></li>
<li class="page_item page-item-1197"><a href="holidays/">Holidays</a></li>
<li class="page_item page-item-373"><a href="in-the-garden/">In the Garden</a></li>
<li class="page_item page-item-1"><a href="about/">What is this Blog? & About the&nbsp;Author</a></li>
</ul></div>
</nav><!-- .site-navigation .main-navigation -->
<div class="clearfix"></div>
</header><!-- #masthead .site-header -->
</div><!-- #masthead-wrap -->
<div id="main" class="site-main">
<div id="primary" class="content-area">
<div id="content" class="site-content" role="main">
<article id="post-3618" class="post-3618 post type-post status-publish format-standard hentry category-uncategorized">
<header class="entry-header">
<h1 class="entry-title"><a href="2024/09/23/its-been-a-delight-but-time-to-move-on/" rel="bookmark">It’s been a delight, but time to move&nbsp;on&#8230;</a></h1>
<div class="entry-meta">
Posted on <a href="2024/09/23/its-been-a-delight-but-time-to-move-on/" title="2:39 am" rel="bookmark"><time class="entry-date" datetime="2024-09-23T02:39:28+00:00">September 23, 2024</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="author/vlasicstudio/" title="View all posts by vlasicstudio" rel="author">vlasicstudio</a></span></span> </div><!-- .entry-meta -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>Hello lovlies. So very much has changed since starting this blog: 3 houses, 3 states, and more than a few years older :-). I’ve returned to focusing most of my world on my art career and simply don’t have the time to maintain this blog. It’s been fun, and I thank you all so much for reading and enjoying it with me! If you’d like to keep up on my escapades, I will still be posting lots of house projects on my Facebook and Instagram along with my art (links below). If you’d like to be on my Private Art Collector’s Email List, please email me with your email address and I will add you. I’ll be taking down this blog on October 1st. Thanks again for your time and attention!</p>
<p>-Marie Vlasic</p>
<p>Facebook: <a href="https://www.facebook.com/vlasicstudio/">https://www.facebook.com/vlasicstudio/</a></p>
<p>Instagram: <a href="https://instagram.com/vlasicstudio">@vlasicstudio</a></p>
<p>TikTok: <a href="https://www.tiktok.com/@vlasicstudio">@vlasicstudio</a></p>
<p>Art Website: <a href="http://www.vlasicstudio.com/">www.vlasicstudio.com</a></p>
<p>Artwork sales: <a href="http://vlasicstudio.bigcartel,com/">http://vlasicstudio.bigcartel.com</a></p>
<p>Etsy: <a href="https://www.etsy.com/shop/VlasicStudio">https://www.etsy.com/shop/VlasicStudio</a></p>
<p>Private Collector’s List (send email to): <a href="/cdn-cgi/l/email-protection#044965766d61526865776d6744726865776d67777071606d6b2a676b69"><span class="__cf_email__" data-cfemail="2f624e5d464a79434e5c464c6f59434e5c464c5c5b5a4b4640014c4042">[email&#160;protected]</span></a></p>
<p></p>
<p></p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<span class="cat-links">
Posted in <a href="category/uncategorized/" rel="category tag">Uncategorized</a> </span>
<span class="sep"> | </span>
<span class="comments-link"><a href="2024/09/23/its-been-a-delight-but-time-to-move-on/#comments">1 Comment</a></span>
</footer><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-3589" class="post-3589 post type-post status-publish format-standard hentry category-uncategorized">
<header class="entry-header">
<h1 class="entry-title"><a href="2022/12/25/happy-holidays-la-maison-folle-winter-2022/" rel="bookmark">Happy Holidays! La Maison Folle’ Winter&nbsp;2022</a></h1>
<div class="entry-meta">
Posted on <a href="2022/12/25/happy-holidays-la-maison-folle-winter-2022/" title="12:48 am" rel="bookmark"><time class="entry-date" datetime="2022-12-25T00:48:29+00:00">December 25, 2022</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="author/vlasicstudio/" title="View all posts by vlasicstudio" rel="author">vlasicstudio</a></span></span> </div><!-- .entry-meta -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>Hello! I hope this post finds you happy and well and enjoying the season! Here is a look at our holiday decor this year.</p>
<p>As usual it is all on a tight budget, and there is nothing new except the fresh pine garland and flowers and greens (Costco and Trader Joes). Every year I try and use my old things in new ways. I clipped lots of greens and branches from our yard (cypress, pyrocantha, olive, Texas sage brush, rosemary, desert willow), added them in the courtyard, dining table, and here and there around the house and love the way it all looks.</p>
<p>Video music is 13 Nomadic Firs - Cover Bombs (Odesza Edit)</p>
<figure class="wp-block-video wp-block-embed is-type-video is-provider-videopress"><div class="wp-block-embed__wrapper">
<iframe title="VideoPress Video Player" aria-label="VideoPress Video Player" width="645" height="363" src="embed/0uuHkavL_cover-1-preloadContent-metadata-useAverageColor-1-hd-0_ext_iframe/" frameborder="0" allowfullscreen data-resize-to-parent="true" allow="clipboard-write"></iframe><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="js/next/videopress-iframe_m-1725245713.js"></script>
</div></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/courtyardholiday2022.jpg"><img data-attachment-id="3592" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/courtyardholiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyardholiday2022.jpg" data-orig-size="3734,2699" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671826734&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="courtyardholiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyardholiday2022.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyardholiday2022.jpg?w=645" tabindex="0" role="button" width="1024" height="740" src="wp-content/uploads/2022/12/courtyardholiday2022_w-1024.jpg" alt="" class="wp-image-3592" srcset="wp-content/uploads/2022/12/courtyardholiday2022_w-1024.jpg 1024w, wp-content/uploads/2022/12/courtyardholiday2022_w-2048.jpg 2048w, wp-content/uploads/2022/12/courtyardholiday2022_w-150.jpg 150w, wp-content/uploads/2022/12/courtyardholiday2022_w-300.jpg 300w, wp-content/uploads/2022/12/courtyardholiday2022_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<figure data-carousel-extra="{&quot;blog_id&quot;:47873803,&quot;permalink&quot;:&quot;https:\/\/theyearoflivingfabulously.com\/2022\/12\/25\/happy-holidays-la-maison-folle-winter-2022\/&quot;}" class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/courtyard2holiday2022.jpg"><img data-attachment-id="3595" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/courtyard2holiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyard2holiday2022.jpg" data-orig-size="3821,3024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671797907&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="courtyard2holiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyard2holiday2022.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyard2holiday2022.jpg?w=645" tabindex="0" role="button" width="1024" height="810" data-id="3595" src="wp-content/uploads/2022/12/courtyard2holiday2022_w-1024.jpg" alt="" class="wp-image-3595" srcset="wp-content/uploads/2022/12/courtyard2holiday2022_w-1024.jpg 1024w, wp-content/uploads/2022/12/courtyard2holiday2022_w-2048.jpg 2048w, wp-content/uploads/2022/12/courtyard2holiday2022_w-150.jpg 150w, wp-content/uploads/2022/12/courtyard2holiday2022_w-300.jpg 300w, wp-content/uploads/2022/12/courtyard2holiday2022_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/courtyard5holiday2022.jpg"><img data-attachment-id="3596" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/courtyard5holiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyard5holiday2022.jpg" data-orig-size="2681,3646" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671826577&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="courtyard5holiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyard5holiday2022.jpg?w=221" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyard5holiday2022.jpg?w=645" tabindex="0" role="button" width="753" height="1024" data-id="3596" src="wp-content/uploads/2022/12/courtyard5holiday2022_w-753.jpg" alt="" class="wp-image-3596" srcset="wp-content/uploads/2022/12/courtyard5holiday2022_w-753.jpg 753w, wp-content/uploads/2022/12/courtyard5holiday2022_w-1506.jpg 1506w, wp-content/uploads/2022/12/courtyard5holiday2022_w-110.jpg 110w, wp-content/uploads/2022/12/courtyard5holiday2022_w-221.jpg 221w, wp-content/uploads/2022/12/courtyard5holiday2022_w-768.jpg 768w" sizes="(max-width: 753px) 100vw, 753px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/courtyard4holiday2022.jpg"><img data-attachment-id="3597" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/courtyard4holiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyard4holiday2022.jpg" data-orig-size="3893,2980" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671826666&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="courtyard4holiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyard4holiday2022.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyard4holiday2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="783" data-id="3597" src="wp-content/uploads/2022/12/courtyard4holiday2022_w-1024.jpg" alt="" class="wp-image-3597" srcset="wp-content/uploads/2022/12/courtyard4holiday2022_w-1024.jpg 1024w, wp-content/uploads/2022/12/courtyard4holiday2022_w-2046.jpg 2046w, wp-content/uploads/2022/12/courtyard4holiday2022_w-150.jpg 150w, wp-content/uploads/2022/12/courtyard4holiday2022_w-300.jpg 300w, wp-content/uploads/2022/12/courtyard4holiday2022_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/courtyard3holiday2022.jpg"><img data-attachment-id="3594" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/courtyard3holiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyard3holiday2022.jpg" data-orig-size="3943,2957" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671826687&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;20&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="courtyard3holiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyard3holiday2022.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/courtyard3holiday2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="767" data-id="3594" src="wp-content/uploads/2022/12/courtyard3holiday2022_w-1024.jpg" alt="" class="wp-image-3594" srcset="wp-content/uploads/2022/12/courtyard3holiday2022_w-1024.jpg 1024w, wp-content/uploads/2022/12/courtyard3holiday2022_w-2046.jpg 2046w, wp-content/uploads/2022/12/courtyard3holiday2022_w-150.jpg 150w, wp-content/uploads/2022/12/courtyard3holiday2022_w-300.jpg 300w, wp-content/uploads/2022/12/courtyard3holiday2022_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/doorholiday2022.jpg"><img data-attachment-id="3603" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/doorholiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/doorholiday2022.jpg" data-orig-size="2491,3545" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671798003&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="doorholiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/doorholiday2022.jpg?w=211" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/doorholiday2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="720" height="1024" data-id="3603" src="wp-content/uploads/2022/12/doorholiday2022_w-720.jpg" alt="" class="wp-image-3603" srcset="wp-content/uploads/2022/12/doorholiday2022_w-720.jpg 720w, wp-content/uploads/2022/12/doorholiday2022_w-1440.jpg 1440w, wp-content/uploads/2022/12/doorholiday2022_w-105.jpg 105w, wp-content/uploads/2022/12/doorholiday2022_w-211.jpg 211w, wp-content/uploads/2022/12/doorholiday2022_w-768.jpg 768w" sizes="(max-width: 720px) 100vw, 720px"/></a></figure>
</figure>
<figure data-carousel-extra="{&quot;blog_id&quot;:47873803,&quot;permalink&quot;:&quot;https:\/\/theyearoflivingfabulously.com\/2022\/12\/25\/happy-holidays-la-maison-folle-winter-2022\/&quot;}" class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/dingingholiday2022.jpg"><img data-attachment-id="3601" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/dingingholiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/dingingholiday2022.jpg" data-orig-size="3852,2877" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671826431&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dingingholiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/dingingholiday2022.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/dingingholiday2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="764" data-id="3601" src="wp-content/uploads/2022/12/dingingholiday2022_w-1024.jpg" alt="" class="wp-image-3601" srcset="wp-content/uploads/2022/12/dingingholiday2022_w-1024.jpg 1024w, wp-content/uploads/2022/12/dingingholiday2022_w-2046.jpg 2046w, wp-content/uploads/2022/12/dingingholiday2022_w-150.jpg 150w, wp-content/uploads/2022/12/dingingholiday2022_w-300.jpg 300w, wp-content/uploads/2022/12/dingingholiday2022_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/dining4holiday2022.jpg"><img data-attachment-id="3598" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/dining4holiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/dining4holiday2022.jpg" data-orig-size="1440,1133" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="dining4holiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/dining4holiday2022.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/dining4holiday2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="805" data-id="3598" src="wp-content/uploads/2022/12/dining4holiday2022_w-1024.jpg" alt="" class="wp-image-3598" srcset="wp-content/uploads/2022/12/dining4holiday2022_w-1024.jpg 1024w, wp-content/uploads/2022/12/dining4holiday2022_w-150.jpg 150w, wp-content/uploads/2022/12/dining4holiday2022_w-300.jpg 300w, wp-content/uploads/2022/12/dining4holiday2022_w-768.jpg 768w, wp-content/uploads/2022/12/dining4holiday2022.jpg 1440w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/dining3holiday2022.jpg"><img data-attachment-id="3599" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/dining3holiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/dining3holiday2022.jpg" data-orig-size="2048,1610" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="dining3holiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/dining3holiday2022.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/dining3holiday2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="805" data-id="3599" src="wp-content/uploads/2022/12/dining3holiday2022_w-1024.jpg" alt="" class="wp-image-3599" srcset="wp-content/uploads/2022/12/dining3holiday2022_w-1024.jpg 1024w, wp-content/uploads/2022/12/dining3holiday2022.jpg 2048w, wp-content/uploads/2022/12/dining3holiday2022_w-150.jpg 150w, wp-content/uploads/2022/12/dining3holiday2022_w-300.jpg 300w, wp-content/uploads/2022/12/dining3holiday2022_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/dining2holiday2022.jpg"><img data-attachment-id="3600" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/dining2holiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/dining2holiday2022.jpg" data-orig-size="2048,1690" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="dining2holiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/dining2holiday2022.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/dining2holiday2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="845" data-id="3600" src="wp-content/uploads/2022/12/dining2holiday2022_w-1024.jpg" alt="" class="wp-image-3600" srcset="wp-content/uploads/2022/12/dining2holiday2022_w-1024.jpg 1024w, wp-content/uploads/2022/12/dining2holiday2022.jpg 2048w, wp-content/uploads/2022/12/dining2holiday2022_w-150.jpg 150w, wp-content/uploads/2022/12/dining2holiday2022_w-300.jpg 300w, wp-content/uploads/2022/12/dining2holiday2022_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
</figure>
<figure data-carousel-extra="{&quot;blog_id&quot;:47873803,&quot;permalink&quot;:&quot;https:\/\/theyearoflivingfabulously.com\/2022\/12\/25\/happy-holidays-la-maison-folle-winter-2022\/&quot;}" class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/livingholiday2022pg.jpg"><img data-attachment-id="3605" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/livingholiday2022pg/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/livingholiday2022pg.jpg" data-orig-size="4032,2817" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671826510&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="livingholiday2022pg" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/livingholiday2022pg.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/livingholiday2022pg.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="715" data-id="3605" src="wp-content/uploads/2022/12/livingholiday2022pg_w-1024.jpg" alt="" class="wp-image-3605" srcset="wp-content/uploads/2022/12/livingholiday2022pg_w-1024.jpg 1024w, wp-content/uploads/2022/12/livingholiday2022pg_w-2048.jpg 2048w, wp-content/uploads/2022/12/livingholiday2022pg_w-150.jpg 150w, wp-content/uploads/2022/12/livingholiday2022pg_w-300.jpg 300w, wp-content/uploads/2022/12/livingholiday2022pg_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/livingholiday2022.jpg"><img data-attachment-id="3607" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/livingholiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/livingholiday2022.jpg" data-orig-size="3495,2949" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671826291&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;250&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="livingholiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/livingholiday2022.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/livingholiday2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="864" data-id="3607" src="wp-content/uploads/2022/12/livingholiday2022_w-1024.jpg" alt="" class="wp-image-3607" srcset="wp-content/uploads/2022/12/livingholiday2022_w-1024.jpg 1024w, wp-content/uploads/2022/12/livingholiday2022_w-2048.jpg 2048w, wp-content/uploads/2022/12/livingholiday2022_w-150.jpg 150w, wp-content/uploads/2022/12/livingholiday2022_w-300.jpg 300w, wp-content/uploads/2022/12/livingholiday2022_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/tree2holiday2022.jpg"><img data-attachment-id="3608" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/tree2holiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/tree2holiday2022.jpg" data-orig-size="3024,3525" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671826322&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="tree2holiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/tree2holiday2022.jpg?w=257" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/tree2holiday2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="878" height="1023" data-id="3608" src="wp-content/uploads/2022/12/tree2holiday2022_w-878.jpg" alt="" class="wp-image-3608" srcset="wp-content/uploads/2022/12/tree2holiday2022_w-878.jpg 878w, wp-content/uploads/2022/12/tree2holiday2022_w-1756.jpg 1756w, wp-content/uploads/2022/12/tree2holiday2022_w-129.jpg 129w, wp-content/uploads/2022/12/tree2holiday2022_w-257.jpg 257w, wp-content/uploads/2022/12/tree2holiday2022_w-768.jpg 768w" sizes="(max-width: 878px) 100vw, 878px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/treeholiday2022.jpg"><img data-attachment-id="3606" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/treeholiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/treeholiday2022.jpg" data-orig-size="3024,4032" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671826331&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;640&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="treeholiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/treeholiday2022.jpg?w=225" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/treeholiday2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="768" height="1024" data-id="3606" src="wp-content/uploads/2022/12/treeholiday2022_w-768.jpg" alt="" class="wp-image-3606" srcset="wp-content/uploads/2022/12/treeholiday2022_w-768.jpg 768w, wp-content/uploads/2022/12/treeholiday2022_w-1536.jpg 1536w, wp-content/uploads/2022/12/treeholiday2022_w-113.jpg 113w, wp-content/uploads/2022/12/treeholiday2022_w-225.jpg 225w" sizes="(max-width: 768px) 100vw, 768px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/fireplaceholidat2022.jpg"><img data-attachment-id="3610" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/fireplaceholidat2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/fireplaceholidat2022.jpg" data-orig-size="2907,3935" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671826396&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="fireplaceholidat2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/fireplaceholidat2022.jpg?w=222" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/fireplaceholidat2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="756" height="1023" data-id="3610" src="wp-content/uploads/2022/12/fireplaceholidat2022_w-756.jpg" alt="" class="wp-image-3610" srcset="wp-content/uploads/2022/12/fireplaceholidat2022_w-756.jpg 756w, wp-content/uploads/2022/12/fireplaceholidat2022_w-1512.jpg 1512w, wp-content/uploads/2022/12/fireplaceholidat2022_w-111.jpg 111w, wp-content/uploads/2022/12/fireplaceholidat2022_w-222.jpg 222w, wp-content/uploads/2022/12/fireplaceholidat2022_w-768.jpg 768w" sizes="(max-width: 756px) 100vw, 756px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/vignetteholiday2022.jpg"><img data-attachment-id="3609" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/vignetteholiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/vignetteholiday2022.jpg" data-orig-size="3024,4032" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671798063&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="vignetteholiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/vignetteholiday2022.jpg?w=225" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/vignetteholiday2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="768" height="1024" data-id="3609" src="wp-content/uploads/2022/12/vignetteholiday2022_w-768.jpg" alt="" class="wp-image-3609" srcset="wp-content/uploads/2022/12/vignetteholiday2022_w-768.jpg 768w, wp-content/uploads/2022/12/vignetteholiday2022_w-1536.jpg 1536w, wp-content/uploads/2022/12/vignetteholiday2022_w-113.jpg 113w, wp-content/uploads/2022/12/vignetteholiday2022_w-225.jpg 225w" sizes="(max-width: 768px) 100vw, 768px"/></a></figure>
</figure>
<figure data-carousel-extra="{&quot;blog_id&quot;:47873803,&quot;permalink&quot;:&quot;https:\/\/theyearoflivingfabulously.com\/2022\/12\/25\/happy-holidays-la-maison-folle-winter-2022\/&quot;}" class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/12/greatroomholiday2022.jpg"><img data-attachment-id="3611" data-permalink="https://theyearoflivingfabulously.com/2022/12/25/happy-holidays-la-maison-folle-winter-2022/greatroomholiday2022/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/greatroomholiday2022.jpg" data-orig-size="3920,3017" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1671826269&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;50&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="greatroomholiday2022" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/greatroomholiday2022.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/12/greatroomholiday2022.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="788" data-id="3611" src="wp-content/uploads/2022/12/greatroomholiday2022_w-1024.jpg" alt="" class="wp-image-3611" srcset="wp-content/uploads/2022/12/greatroomholiday2022_w-1024.jpg 1024w, wp-content/uploads/2022/12/greatroomholiday2022_w-2048.jpg 2048w, wp-content/uploads/2022/12/greatroomholiday2022_w-150.jpg 150w, wp-content/uploads/2022/12/greatroomholiday2022_w-300.jpg 300w, wp-content/uploads/2022/12/greatroomholiday2022_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
</figure>
<p>The Happiest of Holidays to you! See you next year&#8230;</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<span class="cat-links">
Posted in <a href="category/uncategorized/" rel="category tag">Uncategorized</a> </span>
<span class="sep"> | </span>
<span class="comments-link"><a href="2022/12/25/happy-holidays-la-maison-folle-winter-2022/#comments">4 Comments</a></span>
</footer><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-3580" class="post-3580 post type-post status-publish format-standard hentry category-halloween tag-halloween tag-halloween-decor tag-halloween-decorating tag-halloween-diy">
<header class="entry-header">
<h1 class="entry-title"><a href="2022/11/01/happy-halloween/" rel="bookmark">Happy Halloween!</a></h1>
<div class="entry-meta">
Posted on <a href="2022/11/01/happy-halloween/" title="1:03 am" rel="bookmark"><time class="entry-date" datetime="2022-11-01T01:03:23+00:00">November 1, 2022</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="author/vlasicstudio/" title="View all posts by vlasicstudio" rel="author">vlasicstudio</a></span></span> </div><!-- .entry-meta -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>It’s been a crazy busy season here at Le Maison Folle’ (our home in Yucca Valley, California) but I managed to put together a little Halloween House Tour for you. No new decorations this year except the creepy big voodoo doll on the voodoo altar, which I made using a child mannequin, a burlap coffee bag, skewers, buttons and hot glue. Enjoy!</p>
<figure class="wp-block-video wp-block-embed is-type-video is-provider-videopress"><div class="wp-block-embed__wrapper">
<iframe title="VideoPress Video Player" aria-label="VideoPress Video Player" width="645" height="363" src="embed/NJssV53k_cover-1-preloadContent-metadata-useAverageColor-1-hd-0_ext_iframe/" frameborder="0" allowfullscreen data-resize-to-parent="true" allow="clipboard-write"></iframe><script src="js/next/videopress-iframe_m-1725245713.js"></script>
</div></figure>
</div><!-- .entry-content -->
<footer class="entry-meta">
<span class="cat-links">
Posted in <a href="tag/halloween/" rel="category tag">Halloween</a> </span>
<span class="sep"> | </span><span class="tags-links">Tagged <a href="tag/halloween/" rel="tag">Halloween</a>, <a href="tag/halloween-decor/" rel="tag">Halloween Decor</a>, <a href="tag/halloween-decorating/" rel="tag">Halloween decorating</a>, <a href="tag/halloween-diy/" rel="tag">halloween diy</a></span>
<span class="sep"> | </span>
<span class="comments-link"><a href="2022/11/01/happy-halloween/#comments">2 Comments</a></span>
</footer><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-3573" class="post-3573 post type-post status-publish format-standard hentry category-fitness tag-at-home-fitness tag-cody-rigsby tag-home-gym tag-home-workout tag-indoor-cycling tag-one-peloton tag-onepeloton tag-peloton tag-peloton-app tag-peloton-bike tag-spin-bike">
<header class="entry-header">
<h1 class="entry-title"><a href="2022/01/17/did-you-know-you-can-get-all-the-peloton-classes-without-buying-their-equipment-and-its-awesome-and-cheap/" rel="bookmark">Did you know&#8230;You can get all the PELOTON classes WITHOUT buying their equipment? And it’s Awesome (and&nbsp;Cheap)!</a></h1>
<div class="entry-meta">
Posted on <a href="2022/01/17/did-you-know-you-can-get-all-the-peloton-classes-without-buying-their-equipment-and-its-awesome-and-cheap/" title="5:56 pm" rel="bookmark"><time class="entry-date" datetime="2022-01-17T17:56:03+00:00">January 17, 2022</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="author/vlasicstudio/" title="View all posts by vlasicstudio" rel="author">vlasicstudio</a></span></span> </div><!-- .entry-meta -->
</header><!-- .entry-header -->
<div class="entry-content">
<figure class="wp-block-image size-large is-resized"><a href="wp-content/uploads/2022/01/screen-shot-2022-01-17-at-9.37.36-am.png"><img data-attachment-id="3577" data-permalink="https://theyearoflivingfabulously.com/screen-shot-2022-01-17-at-9-37-36-am/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/screen-shot-2022-01-17-at-9.37.36-am.png" data-orig-size="2462,1574" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screen-shot-2022-01-17-at-9.37.36-am" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/screen-shot-2022-01-17-at-9.37.36-am.png?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/screen-shot-2022-01-17-at-9.37.36-am.png?w=645" tabindex="0" role="button" loading="lazy" src="wp-content/uploads/2022/01/screen-shot-2022-01-17-at-9.37.36-am_w-1024.png" alt="" class="wp-image-3577" width="509" height="325" srcset="wp-content/uploads/2022/01/screen-shot-2022-01-17-at-9.37.36-am_w-509.png 509w, wp-content/uploads/2022/01/screen-shot-2022-01-17-at-9.37.36-am_w-1018.png 1018w, wp-content/uploads/2022/01/screen-shot-2022-01-17-at-9.37.36-am_w-150.png 150w, wp-content/uploads/2022/01/screen-shot-2022-01-17-at-9.37.36-am_w-300.png 300w, wp-content/uploads/2022/01/screen-shot-2022-01-17-at-9.37.36-am_w-768.png 768w" sizes="(max-width: 509px) 100vw, 509px"/></a><figcaption>Photo from onepeloton.com</figcaption></figure>
<p>NOTE: I am NOT affiliated with Peloton nor have I received anything from the company, I just love the service).</p>
<p>I’ve been wanting to do a shout-out to <a href="http://www.onepeloton.com/">Peloton</a> for awhile now. I’ve been using the Peloton app for a couple years and I LOVE it! I prefer to workout at home (I always have, it’s not just a Covid thing 🙂 I do NOT own any of the Peloton equipment (though honestly I really do wish I owned their bike, more on that later*) and you don’t need to! I have my own stationary spin bike (a Keiser) that I use and pretty much any stationary bike will work to participate in the classes (or treadmill for running classes, etc.) The only thing I can’t do is compete with other people on the leader board. I get all the classes, both live and recorded, including the cycling classes, as well as strength training, yoga, cardio, meditation, stretching, walking, boot camps, pilates, running and more for <em><strong>just $12.99 a month</strong></em> (and the app works on your phone, smart tv, ipad, etc.). Worth every penny! (And they usually have a 1-2 month free trial so you can check it out for yourself). </p>
<p>The main reason I love <a href="http://www.onepeloton.com/">Peloton</a> is the incredible variety. There are loads of new classes EVERY DAY, you can take them live or pre-recorded, and many different instructors to choose from (my favorite on the bike is <a href="https://www.instagram.com/codyrigsby/">Cody Rigsby</a> but they are all good) and you can choose by class length, difficulty, even type of music in the class with ease. Every workout is new! If you’re like me then you’ve tried Beach Body, Shaun T, and a myriad of other online workouts. Doing the same recorded classes over and over again is BORING, and you get tired of them and stop. Not with Peloton, I’ve never done the same class twice. It keeps me interested and motivated. The $12.99 price tag is a serious bargain and I’m very happy with the service.</p>
<p>*All that being said, I do actually wish I had the Peloton bike. It’s not in the financial cards for me unfortunately (the bike is spendy, and the monthly fee more to be connected for the live classes) but I’d love to have the interactivity and connection the <a href="http://www.onepeloton.com/">Peloton</a> bike provides as well as the extra motivation of the leader board competitiveness. BUT the app is great and very affordable. In fact I’m going to go jump on my bike right now 🙂</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<span class="cat-links">
Posted in <a href="tag/fitness/" rel="category tag">fitness</a> </span>
<span class="sep"> | </span><span class="tags-links">Tagged <a href="tag/at-home-fitness/" rel="tag">at-home fitness</a>, <a href="tag/cody-rigsby/" rel="tag">Cody Rigsby</a>, <a href="tag/home-gym/" rel="tag">home gym</a>, <a href="tag/home-workout/" rel="tag">home workout</a>, <a href="tag/indoor-cycling/" rel="tag">indoor cycling</a>, <a href="tag/one-peloton/" rel="tag">One Peloton</a>, <a href="tag/onepeloton/" rel="tag">onepeloton</a>, <a href="tag/peloton/" rel="tag">Peloton</a>, <a href="tag/peloton-app/" rel="tag">Peloton app</a>, <a href="tag/peloton-bike/" rel="tag">Peloton bike</a>, <a href="tag/spin-bike/" rel="tag">spin bike</a></span>
<span class="sep"> | </span>
<span class="comments-link"><a href="2022/01/17/did-you-know-you-can-get-all-the-peloton-classes-without-buying-their-equipment-and-its-awesome-and-cheap/#respond">Leave a comment</a></span>
</footer><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-3553" class="post-3553 post type-post status-publish format-standard has-post-thumbnail hentry category-art category-fashion tag-bag tag-diy tag-diy-fashion tag-fashion tag-handbag tag-marc-jacobs tag-marc-jacobs-bag tag-purse tag-recycled-fashion tag-style">
<img width="695" height="542" src="wp-content/uploads/2022/01/mjpursesidedetail_w-695.jpg" class="attachment-feat-img size-feat-img wp-post-image" alt="" decoding="async" loading="lazy" data-attachment-id="3563" data-permalink="https://theyearoflivingfabulously.com/mjpursesidedetail/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursesidedetail.jpg" data-orig-size="3562,2777" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1641135543&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;80&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="mjpursesidedetail" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursesidedetail.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursesidedetail.jpg?w=645" tabindex="0" role="button"/>
<header class="entry-header">
<h1 class="entry-title"><a href="2022/01/03/designer-bag-makeover-new-paint-new-life-for-a-worn-purse/" rel="bookmark">Designer Bag Makeover&#8230;New Paint, New Life for a Worn&nbsp;Purse.</a></h1>
<div class="entry-meta">
Posted on <a href="2022/01/03/designer-bag-makeover-new-paint-new-life-for-a-worn-purse/" title="12:30 am" rel="bookmark"><time class="entry-date" datetime="2022-01-03T00:30:45+00:00">January 3, 2022</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="author/vlasicstudio/" title="View all posts by vlasicstudio" rel="author">vlasicstudio</a></span></span> </div><!-- .entry-meta -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>I’ve had this beloved Marc Jacobs bag (originally purchased at Neiman Marcus Last Call about 12 years ago) and used it as my main bag for many years. It is still in decent shape (a testament to how very well made it is) though the beautiful magenta color had rubbed off the high traffic areas such as the handle and corners. Because it was looking so worn I’ve had it in storage for a few years, thinking about what to do with it. I knew matching the exact color of leather dye was going to be near impossible, so the idea hit me to just have fun and paint it. Over the holidays I gave myself a gift and did just that. I love how it turned out, as not only have I given my beloved bag new life but it is now an original piece of art as well.</p>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/01/mjpursefront2_edited.jpg"><img data-attachment-id="3557" data-permalink="https://theyearoflivingfabulously.com/mjpursefront2_edited/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursefront2_edited.jpg" data-orig-size="2703,2912" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1641135589&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;50&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="mjpursefront2_edited" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursefront2_edited.jpg?w=278" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursefront2_edited.jpg?w=645" tabindex="0" role="button" loading="lazy" width="951" height="1024" src="wp-content/uploads/2022/01/mjpursefront2_edited_w-951.jpg" alt="" class="wp-image-3557" srcset="wp-content/uploads/2022/01/mjpursefront2_edited_w-951.jpg 951w, wp-content/uploads/2022/01/mjpursefront2_edited_w-1902.jpg 1902w, wp-content/uploads/2022/01/mjpursefront2_edited_w-139.jpg 139w, wp-content/uploads/2022/01/mjpursefront2_edited_w-278.jpg 278w, wp-content/uploads/2022/01/mjpursefront2_edited_w-768.jpg 768w" sizes="(max-width: 951px) 100vw, 951px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/01/mjpursesidedetail.jpg"><img data-attachment-id="3563" data-permalink="https://theyearoflivingfabulously.com/mjpursesidedetail/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursesidedetail.jpg" data-orig-size="3562,2777" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1641135543&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;80&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="mjpursesidedetail" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursesidedetail.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursesidedetail.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="798" src="wp-content/uploads/2022/01/mjpursesidedetail_w-1024.jpg" alt="" class="wp-image-3563" srcset="wp-content/uploads/2022/01/mjpursesidedetail_w-1024.jpg 1024w, wp-content/uploads/2022/01/mjpursesidedetail_w-2048.jpg 2048w, wp-content/uploads/2022/01/mjpursesidedetail_w-150.jpg 150w, wp-content/uploads/2022/01/mjpursesidedetail_w-300.jpg 300w, wp-content/uploads/2022/01/mjpursesidedetail_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<p>I free-handed the image with a sharpie pen and painted it in acrylic paint. (You could certainly use a stencil or transfer to start your image if you are uncomfortable with that). I also painted ombre’ pinks on the lower part of the worn handles (echoing the peony shades) and matched up the bag’s original color as best I could and rubbed that paint on the other worn areas of the bag that the design did not cover, which turned out quite well. Acrylic paint does great on leather, though if it’s very stiff leather you may need to go over the area with a very fine grit sandpaper first. Darker color leather requires a few layers of paint, and even then the leather color may bleed through light color paint (a bit of pink bled through on some of the white areas on the tiger but I don’t mind it). I really enjoyed this project, it was a nice departure from my very time-consuming oil paintings. I am already planning another project with one of my old leather jackets. Recycling at it’s best! I love the idea of giving new life to well-loved designer bags, and am on the lookout for good candidates for more fun painted bags that I may sell in the future (but this one is just for me :-).</p>
<p>BEFORE (You can see the worn corners)</p>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/01/mjpursebeforefront.jpg"><img data-attachment-id="3566" data-permalink="https://theyearoflivingfabulously.com/mjpursebeforefront/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursebeforefront.jpg" data-orig-size="2965,2982" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1640530752&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="mjpursebeforefront" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursebeforefront.jpg?w=298" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursebeforefront.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1018" height="1023" src="wp-content/uploads/2022/01/mjpursebeforefront_w-1018.jpg" alt="" class="wp-image-3566" srcset="wp-content/uploads/2022/01/mjpursebeforefront_w-1018.jpg 1018w, wp-content/uploads/2022/01/mjpursebeforefront_w-2034.jpg 2034w, wp-content/uploads/2022/01/mjpursebeforefront_w-150.jpg 150w, wp-content/uploads/2022/01/mjpursebeforefront_w-298.jpg 298w, wp-content/uploads/2022/01/mjpursebeforefront_w-768.jpg 768w" sizes="(max-width: 1018px) 100vw, 1018px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/01/mjpursebeforedetail.jpg"><img data-attachment-id="3568" data-permalink="https://theyearoflivingfabulously.com/mjpursebeforedetail/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursebeforedetail.jpg" data-orig-size="2941,3623" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1640530757&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="mjpursebeforedetail" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursebeforedetail.jpg?w=244" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpursebeforedetail.jpg?w=645" tabindex="0" role="button" loading="lazy" width="831" height="1023" src="wp-content/uploads/2022/01/mjpursebeforedetail_w-831.jpg" alt="" class="wp-image-3568" srcset="wp-content/uploads/2022/01/mjpursebeforedetail_w-831.jpg 831w, wp-content/uploads/2022/01/mjpursebeforedetail_w-1662.jpg 1662w, wp-content/uploads/2022/01/mjpursebeforedetail_w-122.jpg 122w, wp-content/uploads/2022/01/mjpursebeforedetail_w-244.jpg 244w, wp-content/uploads/2022/01/mjpursebeforedetail_w-768.jpg 768w" sizes="(max-width: 831px) 100vw, 831px"/></a></figure>
<p>IN PROGRESS (at the Sharpie drawing stage)</p>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2022/01/mjpurseinprogressedited.jpg"><img data-attachment-id="3570" data-permalink="https://theyearoflivingfabulously.com/mjpurseinprogressedited/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpurseinprogressedited.jpg" data-orig-size="3323,2819" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1640537208&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;25&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="mjpurseinprogressedited" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpurseinprogressedited.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2022/01/mjpurseinprogressedited.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="868" src="wp-content/uploads/2022/01/mjpurseinprogressedited_w-1024.jpg" alt="" class="wp-image-3570" srcset="wp-content/uploads/2022/01/mjpurseinprogressedited_w-1024.jpg 1024w, wp-content/uploads/2022/01/mjpurseinprogressedited_w-2046.jpg 2046w, wp-content/uploads/2022/01/mjpurseinprogressedited_w-150.jpg 150w, wp-content/uploads/2022/01/mjpurseinprogressedited_w-300.jpg 300w, wp-content/uploads/2022/01/mjpurseinprogressedited_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<p>Thanks for looking, I hope you’ve enjoyed this project. FOLLOW this blog and see what’s coming next.</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<span class="cat-links">
Posted in <a href="tag/art/" rel="category tag">art</a>, <a href="tag/fashion/" rel="category tag">fashion</a> </span>
<span class="sep"> | </span><span class="tags-links">Tagged <a href="tag/bag/" rel="tag">bag</a>, <a href="tag/diy/" rel="tag">DIY</a>, <a href="tag/diy-fashion/" rel="tag">diy fashion</a>, <a href="tag/fashion/" rel="tag">fashion</a>, <a href="tag/handbag/" rel="tag">handbag</a>, <a href="tag/marc-jacobs/" rel="tag">Marc Jacobs</a>, <a href="tag/marc-jacobs-bag/" rel="tag">Marc Jacobs bag</a>, <a href="tag/purse/" rel="tag">purse</a>, <a href="tag/recycled-fashion/" rel="tag">recycled fashion</a>, <a href="tag/style/" rel="tag">style</a></span>
<span class="sep"> | </span>
<span class="comments-link"><a href="2022/01/03/designer-bag-makeover-new-paint-new-life-for-a-worn-purse/#respond">Leave a comment</a></span>
</footer><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-3526" class="post-3526 post type-post status-publish format-standard hentry category-uncategorized tag-budget tag-decorating tag-diy tag-fall tag-fall-decor tag-fall-decorating tag-lifestyle tag-thanksgiving tag-thanksgiving-decorating">
<header class="entry-header">
<h1 class="entry-title"><a href="2021/11/19/turning-halloween-into-thanksgiving-getting-double-duty-out-of-those-pumpkins/" rel="bookmark">Turning Halloween into Thanksgiving: Getting Double-Duty out of those&nbsp;Pumpkins</a></h1>
<div class="entry-meta">
Posted on <a href="2021/11/19/turning-halloween-into-thanksgiving-getting-double-duty-out-of-those-pumpkins/" title="2:41 am" rel="bookmark"><time class="entry-date" datetime="2021-11-19T02:41:28+00:00">November 19, 2021</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="author/vlasicstudio/" title="View all posts by vlasicstudio" rel="author">vlasicstudio</a></span></span> </div><!-- .entry-meta -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>A healthy pumpkin or gourd can last MONTHS! I love decorating with pumpkins every Fall. They look great from October 1st through November 26th. I just rearrange them after packing up the Halloween decorations. After Thanksgiving what doesn’t get turned into pies and breads can be composted or fed to goats and piggys. Biodegradable eco-friendly decor! </p>
<p>This year I’m being really lazy (well lazy for me, the unapologetic maximalist). I rearranged the pumpkins and added my old artificial magnolia leaf garlands and wreath as well as pheasant feathers, which I’ve been reusing for about a decade. On the table I added a few of the feathers and my fall ceramics. The only cost was the fresh flowers.</p>
<figure data-carousel-extra="{&quot;blog_id&quot;:47873803,&quot;permalink&quot;:&quot;https:\/\/theyearoflivingfabulously.com\/2021\/11\/19\/turning-halloween-into-thanksgiving-getting-double-duty-out-of-those-pumpkins\/&quot;}" class="wp-block-gallery aligncenter has-nested-images columns-default is-cropped wp-block-gallery-5 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2021/11/fall2021fireplace.jpg"><img data-attachment-id="3531" data-permalink="https://theyearoflivingfabulously.com/fall2021fireplace/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021fireplace.jpg" data-orig-size="2569,3961" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1636976412&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;250&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="fall2021fireplace" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021fireplace.jpg?w=195" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021fireplace.jpg?w=645" tabindex="0" role="button" loading="lazy" width="664" height="1023" data-id="3531" src="wp-content/uploads/2021/11/fall2021fireplace_w-664.jpg" alt="" class="wp-image-3531" srcset="wp-content/uploads/2021/11/fall2021fireplace_w-664.jpg 664w, wp-content/uploads/2021/11/fall2021fireplace_w-1328.jpg 1328w, wp-content/uploads/2021/11/fall2021fireplace_w-97.jpg 97w, wp-content/uploads/2021/11/fall2021fireplace_w-195.jpg 195w, wp-content/uploads/2021/11/fall2021fireplace_w-768.jpg 768w" sizes="(max-width: 664px) 100vw, 664px"/></a></figure>
</figure>
<figure class="wp-block-image"><img data-attachment-id="3535" data-permalink="https://theyearoflivingfabulously.com/fall2021table3/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021table3.jpg" data-orig-size="2641,3584" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1636976325&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;25&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="fall2021table3" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021table3.jpg?w=221" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021table3.jpg?w=645" tabindex="0" role="button" loading="lazy" width="755" height="1024" src="wp-content/uploads/2021/11/fall2021table3_w-755.jpg" alt="" class="wp-image-3535" srcset="wp-content/uploads/2021/11/fall2021table3_w-755.jpg 755w, wp-content/uploads/2021/11/fall2021table3_w-1510.jpg 1510w, wp-content/uploads/2021/11/fall2021table3_w-111.jpg 111w, wp-content/uploads/2021/11/fall2021table3_w-221.jpg 221w, wp-content/uploads/2021/11/fall2021table3_w-768.jpg 768w" sizes="(max-width: 755px) 100vw, 755px"/></figure>
<figure class="wp-block-image"><img data-attachment-id="3536" data-permalink="https://theyearoflivingfabulously.com/fall2021table2/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021table2.jpg" data-orig-size="3751,2982" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1636976338&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="fall2021table2" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021table2.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021table2.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="814" src="wp-content/uploads/2021/11/fall2021table2_w-1024.jpg" alt="" class="wp-image-3536" srcset="wp-content/uploads/2021/11/fall2021table2_w-1024.jpg 1024w, wp-content/uploads/2021/11/fall2021table2_w-2048.jpg 2048w, wp-content/uploads/2021/11/fall2021table2_w-150.jpg 150w, wp-content/uploads/2021/11/fall2021table2_w-300.jpg 300w, wp-content/uploads/2021/11/fall2021table2_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></figure>
<figure class="wp-block-image"><img data-attachment-id="3534" data-permalink="https://theyearoflivingfabulously.com/fall2021tablecloseup/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021tablecloseup.jpg" data-orig-size="3645,2701" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1636976361&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;80&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="fall2021tablecloseup" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021tablecloseup.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021tablecloseup.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="758" src="wp-content/uploads/2021/11/fall2021tablecloseup_w-1024.jpg" alt="" class="wp-image-3534" srcset="wp-content/uploads/2021/11/fall2021tablecloseup_w-1024.jpg 1024w, wp-content/uploads/2021/11/fall2021tablecloseup_w-2046.jpg 2046w, wp-content/uploads/2021/11/fall2021tablecloseup_w-150.jpg 150w, wp-content/uploads/2021/11/fall2021tablecloseup_w-300.jpg 300w, wp-content/uploads/2021/11/fall2021tablecloseup_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></figure>
<p>I had fun with the front door. The Fall mums in my pots were looking pretty sad (see below) so instead of tossing them out I used them as a base for cut amaranth, Mohave pyrocanthis, olive branches, and a few other things growing in my yard. I grew lots of amaranth this year as it is easy to grow here in the desert and I love the way it looks, especially when planted with sunflowers (and the birds love it!). It also dries very well, as do the other things I put in the pots. When &#8220;shopping&#8221; your yard for greenery, WEAR GLOVES and long sleeves! The Mohave pyrocanthis has sharp thorns, and something I cut (not sure what) gave me a thankfully short-lived rash. Next time, long sleeves! I’m pleased with the way the pots turned out, and it cost nothing!</p>
<figure class="wp-block-image"><img data-attachment-id="3538" data-permalink="https://theyearoflivingfabulously.com/falldoorbefore/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/falldoorbefore.jpg" data-orig-size="2552,3122" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1636979761&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="falldoorbefore" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/falldoorbefore.jpg?w=245" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/falldoorbefore.jpg?w=645" tabindex="0" role="button" loading="lazy" width="837" height="1023" src="wp-content/uploads/2021/11/falldoorbefore_w-837.jpg" alt="" class="wp-image-3538" srcset="wp-content/uploads/2021/11/falldoorbefore_w-837.jpg 837w, wp-content/uploads/2021/11/falldoorbefore_w-1672.jpg 1672w, wp-content/uploads/2021/11/falldoorbefore_w-123.jpg 123w, wp-content/uploads/2021/11/falldoorbefore_w-245.jpg 245w, wp-content/uploads/2021/11/falldoorbefore_w-768.jpg 768w" sizes="(max-width: 837px) 100vw, 837px"/></figure>
<figure class="wp-block-image"><img data-attachment-id="3540" data-permalink="https://theyearoflivingfabulously.com/fall2021doorfull2/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorfull2.jpg" data-orig-size="3205,2386" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1636983068&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="fall2021doorfull2" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorfull2.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorfull2.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="762" src="wp-content/uploads/2021/11/fall2021doorfull2_w-1024.jpg" alt="" class="wp-image-3540" srcset="wp-content/uploads/2021/11/fall2021doorfull2_w-1024.jpg 1024w, wp-content/uploads/2021/11/fall2021doorfull2_w-2048.jpg 2048w, wp-content/uploads/2021/11/fall2021doorfull2_w-150.jpg 150w, wp-content/uploads/2021/11/fall2021doorfull2_w-300.jpg 300w, wp-content/uploads/2021/11/fall2021doorfull2_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></figure>
<figure class="wp-block-image"><img data-attachment-id="3542" data-permalink="https://theyearoflivingfabulously.com/fall2021doorpot4/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorpot4.jpg" data-orig-size="3598,2601" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1636983124&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;250&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="fall2021doorpot4" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorpot4.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorpot4.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="740" src="wp-content/uploads/2021/11/fall2021doorpot4_w-1024.jpg" alt="" class="wp-image-3542" srcset="wp-content/uploads/2021/11/fall2021doorpot4_w-1024.jpg 1024w, wp-content/uploads/2021/11/fall2021doorpot4_w-2048.jpg 2048w, wp-content/uploads/2021/11/fall2021doorpot4_w-150.jpg 150w, wp-content/uploads/2021/11/fall2021doorpot4_w-300.jpg 300w, wp-content/uploads/2021/11/fall2021doorpot4_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></figure>
<figure class="wp-block-image"><img data-attachment-id="3543" data-permalink="https://theyearoflivingfabulously.com/fall2021door/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021door.jpg" data-orig-size="4032,3024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1636983180&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="fall2021door" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021door.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021door.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="768" src="wp-content/uploads/2021/11/fall2021door_w-1024.jpg" alt="" class="wp-image-3543" srcset="wp-content/uploads/2021/11/fall2021door_w-1024.jpg 1024w, wp-content/uploads/2021/11/fall2021door_w-2048.jpg 2048w, wp-content/uploads/2021/11/fall2021door_w-150.jpg 150w, wp-content/uploads/2021/11/fall2021door_w-300.jpg 300w, wp-content/uploads/2021/11/fall2021door_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></figure>
<figure class="wp-block-image"><img data-attachment-id="3539" data-permalink="https://theyearoflivingfabulously.com/fall2021doorpot2/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorpot2.jpg" data-orig-size="2685,3481" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1636983198&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="fall2021doorpot2" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorpot2.jpg?w=231" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorpot2.jpg?w=645" tabindex="0" role="button" loading="lazy" width="790" height="1024" src="wp-content/uploads/2021/11/fall2021doorpot2_w-790.jpg" alt="" class="wp-image-3539" srcset="wp-content/uploads/2021/11/fall2021doorpot2_w-790.jpg 790w, wp-content/uploads/2021/11/fall2021doorpot2_w-1580.jpg 1580w, wp-content/uploads/2021/11/fall2021doorpot2_w-116.jpg 116w, wp-content/uploads/2021/11/fall2021doorpot2_w-231.jpg 231w, wp-content/uploads/2021/11/fall2021doorpot2_w-768.jpg 768w" sizes="(max-width: 790px) 100vw, 790px"/></figure>
<figure class="wp-block-image"><img data-attachment-id="3544" data-permalink="https://theyearoflivingfabulously.com/fall2021doorpot/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorpot.jpg" data-orig-size="2767,3788" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1636983208&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="fall2021doorpot" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorpot.jpg?w=219" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorpot.jpg?w=645" tabindex="0" role="button" loading="lazy" width="748" height="1024" src="wp-content/uploads/2021/11/fall2021doorpot_w-748.jpg" alt="" class="wp-image-3544" srcset="wp-content/uploads/2021/11/fall2021doorpot_w-748.jpg 748w, wp-content/uploads/2021/11/fall2021doorpot_w-1496.jpg 1496w, wp-content/uploads/2021/11/fall2021doorpot_w-110.jpg 110w, wp-content/uploads/2021/11/fall2021doorpot_w-219.jpg 219w, wp-content/uploads/2021/11/fall2021doorpot_w-768.jpg 768w" sizes="(max-width: 748px) 100vw, 748px"/></figure>
<figure class="wp-block-image"><img data-attachment-id="3541" data-permalink="https://theyearoflivingfabulously.com/fall2021doorfull/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorfull.jpg" data-orig-size="2689,3004" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1636983156&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="fall2021doorfull" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorfull.jpg?w=269" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/fall2021doorfull.jpg?w=645" tabindex="0" role="button" loading="lazy" width="917" height="1024" src="wp-content/uploads/2021/11/fall2021doorfull_w-917.jpg" alt="" class="wp-image-3541" srcset="wp-content/uploads/2021/11/fall2021doorfull_w-917.jpg 917w, wp-content/uploads/2021/11/fall2021doorfull_w-1834.jpg 1834w, wp-content/uploads/2021/11/fall2021doorfull_w-134.jpg 134w, wp-content/uploads/2021/11/fall2021doorfull_w-269.jpg 269w, wp-content/uploads/2021/11/fall2021doorfull_w-768.jpg 768w" sizes="(max-width: 917px) 100vw, 917px"/></figure>
<p>Hope you all have a delightful Fall Season! Thanks for looking 🙂</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<span class="cat-links">
Posted in <a href="category/uncategorized/" rel="category tag">Uncategorized</a> </span>
<span class="sep"> | </span><span class="tags-links">Tagged <a href="tag/budget/" rel="tag">budget</a>, <a href="tag/decorating/" rel="tag">decorating</a>, <a href="tag/diy/" rel="tag">DIY</a>, <a href="tag/fall/" rel="tag">fall</a>, <a href="tag/fall-decor/" rel="tag">fall decor</a>, <a href="tag/fall-decorating/" rel="tag">fall decorating</a>, <a href="tag/lifestyle/" rel="tag">lifestyle</a>, <a href="tag/thanksgiving/" rel="tag">Thanksgiving</a>, <a href="tag/thanksgiving-decorating/" rel="tag">thanksgiving decorating</a></span>
<span class="sep"> | </span>
<span class="comments-link"><a href="2021/11/19/turning-halloween-into-thanksgiving-getting-double-duty-out-of-those-pumpkins/#comments">1 Comment</a></span>
</footer><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-3487" class="post-3487 post type-post status-publish format-standard has-post-thumbnail hentry category-halloween tag-halloween tag-halloween-decor tag-halloween-decorating tag-halloween-decorations tag-halloween-diy tag-halloween-skeletons">
<img width="695" height="717" src="wp-content/uploads/2021/11/halloween2021doorside_w-695.jpg" class="attachment-feat-img size-feat-img wp-post-image" alt="" decoding="async" loading="lazy" data-attachment-id="3492" data-permalink="https://theyearoflivingfabulously.com/halloween2021doorside/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021doorside.jpg" data-orig-size="2797,2886" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635251893&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;25&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.117091666667&quot;,&quot;longitude&quot;:&quot;-116.42022777778&quot;}" data-image-title="halloween2021doorside" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021doorside.jpg?w=291" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021doorside.jpg?w=645" tabindex="0" role="button"/>
<header class="entry-header">
<h1 class="entry-title"><a href="2021/11/01/happy-halloween-2021-decorations-at-the-new-house-stylish-black-skeleton-torso-diy/" rel="bookmark">Happy Halloween 2021! Decorations at the New House + Stylish Black Skeleton Torso&nbsp;DIY</a></h1>
<div class="entry-meta">
Posted on <a href="2021/11/01/happy-halloween-2021-decorations-at-the-new-house-stylish-black-skeleton-torso-diy/" title="3:25 am" rel="bookmark"><time class="entry-date" datetime="2021-11-01T03:25:10+00:00">November 1, 2021</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="author/vlasicstudio/" title="View all posts by vlasicstudio" rel="author">vlasicstudio</a></span></span> </div><!-- .entry-meta -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>,Happy Halloween! Yes I am Waaay late this year, but here it is All Hallow’s Eve and I finally have a minute to get this post up 🙂 Things are still in progress at the new house and with the state of things we are not entertaining this year so our Halloween decor is a bit simpler than in years past but I LOVE HALLOWEEN, so even if it’s just for the 2 of us I had to do it. If you’ve been following my blog for awhile you’ll recognize many of the same decorations from our last 2 houses just used in new ways. The one new thing I added this year is the pair of black skeleton torsos with golden hearts (DIY below) inspired by similar pieces spied on Tik Tok. But first, this year’s house decor!</p>
<p>The Front Courtyard Entry.</p>
<p>Lots of mums and pumpkins! Mostly from Trader Joe’s and Home Depot. The dogs we’ve had for a few years now (a post-Halloween sale find). I put strings of orange lights in the rib cages. The best part is I can easily transition to Fall by taking away the dogs, black fabric and skeletons.</p>
<figure data-carousel-extra="{&quot;blog_id&quot;:47873803,&quot;permalink&quot;:&quot;https:\/\/theyearoflivingfabulously.com\/2021\/11\/01\/happy-halloween-2021-decorations-at-the-new-house-stylish-black-skeleton-torso-diy\/&quot;}" class="wp-block-gallery columns-3 is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021doorside_w-992.jpg"><img data-attachment-id="3492" data-permalink="https://theyearoflivingfabulously.com/halloween2021doorside/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021doorside.jpg" data-orig-size="2797,2886" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635251893&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;25&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.117091666667&quot;,&quot;longitude&quot;:&quot;-116.42022777778&quot;}" data-image-title="halloween2021doorside" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021doorside.jpg?w=291" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021doorside.jpg?w=645" tabindex="0" role="button" loading="lazy" width="992" height="1023" src="wp-content/uploads/2021/11/halloween2021doorside_w-992.jpg" alt="" data-id="3492" data-link="https://theyearoflivingfabulously.com/halloween2021doorside/" class="wp-image-3492" srcset="wp-content/uploads/2021/11/halloween2021doorside_w-992.jpg 992w, wp-content/uploads/2021/11/halloween2021doorside_w-1984.jpg 1984w, wp-content/uploads/2021/11/halloween2021doorside_w-145.jpg 145w, wp-content/uploads/2021/11/halloween2021doorside_w-291.jpg 291w, wp-content/uploads/2021/11/halloween2021doorside_w-768.jpg 768w" sizes="(max-width: 992px) 100vw, 992px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021frontdoor_w-1024.jpg"><img data-attachment-id="3493" data-permalink="https://theyearoflivingfabulously.com/halloween2021frontdoor/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021frontdoor.jpg" data-orig-size="3133,2726" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635251864&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;25&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.11705&quot;,&quot;longitude&quot;:&quot;-116.42030277778&quot;}" data-image-title="halloween2021frontdoor" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021frontdoor.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021frontdoor.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="890" src="wp-content/uploads/2021/11/halloween2021frontdoor_w-1024.jpg" alt="" data-id="3493" data-link="https://theyearoflivingfabulously.com/halloween2021frontdoor/" class="wp-image-3493" srcset="wp-content/uploads/2021/11/halloween2021frontdoor_w-1024.jpg 1024w, wp-content/uploads/2021/11/halloween2021frontdoor_w-2046.jpg 2046w, wp-content/uploads/2021/11/halloween2021frontdoor_w-150.jpg 150w, wp-content/uploads/2021/11/halloween2021frontdoor_w-300.jpg 300w, wp-content/uploads/2021/11/halloween2021frontdoor_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021frontdoorsideeve_w-1024.jpg"><img data-attachment-id="3494" data-permalink="https://theyearoflivingfabulously.com/halloween2021frontdoorsideeve/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021frontdoorsideeve.jpg" data-orig-size="2671,2563" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1634235810&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.25&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.117027777778&quot;,&quot;longitude&quot;:&quot;-116.42029444444&quot;}" data-image-title="halloween2021frontdoorsideeve" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021frontdoorsideeve.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021frontdoorsideeve.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="982" src="wp-content/uploads/2021/11/halloween2021frontdoorsideeve_w-1024.jpg" alt="" data-id="3494" data-link="https://theyearoflivingfabulously.com/halloween2021frontdoorsideeve/" class="wp-image-3494" srcset="wp-content/uploads/2021/11/halloween2021frontdoorsideeve_w-1024.jpg 1024w, wp-content/uploads/2021/11/halloween2021frontdoorsideeve_w-2048.jpg 2048w, wp-content/uploads/2021/11/halloween2021frontdoorsideeve_w-150.jpg 150w, wp-content/uploads/2021/11/halloween2021frontdoorsideeve_w-300.jpg 300w, wp-content/uploads/2021/11/halloween2021frontdoorsideeve_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloweenfrontdooreve_w-1024.jpg"><img data-attachment-id="3495" data-permalink="https://theyearoflivingfabulously.com/halloweenfrontdooreve/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloweenfrontdooreve.jpg" data-orig-size="3464,2715" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1634235713&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.25&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.117083333333&quot;,&quot;longitude&quot;:&quot;-116.42025833333&quot;}" data-image-title="halloweenfrontdooreve" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloweenfrontdooreve.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloweenfrontdooreve.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="802" src="wp-content/uploads/2021/11/halloweenfrontdooreve_w-1024.jpg" alt="" data-id="3495" data-link="https://theyearoflivingfabulously.com/halloweenfrontdooreve/" class="wp-image-3495" srcset="wp-content/uploads/2021/11/halloweenfrontdooreve_w-1024.jpg 1024w, wp-content/uploads/2021/11/halloweenfrontdooreve_w-2048.jpg 2048w, wp-content/uploads/2021/11/halloweenfrontdooreve_w-150.jpg 150w, wp-content/uploads/2021/11/halloweenfrontdooreve_w-300.jpg 300w, wp-content/uploads/2021/11/halloweenfrontdooreve_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloweenfrontdoorside_w-1024.jpg"><img data-attachment-id="3497" data-permalink="https://theyearoflivingfabulously.com/halloweenfrontdoorside/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloweenfrontdoorside.jpg" data-orig-size="3064,2834" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635251944&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.117036111111&quot;,&quot;longitude&quot;:&quot;-116.42025833333&quot;}" data-image-title="halloweenfrontdoorside" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloweenfrontdoorside.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloweenfrontdoorside.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="947" src="wp-content/uploads/2021/11/halloweenfrontdoorside_w-1024.jpg" alt="" data-id="3497" data-link="https://theyearoflivingfabulously.com/halloweenfrontdoorside/" class="wp-image-3497" srcset="wp-content/uploads/2021/11/halloweenfrontdoorside_w-1024.jpg 1024w, wp-content/uploads/2021/11/halloweenfrontdoorside_w-2048.jpg 2048w, wp-content/uploads/2021/11/halloweenfrontdoorside_w-150.jpg 150w, wp-content/uploads/2021/11/halloweenfrontdoorside_w-300.jpg 300w, wp-content/uploads/2021/11/halloweenfrontdoorside_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure></li></ul></figure>
<figure data-carousel-extra="{&quot;blog_id&quot;:47873803,&quot;permalink&quot;:&quot;https:\/\/theyearoflivingfabulously.com\/2021\/11\/01\/happy-halloween-2021-decorations-at-the-new-house-stylish-black-skeleton-torso-diy\/&quot;}" class="wp-block-gallery columns-3 is-cropped wp-block-gallery-7 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021mantle_w-712.jpg"><img data-attachment-id="3503" data-permalink="https://theyearoflivingfabulously.com/halloween2021mantle/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021mantle.jpg" data-orig-size="2661,3825" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635252197&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;50&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.116977777778&quot;,&quot;longitude&quot;:&quot;-116.420075&quot;}" data-image-title="halloween2021mantle" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021mantle.jpg?w=209" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021mantle.jpg?w=645" tabindex="0" role="button" loading="lazy" width="712" height="1023" src="wp-content/uploads/2021/11/halloween2021mantle_w-712.jpg" alt="" data-id="3503" data-link="https://theyearoflivingfabulously.com/halloween2021mantle/" class="wp-image-3503" srcset="wp-content/uploads/2021/11/halloween2021mantle_w-712.jpg 712w, wp-content/uploads/2021/11/halloween2021mantle_w-1424.jpg 1424w, wp-content/uploads/2021/11/halloween2021mantle_w-104.jpg 104w, wp-content/uploads/2021/11/halloween2021mantle_w-209.jpg 209w, wp-content/uploads/2021/11/halloween2021mantle_w-768.jpg 768w" sizes="(max-width: 712px) 100vw, 712px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021mantleside_w-1024.jpg"><img data-attachment-id="3504" data-permalink="https://theyearoflivingfabulously.com/halloween2021mantleside/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021mantleside.jpg" data-orig-size="4032,3024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635252258&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.116966666667&quot;,&quot;longitude&quot;:&quot;-116.42026388889&quot;}" data-image-title="halloween2021mantleside" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021mantleside.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021mantleside.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="768" src="wp-content/uploads/2021/11/halloween2021mantleside_w-1024.jpg" alt="" data-id="3504" data-link="https://theyearoflivingfabulously.com/halloween2021mantleside/" class="wp-image-3504" srcset="wp-content/uploads/2021/11/halloween2021mantleside_w-1024.jpg 1024w, wp-content/uploads/2021/11/halloween2021mantleside_w-2048.jpg 2048w, wp-content/uploads/2021/11/halloween2021mantleside_w-150.jpg 150w, wp-content/uploads/2021/11/halloween2021mantleside_w-300.jpg 300w, wp-content/uploads/2021/11/halloween2021mantleside_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021mentleclose_w-1024.jpg"><img data-attachment-id="3505" data-permalink="https://theyearoflivingfabulously.com/halloween2021mentleclose/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021mentleclose.jpg" data-orig-size="3736,2792" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635252228&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.116977777778&quot;,&quot;longitude&quot;:&quot;-116.42028888889&quot;}" data-image-title="halloween2021mentleclose" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021mentleclose.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021mentleclose.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="765" src="wp-content/uploads/2021/11/halloween2021mentleclose_w-1024.jpg" alt="" data-id="3505" data-link="https://theyearoflivingfabulously.com/halloween2021mentleclose/" class="wp-image-3505" srcset="wp-content/uploads/2021/11/halloween2021mentleclose_w-1024.jpg 1024w, wp-content/uploads/2021/11/halloween2021mentleclose_w-2048.jpg 2048w, wp-content/uploads/2021/11/halloween2021mentleclose_w-150.jpg 150w, wp-content/uploads/2021/11/halloween2021mentleclose_w-300.jpg 300w, wp-content/uploads/2021/11/halloween2021mentleclose_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure></li></ul><figcaption class="blocks-gallery-caption">The fireplace was fun to do. Definitely have plans for more next year! The only new things here are the skeleton arms and fresh pumpkins.</figcaption></figure>
<figure data-carousel-extra="{&quot;blog_id&quot;:47873803,&quot;permalink&quot;:&quot;https:\/\/theyearoflivingfabulously.com\/2021\/11\/01\/happy-halloween-2021-decorations-at-the-new-house-stylish-black-skeleton-torso-diy\/&quot;}" class="wp-block-gallery columns-2 is-cropped wp-block-gallery-8 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021entry_w-733.jpg"><img data-attachment-id="3500" data-permalink="https://theyearoflivingfabulously.com/halloween2021entry/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021entry.jpg" data-orig-size="2602,3637" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635251972&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.117036111111&quot;,&quot;longitude&quot;:&quot;-116.42025833333&quot;}" data-image-title="halloween2021entry" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021entry.jpg?w=215" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021entry.jpg?w=645" tabindex="0" role="button" loading="lazy" width="733" height="1024" src="wp-content/uploads/2021/11/halloween2021entry_w-733.jpg" alt="" data-id="3500" data-link="https://theyearoflivingfabulously.com/halloween2021entry/" class="wp-image-3500" srcset="wp-content/uploads/2021/11/halloween2021entry_w-733.jpg 733w, wp-content/uploads/2021/11/halloween2021entry_w-1466.jpg 1466w, wp-content/uploads/2021/11/halloween2021entry_w-107.jpg 107w, wp-content/uploads/2021/11/halloween2021entry_w-215.jpg 215w, wp-content/uploads/2021/11/halloween2021entry_w-768.jpg 768w" sizes="(max-width: 733px) 100vw, 733px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021entrybar_w-733.jpg"><img data-attachment-id="3501" data-permalink="https://theyearoflivingfabulously.com/halloween2021entrybar/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021entrybar.jpg" data-orig-size="2229,3113" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635251793&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.117005555556&quot;,&quot;longitude&quot;:&quot;-116.42015833333&quot;}" data-image-title="halloween2021entrybar" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021entrybar.jpg?w=215" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021entrybar.jpg?w=645" tabindex="0" role="button" loading="lazy" width="733" height="1023" src="wp-content/uploads/2021/11/halloween2021entrybar_w-733.jpg" alt="" data-id="3501" data-link="https://theyearoflivingfabulously.com/halloween2021entrybar/" class="wp-image-3501" srcset="wp-content/uploads/2021/11/halloween2021entrybar_w-733.jpg 733w, wp-content/uploads/2021/11/halloween2021entrybar_w-1466.jpg 1466w, wp-content/uploads/2021/11/halloween2021entrybar_w-107.jpg 107w, wp-content/uploads/2021/11/halloween2021entrybar_w-215.jpg 215w, wp-content/uploads/2021/11/halloween2021entrybar_w-768.jpg 768w" sizes="(max-width: 733px) 100vw, 733px"/></a></figure></li></ul><figcaption class="blocks-gallery-caption">I kept the entry area very simple, just the &#8220;BOO&#8221; banner (I made these many years ago, Here is the <a href="2013/10/13/charming-victorian-gothic-halloween-garland-diy-plus-free-pdf-template/">DIY blog link</a> on those) and our old paper mache’ skeleton (we’ve had that nearly 20 years!) All our &#8220;vintage&#8221; Halloween collection is displayed as you come in the front door.</figcaption></figure>
<figure data-carousel-extra="{&quot;blog_id&quot;:47873803,&quot;permalink&quot;:&quot;https:\/\/theyearoflivingfabulously.com\/2021\/11\/01\/happy-halloween-2021-decorations-at-the-new-house-stylish-black-skeleton-torso-diy\/&quot;}" class="wp-block-gallery columns-3 is-cropped wp-block-gallery-9 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021ornaments_w-766.jpg"><img data-attachment-id="3507" data-permalink="https://theyearoflivingfabulously.com/halloween2021ornaments/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021ornaments.jpg" data-orig-size="2791,3732" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635252012&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.0083333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.116961111111&quot;,&quot;longitude&quot;:&quot;-116.42025833333&quot;}" data-image-title="halloween2021ornaments" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021ornaments.jpg?w=224" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021ornaments.jpg?w=645" tabindex="0" role="button" loading="lazy" width="766" height="1024" src="wp-content/uploads/2021/11/halloween2021ornaments_w-766.jpg" alt="" data-id="3507" data-link="https://theyearoflivingfabulously.com/halloween2021ornaments/" class="wp-image-3507" srcset="wp-content/uploads/2021/11/halloween2021ornaments_w-766.jpg 766w, wp-content/uploads/2021/11/halloween2021ornaments_w-1532.jpg 1532w, wp-content/uploads/2021/11/halloween2021ornaments_w-112.jpg 112w, wp-content/uploads/2021/11/halloween2021ornaments_w-224.jpg 224w" sizes="(max-width: 766px) 100vw, 766px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021table_w-829.jpg"><img data-attachment-id="3508" data-permalink="https://theyearoflivingfabulously.com/halloween2021table/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021table.jpg" data-orig-size="2882,3560" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635252001&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.0083333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.116958333333&quot;,&quot;longitude&quot;:&quot;-116.42023333333&quot;}" data-image-title="halloween2021table" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021table.jpg?w=243" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021table.jpg?w=645" tabindex="0" role="button" loading="lazy" width="829" height="1024" src="wp-content/uploads/2021/11/halloween2021table_w-829.jpg" alt="" data-id="3508" data-link="https://theyearoflivingfabulously.com/halloween2021table/" class="wp-image-3508" srcset="wp-content/uploads/2021/11/halloween2021table_w-829.jpg 829w, wp-content/uploads/2021/11/halloween2021table_w-1658.jpg 1658w, wp-content/uploads/2021/11/halloween2021table_w-121.jpg 121w, wp-content/uploads/2021/11/halloween2021table_w-243.jpg 243w, wp-content/uploads/2021/11/halloween2021table_w-768.jpg 768w" sizes="(max-width: 829px) 100vw, 829px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021tableeve_w-1024.jpg"><img data-attachment-id="3510" data-permalink="https://theyearoflivingfabulously.com/halloween2021tableeve/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021tableeve.jpg" data-orig-size="3861,2930" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1633857621&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.6&quot;,&quot;iso&quot;:&quot;25&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.116930555556&quot;,&quot;longitude&quot;:&quot;-116.42022777778&quot;}" data-image-title="halloween2021tableeve" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021tableeve.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021tableeve.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="777" src="wp-content/uploads/2021/11/halloween2021tableeve_w-1024.jpg" alt="" data-id="3510" data-link="https://theyearoflivingfabulously.com/halloween2021tableeve/" class="wp-image-3510" srcset="wp-content/uploads/2021/11/halloween2021tableeve_w-1024.jpg 1024w, wp-content/uploads/2021/11/halloween2021tableeve_w-2048.jpg 2048w, wp-content/uploads/2021/11/halloween2021tableeve_w-150.jpg 150w, wp-content/uploads/2021/11/halloween2021tableeve_w-300.jpg 300w, wp-content/uploads/2021/11/halloween2021tableeve_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021tableevefar_w-938.jpg"><img data-attachment-id="3511" data-permalink="https://theyearoflivingfabulously.com/halloween2021tableevefar/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021tableevefar.jpg" data-orig-size="2370,2587" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1633857540&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.0083333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.116958333333&quot;,&quot;longitude&quot;:&quot;-116.42029444444&quot;}" data-image-title="halloween2021tableevefar" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021tableevefar.jpg?w=275" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021tableevefar.jpg?w=645" tabindex="0" role="button" loading="lazy" width="938" height="1023" src="wp-content/uploads/2021/11/halloween2021tableevefar_w-938.jpg" alt="" data-id="3511" data-link="https://theyearoflivingfabulously.com/halloween2021tableevefar/" class="wp-image-3511" srcset="wp-content/uploads/2021/11/halloween2021tableevefar_w-938.jpg 938w, wp-content/uploads/2021/11/halloween2021tableevefar_w-1874.jpg 1874w, wp-content/uploads/2021/11/halloween2021tableevefar_w-137.jpg 137w, wp-content/uploads/2021/11/halloween2021tableevefar_w-275.jpg 275w, wp-content/uploads/2021/11/halloween2021tableevefar_w-768.jpg 768w" sizes="(max-width: 938px) 100vw, 938px"/></a></figure></li></ul><figcaption class="blocks-gallery-caption">Nothing new in the dining room, just our old things used in new ways, except the fresh pumpkins and flowers of course.</figcaption></figure>
<p>And lastly, the Stylish Black Skeleton DIY</p>
<p>These were very easy. I bought 2 very cheap plastic skeletons, removed the limbs (I painted the arms black and used them on the mantle, the unpainted legs are tucked among the plants lining the driveway with other assorted old skeleton parts), spray painted them black using a gloss plastic spray paint (Home Depot). I bought 2 plastic anatomical hearts on Amazon and spray painted them shiny gold. These hearts I hot glued inside the rib cages. I then added a twist of wire on the back and hung them on the doors on removable sticky hooks.</p>
<figure data-carousel-extra="{&quot;blog_id&quot;:47873803,&quot;permalink&quot;:&quot;https:\/\/theyearoflivingfabulously.com\/2021\/11\/01\/happy-halloween-2021-decorations-at-the-new-house-stylish-black-skeleton-torso-diy\/&quot;}" class="wp-block-gallery columns-3 is-cropped wp-block-gallery-10 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021torsosbefore_w-1024.jpg"><img data-attachment-id="3518" data-permalink="https://theyearoflivingfabulously.com/halloween2021torsosbefore/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021torsosbefore.jpg" data-orig-size="3570,2402" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1632418763&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.041666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.117005555556&quot;,&quot;longitude&quot;:&quot;-116.42019722222&quot;}" data-image-title="halloween2021torsosbefore" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021torsosbefore.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021torsosbefore.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="688" src="wp-content/uploads/2021/11/halloween2021torsosbefore_w-1024.jpg" alt="" data-id="3518" data-link="https://theyearoflivingfabulously.com/halloween2021torsosbefore/" class="wp-image-3518" srcset="wp-content/uploads/2021/11/halloween2021torsosbefore_w-1024.jpg 1024w, wp-content/uploads/2021/11/halloween2021torsosbefore_w-2045.jpg 2045w, wp-content/uploads/2021/11/halloween2021torsosbefore_w-150.jpg 150w, wp-content/uploads/2021/11/halloween2021torsosbefore_w-300.jpg 300w, wp-content/uploads/2021/11/halloween2021torsosbefore_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021makingtorsos_w-1024.jpg"><img data-attachment-id="3519" data-permalink="https://theyearoflivingfabulously.com/halloween2021makingtorsos/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021makingtorsos.jpg" data-orig-size="3214,2644" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1632914236&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;25&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.1171&quot;,&quot;longitude&quot;:&quot;-116.42022777778&quot;}" data-image-title="halloween2021makingtorsos" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021makingtorsos.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021makingtorsos.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="842" src="wp-content/uploads/2021/11/halloween2021makingtorsos_w-1024.jpg" alt="" data-id="3519" data-link="https://theyearoflivingfabulously.com/halloween2021makingtorsos/" class="wp-image-3519" srcset="wp-content/uploads/2021/11/halloween2021makingtorsos_w-1024.jpg 1024w, wp-content/uploads/2021/11/halloween2021makingtorsos_w-2048.jpg 2048w, wp-content/uploads/2021/11/halloween2021makingtorsos_w-150.jpg 150w, wp-content/uploads/2021/11/halloween2021makingtorsos_w-300.jpg 300w, wp-content/uploads/2021/11/halloween2021makingtorsos_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloween2021torsodoor_w-823.jpg"><img data-attachment-id="3517" data-permalink="https://theyearoflivingfabulously.com/halloween2021torsodoor/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021torsodoor.jpg" data-orig-size="2707,3369" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635251936&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.041666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.117036111111&quot;,&quot;longitude&quot;:&quot;-116.42025833333&quot;}" data-image-title="halloween2021torsodoor" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021torsodoor.jpg?w=241" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloween2021torsodoor.jpg?w=645" tabindex="0" role="button" loading="lazy" width="823" height="1024" src="wp-content/uploads/2021/11/halloween2021torsodoor_w-823.jpg" alt="" data-id="3517" data-link="https://theyearoflivingfabulously.com/halloween2021torsodoor/" class="wp-image-3517" srcset="wp-content/uploads/2021/11/halloween2021torsodoor_w-823.jpg 823w, wp-content/uploads/2021/11/halloween2021torsodoor_w-1646.jpg 1646w, wp-content/uploads/2021/11/halloween2021torsodoor_w-121.jpg 121w, wp-content/uploads/2021/11/halloween2021torsodoor_w-241.jpg 241w, wp-content/uploads/2021/11/halloween2021torsodoor_w-768.jpg 768w" sizes="(max-width: 823px) 100vw, 823px"/></a></figure></li><li class="blocks-gallery-item"><figure><a href="wp-content/uploads/2021/11/halloweenfrontdoorside-2_w-1024.jpg"><img data-attachment-id="3520" data-permalink="https://theyearoflivingfabulously.com/halloweenfrontdoorside-2/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloweenfrontdoorside-2.jpg" data-orig-size="3064,2834" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1635251944&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.117036111111&quot;,&quot;longitude&quot;:&quot;-116.42025833333&quot;}" data-image-title="halloweenfrontdoorside-2" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloweenfrontdoorside-2.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/halloweenfrontdoorside-2.jpg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="947" src="wp-content/uploads/2021/11/halloweenfrontdoorside-2_w-1024.jpg" alt="" data-id="3520" data-link="https://theyearoflivingfabulously.com/halloweenfrontdoorside-2/" class="wp-image-3520" srcset="wp-content/uploads/2021/11/halloweenfrontdoorside-2_w-1024.jpg 1024w, wp-content/uploads/2021/11/halloweenfrontdoorside-2_w-2048.jpg 2048w, wp-content/uploads/2021/11/halloweenfrontdoorside-2_w-150.jpg 150w, wp-content/uploads/2021/11/halloweenfrontdoorside-2_w-300.jpg 300w, wp-content/uploads/2021/11/halloweenfrontdoorside-2_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure></li></ul></figure>
<p>Until next year! Planning to go really big 🙂 Please follow this blog for more decorating inspiration!</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<span class="cat-links">
Posted in <a href="tag/halloween/" rel="category tag">Halloween</a> </span>
<span class="sep"> | </span><span class="tags-links">Tagged <a href="tag/halloween/" rel="tag">Halloween</a>, <a href="tag/halloween-decor/" rel="tag">Halloween Decor</a>, <a href="tag/halloween-decorating/" rel="tag">Halloween decorating</a>, <a href="tag/halloween-decorations/" rel="tag">Halloween decorations</a>, <a href="tag/halloween-diy/" rel="tag">halloween diy</a>, <a href="tag/halloween-skeletons/" rel="tag">halloween skeletons</a></span>
<span class="sep"> | </span>
<span class="comments-link"><a href="2021/11/01/happy-halloween-2021-decorations-at-the-new-house-stylish-black-skeleton-torso-diy/#respond">Leave a comment</a></span>
</footer><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-3453" class="post-3453 post type-post status-publish format-standard hentry category-uncategorized tag-bargain-hunting tag-best-for-less tag-budget tag-decor tag-decorating tag-diy tag-lifestyle tag-saving tag-style tag-thrifting">
<header class="entry-header">
<h1 class="entry-title"><a href="2021/06/20/before-after-the-catwalk/" rel="bookmark">Before & After - the&nbsp;Catwalk</a></h1>
<div class="entry-meta">
Posted on <a href="2021/06/20/before-after-the-catwalk/" title="11:38 pm" rel="bookmark"><time class="entry-date" datetime="2021-06-20T23:38:25+00:00">June 20, 2021</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="author/vlasicstudio/" title="View all posts by vlasicstudio" rel="author">vlasicstudio</a></span></span> </div><!-- .entry-meta -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>The new house is coming along nicely. While I think it will always be a work in progress, spaces are starting to come together enough to start showing full before and after tasty goodness 😄. Today it’s the Catwalk! Yes this crazy house has a freaking catwalk, yet another one of the strange delights this house has to offer. The catwalk was a fun space to design. I wanted to make it as functional as possible for our needs (as cheaply as possible) and think I succeeded. I wanted to have lots of seating, extra sleeping spaces for overnight guests, and a reading/meditation area. We are eventually hoping to have art and music events at the house and this will be a prime spot to watch performances in the great room below.</p>
<p></p>
<p>As you can see on the Before pics, the catwalk was largely unusable, full of nasty old carpet with no structure.</p>
<figure class="wp-block-image size-large is-resized"><a href="wp-content/uploads/2021/06/a6df2733-ff69-44aa-aaaa-a7c62f057bda.jpg"><img data-attachment-id="3456" data-permalink="https://theyearoflivingfabulously.com/a6df2733-ff69-44aa-aaaa-a7c62f057bda/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/a6df2733-ff69-44aa-aaaa-a7c62f057bda.jpeg" data-orig-size="2014,1522" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="a6df2733-ff69-44aa-aaaa-a7c62f057bda" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/a6df2733-ff69-44aa-aaaa-a7c62f057bda.jpeg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/a6df2733-ff69-44aa-aaaa-a7c62f057bda.jpeg?w=645" tabindex="0" role="button" loading="lazy" src="wp-content/uploads/2021/06/a6df2733-ff69-44aa-aaaa-a7c62f057bda_w-1024.jpg" alt="" class="wp-image-3456" width="392" height="296" srcset="wp-content/uploads/2021/06/a6df2733-ff69-44aa-aaaa-a7c62f057bda_w-392.jpg 392w, wp-content/uploads/2021/06/a6df2733-ff69-44aa-aaaa-a7c62f057bda_w-784.jpg 784w, wp-content/uploads/2021/06/a6df2733-ff69-44aa-aaaa-a7c62f057bda_w-150.jpg 150w, wp-content/uploads/2021/06/a6df2733-ff69-44aa-aaaa-a7c62f057bda_w-300.jpg 300w, wp-content/uploads/2021/06/a6df2733-ff69-44aa-aaaa-a7c62f057bda_w-768.jpg 768w" sizes="(max-width: 392px) 100vw, 392px"/></a></figure>
<figure class="wp-block-image size-large is-resized"><a href="wp-content/uploads/2021/06/72bf265f-7653-455d-950e-2e982de8a93c.jpg"><img data-attachment-id="3458" data-permalink="https://theyearoflivingfabulously.com/72bf265f-7653-455d-950e-2e982de8a93c/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/72bf265f-7653-455d-950e-2e982de8a93c.jpeg" data-orig-size="1230,1640" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="72bf265f-7653-455d-950e-2e982de8a93c" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/72bf265f-7653-455d-950e-2e982de8a93c.jpeg?w=225" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/72bf265f-7653-455d-950e-2e982de8a93c.jpeg?w=645" tabindex="0" role="button" loading="lazy" src="wp-content/uploads/2021/06/72bf265f-7653-455d-950e-2e982de8a93c_w-768.jpg" alt="" class="wp-image-3458" width="394" height="525" srcset="wp-content/uploads/2021/06/72bf265f-7653-455d-950e-2e982de8a93c_w-768.jpg 768w, wp-content/uploads/2021/06/72bf265f-7653-455d-950e-2e982de8a93c_w-394.jpg 394w, wp-content/uploads/2021/06/72bf265f-7653-455d-950e-2e982de8a93c_w-788.jpg 788w, wp-content/uploads/2021/06/72bf265f-7653-455d-950e-2e982de8a93c_w-113.jpg 113w, wp-content/uploads/2021/06/72bf265f-7653-455d-950e-2e982de8a93c_w-225.jpg 225w" sizes="(max-width: 394px) 100vw, 394px"/></a></figure>
<figure class="wp-block-image size-large is-resized"><a href="wp-content/uploads/2021/06/7d89e083-4a22-4b6c-9529-cab0425a60f5.jpg"><img data-attachment-id="3459" data-permalink="https://theyearoflivingfabulously.com/7d89e083-4a22-4b6c-9529-cab0425a60f5/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/7d89e083-4a22-4b6c-9529-cab0425a60f5.jpeg" data-orig-size="1204,1640" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="7d89e083-4a22-4b6c-9529-cab0425a60f5" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/7d89e083-4a22-4b6c-9529-cab0425a60f5.jpeg?w=220" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/7d89e083-4a22-4b6c-9529-cab0425a60f5.jpeg?w=645" tabindex="0" role="button" loading="lazy" src="wp-content/uploads/2021/06/7d89e083-4a22-4b6c-9529-cab0425a60f5_w-752.jpg" alt="" class="wp-image-3459" width="398" height="542" srcset="wp-content/uploads/2021/06/7d89e083-4a22-4b6c-9529-cab0425a60f5_w-752.jpg 752w, wp-content/uploads/2021/06/7d89e083-4a22-4b6c-9529-cab0425a60f5_w-398.jpg 398w, wp-content/uploads/2021/06/7d89e083-4a22-4b6c-9529-cab0425a60f5_w-796.jpg 796w, wp-content/uploads/2021/06/7d89e083-4a22-4b6c-9529-cab0425a60f5_w-110.jpg 110w, wp-content/uploads/2021/06/7d89e083-4a22-4b6c-9529-cab0425a60f5_w-220.jpg 220w, wp-content/uploads/2021/06/7d89e083-4a22-4b6c-9529-cab0425a60f5_w-768.jpg 768w" sizes="(max-width: 398px) 100vw, 398px"/></a></figure>
<p>The first thing we did was rip out the nasty old carpet. The wood was in good shape so we did a simple whitewash on it to blend it into the whitewash wood on the walls. I had our awesome handyman build platforms for the black French mattresses (Pottery Barn Teen), build shelves against the east wall and paint the old bookshelves and all the new build outs Sherwin Williams Tricorn black. The desk was moved to my art studio and painted white. I saved a ton sewing all my own pillows. I’m not much of a seamstress but they are certainly good enough. I scored the beautiful designer tiger fabric as a remnant on fabricguru.com, the velvet pink on fabric.com. Most of the art and chotchkies we had, a couple pieces (including the tribal black pieces behind the seating area) we found at the local swap meet.</p>
<figure class="wp-block-image size-large is-resized"><a href="wp-content/uploads/2021/06/452f0951-63f4-4081-8890-0d2bc55d1be8.jpg"><img data-attachment-id="3461" data-permalink="https://theyearoflivingfabulously.com/452f0951-63f4-4081-8890-0d2bc55d1be8/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/452f0951-63f4-4081-8890-0d2bc55d1be8.jpeg" data-orig-size="3705,5734" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D3400&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1624199007&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;24&quot;,&quot;iso&quot;:&quot;800&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="452f0951-63f4-4081-8890-0d2bc55d1be8" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/452f0951-63f4-4081-8890-0d2bc55d1be8.jpeg?w=194" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/452f0951-63f4-4081-8890-0d2bc55d1be8.jpeg?w=645" tabindex="0" role="button" loading="lazy" src="wp-content/uploads/2021/06/452f0951-63f4-4081-8890-0d2bc55d1be8_w-662.jpg" alt="" class="wp-image-3461" width="614" height="950" srcset="wp-content/uploads/2021/06/452f0951-63f4-4081-8890-0d2bc55d1be8_w-662.jpg 662w, wp-content/uploads/2021/06/452f0951-63f4-4081-8890-0d2bc55d1be8_w-614.jpg 614w, wp-content/uploads/2021/06/452f0951-63f4-4081-8890-0d2bc55d1be8_w-1228.jpg 1228w, wp-content/uploads/2021/06/452f0951-63f4-4081-8890-0d2bc55d1be8_w-97.jpg 97w, wp-content/uploads/2021/06/452f0951-63f4-4081-8890-0d2bc55d1be8_w-194.jpg 194w, wp-content/uploads/2021/06/452f0951-63f4-4081-8890-0d2bc55d1be8_w-768.jpg 768w" sizes="(max-width: 614px) 100vw, 614px"/></a></figure>
<figure class="wp-block-image size-large is-resized"><a href="wp-content/uploads/2021/06/81f1c32c-d18c-4ddc-89ce-69e60ec8ac93.jpg"><img data-attachment-id="3480" data-permalink="https://theyearoflivingfabulously.com/81f1c32c-d18c-4ddc-89ce-69e60ec8ac93/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/81f1c32c-d18c-4ddc-89ce-69e60ec8ac93.jpeg" data-orig-size="5720,3941" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="81f1c32c-d18c-4ddc-89ce-69e60ec8ac93" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/81f1c32c-d18c-4ddc-89ce-69e60ec8ac93.jpeg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/81f1c32c-d18c-4ddc-89ce-69e60ec8ac93.jpeg?w=645" tabindex="0" role="button" loading="lazy" src="wp-content/uploads/2021/06/81f1c32c-d18c-4ddc-89ce-69e60ec8ac93_w-1024.jpg" alt="" class="wp-image-3480" width="614" height="423" srcset="wp-content/uploads/2021/06/81f1c32c-d18c-4ddc-89ce-69e60ec8ac93_w-1024.jpg 1024w, wp-content/uploads/2021/06/81f1c32c-d18c-4ddc-89ce-69e60ec8ac93_w-614.jpg 614w, wp-content/uploads/2021/06/81f1c32c-d18c-4ddc-89ce-69e60ec8ac93_w-1228.jpg 1228w, wp-content/uploads/2021/06/81f1c32c-d18c-4ddc-89ce-69e60ec8ac93_w-150.jpg 150w, wp-content/uploads/2021/06/81f1c32c-d18c-4ddc-89ce-69e60ec8ac93_w-300.jpg 300w, wp-content/uploads/2021/06/81f1c32c-d18c-4ddc-89ce-69e60ec8ac93_w-768.jpg 768w" sizes="(max-width: 614px) 100vw, 614px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2021/06/1a4736f7-d4e7-4206-8fb0-1debfa8b69f6.jpg"><img data-attachment-id="3464" data-permalink="https://theyearoflivingfabulously.com/1a4736f7-d4e7-4206-8fb0-1debfa8b69f6/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/1a4736f7-d4e7-4206-8fb0-1debfa8b69f6.jpeg" data-orig-size="3906,5876" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="1a4736f7-d4e7-4206-8fb0-1debfa8b69f6" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/1a4736f7-d4e7-4206-8fb0-1debfa8b69f6.jpeg?w=199" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/1a4736f7-d4e7-4206-8fb0-1debfa8b69f6.jpeg?w=645" tabindex="0" role="button" loading="lazy" width="681" height="1024" src="wp-content/uploads/2021/06/1a4736f7-d4e7-4206-8fb0-1debfa8b69f6_w-681.jpg" alt="" class="wp-image-3464" srcset="wp-content/uploads/2021/06/1a4736f7-d4e7-4206-8fb0-1debfa8b69f6_w-681.jpg 681w, wp-content/uploads/2021/06/1a4736f7-d4e7-4206-8fb0-1debfa8b69f6_w-1362.jpg 1362w, wp-content/uploads/2021/06/1a4736f7-d4e7-4206-8fb0-1debfa8b69f6_w-100.jpg 100w, wp-content/uploads/2021/06/1a4736f7-d4e7-4206-8fb0-1debfa8b69f6_w-199.jpg 199w, wp-content/uploads/2021/06/1a4736f7-d4e7-4206-8fb0-1debfa8b69f6_w-768.jpg 768w" sizes="(max-width: 681px) 100vw, 681px"/></a></figure>
<figure class="wp-block-image size-large"><img data-attachment-id="3472" data-permalink="https://theyearoflivingfabulously.com/587a83f2-4633-44cc-87b5-a800741493f4/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/587a83f2-4633-44cc-87b5-a800741493f4.jpeg" data-orig-size="3728,5757" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="587a83f2-4633-44cc-87b5-a800741493f4" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/587a83f2-4633-44cc-87b5-a800741493f4.jpeg?w=194" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/587a83f2-4633-44cc-87b5-a800741493f4.jpeg?w=645" tabindex="0" role="button" loading="lazy" width="663" height="1023" src="wp-content/uploads/2021/06/587a83f2-4633-44cc-87b5-a800741493f4_w-663.jpg" alt="" class="wp-image-3472" srcset="wp-content/uploads/2021/06/587a83f2-4633-44cc-87b5-a800741493f4_w-663.jpg 663w, wp-content/uploads/2021/06/587a83f2-4633-44cc-87b5-a800741493f4_w-1326.jpg 1326w, wp-content/uploads/2021/06/587a83f2-4633-44cc-87b5-a800741493f4_w-97.jpg 97w, wp-content/uploads/2021/06/587a83f2-4633-44cc-87b5-a800741493f4_w-194.jpg 194w, wp-content/uploads/2021/06/587a83f2-4633-44cc-87b5-a800741493f4_w-768.jpg 768w" sizes="(max-width: 663px) 100vw, 663px"/></figure>
<figure class="wp-block-image size-large"><img data-attachment-id="3482" data-permalink="https://theyearoflivingfabulously.com/dfa24065-79d0-4158-a3a3-b2563e20d020/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/dfa24065-79d0-4158-a3a3-b2563e20d020.jpeg" data-orig-size="3882,5894" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dfa24065-79d0-4158-a3a3-b2563e20d020" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/dfa24065-79d0-4158-a3a3-b2563e20d020.jpeg?w=198" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/dfa24065-79d0-4158-a3a3-b2563e20d020.jpeg?w=645" tabindex="0" role="button" loading="lazy" width="674" height="1023" src="wp-content/uploads/2021/06/dfa24065-79d0-4158-a3a3-b2563e20d020_w-674.jpg" alt="" class="wp-image-3482" srcset="wp-content/uploads/2021/06/dfa24065-79d0-4158-a3a3-b2563e20d020_w-674.jpg 674w, wp-content/uploads/2021/06/dfa24065-79d0-4158-a3a3-b2563e20d020_w-1348.jpg 1348w, wp-content/uploads/2021/06/dfa24065-79d0-4158-a3a3-b2563e20d020_w-99.jpg 99w, wp-content/uploads/2021/06/dfa24065-79d0-4158-a3a3-b2563e20d020_w-198.jpg 198w, wp-content/uploads/2021/06/dfa24065-79d0-4158-a3a3-b2563e20d020_w-768.jpg 768w" sizes="(max-width: 674px) 100vw, 674px"/></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2021/06/66867f4b-e162-4d09-8bf2-8fb3b1b0009b.jpg"><img data-attachment-id="3470" data-permalink="https://theyearoflivingfabulously.com/66867f4b-e162-4d09-8bf2-8fb3b1b0009b/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/66867f4b-e162-4d09-8bf2-8fb3b1b0009b.jpeg" data-orig-size="5402,3910" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="66867f4b-e162-4d09-8bf2-8fb3b1b0009b" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/66867f4b-e162-4d09-8bf2-8fb3b1b0009b.jpeg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/66867f4b-e162-4d09-8bf2-8fb3b1b0009b.jpeg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="741" src="wp-content/uploads/2021/06/66867f4b-e162-4d09-8bf2-8fb3b1b0009b_w-1024.jpg" alt="" class="wp-image-3470" srcset="wp-content/uploads/2021/06/66867f4b-e162-4d09-8bf2-8fb3b1b0009b_w-1024.jpg 1024w, wp-content/uploads/2021/06/66867f4b-e162-4d09-8bf2-8fb3b1b0009b_w-2048.jpg 2048w, wp-content/uploads/2021/06/66867f4b-e162-4d09-8bf2-8fb3b1b0009b_w-150.jpg 150w, wp-content/uploads/2021/06/66867f4b-e162-4d09-8bf2-8fb3b1b0009b_w-300.jpg 300w, wp-content/uploads/2021/06/66867f4b-e162-4d09-8bf2-8fb3b1b0009b_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2021/06/424f1065-5aec-4a16-9df9-aea3e7de61e2.jpg"><img data-attachment-id="3471" data-permalink="https://theyearoflivingfabulously.com/424f1065-5aec-4a16-9df9-aea3e7de61e2/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/424f1065-5aec-4a16-9df9-aea3e7de61e2.jpeg" data-orig-size="3988,5757" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="424f1065-5aec-4a16-9df9-aea3e7de61e2" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/424f1065-5aec-4a16-9df9-aea3e7de61e2.jpeg?w=208" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/424f1065-5aec-4a16-9df9-aea3e7de61e2.jpeg?w=645" tabindex="0" role="button" loading="lazy" width="709" height="1023" src="wp-content/uploads/2021/06/424f1065-5aec-4a16-9df9-aea3e7de61e2_w-709.jpg" alt="" class="wp-image-3471" srcset="wp-content/uploads/2021/06/424f1065-5aec-4a16-9df9-aea3e7de61e2_w-709.jpg 709w, wp-content/uploads/2021/06/424f1065-5aec-4a16-9df9-aea3e7de61e2_w-1418.jpg 1418w, wp-content/uploads/2021/06/424f1065-5aec-4a16-9df9-aea3e7de61e2_w-104.jpg 104w, wp-content/uploads/2021/06/424f1065-5aec-4a16-9df9-aea3e7de61e2_w-208.jpg 208w, wp-content/uploads/2021/06/424f1065-5aec-4a16-9df9-aea3e7de61e2_w-768.jpg 768w" sizes="(max-width: 709px) 100vw, 709px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2021/06/8fa43fd9-b17e-422d-b0b7-cabccd45a642.jpg"><img data-attachment-id="3465" data-permalink="https://theyearoflivingfabulously.com/8fa43fd9-b17e-422d-b0b7-cabccd45a642/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/8fa43fd9-b17e-422d-b0b7-cabccd45a642.jpeg" data-orig-size="5700,4000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="8fa43fd9-b17e-422d-b0b7-cabccd45a642" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/8fa43fd9-b17e-422d-b0b7-cabccd45a642.jpeg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/8fa43fd9-b17e-422d-b0b7-cabccd45a642.jpeg?w=645" tabindex="0" role="button" loading="lazy" width="1024" height="718" src="wp-content/uploads/2021/06/8fa43fd9-b17e-422d-b0b7-cabccd45a642_w-1024.jpg" alt="" class="wp-image-3465" srcset="wp-content/uploads/2021/06/8fa43fd9-b17e-422d-b0b7-cabccd45a642_w-1024.jpg 1024w, wp-content/uploads/2021/06/8fa43fd9-b17e-422d-b0b7-cabccd45a642_w-2046.jpg 2046w, wp-content/uploads/2021/06/8fa43fd9-b17e-422d-b0b7-cabccd45a642_w-150.jpg 150w, wp-content/uploads/2021/06/8fa43fd9-b17e-422d-b0b7-cabccd45a642_w-300.jpg 300w, wp-content/uploads/2021/06/8fa43fd9-b17e-422d-b0b7-cabccd45a642_w-768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2021/06/1f124424-5dc3-453f-8132-cb045bcb06a9.jpg"><img data-attachment-id="3468" data-permalink="https://theyearoflivingfabulously.com/1f124424-5dc3-453f-8132-cb045bcb06a9/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/1f124424-5dc3-453f-8132-cb045bcb06a9.jpeg" data-orig-size="3757,5833" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="1f124424-5dc3-453f-8132-cb045bcb06a9" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/1f124424-5dc3-453f-8132-cb045bcb06a9.jpeg?w=193" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/06/1f124424-5dc3-453f-8132-cb045bcb06a9.jpeg?w=645" tabindex="0" role="button" loading="lazy" width="660" height="1024" src="wp-content/uploads/2021/06/1f124424-5dc3-453f-8132-cb045bcb06a9_w-660.jpg" alt="" class="wp-image-3468" srcset="wp-content/uploads/2021/06/1f124424-5dc3-453f-8132-cb045bcb06a9_w-660.jpg 660w, wp-content/uploads/2021/06/1f124424-5dc3-453f-8132-cb045bcb06a9_w-1320.jpg 1320w, wp-content/uploads/2021/06/1f124424-5dc3-453f-8132-cb045bcb06a9_w-97.jpg 97w, wp-content/uploads/2021/06/1f124424-5dc3-453f-8132-cb045bcb06a9_w-193.jpg 193w, wp-content/uploads/2021/06/1f124424-5dc3-453f-8132-cb045bcb06a9_w-768.jpg 768w" sizes="(max-width: 660px) 100vw, 660px"/></a></figure>
<p>The area is much more useable now, and I love the way it came out. We go up there to just hang out and watch the sunset out the west windows. We had a couple guests sleep up there recently and got a big thumbs up :-).</p>
<p>Much more to come! Follow this blog and don’t miss a thing.</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<span class="cat-links">
Posted in <a href="category/uncategorized/" rel="category tag">Uncategorized</a> </span>
<span class="sep"> | </span><span class="tags-links">Tagged <a href="tag/bargain-hunting/" rel="tag">bargain hunting</a>, <a href="tag/best-for-less/" rel="tag">best for less</a>, <a href="tag/budget/" rel="tag">budget</a>, <a href="tag/decor/" rel="tag">decor</a>, <a href="tag/decorating/" rel="tag">decorating</a>, <a href="tag/diy/" rel="tag">DIY</a>, <a href="tag/lifestyle/" rel="tag">lifestyle</a>, <a href="tag/saving/" rel="tag">saving</a>, <a href="tag/style/" rel="tag">style</a>, <a href="tag/thrifting/" rel="tag">thrifting</a></span>
<span class="sep"> | </span>
<span class="comments-link"><a href="2021/06/20/before-after-the-catwalk/#comments">3 Comments</a></span>
</footer><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-3324" class="post-3324 post type-post status-publish format-standard has-post-thumbnail hentry category-decor category-decorating category-decorating-on-a-budget category-diy category-home category-home-tour category-homes category-interior-decorating category-interior-design category-remodeling category-thrifting category-uncategorized category-upcycling tag-before-and-after tag-decor tag-decorating tag-desert tag-desert-chic tag-desert-home tag-diy tag-dumpster-diving tag-etsy tag-fixer-upper tag-high-desert-home tag-home tag-home-flip tag-home-makeover tag-home-update tag-interior-decorating tag-joshua-tree tag-joshua-tree-home tag-maximalism tag-remodel tag-remodeling tag-sherwin-williams tag-thrifting tag-wayfair tag-yucca-valley">
<img width="695" height="961" src="wp-content/uploads/2021/05/9391d-livroomsneakpeaklogo_w-695.jpg" class="attachment-feat-img size-feat-img wp-post-image" alt="" decoding="async" loading="lazy" data-attachment-id="3329" data-permalink="https://theyearoflivingfabulously.com/2021/02/28/before-after-sneak-peak-2-four-more-previews-of-the-new-house-makeover/livroomsneakpeaklogo/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/9391d-livroomsneakpeaklogo.jpg" data-orig-size="2470,3417" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="livroomsneakpeaklogo" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/9391d-livroomsneakpeaklogo.jpg?w=217" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/9391d-livroomsneakpeaklogo.jpg?w=645" tabindex="0" role="button"/>
<header class="entry-header">
<h1 class="entry-title"><a href="2021/02/28/before-after-sneak-peak-2-four-more-previews-of-the-new-house-makeover/" rel="bookmark">Before & After Sneak Peak #2! Four More Previews of the New House&nbsp;Makeover</a></h1>
<div class="entry-meta">
Posted on <a href="2021/02/28/before-after-sneak-peak-2-four-more-previews-of-the-new-house-makeover/" title="10:51 pm" rel="bookmark"><time class="entry-date" datetime="2021-02-28T22:51:56+00:00">February 28, 2021</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="author/vlasicstudio/" title="View all posts by vlasicstudio" rel="author">vlasicstudio</a></span></span> </div><!-- .entry-meta -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>Step by step things are progressing at our new Yucca Valley home. While no one room is completely finished, I’d say we are 83% of the way there indoors, 40% outdoors. Below is a little Before & After Sneak Peak of 4 of the rooms In Progress…(see the first 3 Sneak Peaks <a href="https://atomic-temporary-47873803.wpcomstaging.com/2021/02/16/a-before-after-sneak-peak-of-whats-happening-at-the-new-house">HERE</a>) Full room reveals coming soon! SUBSCRIBE to see it all.</p>
<p>LIVING ROOM BEFORE&#8230;The vaulted ceilings in this room are about 24&#8242; tall at the apex, with 20&#8242; walls on the low sides, which were visually cut in half by the old red paint and (hello 1980’s!) wallpaper border. The borders were removed and the space was painted in Sherwin William’s Ultra White. It instantly opened the space up and now shows off all the beautiful wood beams (which you’ll see in a future post) and makes the ceilings soar high just as they should.</p>
<figure class="wp-block-image size-large is-resized"><a href="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/86486-livroombefore.jpg"><img data-attachment-id="3327" data-permalink="https://theyearoflivingfabulously.com/2021/02/28/before-after-sneak-peak-2-four-more-previews-of-the-new-house-makeover/livroombefore/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/97160-livroombefore.jpg" data-orig-size="2152,1610" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="livroombefore" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/97160-livroombefore.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/97160-livroombefore.jpg?w=645" tabindex="0" role="button" loading="lazy" src="wp-content/uploads/2021/02/8403f-livroombefore-1024x766-1.jpg" alt="" class="wp-image-3327" width="523" height="391"/></a></figure>
<p>LIVING ROOM AFTER (IN PROGRESS)</p>
<p>I’m going for an artsy rock n’ roll sort of vibe in here with a Timothy Oulton influence. Eventually the art on the gallery wall will reach all the way to the ceiling. The sofa is new (thanks to a Wayfair &#8220;open box&#8221; deal) as is the magenta chair (also Wayfair). Everything else we brought with us from the old house. Except Gozer the Gozarian, whom we adopted about 3 months ago. This sweet little frug (part Frenchie, part pug) has claimed the chair for his throne, and we don’t blame him one bit. (Art: The &#8220;Black Heart&#8221; painting and the little drawing in the red frame are by <a href="https://sandicalistro.bigcartel.com/">Sandi Calistro</a>, the Lucian Freud study painting I did in college, the &#8220;Satire Lounge&#8221; piece is by <a href="https://kymbloom.com/">Kym Bloom</a>, the red Yumiko Kayukowa print came out of a book, and the rest of the art are thrift store finds.</p>
<figure class="wp-block-image size-large"><a href="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/0d3ab-livroomsneakpeaklogo.jpg"><img data-attachment-id="3329" data-permalink="https://theyearoflivingfabulously.com/2021/02/28/before-after-sneak-peak-2-four-more-previews-of-the-new-house-makeover/livroomsneakpeaklogo/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/9391d-livroomsneakpeaklogo.jpg" data-orig-size="2470,3417" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="livroomsneakpeaklogo" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/9391d-livroomsneakpeaklogo.jpg?w=217" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/9391d-livroomsneakpeaklogo.jpg?w=645" tabindex="0" role="button" src="wp-content/uploads/2021/02/30470-livroomsneakpeaklogo-740x1024-1.jpg" alt="" class="wp-image-3329"/></a></figure>
<p>______________________________________________________________________________</p>
<p>ENTRY BEFORE</p>
<p>I know it’s hard to see it in the before pic, as there was a huge stair unit there that we had removed and replaced it with a simple loft ladder (there is a sleeping loft over the entry which you’ll see on a future post). The only real changes here was the removal of the odd stair unit and painting the main wall white.</p>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2021/05/99b6a-entrybefore-1.jpg"><img data-attachment-id="3346" data-permalink="https://theyearoflivingfabulously.com/2021/02/28/before-after-sneak-peak-2-four-more-previews-of-the-new-house-makeover/entrybefore-1/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/5eaec-entrybefore-1.jpg" data-orig-size="414,436" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="entrybefore-1" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/5eaec-entrybefore-1.jpg?w=285" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/5eaec-entrybefore-1.jpg?w=414" tabindex="0" role="button" src="wp-content/uploads/2021/05/99b6a-entrybefore-1.jpg" alt="" class="wp-image-3346"/></a></figure>
<p>ENTRY AFTER</p>
<p>The red acrylic box was an alley find we brought with us, and the beautiful raku pot I found at Collector’s Corner in Palm Desert for $20. The jack rabbit coat hooks are from Etsy. (And Jiva’s ratty old hat adds the perfect desert touch 🙂</p>
<figure class="wp-block-image size-large"><a href="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/1c528-entrysneakpeaklogo.jpg"><img data-attachment-id="3333" data-permalink="https://theyearoflivingfabulously.com/2021/02/28/before-after-sneak-peak-2-four-more-previews-of-the-new-house-makeover/entrysneakpeaklogo/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/e6239-entrysneakpeaklogo.jpg" data-orig-size="2745,2987" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="entrysneakpeaklogo" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/e6239-entrysneakpeaklogo.jpg?w=276" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/e6239-entrysneakpeaklogo.jpg?w=645" tabindex="0" role="button" src="wp-content/uploads/2021/05/e6239-entrysneakpeaklogo_w-941-h-1024.jpg" alt="" class="wp-image-3333" srcset="wp-content/uploads/2021/05/e6239-entrysneakpeaklogo_w-941-h-1024.jpg 941w, wp-content/uploads/2021/05/e6239-entrysneakpeaklogo_w-1882-h-2048.jpg 1882w, wp-content/uploads/2021/05/e6239-entrysneakpeaklogo_w-138-h-150.jpg 138w, wp-content/uploads/2021/05/e6239-entrysneakpeaklogo_w-276-h-300.jpg 276w, wp-content/uploads/2021/05/e6239-entrysneakpeaklogo_w-768-h-836.jpg 768w" sizes="(max-width: 941px) 100vw, 941px"/></a></figure>
<p>________________________________________________________________________________________</p>
<p>THE GREAT ROOM BEFORE</p>
<p>This crazy house is made for entertaining (which we hope to be doing a lot of post-covid) and has a very large great room in addition to the living room. We hope to host art events and small concerts in here eventually. Before, the green color was well, rather awful, and like in the living room cut the tall walls visually in half. We had the green painted over in the white, all the doors and windows black (Sherwin Williams Tricorn Black), and ripped out and replaced the ratty old carpet (Home Depot). (I apologize for the crappy before image, it’s all I have).</p>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2021/05/0bf8e-greatroombefore.jpg"><img data-attachment-id="3337" data-permalink="https://theyearoflivingfabulously.com/2021/02/28/before-after-sneak-peak-2-four-more-previews-of-the-new-house-makeover/greatroombefore/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/3a844-greatroombefore.jpg" data-orig-size="740,558" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="greatroombefore" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/3a844-greatroombefore.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/3a844-greatroombefore.jpg?w=645" tabindex="0" role="button" src="wp-content/uploads/2021/05/0bf8e-greatroombefore.jpg" alt="" class="wp-image-3337"/></a></figure>
<p>THE GREAT ROOM AFTER (IN PROGRESS)</p>
<p>Being that we want to host events in this room, I wanted a lot of open, low seating. I opted for sectional seating so it can be moved around easily. I looked for months for good-looking sectional seating and finally settled on Pottery Barn Teen <a href="https://www.pbteen.com/products/cushy-lounge-sectional-set-and-base/?pkey=csofas-and-sectionals">Cushy Lounge Sectional Set</a> as an affordable option. In a perfect world I’d have the<a href="https://www.roche-bobois.com/en-US?gclid=CjwKCAiAm-2BBhANEiwAe7eyFFphwDY-wLH8Nn74aDs8DSpFULpYxQ3TgE9kmIlHuwpB5ilezePCLhoCzNkQAvD_BwE"> Roche Bobois Mah Jong sectionals</a>, but until someone hands me an extra $30,000 this is a great option at a tenth the price. The vase pair was a local thrift store score ($10 for the pair), all the leopard print pillows are from Etsy. Art: The &#8220;Space Whale&#8221; photo print I had printed on metal by Costco (it came out great!) with permission from the photographer. (We were married in front of the Space Whale at Burning Man in 2016 so it is a very special piece to us). Everything else we brought with us from the old house. Carousel painting is by Lonnie Hanzon, cat paintings are by <a href="http://www.vlasicstudio.com/">me</a>, crow and skull piece by <a href="http://www.madtatters.com/">MadTatters.com</a>, and the resin pieces installation by <a href="https://www.laurilynnxemurphy.com/">Lauri Lynnxe Murphy</a>. The other piece is a Goodwill find (I do not know the artist’s name).</p>
<figure class="wp-block-image size-large"><a href="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/558b6-greatroomsneakpeaklogo.jpg"><img data-attachment-id="3339" data-permalink="https://theyearoflivingfabulously.com/2021/02/28/before-after-sneak-peak-2-four-more-previews-of-the-new-house-makeover/greatroomsneakpeaklogo/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/b437e-greatroomsneakpeaklogo.jpg" data-orig-size="2665,2498" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="greatroomsneakpeaklogo" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/b437e-greatroomsneakpeaklogo.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/b437e-greatroomsneakpeaklogo.jpg?w=645" tabindex="0" role="button" src="wp-content/uploads/2021/02/154d9-greatroomsneakpeaklogo-1024x960-1.jpg" alt="" class="wp-image-3339"/></a></figure>
<p>________________________________________________________________________________________</p>
<p>The MASTER BATH BEFORE</p>
<p>All we did in here was paint out the dark oppressive walls and ceiling white, which opened up the space beautifully, and replace the faucets on the sink and tub (which needed to be replaced due to leaking) and added new cabinet knobs. We left the beautiful old vertical wood posts untouched. It has a wonderful spa-like feel now. The light coming through the glass block during the day is marvelous. I did add lots of plants, some brought with us, some new.</p>
<figure class="wp-block-image size-large"><a href="wp-content/uploads/2021/05/8f3e6-bathbefore.jpg"><img data-attachment-id="3342" data-permalink="https://theyearoflivingfabulously.com/2021/02/28/before-after-sneak-peak-2-four-more-previews-of-the-new-house-makeover/bathbefore/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/36edf-bathbefore.jpg" data-orig-size="362,553" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="bathbefore" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/36edf-bathbefore.jpg?w=196" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/36edf-bathbefore.jpg?w=362" tabindex="0" role="button" src="wp-content/uploads/2021/05/8f3e6-bathbefore.jpg" alt="" class="wp-image-3342"/></a></figure>
<p>The MASTER BATH AFTER (IN PROGRESS)</p>
<figure class="wp-block-image size-large"><a href="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/99cc1-bathsneakpeaklogo.jpg"><img data-attachment-id="3344" data-permalink="https://theyearoflivingfabulously.com/2021/02/28/before-after-sneak-peak-2-four-more-previews-of-the-new-house-makeover/bathsneakpeaklogo/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/dd706-bathsneakpeaklogo.jpg" data-orig-size="2815,3864" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="bathsneakpeaklogo" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/dd706-bathsneakpeaklogo.jpg?w=219" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/dd706-bathsneakpeaklogo.jpg?w=645" tabindex="0" role="button" src="wp-content/uploads/2021/02/8996f-bathsneakpeaklogo-746x1024-1.jpg" alt="" class="wp-image-3344"/></a></figure>
<p>There is so much more to come! Please subscribe to see it all.</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<span class="cat-links">
Posted in <a href="tag/decor/" rel="category tag">decor</a>, <a href="tag/decorating/" rel="category tag">decorating</a>, <a href="tag/decorating-on-a-budget/" rel="category tag">decorating on a budget</a>, <a href="tag/diy/" rel="category tag">DIY</a>, <a href="tag/home/" rel="category tag">home</a>, <a href="category/home-tour/" rel="category tag">home tour</a>, <a href="category/homes/" rel="category tag">homes</a>, <a href="tag/interior-decorating/" rel="category tag">interior decorating</a>, <a href="tag/interior-design/" rel="category tag">interior design</a>, <a href="tag/remodeling/" rel="category tag">Remodeling</a>, <a href="tag/thrifting/" rel="category tag">thrifting</a>, <a href="category/uncategorized/" rel="category tag">Uncategorized</a>, <a href="category/upcycling/" rel="category tag">Upcycling</a> </span>
<span class="sep"> | </span><span class="tags-links">Tagged <a href="tag/before-and-after/" rel="tag">before and after</a>, <a href="tag/decor/" rel="tag">decor</a>, <a href="tag/decorating/" rel="tag">decorating</a>, <a href="tag/desert/" rel="tag">desert</a>, <a href="tag/desert-chic/" rel="tag">desert chic</a>, <a href="tag/desert-home/" rel="tag">desert home</a>, <a href="tag/diy/" rel="tag">DIY</a>, <a href="tag/dumpster-diving/" rel="tag">dumpster diving</a>, <a href="tag/etsy/" rel="tag">etsy</a>, <a href="tag/fixer-upper/" rel="tag">fixer upper</a>, <a href="tag/high-desert-home/" rel="tag">high desert home</a>, <a href="tag/home/" rel="tag">home</a>, <a href="tag/home-flip/" rel="tag">home flip</a>, <a href="tag/home-makeover/" rel="tag">home makeover</a>, <a href="tag/home-update/" rel="tag">home update</a>, <a href="tag/interior-decorating/" rel="tag">interior decorating</a>, <a href="tag/joshua-tree/" rel="tag">joshua tree</a>, <a href="tag/joshua-tree-home/" rel="tag">joshua tree home</a>, <a href="tag/maximalism/" rel="tag">maximalism</a>, <a href="tag/remodel/" rel="tag">remodel</a>, <a href="tag/remodeling/" rel="tag">Remodeling</a>, <a href="tag/sherwin-williams/" rel="tag">sherwin williams</a>, <a href="tag/thrifting/" rel="tag">thrifting</a>, <a href="tag/wayfair/" rel="tag">wayfair</a>, <a href="tag/yucca-valley/" rel="tag">yucca valley</a></span>
<span class="sep"> | </span>
<span class="comments-link"><a href="2021/02/28/before-after-sneak-peak-2-four-more-previews-of-the-new-house-makeover/#respond">Leave a comment</a></span>
</footer><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-3306" class="post-3306 post type-post status-publish format-standard has-post-thumbnail hentry category-decorating-on-a-budget category-diy category-interior-decorating category-interior-design category-uncategorized tag-bedroom-makeover tag-decorating-on-a-budget tag-desert-home tag-dining-room-makeover tag-diy tag-diy-renovation tag-high-desert-home tag-home-design tag-interior-decorating tag-interior-design tag-interiors tag-joshua-tree tag-leanne-ford tag-makeover tag-maximalism tag-music-room tag-remodel tag-renovation tag-sherwin-williams tag-thrift-store-finds tag-thrifting tag-tony-duquette">
<img width="695" height="927" src="wp-content/uploads/2021/05/85446-image-1_w-695.jpg" class="attachment-feat-img size-feat-img wp-post-image" alt="" decoding="async" loading="lazy" data-attachment-id="3318" data-permalink="https://theyearoflivingfabulously.com/2021/02/16/a-before-after-sneak-peak-of-whats-happening-at-the-new-house/image-1/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/85446-image-1.jpeg" data-orig-size="3024,4032" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Image-1" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/85446-image-1.jpeg?w=225" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/85446-image-1.jpeg?w=645" tabindex="0" role="button"/>
<header class="entry-header">
<h1 class="entry-title"><a href="2021/02/16/a-before-after-sneak-peak-of-whats-happening-at-the-new-house/" rel="bookmark">A Before & After Sneak Peak of What’s Happening at the New&nbsp;House</a></h1>
<div class="entry-meta">
Posted on <a href="2021/02/16/a-before-after-sneak-peak-of-whats-happening-at-the-new-house/" title="8:51 pm" rel="bookmark"><time class="entry-date" datetime="2021-02-16T20:51:05+00:00">February 16, 2021</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="author/vlasicstudio/" title="View all posts by vlasicstudio" rel="author">vlasicstudio</a></span></span> </div><!-- .entry-meta -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>Things are really moving along at the new house! With all the Covid down-time we’re getting a ton done. While no one room is completely finished, I’d say we are 80% of the way there indoors, 25% outdoors. Below is a little Before & After Sneak Peak of 3 of the rooms In Progress&#8230;</p>
<p><strong>DINING ROOM BEFORE</strong>&#8230;this is how it looked when we bought the place. We had the carpet removed, old wallpaper border removed, and the room painted a rich deep Navy Blue. (We splurged on having the full interior painted (all Sherwin Williams, I’m very happy with the outcome) before we moved in and it was worth every penny. I did it all myself in the old house and it was too hard on my body :-). This house is much larger and has very high ceilings, no way I could have done it all myself). I took down the old broken ceiling fan and put up a lovely large green glass chandelier ($235 on Amazon) and added spring green curtains around the entire room (also from Amazon. It was about the same price as buying the fabric myself so a total no-brainer). I’m going for an over-the-top Tony Duquette Maximalism look in here. It still has a ways to go (we need to refinish the wood floor, add a console table on the west wall and do something fun where the sticks are in the ceiling panels and add more art.) The rug, table, chairs and art were all brought with us from the old house.</p>
<figure class="wp-block-image size-large is-resized"><a href="wp-content/uploads/2021/05/a6227-diningroombefore-1.jpg"><img data-attachment-id="3311" data-permalink="https://theyearoflivingfabulously.com/2021/02/16/a-before-after-sneak-peak-of-whats-happening-at-the-new-house/diningroombefore-1/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/d873c-diningroombefore-1.jpg" data-orig-size="1024,768" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="diningroombefore-1" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/d873c-diningroombefore-1.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/d873c-diningroombefore-1.jpg?w=645" tabindex="0" role="button" loading="lazy" src="wp-content/uploads/2021/05/a6227-diningroombefore-1.jpg" alt="" class="wp-image-3311" width="646" height="485"/></a></figure>
<p><strong>AFTER</strong> (In Progress) Just a sneak peak, much more to come&#8230;</p>
<figure class="wp-block-image"><img data-attachment-id="3310" data-permalink="https://theyearoflivingfabulously.com/2021/02/16/a-before-after-sneak-peak-of-whats-happening-at-the-new-house/image-2/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/d2839-image-2.jpeg" data-orig-size="1093,1042" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Image-2" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/d2839-image-2.jpeg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/d2839-image-2.jpeg?w=645" tabindex="0" role="button" src="wp-content/uploads/2021/05/d2839-image-2_w-1024-h-976.jpg" alt="" class="wp-image-3310" srcset="wp-content/uploads/2021/05/d2839-image-2_w-1024-h-976.jpg 1024w, wp-content/uploads/2021/05/d2839-image-2_w-150-h-143.jpg 150w, wp-content/uploads/2021/05/d2839-image-2_w-300-h-286.jpg 300w, wp-content/uploads/2021/05/d2839-image-2_w-768-h-732.jpg 768w, wp-content/uploads/2021/05/d2839-image-2.jpg 1093w" sizes="(max-width: 1024px) 100vw, 1024px"/></figure>
<p>___________________________________________________________________________________</p>
<p>MUSIC ROOM BEFORE&#8230;this room was a plain white box, originally a garage bay converted into a bedroom with a terrible 3/4 bathroom that we did’nt need. We had the shower stall and toilet removed (leaving the plumbing hook ups (all capped) for future possibilities), had the opening enlarged (you’ll see this on a future post) to let in more light from the only window in the room and provide more storage for music gear and clothes (the room also functions as my husband’s closet, he has more clothes than I do!). Since it’s a music room it has to be at least partially sound-proofed/deadened so we are adding acoustic panels and fabric to most of the walls. My man is nuts for India so I’m going for a sort of Modern Rajasthan Musician vibe in here. There are 32 yards of black velvet and 12 full saris. So glad I invested in a sewing machine! It took me 2 days to get all the curtains sewn. I bought the velvet in bulk from Fabric.com and the sari’s in bulk on Etsy. The teal chair was a thrift store find (Collector’s Corner in Palm Desert, a MUST for great home finds!), the blue stools from Wayfair.com (on sale! Just $45 each), and the vintage wood stool from a local Yucca Valley thrift store for just $12! The rugs were all brought over from the old house. This room is about 70% finished, much more to come!</p>
<figure class="wp-block-image size-large is-resized"><a href="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/a7266-musicroombefore.jpg"><img data-attachment-id="3313" data-permalink="https://theyearoflivingfabulously.com/2021/02/16/a-before-after-sneak-peak-of-whats-happening-at-the-new-house/musicroombefore/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/84dcb-musicroombefore.jpg" data-orig-size="2484,1586" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="musicroombefore" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/84dcb-musicroombefore.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/84dcb-musicroombefore.jpg?w=645" tabindex="0" role="button" loading="lazy" src="wp-content/uploads/2021/05/84dcb-musicroombefore_w-1024-h-654.jpg" alt="" class="wp-image-3313" width="667" height="426" srcset="wp-content/uploads/2021/05/84dcb-musicroombefore_w-667-h-426.jpg 667w, wp-content/uploads/2021/05/84dcb-musicroombefore_w-1334-h-852.jpg 1334w, wp-content/uploads/2021/05/84dcb-musicroombefore_w-150-h-96.jpg 150w, wp-content/uploads/2021/05/84dcb-musicroombefore_w-300-h-192.jpg 300w, wp-content/uploads/2021/05/84dcb-musicroombefore_w-768-h-490.jpg 768w, wp-content/uploads/2021/05/84dcb-musicroombefore_w-1024-h-654.jpg 1024w" sizes="(max-width: 667px) 100vw, 667px"/></a></figure>
<p><strong>AFTER (In Progress)</strong></p>
<figure class="wp-block-image size-large"><a href="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/59146-image.jpeg"><img data-attachment-id="3315" data-permalink="https://theyearoflivingfabulously.com/2021/02/16/a-before-after-sneak-peak-of-whats-happening-at-the-new-house/image/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/c26dc-image.jpeg" data-orig-size="3024,3405" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Image" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/c26dc-image.jpeg?w=266" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/c26dc-image.jpeg?w=645" tabindex="0" role="button" src="wp-content/uploads/2021/02/66419-image-909x1024-1.jpg" alt="" class="wp-image-3315"/></a></figure>
<p>________________________________________________________________________________</p>
<p>Last but not least, the Master Bedroom.</p>
<p>BEFORE&#8230;This room was originally a patio that was enclosed. We had the nasty old carpet removed and the room totally painted out in Ultra White, except the 3 beams which were painted black. We also had new carpeting installed (Home Depot). I wanted things to be very serene in this room with a Leanne Ford vibe so am sticking with a simple color palette, black and white with a touch of color, in this case our trusty old magenta dresser (an alley find I painted years ago) and some fun pink/lavender pillows. The sheepskin rug is from Costco, a GREAT source for sheepskin! This quad rug was just $135 (and the dogs LOVE it :-). The 1&#8243; black cotton robe (meant to emulate a canopy) is from Ravenox. It’s beautiful robe, I highly recommend the company. The vintage hanging lamps on either side of the bed were an Ebay find, $105 for the pair, which I rewired myself. The Roman shades had to be custom ordered because of the odd window size, I found a company through Amazon that did the pair in white linen (to match the curtains I already owned) for $220 shipped. I’m leaving the old fan in place for now, but will likely replace it with a new black one in the future. We did splurge on a new king-size bed but kept our old nightstands which work well in the room. All the pots, pillows and accessories were brought with us from the old house. We did have to install a modular closet unit which you will see on a future post. This room is about 85% finished. More to come!</p>
<figure class="wp-block-image size-large is-resized"><a href="wp-content/uploads/2021/05/f3f96-bedrommbefore.jpg"><img data-attachment-id="3317" data-permalink="https://theyearoflivingfabulously.com/2021/02/16/a-before-after-sneak-peak-of-whats-happening-at-the-new-house/bedrommbefore/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/998e1-bedrommbefore.jpg" data-orig-size="1024,768" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="bedrommbefore" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/998e1-bedrommbefore.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/998e1-bedrommbefore.jpg?w=645" tabindex="0" role="button" loading="lazy" src="wp-content/uploads/2021/05/f3f96-bedrommbefore.jpg" alt="" class="wp-image-3317" width="631" height="473"/></a></figure>
<p><strong>AFTER (In Progress)&#8230;</strong></p>
<figure class="wp-block-image size-large"><a href="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/46d70-image-1.jpeg"><img data-attachment-id="3318" data-permalink="https://theyearoflivingfabulously.com/2021/02/16/a-before-after-sneak-peak-of-whats-happening-at-the-new-house/image-1/#main" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/85446-image-1.jpeg" data-orig-size="3024,4032" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Image-1" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/85446-image-1.jpeg?w=225" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/85446-image-1.jpeg?w=645" tabindex="0" role="button" src="wp-content/uploads/2021/02/7138d-image-1-768x1024-1.jpg" alt="" class="wp-image-3318"/></a></figure>
<p>So much more to come soon! There are 8 more spaces I haven’t shown at all yet, as well as the courtyard front entry and the yard&#8230;I’ll post full room reveals as each space is finished, as well as more sneak peaks of the other rooms and DIYs. Please Follow this blog so you don’t miss a thing!</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<span class="cat-links">
Posted in <a href="tag/decorating-on-a-budget/" rel="category tag">decorating on a budget</a>, <a href="tag/diy/" rel="category tag">DIY</a>, <a href="tag/interior-decorating/" rel="category tag">interior decorating</a>, <a href="tag/interior-design/" rel="category tag">interior design</a>, <a href="category/uncategorized/" rel="category tag">Uncategorized</a> </span>
<span class="sep"> | </span><span class="tags-links">Tagged <a href="tag/bedroom-makeover/" rel="tag">bedroom makeover</a>, <a href="tag/decorating-on-a-budget/" rel="tag">decorating on a budget</a>, <a href="tag/desert-home/" rel="tag">desert home</a>, <a href="tag/dining-room-makeover/" rel="tag">dining room makeover</a>, <a href="tag/diy/" rel="tag">DIY</a>, <a href="tag/diy-renovation/" rel="tag">diy renovation</a>, <a href="tag/high-desert-home/" rel="tag">high desert home</a>, <a href="tag/home-design/" rel="tag">home design</a>, <a href="tag/interior-decorating/" rel="tag">interior decorating</a>, <a href="tag/interior-design/" rel="tag">interior design</a>, <a href="tag/interiors/" rel="tag">interiors</a>, <a href="tag/joshua-tree/" rel="tag">joshua tree</a>, <a href="tag/leanne-ford/" rel="tag">Leanne Ford</a>, <a href="tag/makeover/" rel="tag">makeover</a>, <a href="tag/maximalism/" rel="tag">maximalism</a>, <a href="tag/music-room/" rel="tag">music room</a>, <a href="tag/remodel/" rel="tag">remodel</a>, <a href="tag/renovation/" rel="tag">renovation</a>, <a href="tag/sherwin-williams/" rel="tag">sherwin williams</a>, <a href="tag/thrift-store-finds/" rel="tag">thrift store finds</a>, <a href="tag/thrifting/" rel="tag">thrifting</a>, <a href="tag/tony-duquette/" rel="tag">tony duquette</a></span>
<span class="sep"> | </span>
<span class="comments-link"><a href="2021/02/16/a-before-after-sneak-peak-of-whats-happening-at-the-new-house/#comments">1 Comment</a></span>
</footer><!-- .entry-meta -->
</article><!-- #post-## -->
<nav role="navigation" id="nav-below" class="site-navigation paging-navigation">
<h1 class="assistive-text">
Post navigation </h1>
<div class="nav-previous">
<a href="page/2/"><span class="meta-nav">&larr;</span> Older posts</a> </div>
</nav><!-- #nav-below -->
</div><!-- #content .site-content -->
</div><!-- #primary .content-area -->
<div id="secondary" class="widget-area" role="complementary">
<aside id="blog_subscription-3" class="widget widget_blog_subscription jetpack_subscription_widget"><h1 class="widget-title"><label for="subscribe-field">Follow Blog via Email</label></h1>
<div class="wp-block-jetpack-subscriptions__container">
<form action="https://subscribe.wordpress.com/" method="post" accept-charset="utf-8" data-blog="47873803" data-post_access_level="everybody" id="subscribe-blog">
<p>Enter your email address to follow this blog and receive notifications of new posts by email.</p>
<p id="subscribe-email">
<label id="subscribe-field-label" for="subscribe-field" class="screen-reader-text">
Email Address: </label>
<input type="email" name="email" style="width: 95%; padding: 1px 10px" placeholder="Email Address" value="" id="subscribe-field" required/> </p>
<p id="subscribe-submit">
<input type="hidden" name="action" value="subscribe"/>
<input type="hidden" name="blog_id" value="47873803"/>
<input type="hidden" name="source" value="https://theyearoflivingfabulously.com/"/>
<input type="hidden" name="sub-type" value="widget"/>
<input type="hidden" name="redirect_fragment" value="subscribe-blog"/>
<input type="hidden" id="_wpnonce" name="_wpnonce" value="2bd839d2a6"/> <button type="submit" class="wp-block-button__link">
Follow </button>
</p>
</form>
<div class="wp-block-jetpack-subscriptions__subscount">
Join 4,336 other subscribers </div>
</div>
</aside><aside id="rss_links-2" class="widget widget_rss_links"><h1 class="widget-title">Subscribe to the RSS Feeds</h1><ul><li><a href="/" title="Subscribe to Posts">RSS - Posts</a></li></ul>
</aside><aside id="media_image-3" class="widget widget_media_image"><h1 class="widget-title">I am a Painter and Tattoo Artist.</h1><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="http://www.vlasicstudio.com/"><img width="645" height="644" src="wp-content/uploads/2021/11/warrior1mb-copy.jpg" class="image wp-image-3525 aligncenter attachment-full size-full" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" data-attachment-id="3525" data-permalink="https://theyearoflivingfabulously.com/warrior1mb-copy/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/warrior1mb-copy.jpg" data-orig-size="3243,3236" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;14&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS 5D Mark II&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1360938725&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;81&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="warrior1mb copy" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/warrior1mb-copy.jpg?w=300" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/11/warrior1mb-copy.jpg?w=645" tabindex="0" role="button"/></a></aside><aside id="block-2" class="widget widget_block"></aside><aside id="search-2" class="widget widget_search"><form method="get" id="searchform" action="/" role="search">
<label for="s" class="assistive-text">Search</label>
<input type="text" class="field" name="s" value="" id="s" placeholder="Search …"/>
<input type="submit" class="submit" name="submit" id="searchsubmit" value="Search"/>
</form>
</aside>
<aside id="recent-posts-2" class="widget widget_recent_entries">
<h1 class="widget-title">This Week’s Posts</h1>
<ul>
<li>
<a href="2024/09/23/its-been-a-delight-but-time-to-move-on/">It’s been a delight, but time to move&nbsp;on&#8230;</a>
<span class="post-date">September 23, 2024</span>
</li>
<li>
<a href="2022/12/25/happy-holidays-la-maison-folle-winter-2022/">Happy Holidays! La Maison Folle’ Winter&nbsp;2022</a>
<span class="post-date">December 25, 2022</span>
</li>
<li>
<a href="2022/11/01/happy-halloween/">Happy Halloween!</a>
<span class="post-date">November 1, 2022</span>
</li>
<li>
<a href="2022/01/17/did-you-know-you-can-get-all-the-peloton-classes-without-buying-their-equipment-and-its-awesome-and-cheap/">Did you know&#8230;You can get all the PELOTON classes WITHOUT buying their equipment? And it’s Awesome (and&nbsp;Cheap)!</a>
<span class="post-date">January 17, 2022</span>
</li>
<li>
<a href="2022/01/03/designer-bag-makeover-new-paint-new-life-for-a-worn-purse/">Designer Bag Makeover&#8230;New Paint, New Life for a Worn&nbsp;Purse.</a>
<span class="post-date">January 3, 2022</span>
</li>
</ul>
</aside><aside id="blog-stats-2" class="widget widget_blog-stats"><h1 class="widget-title">Blog Stats</h1> <ul>
<li>294,797 hits</li>
</ul>
</aside><aside id="media_image-6" class="widget widget_media_image"><h1 class="widget-title">Shop My Available Artwork</h1><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://vlasicstudio.bigcartel.com/"><img width="1000" height="1255" src="wp-content/uploads/2021/05/f46c9-margaretpaintingforweb_w-1000.jpg" class="image wp-image-2774 attachment-1000x1255 size-1000x1255" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" data-attachment-id="2774" data-permalink="https://theyearoflivingfabulously.com/margaretpaintingforweb/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/f46c9-margaretpaintingforweb.jpg" data-orig-size="1000,1255" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="margaretpaintingforweb" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/f46c9-margaretpaintingforweb.jpg?w=239" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/f46c9-margaretpaintingforweb.jpg?w=645" tabindex="0" role="button"/></a></aside><aside id="media_image-7" class="widget widget_media_image"><h1 class="widget-title">Book a Tattoo with Me in California</h1><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://vlasicstudio.com/tattoos"><img width="1174" height="1188" src="wp-content/uploads/2021/05/1cdb1-screen-shot-2019-07-24-at-1.18.28-pm_w-1174.png" class="image wp-image-2778 attachment-1174x1188 size-1174x1188" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" data-attachment-id="2778" data-permalink="https://theyearoflivingfabulously.com/screen-shot-2019-07-24-at-1-18-28-pm/" data-orig-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/1cdb1-screen-shot-2019-07-24-at-1.18.28-pm.png" data-orig-size="1174,1188" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Screen Shot 2019-07-24 at 1.18.28 PM" data-image-description="" data-image-caption="" data-medium-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/1cdb1-screen-shot-2019-07-24-at-1.18.28-pm.png?w=296" data-large-file="https://theyearoflivingfabulously.com/wp-content/uploads/2021/05/1cdb1-screen-shot-2019-07-24-at-1.18.28-pm.png?w=645" tabindex="0" role="button"/></a></aside></div><!-- #secondary .widget-area -->
</div><!-- #main .site-main -->
<div id="colophon-wrap">
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<a href="https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a>
</div><!-- .site-info -->
</footer><!-- #colophon .site-footer -->
</div><!-- #colophon-wrap -->
</div><!-- #page .hfeed .site -->
<script type="text/javascript">
var infiniteScroll = {"settings":{"id":"content","ajaxurl":"https:\/\/theyearoflivingfabulously.com\/?infinity=scrolling","type":"scroll","wrapper":true,"wrapper_class":"infinite-wrap","footer":"main","click_handle":"1","text":"Older posts","totop":"Scroll back to top","currentday":"16.02.21","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"theyearoflivingfabulously.com","path":"\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"category_name":"","tag":"","cat":"","tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"lazy_load_term_meta":false,"posts_per_page":10,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"50","no_found_rows":false,"order":"DESC"},"query_before":"2024-09-28 01:38:07","last_post_date":"2021-02-16 20:51:05","body_class":"infinite-scroll neverending","loading_text":"Loading new page","stats":"blog=47873803&v=wpcom&tz=0&user_id=0&subd=theyearoflivingfabulously&x_pagetype=infinite"}};
</script>
<!-- -->
<script type="text/javascript" src="js/hovercards/hovercards.min_ver-20243994da3aaba22a5beec82e3e73380aca2c99d677242157291b67cc42038df2c8e9.js" id="grofiles-cards-js"></script>
<script type="text/javascript" id="wpgroho-js-extra">
/* <![CDATA[ */
var WPGroHo = {"my_hash":""};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/mu-plugins/gravatar-hovercards/wpgroho_m-1610363240i.js"></script>
<script>
// Initialize and attach hovercards to all gravatars
( function() {
function init() {
if ( typeof Gravatar === 'undefined' ) {
return;
}
if ( typeof Gravatar.init !== 'function' ) {
return;
}
Gravatar.profile_cb = function ( hash, id ) {
WPGroHo.syncProfileData( hash, id );
};
Gravatar.my_hash = WPGroHo.my_hash;
Gravatar.init(
'body',
'#wp-admin-bar-my-account',
{
i18n: {
'Edit your profile': 'Edit your profile',
'View profile': 'View profile',
'Sorry, we are unable to load this Gravatar profile.': 'Sorry, we are unable to load this Gravatar profile.',
'Too Many Requests.': 'Too Many Requests.',
'Internal Server Error.': 'Internal Server Error.',
},
}
);
}
if ( document.readyState !== 'loading' ) {
init();
} else {
document.addEventListener( 'DOMContentLoaded', init );
}
} )();
</script>
<div style="display:none">
</div>
<div id="infinite-footer">
<div class="container">
<div class="blog-info">
<a id="infinity-blog-title" href="/" rel="home">
the Year of Living Fabulously </a>
</div>
<div class="blog-credits">
<a href="https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a> </div>
</div>
</div><!-- #infinite-footer -->
<div id="actionbar" style="display: none;" class="actnbr-pub-superhero actnbr-has-follow">
<ul>
<li class="actnbr-btn actnbr-hidden">
<a class="actnbr-action actnbr-actn-follow " href="">
<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg>
<span>Subscribe</span>
</a>
<a class="actnbr-action actnbr-actn-following no-display" href="">
<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg>
<span>Subscribed</span>
</a>
<div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble">
<div class="tip-arrow"></div>
<div class="tip-inner actnbr-follow-bubble">
<ul>
<li class="actnbr-sitename">
<a href="/">
<img alt="" src="blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-50-d-/i/logo/wpcom-gray-white.jpg" srcset="blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-50-d-/i/logo/wpcom-gray-white.jpg 1x, blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-75-d-/i/logo/wpcom-gray-white.jpg 1.5x, blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-100-d-/i/logo/wpcom-gray-white.jpg 2x, blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-150-d-/i/logo/wpcom-gray-white.jpg 3x, blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-200-d-/i/logo/wpcom-gray-white.jpg 4x" class="avatar avatar-50" height="50" width="50"/> the Year of Living Fabulously </a>
</li>
<div class="actnbr-message no-display"></div>
<form method="post" action="https://subscribe.wordpress.com/" accept-charset="utf-8" style="display: none;">
<div class="actnbr-follow-count">Join 203 other subscribers</div>
<div>
<input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address"/>
</div>
<input type="hidden" name="action" value="subscribe"/>
<input type="hidden" name="blog_id" value="47873803"/>
<input type="hidden" name="source" value="https://theyearoflivingfabulously.com/"/>
<input type="hidden" name="sub-type" value="actionbar-follow"/>
<input type="hidden" id="_wpnonce" name="_wpnonce" value="2bd839d2a6"/> <div class="actnbr-button-wrap">
<button type="submit" value="Sign me up">
Sign me up </button>
</div>
</form>
<li class="actnbr-login-nudge">
<div>
Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Ftheyearoflivingfabulously.com%252F2024%252F09%252F23%252Fits-been-a-delight-but-time-to-move-on%252F">Log in now.</a> </div>
</li>
</ul>
</div>
</div>
</li>
<li class="actnbr-btn actnbr-hidden no-display" onclick="javascript:__tcfapi( 'showUi' );">
<a class="actnbr-action actnbr-actn-privacy" href="#">
<svg class="gridicon gridicons-info-outline" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"/></g></svg> <span>Privacy </span>
</a>
</li>
<li class="actnbr-ellipsis actnbr-hidden">
<svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more">
<div class="tip-arrow"></div>
<div class="tip-inner">
<ul>
<li class="actnbr-sitename">
<a href="/">
<img alt="" src="blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-50-d-/i/logo/wpcom-gray-white.jpg" srcset="blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-50-d-/i/logo/wpcom-gray-white.jpg 1x, blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-75-d-/i/logo/wpcom-gray-white.jpg 1.5x, blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-100-d-/i/logo/wpcom-gray-white.jpg 2x, blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-150-d-/i/logo/wpcom-gray-white.jpg 3x, blavatar/42fc5fa6df24abb5cea15f987b1d9b63195543cacd145a901eaed148428e0c22-s-200-d-/i/logo/wpcom-gray-white.jpg 4x" class="avatar avatar-50" height="50" width="50"/> the Year of Living Fabulously </a>
</li>
<li class="actnbr-folded-customize">
<a href="https://theyearoflivingfabulously.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Ftheyearoflivingfabulously.wordpress.com%2F">
<svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Customize</span>
</a>
</li>
<li class="actnbr-folded-follow">
<a class="actnbr-action actnbr-actn-follow " href="">
<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg>
<span>Subscribe</span>
</a>
<a class="actnbr-action actnbr-actn-following no-display" href="">
<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg>
<span>Subscribed</span>
</a>
</li>
<li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li>
<li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Ftheyearoflivingfabulously.com%252F2024%252F09%252F23%252Fits-been-a-delight-but-time-to-move-on%252F">Log in</a></li>
<li class="flb-report">
<a href="https://wordpress.com/abuse/?report_url=http://theyearoflivingfabulously.com" target="_blank" rel="noopener noreferrer">
Report this content </a>
</li>
<li class="actnbr-reader">
<a href="https://wordpress.com/read/feeds/9226931">
View site in Reader </a>
</li>
<li class="actnbr-subs">
<a href="https://subscribe.wordpress.com/">Manage subscriptions</a>
</li>
<li class="actnbr-fold"><a href="">Collapse this bar</a></li>
</ul>
</div>
</div>
</li>
</ul>
</div>
<script>
window.addEventListener( "load", function( event ) {
var link = document.createElement( "link" );
link.href = "wp-content/mu-plugins/actionbar/actionbar.css?v=20240822";
link.type = "text/css";
link.rel = "stylesheet";
document.head.appendChild( link );
var script = document.createElement( "script" );
script.src = "wp-content/mu-plugins/actionbar/actionbar_v-20231122.js";
script.defer = true;
document.body.appendChild( script );
} );
</script>
<div id="jp-carousel-loading-overlay">
<div id="jp-carousel-loading-wrapper">
<span id="jp-carousel-library-loading">&nbsp;</span>
</div>
</div>
<div class="jp-carousel-overlay" style="display: none;">
<div class="jp-carousel-container">
<!-- The Carousel Swiper -->
<div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery">
<div class="jp-carousel swiper-wrapper"></div>
<div class="jp-swiper-button-prev swiper-button-prev">
<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskPrev" mask-type="alpha" maskunits="userSpaceOnUse" x="8" y="6" width="9" height="12">
<path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/>
</mask>
<g mask="url(#maskPrev)">
<rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
</div>
<div class="jp-swiper-button-next swiper-button-next">
<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskNext" mask-type="alpha" maskunits="userSpaceOnUse" x="8" y="6" width="8" height="12">
<path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/>
</mask>
<g mask="url(#maskNext)">
<rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/>
</g>
</svg>
</div>
</div>
<!-- The main close buton -->
<div class="jp-carousel-close-hint">
<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskClose" mask-type="alpha" maskunits="userSpaceOnUse" x="5" y="5" width="15" height="14">
<path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/>
</mask>
<g mask="url(#maskClose)">
<rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
</div>
<!-- Image info, comments and meta -->
<div class="jp-carousel-info">
<div class="jp-carousel-info-footer">
<div class="jp-carousel-pagination-container">
<div class="jp-swiper-pagination swiper-pagination"></div>
<div class="jp-carousel-pagination"></div>
</div>
<div class="jp-carousel-photo-title-container">
<h2 class="jp-carousel-photo-caption"></h2>
</div>
<div class="jp-carousel-photo-icons-container">
<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility">
<span class="jp-carousel-icon">
<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskInfo" mask-type="alpha" maskunits="userSpaceOnUse" x="2" y="2" width="21" height="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/>
</mask>
<g mask="url(#maskInfo)">
<rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
</span>
</a>
<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility">
<span class="jp-carousel-icon">
<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskComments" mask-type="alpha" maskunits="userSpaceOnUse" x="2" y="2" width="21" height="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/>
</mask>
<g mask="url(#maskComments)">
<rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
<span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span>
</span>
</a>
</div>
</div>
<div class="jp-carousel-info-extra">
<div class="jp-carousel-info-content-wrapper">
<div class="jp-carousel-photo-title-container">
<h2 class="jp-carousel-photo-title"></h2>
</div>
<div class="jp-carousel-comments-wrapper">
<div id="jp-carousel-comments-loading">
<span>Loading Comments...</span>
</div>
<div class="jp-carousel-comments"></div>
<div id="jp-carousel-comment-form-container">
<span id="jp-carousel-comment-form-spinner">&nbsp;</span>
<div id="jp-carousel-comment-post-results"></div>
<form id="jp-carousel-comment-form">
<label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
<textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..."></textarea>
<div id="jp-carousel-comment-form-submit-and-info-wrapper">
<div id="jp-carousel-comment-form-commenting-as">
<fieldset>
<label for="jp-carousel-comment-form-email-field">Email (Required)</label>
<input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field"/>
</fieldset>
<fieldset>
<label for="jp-carousel-comment-form-author-field">Name (Required)</label>
<input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field"/>
</fieldset>
<fieldset>
<label for="jp-carousel-comment-form-url-field">Website</label>
<input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field"/>
</fieldset>
</div>
<input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment"/>
</div>
</form>
</div>
</div>
<div class="jp-carousel-image-meta">
<div class="jp-carousel-title-and-caption">
<div class="jp-carousel-photo-info">
<h3 class="jp-carousel-caption" itemprop="caption description"></h3>
</div>
<div class="jp-carousel-photo-description"></div>
</div>
<ul class="jp-carousel-image-exif" style="display: none;"></ul>
<a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;">
<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0" mask-type="alpha" maskunits="userSpaceOnUse" x="3" y="3" width="19" height="18">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
<span class="jp-carousel-download-text"></span>
</a>
<div class="jp-carousel-image-map" style="display: none;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<link rel="stylesheet" id="all-css-0-2" href="_static/---eJyljEsKgDAMBS9kDUUquhDPom0Qaz/BNHh9KdgTuBl4w2PgIWVzKpgKRFEU5DgTg8dCm72-DTHnCicBGex2Z2EMwM9JeKtdkgvYW-YOftTaqYkaXOOix8noQU-z8S9MR0BZ-cssminify-yes.css" type="text/css" media="all"/>
<style id="core-block-supports-inline-css">
.wp-block-gallery.wp-block-gallery-1{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-2{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-3{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-4{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-5{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-6{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-7{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-8{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-9{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-10{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}
</style>
<link rel="stylesheet" id="all-css-2-2" href="wp-content/mu-plugins/jetpack-plugin/moon/modules/tiled-gallery/tiled-gallery/tiled-gallery_m-1692903566i-cssminify-yes.css" type="text/css" media="all"/>
<script type="text/javascript" id="jetpack-carousel-js-extra">
/* <![CDATA[ */
var jetpackSwiperLibraryPath = {"url":"wp-content/mu-plugins/jetpack-plugin/moon/_inc/build/carousel/swiper-bundle.min.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"/","nonce":"4a1ee62f36","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/theyearoflivingfabulously.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Ftheyearoflivingfabulously.com%2F2022%2F12%2F25%2Fhappy-holidays-la-maison-folle-winter-2022%2F","blog_id":"47873803","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=47873803&v=wpcom&tz=0&user_id=0&subd=theyearoflivingfabulously","is_public":"1"};
/* ]]> */
</script>
<script type="text/javascript" src="script/lYS0-Ub/XhT05hzdIF7eNNteD1eTOaz5XS0GnVXRZuupg--.js"></script>
<script type="text/javascript" id="jetpack-portfolio-theme-supports-js-after">
/* <![CDATA[ */
const jetpack_portfolio_theme_supports = false
/* ]]> */
</script>
<script type="text/javascript">
(function () {
var wpcom_reblog = {
source: 'toolbar',
toggle_reblog_box_flair: function (obj_id, post_id) {
// Go to site selector. This will redirect to their blog if they only have one.
const postEndpoint = `https://wordpress.com/post`;
// Ideally we would use the permalink here, but fortunately this will be replaced with the
// post permalink in the editor.
const originalURL = `${ document.location.href }?page_id=${ post_id }`;
const url =
postEndpoint +
'?url=' +
encodeURIComponent( originalURL ) +
'&is_post_share=true' +
'&v=5';
const redirect = function () {
if (
! window.open( url, '_blank' )
) {
}
};
if ( /Firefox/.test( navigator.userAgent ) ) {
setTimeout( redirect, 0 );
} else {
redirect();
}
},
};
window.wpcom_reblog = wpcom_reblog;
})();
</script>
<script type="text/javascript">
// <![CDATA[
(function() {
try{
if ( window.external &&'msIsSiteMode' in window.external) {
if (window.external.msIsSiteMode()) {
var jl = document.createElement('script');
jl.type='text/javascript';
jl.async=true;
jl.src='/';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jl, s);
}
}
}catch(e){}
})();
// ]]>
</script> <script type="text/javascript">
(function() {
var extend = function(out) {
out = out || {};
for (var i = 1; i < arguments.length; i++) {
if (!arguments[i])
continue;
for (var key in arguments[i]) {
if (arguments[i].hasOwnProperty(key))
out[key] = arguments[i][key];
}
}
return out;
};
extend( window.infiniteScroll.settings.scripts, ["mobile-useragent-info","jetpack-mu-wpcom-settings","rlt-proxy","jquery-core","jquery-migrate","jquery","superhero-script","media-video-jwt-bridge","wpcom-actionbar-placeholder","grofiles-cards","wpgroho","jetpack-portfolio-theme-supports","the-neverending-homepage","small-menu","jetpack-videopress-iframe-api","jetpack-carousel","tiled-gallery","carousel-wpcom"] );
extend( window.infiniteScroll.settings.styles, ["the-neverending-homepage","wp-block-library","mediaelement","wp-mediaelement","jetpack-layout-grid","jetpack-ratings","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-bbpress2-staff-css","style","reblogging","geo-location-flair","a8c-global-print","h4-global","wp-emoji-styles","videopress-video-style","jetpack-sharing-buttons-style","classic-theme-styles","global-styles","superhero-carrois-gothic","jetpack-global-styles-frontend-style","jetpack-carousel-swiper-css","jetpack-carousel","tiled-gallery","core-block-supports","core-block-supports-duotone"] );
})();
</script>
<span id="infinite-aria" aria-live="polite"></span>
<script src="w_67.js" defer></script> <script type="text/javascript">
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push(['storeContext', {'blog_id':'47873803','blog_tz':'0','user_lang':'en','blog_lang':'en','user_id':'0'}]);
_stq.push(['view', {'blog':'47873803','v':'wpcom','tz':'0','user_id':'0','subd':'theyearoflivingfabulously'}]);
_stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1mNzc2NTVTamdsd0xoLz9RQkM2K298TXY9bERQMXc2MjhEaVZfb2wwakRoSj0mUkp1THptM1NdbkV1WjZIcU9mVWQmPUIvMlN6Jk8wW3NYVEJ3dWZOWExuWD9rLDQxLytJSiVscyY4MiVGMCtZd1B5SXZHK3ZLazdEZmk3MHpuL0Y2dzFfd3l+VT93b2ZyaVJhXTFTOXhFdXg9TVMzdCZ1c1dqcV1hbk5NLUpvaE42JlEzUE42Uk1vOFozVzY1a0RFfldzUDRNTy11K3ZBb0VkeGo5UE16R0xxT003X0k4azcxK1pvYjUtQnJJQzd2Ym5BUHQ5TExMMUErOCVqcyt3Yy9HUn4xdjRuNFlRVFVnVnNjYTkvaV9MMm50WFJqWmdORCVFfEFoRTYxYVVTJmI3S1g='}]);
_stq.push([ 'clickTrackerInit', '47873803', '0' ]);
</script>
<noscript><img src="b_v-noscript.gif" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt=""/></noscript>
<script>
if ( 'object' === typeof wpcom_mobile_user_agent_info ) {
wpcom_mobile_user_agent_info.init();
var mobileStatsQueryString = "";
if( false !== wpcom_mobile_user_agent_info.matchedPlatformName )
mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;
if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )
mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;
if( wpcom_mobile_user_agent_info.isIPad() )
mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views';
if( "" != mobileStatsQueryString ) {
new Image().src = document.location.protocol + 'https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();
}
}
</script></body>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.