<!doctype html>
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
    <title>Style at Home</title>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
    <meta name="description" content="Exchange ideas and find inspiration on interior decor and design tips, home organization ideas, decorating on a budget, decor trends, and more."/>
            <link rel="icon" type="image/x-icon" href="https://www.styleathome.com/favicon.ico?v=1522265967" />
    
            <link href="https://www.styleathome.com/assets/css/vendors.min.css?v=1522265967" rel="stylesheet" />
        <link href="https://www.styleathome.com/assets/css/styles.min.css?v=1522265967" rel="stylesheet" />
        <link href="https://www.styleathome.com/assets/css/print.min.css?v=1522265967" rel="stylesheet" type="text/css" media="print" />

        <!--[if lt IE 9]>
        <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
        <![endif]-->
    
            
    
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Style at Home" />
	<meta property="og:description" content="Exchange ideas and find inspiration on interior decor and design tips, home organization ideas, decorating on a budget, decor trends, and more." />
	<meta property="og:image" content="https://www.styleathome.com/assets/img/logo.png?v=1522265967" />
	<meta property="og:url" content="https://www.styleathome.com/" />
	<meta property="og:locale" content="en_CA" />
	<meta property="og:site_name" content="Style at Home" />

	<meta property="fb:page_id" content="74723918518" />
	<meta property="fb:admins" content="100010581459869" />
	<meta property="fb:app_id" content="234476536939332" />

	<meta property="twitter:card" content="summary" />
	<meta property="twitter:title" content="Style at Home" />
	<meta property="twitter:description" content="Exchange ideas and find inspiration on interior decor and design tips, home organization ideas, decorating on a budget, decor trends, and more." />
	<meta property="twitter:image" content="https://www.styleathome.com/assets/img/logo.png?v=1522265967" />
	<meta property="twitter:site" content="@StyleAtHome" />

	<meta property="ahrefs-site-verification" content="236159174f149e47a49e937ca1be081d00b20c533b767dc83b1d30f057b3784c" />

	<meta property="cXenseParse:recs:que-hasvideo" content="false" />


    <script type="application/ld+json">
    {
        "@context": "http://schema.org",
        "@type": "WebPage",
        "url": "https://www.styleathome.com/"
    }
    </script>

            <meta name="cXenseParse:pageclass" content="frontpage"/>
        <meta name="cXenseParse:recs:que-version" content="1.0"/>
        <meta name="cXenseParse:recs:recommendable" content="false"/>
    
        <script src="https://www.styleathome.com/assets/js/jquery.min.js?v=1522265967"></script>


        <script src="https://www.styleathome.com/assets/js/gtm.min.js?v=1522265967"></script>


    <script>
        window.scrollDataLayer = window.scrollDataLayer || [];
        window.fbAppId = '234476536939332';
    </script>

        <script type="text/javascript">
            var pageOptions = {
            title : 'style\x20at\x20home',
            category : undefined,
            lang : 'en',
            subSection : undefined,
            type : 'homepage',
            ayear: '2015',
            amonth: '201511',
            aday: '20151115',
            pagetype: 'home',
            asset: {
                position: 'page',
                id: 'b5a7ff11\x2Dacf7\x2D4280\x2D8848\x2De5996bee002d',
                length: undefined,
                publicationDate: '2015\x2D11\x2D15T00\x3A00\x3A00\x2D05\x3A00',
                title: 'style\x20at\x20home',
                type : 'homepage',
                native: undefined
            }
        };

        gtm.gtmDefault(pageOptions);
        </script>
    
    
<!-- Google Tag Manager -->
<script>
    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
        new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
        j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
        '//www.googletagmanager.com/gtm.js?id='+i+dl+'';f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-PRRHXRL');

    var gtmOptions = {
        language: 'en'
    };

    gtm.setGlobalOptions(gtmOptions);

    jQuery(document).ready(function($) {
        $.scrollDepth({
            eventHandler: function(evt) {
                var trackPercentages = ['50%', '100%'];

                if (evt.eventAction === 'Percentage' && evt.event === 'ScrollDistance' && trackPercentages.indexOf(evt.eventLabel) !== -1) {
                    $(document).trigger('dataLayerScrollDepth', evt);
                }
            }
        });
    });
</script>
<!-- End Google Tag Manager -->
                    <script type="text/javascript" src="//s.ntv.io/serve/load.js" async></script>
<script type="text/javascript">

        var observer = new MutationObserver(function(mutations) {
        mutations.forEach(function(mutation) {
            if (!mutation.addedNodes) return
            for (var i = 0; i < mutation.addedNodes.length; i++) {
                var node = mutation.addedNodes[i];
                if(node.className) {
                    if (node.className.indexOf("ntvClickOut") !== -1) {
                        $(".item-4").hide();
                        $(".ntvo-wrapper").show();
                        observer.disconnect();
                    }
                }
            }
        })
    })


    $(function(){
        if($('.ntvClickOut').length) {
            $(".item-4").hide();
            $(".ntvo-wrapper").show();
        }else {
            $(".ntvo-wrapper").hide();
            if($(".nativo").length == 0){
                observer.observe(document.body, {
                    childList: true
                    , subtree: true
                    , attributes: false
                    , characterData: false
                })
                                $(".ntvo-wrapper").append(
                    $('<div></div>').addClass("nativo nativo-1 position-2")
                );
                setTimeout(function(){
                    if(typeof PostRelease !== 'undefined') {
                        //nativo : init
                        PostRelease.Start();
                    }
                },1500);
            }
        }

    });

</script>
<style>
    .ntvo-wrapper {overflow: hidden;}
    .ntvo-wrapper .nativo-block {height:458px;}
    @media (max-width: 1200px) {
        .ntvo-wrapper .nativo-block {
            height: 390px ;
        }
    }
    @media (max-width: 800px) {
        .ntvo-wrapper .nativo-block {
            height: 436px ;
        }
    }
    @media (max-width: 750px) {
        .ntvo-wrapper .nativo-block {
            height: auto !important;
        }
    }
    .ntvo-wrapper .nativo-block .item-img {width: 100%;}
</style>    
            <script type="text/javascript">
            window._taboola = window._taboola || [];
            _taboola.push({article:'auto'});
            !function (e, f, u, i) {
                if (!document.getElementById(i)){
                    e.async = 1;
                    e.src = u;
                    e.id = i;
                    f.parentNode.insertBefore(e, f);
                }
            }(document.createElement('script'),
                document.getElementsByTagName('script')[0],
                                    '//cdn.taboola.com/libtrc/quebecormediainc-styleathome/loader.js',
                                'tb_loader_script');
            if(window.performance && typeof window.performance.mark == 'function')
            {window.performance.mark('tbl_ic');}
        </script>
    
<script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"false","rua.cpre":"false","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"","rua.cook":"false","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"false","rua.isuxp":"false","rua.texp":"norulematch"}]);</script>
                              <script>!function(a){var e="https://s.go-mpulse.net/boomerang/",t="addEventListener";if("False"=="True")a.BOOMR_config=a.BOOMR_config||{},a.BOOMR_config.PageParams=a.BOOMR_config.PageParams||{},a.BOOMR_config.PageParams.pci=!0,e="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="K6TZ4-AU3AQ-FJ2DE-6V9N8-VLT3L",function(){function n(e){a.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!a.BOOMR||!a.BOOMR.version&&!a.BOOMR.snippetExecuted){a.BOOMR=a.BOOMR||{},a.BOOMR.snippetExecuted=!0;var i,_,o,r=document.createElement("iframe");if(a[t])a[t]("load",n,!1);else if(a.attachEvent)a.attachEvent("onload",n);r.src="javascript:void(0)",r.title="",r.role="presentation",(r.frameElement||r).style.cssText="width:0;height:0;border:0;display:none;",o=document.getElementsByTagName("script")[0],o.parentNode.insertBefore(r,o);try{_=r.contentWindow.document}catch(O){i=document.domain,r.src="javascript:var d=document.open();d.domain='"+i+"';void(0);",_=r.contentWindow.document}_.open()._l=function(){var a=this.createElement("script");if(i)this.domain=i;a.id="boomr-if-as",a.src=e+"K6TZ4-AU3AQ-FJ2DE-6V9N8-VLT3L",BOOMR_lstart=(new Date).getTime(),this.body.appendChild(a)},_.write("<bo"+'dy onload="document._l();">'),_.close()}}(),"".length>0)if(a&&"performance"in a&&a.performance&&"function"==typeof a.performance.setResourceTimingBufferSize)a.performance.setResourceTimingBufferSize();!function(){if(BOOMR=a.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var e=""=="true"?1:0,t="",n="il4v3wacccsvuy36l6ha-f-91e2ee5b1-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,_={"ak.v":"33","ak.cp":"470568","ak.ai":parseInt("501377",10),"ak.ol":"0","ak.cr":5,"ak.ipv":4,"ak.proto":"http/1.1","ak.rid":"fd84f81","ak.r":29288,"ak.a2":e,"ak.m":"a","ak.n":"essl","ak.bpcip":"66.249.93.0","ak.cport":37261,"ak.gh":"2.16.165.86","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.csrc":"-","ak.acc":"bbr","ak.t":"1669226382","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==79Hj7tgK2sp/ornc7m8zDPgYnidz+dhi8PXP1ftHiqYenDfJ9I9HsrVAZnRnk/dVFfGstHEbdo2nBJ+GH9wXEKyCI6TlPPYT2ScRHga8FZRJvQZ0XkJhRU+sPoiadZjkoNN9WkDSDp1DaoqFfGc02xN1FZ7sRZ5hfNUvWLbJkRuFXYJ8VO3RL62tSg90ydLFLfO7ObsE+HB6rylQlw8zUxM5lg4SzpjVZwiZNNljComaVsvVHnvikiRvY0Dq6iTimyfD7mvbINMtNAUJ86xxxfrknWRJso5m1KeGlEjoCCGLX5OS9PWKfheyBTaGbzTta9SyNYihxppRs7VrIeGD0M8BQx+hcb4xscv0s24Wh2L5afhg2vDeRiy5hqN0SZp5jREL95DDm6mNTUuD2aUotyZIkXh6eSpYiSlbEyvU/to=","ak.pv":"9","ak.dpoabenc":"","ak.tf":i};if(""!==t)_["ak.ruds"]=t;var o={i:!1,av:function(e){var t="http.initiator";if(e&&(!e[t]||"spa_hard"===e[t]))_["ak.feo"]=void 0!==a.aFeoApplied?1:0,BOOMR.addVar(_)},rv:function(){var a=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(a)}};BOOMR.plugins.AK={akVars:_,akDNSPreFetchDomain:n,init:function(){if(!o.i){var a=BOOMR.subscribe;a("before_beacon",o.av,null,null),a("onbeacon",o.rv,null,null),o.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head>

<body         class="dfp-path"
    data-show-empty-ads="false"

    data-dfp-path="/homepage"
    data-page-type="home"
    data-current-section="homepage"
    data-slug="home"
>


<!-- Google Tag Manager -->
<noscript>
    <iframe src="//www.googletagmanager.com/ns.html?id=GTM-PRRHXRL" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager -->

    <div class="tvai-groupetvanav-wrapper">
    <div class="groupetvanav-bar">
        <ul class="groupetvanav-main-list">
            <li class="groupetvanav-item groupetvanav-logo"><a target="_blank" href="http://groupetva.ca/" class="groupetvanav-logo"><img class="groupetvanav-logo-image" src="https://assets.groupetva.ca/groupetva/2016/logo-groupe-tva.png" title="Groupe TVA" alt="Groupe TVA" /></a></li>
            <li class="groupetvanav-item"><a target="_blank" class="groupetvanav-link" href="https://www.qub.ca/tvaplus/tva">TVA Network</a></li>
            <li class="groupetvanav-item"><a class="groupetvanav-link" target="_blank" href="http://www.tvanouvelles.ca/">TVA Nouvelles</a></li>
            <li class="groupetvanav-item"><a class="groupetvanav-link" target="_blank" href="http://www.tvasports.ca/">TVA Sports</a></li>
            <li class="groupetvanav-item"><a class="groupetvanav-link" target="_blank" href="http://groupetva.ca/legroupe/chaines">TV Channels</a></li>
            <li class="groupetvanav-item"><a class="groupetvanav-link" target="_blank" href="http://groupetva.ca/legroupe/publications">Magazines</a></li>
            <li class="groupetvanav-item"><a class="groupetvanav-link" target="_blank" href="http://mels-studios.com/en/">Mels</a></li>
        </ul>
    </div>
</div>
<div style="clear:both"></div>


<header id="main-header" class="header-section">
    <div class="container-fluid">
        <div class="row">
            <script type="text/javascript">
    const DivToHide = document.getElementById('topbar-newsletter');
    const btnClosedTopBar = document.getElementById('btnclosedtopbar');
    const cookieName = 'topbar_newsletter';
    const isCookieSet = checkCookie(cookieName);

    if (!isCookieSet) {
        DivToHide.style.display = 'block';
        btnClosedTopBar.addEventListener('click', function(){
        DivToHide.style.display = 'none';
            setCookie(cookieName, true);
        });
    }


    function setCookie(cname, cvalue, exdays) {
        if (exdays) {
            var d = new Date();
            d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
            var expires = "expires="+d.toUTCString();
        } else {
            var expires = "";
        }
        document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
    }

    function getCookie(cname) {
        var name = cname + "=";
        var ca = document.cookie.split(';');
        for(var i = 0; i < ca.length; i++) {
            var c = ca[i];
            while (c.charAt(0) == ' ') {
                c = c.substring(1);
            }
            if (c.indexOf(name) == 0) {
                return c.substring(name.length, c.length);
            }
        }
        return "";
    }

    function checkCookie(cname) {
        var cookie = getCookie(cname);
        if (cookie != "") {
            return true;
        } else {
            return false;
        }
    }
</script>

            
<div class="header visible-lg">
    <div class="wrapper-logo">
        <a class="logo" href="//www.styleathome.com/">
            <img src="https://www.styleathome.com/assets/img/logo.png?v=1522265967" alt="Style at Home">
        </a>
        <div class="additional-operations">
    <ul>
        
<li class="subscribe-btn">
    <a>Subscribe</a>
    <div class="submenu-wrapper">
        <div class="submenu">
            <ul>
                <li class="magazine-link">
                    <a href="https://shop.styleathome.com" target="_blank">
                        Subscribe to the magazine
                    </a>
                </li>
                <li class="magazine-cover">
                    <a href="https://shop.styleathome.com" target="_blank">
                                                    <img src="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-8c45ea91921ecbcbbf50c331d4b9452fbc60ea8a-_-sah-march-2019.jpg" alt="Magazine Cover" nopin="nopin" />
                                            </a>
                </li>
                <li class="subscriber-services">
                    <a href="https://secure.styleathome.com" target="_blank">Subscriber Services</a>
                </li>
            </ul>
        </div>
    </div>
</li>


        
<li class="social has-submenu">
    <div class="wrapper-social">
                        <a target="_blank" class="twitter icon icon_twitter" href="https://twitter.com/StyleAtHome"></a>

                <a target="_blank" class="facebook icon icon_facebook" href="http://www.facebook.com/styleathome"></a>

                <a target="_blank" class="pinterest icon icon_pinterest hid" href="http://pinterest.com/styleathome"></a>

                <a target="_blank" class="instagram icon icon_instagram hid" href="http://instagram.com/styleathome"></a>

                <a target="_blank" class="googleplus icon icon_googleplus hid" href="http://plus.google.com/+styleathome"></a>

                <a target="_blank" class="tumblr icon icon_tumblr hid" href="http://styleathome.tumblr.com"></a>

                <a class="email icon icon_email hid" href="//www.styleathome.com/page/newsletter"></a>

                <a class="more icon icon_more"></a>
    </div>

            <div class="newsletter">
            <div class="submenu-wrapper">
                <div class="submenu">
                    <h4>Weekly inspiration</h4>
                    <p>Give your inbox a style makeover!</p>
                    
<form action="https://www.styleathome.com/page/newsletter" method="post" class="form newsletter-form">
    <div class="field input-group">
        <div class="text">
            <input type="email" name="email" placeholder="Your email address" class="textfield">
        </div>
        <input type="hidden" name="fromLightForm" value="1" />
        <button type="submit" class="newsletter-submit">Subscribe now</button>
    </div>
</form>

                </div>
            </div>
        </div>
    
    </li>

        
                    <li class="search no-hover">
    <a class="icon icon_search" href="//www.styleathome.com/search"></a>
</li>
            </ul>
</div>

    </div>
    
<nav class="main-nav">
    <div class="main-nav-wrapper visible-lg">
        <ul>
            <li class="logo no-hover">
                <a href="//www.styleathome.com/">
                    <img src="https://www.styleathome.com/assets/img/logo.png?v=1522265967" alt="">
                </a>
            </li>

                        <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/interiors"><span>Interiors<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/house-tours">House Tours</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/small-spaces">Small Spaces</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/celebrity-homes">Celebrity Homes</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/kitchen">Kitchen</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/interiors/subsection/bathroom">Bathroom</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/bedroom">Bedroom</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/living-room-and-dining-room">Living Room & Dining Room</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/office">Office</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/interiors/subsection/kids">Kids</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/laundry-room">Laundry Room</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/entryway">Entryway</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/basement">Basement</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/decorating-design"><span>Decorating & Design<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/accessories-furnishings">Accessories & Furnishings</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/design">Design</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/trends">Trends</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/colour">Colour</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/budget-decorating">Budget Decorating</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/high-or-low">High or Low</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/plants-flowers">Plants & Flowers</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/design-experts">Design Experts</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/design-lesson">Design Lesson</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/entertaining">Entertaining</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/tabletop-ideas">Tabletop Ideas</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/food-and-drink"><span>Food & Drink<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/recipes">Recipes</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/wine-and-spirits">Wine & Spirits</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/food-tips">Food Tips</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/holidays-and-parties">Holidays & Parties</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/how-to"><span>How To<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/diy-projects">DIY Projects</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/housekeeping">Housekeeping</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/real-estate">Real Estate</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/renovations">Renovations</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/how-to/subsection/pets">Pets</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/tips-and-tricks">Tips & Tricks</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/organizing-ideas">Organizing Ideas</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/before-and-after">Before and After</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/outdoor-living"><span>Outdoor Living<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/outdoor-living/subsection/gardens">Gardens</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/outdoor-living/subsection/backyards">Backyards</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class=" ">
            <a href="https://www.styleathome.com/section/shopping"><span>Shopping<span class="arrow"></span></span></a>

                    </li>
                    <li class=" ">
            <a href="https://www.styleathome.com/section/travel"><span>Travel in Style<span class="arrow"></span></span></a>

                    </li>
                    <li class="has-submenu last">
            <a href="https://www.styleathome.com/issues/page/style-at-home-back-issues"><span>Issues<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-subscription">Subscription</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-back-issues">Back Issues</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-special-issues">Special Issues</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-subscription-renewal">Subscription Renewal</a>
                            </li>
                                            </ul>
                </div>
                    </li>
            

            
<li class="subscribe-btn">
    <a>Subscribe</a>
    <div class="submenu-wrapper">
        <div class="submenu">
            <ul>
                <li class="magazine-link">
                    <a href="https://shop.styleathome.com" target="_blank">
                        Subscribe to the magazine
                    </a>
                </li>
                <li class="magazine-cover">
                    <a href="https://shop.styleathome.com" target="_blank">
                                                    <img src="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-8c45ea91921ecbcbbf50c331d4b9452fbc60ea8a-_-sah-march-2019.jpg" alt="Magazine Cover" nopin="nopin" />
                                            </a>
                </li>
                <li class="subscriber-services">
                    <a href="https://secure.styleathome.com" target="_blank">Subscriber Services</a>
                </li>
            </ul>
        </div>
    </div>
</li>

            
<li class="social has-submenu">
    <div class="wrapper-social">
                        <a target="_blank" class="twitter icon icon_twitter" href="https://twitter.com/StyleAtHome"></a>

                <a target="_blank" class="facebook icon icon_facebook" href="http://www.facebook.com/styleathome"></a>

                <a target="_blank" class="pinterest icon icon_pinterest hid" href="http://pinterest.com/styleathome"></a>

                <a target="_blank" class="instagram icon icon_instagram hid" href="http://instagram.com/styleathome"></a>

                <a target="_blank" class="googleplus icon icon_googleplus hid" href="http://plus.google.com/+styleathome"></a>

                <a target="_blank" class="tumblr icon icon_tumblr hid" href="http://styleathome.tumblr.com"></a>

                <a class="email icon icon_email hid" href="//www.styleathome.com/page/newsletter"></a>

                <a class="more icon icon_more"></a>
    </div>

            <div class="newsletter">
            <div class="submenu-wrapper">
                <div class="submenu">
                    <h4>Weekly inspiration</h4>
                    <p>Give your inbox a style makeover!</p>
                    
<form action="https://www.styleathome.com/page/newsletter" method="post" class="form newsletter-form">
    <div class="field input-group">
        <div class="text">
            <input type="email" name="email" placeholder="Your email address" class="textfield">
        </div>
        <input type="hidden" name="fromLightForm" value="1" />
        <button type="submit" class="newsletter-submit">Subscribe now</button>
    </div>
</form>

                </div>
            </div>
        </div>
    
    </li>

            
                            <li class="search no-hover">
    <a class="icon icon_search" href="//www.styleathome.com/search"></a>
</li>
                    </ul>
    </div>
    <div class="main-nav-wrapper hidden-lg">
        <ul>
                        <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/interiors"><span>Interiors<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/house-tours">House Tours</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/small-spaces">Small Spaces</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/celebrity-homes">Celebrity Homes</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/kitchen">Kitchen</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/interiors/subsection/bathroom">Bathroom</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/bedroom">Bedroom</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/living-room-and-dining-room">Living Room & Dining Room</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/office">Office</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/interiors/subsection/kids">Kids</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/laundry-room">Laundry Room</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/entryway">Entryway</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/basement">Basement</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/decorating-design"><span>Decorating & Design<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/accessories-furnishings">Accessories & Furnishings</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/design">Design</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/trends">Trends</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/colour">Colour</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/budget-decorating">Budget Decorating</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/high-or-low">High or Low</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/plants-flowers">Plants & Flowers</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/design-experts">Design Experts</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/design-lesson">Design Lesson</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/entertaining">Entertaining</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/tabletop-ideas">Tabletop Ideas</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    </ul>
            <ul>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/food-and-drink"><span>Food & Drink<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/recipes">Recipes</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/wine-and-spirits">Wine & Spirits</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/food-tips">Food Tips</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/holidays-and-parties">Holidays & Parties</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/how-to"><span>How To<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/diy-projects">DIY Projects</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/housekeeping">Housekeeping</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/real-estate">Real Estate</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/renovations">Renovations</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/how-to/subsection/pets">Pets</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/tips-and-tricks">Tips & Tricks</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/organizing-ideas">Organizing Ideas</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/before-and-after">Before and After</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    </ul>
            <ul>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/outdoor-living"><span>Outdoor Living<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/outdoor-living/subsection/gardens">Gardens</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/outdoor-living/subsection/backyards">Backyards</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class=" ">
            <a href="https://www.styleathome.com/section/shopping"><span>Shopping<span class="arrow"></span></span></a>

                    </li>
                    </ul>
            <ul>
                    <li class=" ">
            <a href="https://www.styleathome.com/section/travel"><span>Travel in Style<span class="arrow"></span></span></a>

                    </li>
                    <li class="has-submenu last">
            <a href="https://www.styleathome.com/issues/page/style-at-home-back-issues"><span>Issues<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-subscription">Subscription</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-back-issues">Back Issues</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-special-issues">Special Issues</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-subscription-renewal">Subscription Renewal</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    </ul>
            <ul>
            

            <li class="subscribe">
                <a href="https://shop.styleathome.com" target="_blank" class="target-blank">
                    Subscribe
                </a>
            </li>
            
        </ul>
    </div>
</nav>

            

<div class="main-search-bar no-recipes">
    <div class="container">
        <div class="row">
            <form class="search-bar-form col-md-12" data-url-recipes-search="https://www.styleathome.com/recipes/search" data-url-global-search="https://www.styleathome.com/search" data-sort-type="">
                <div class="row">
                    <div class="field block col-md-10">
                        <div class="text">
                            <input type="text" name="tag_search-319310120" class="textfield" id="tag-search-319310120" placeholder="Search">
                            <a class="close icon icon_close" href="#"></a>
                        </div>
                    </div>
                    <div class="wrapper-options">
                        <div class="tabs block col-md-4">
                            <p>Search in:</p>
                            <div class="wrapper-tabs">
                                <div class="tab">
                                    <input type="radio" name="type_search-319310120" id="global-search-319310120" value="global" checked>
                                    <label for="global-search-319310120">Entire site</label>
                                </div>
                                <div class="tab">
                                    <input type="radio" name="type_search-319310120" id="recipes-search-319310120" value="recipes" >
                                    <label for="recipes-search-319310120">Recipes</label>
                                </div>
                            </div>
                        </div>
                        <div class="submit block col-md-2">
                            <input class="btn btn-default" type="submit" name="submit_search-319310120" id="submit-search" value="Search">
                        </div>
                    </div>
                </div>
            </form>
        </div>
    </div>
</div>    </div>
<div class="header hidden-lg">
    <div class="wrapper-logo closed">
        <div class="mobile-nav-icon">
            <span></span>
        </div>
        <a class="logo" href="//www.styleathome.com/">
            <img src="https://www.styleathome.com/assets/img/logo.png?v=1522265967" alt="Style at Home">
        </a>
        <div class="mobile-nav-actions">
            <esi:include src="/_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3DQuebecorCubeFrontendBundle%253ANavigation%253AuserMenuIcon&_hash=cB3YriK7jsS230fizdj%2BVz3edcd4wmmE3lbFp1iOh8Y%3D" onerror="continue" />
                            <a class="icon icon_search" href="//www.styleathome.com/search"></a>
                    </div>
    </div>
    <div class="wrapper-logo opened">
        <div class="mobile-nav-icon">
            <span></span>
        </div>
        <a class="logo" href="//www.styleathome.com/">
            <img src="https://www.styleathome.com/assets/img/logo.png?v=1522265967" alt="Style at Home">
        </a>
        <div class="mobile-nav-actions">
            <esi:include src="/_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3DQuebecorCubeFrontendBundle%253ANavigation%253AuserMenuIcon&_hash=cB3YriK7jsS230fizdj%2BVz3edcd4wmmE3lbFp1iOh8Y%3D" onerror="continue" />
                            <a class="icon icon_search" href="//www.styleathome.com/search"></a>
                    </div>
        <ul class="social">
            
<li>    <a target="_blank" class="twitter icon icon_twitter" href="https://twitter.com/StyleAtHome"></a>
</li>
<li>    <a target="_blank" class="facebook icon icon_facebook" href="http://www.facebook.com/styleathome"></a>
</li>
<li>    <a target="_blank" class="pinterest icon icon_pinterest" href="http://pinterest.com/styleathome"></a>
</li>
<li>    <a target="_blank" class="instagram icon icon_instagram" href="http://instagram.com/styleathome"></a>
</li>
<li>    <a target="_blank" class="googleplus icon icon_googleplus" href="http://plus.google.com/+styleathome"></a>
</li>
<li>    <a target="_blank" class="tumblr icon icon_tumblr" href="http://styleathome.tumblr.com"></a>
</li>
<li>    <a class="email icon icon_email" href="//www.styleathome.com/page/newsletter"></a>
</li>
        </ul>
    </div>
            

<div class="main-search-bar no-recipes">
    <div class="container">
        <div class="row">
            <form class="search-bar-form col-md-12" data-url-recipes-search="https://www.styleathome.com/recipes/search" data-url-global-search="https://www.styleathome.com/search" data-sort-type="">
                <div class="row">
                    <div class="field block col-md-10">
                        <div class="text">
                            <input type="text" name="tag_search-270298" class="textfield" id="tag-search-270298" placeholder="Search">
                            <a class="close icon icon_close" href="#"></a>
                        </div>
                    </div>
                    <div class="wrapper-options">
                        <div class="tabs block col-md-4">
                            <p>Search in:</p>
                            <div class="wrapper-tabs">
                                <div class="tab">
                                    <input type="radio" name="type_search-270298" id="global-search-270298" value="global" checked>
                                    <label for="global-search-270298">Entire site</label>
                                </div>
                                <div class="tab">
                                    <input type="radio" name="type_search-270298" id="recipes-search-270298" value="recipes" >
                                    <label for="recipes-search-270298">Recipes</label>
                                </div>
                            </div>
                        </div>
                        <div class="submit block col-md-2">
                            <input class="btn btn-default" type="submit" name="submit_search-270298" id="submit-search" value="Search">
                        </div>
                    </div>
                </div>
            </form>
        </div>
    </div>
</div>    
    
<nav class="main-nav">
    <div class="main-nav-wrapper visible-lg">
        <ul>
            <li class="logo no-hover">
                <a href="//www.styleathome.com/">
                    <img src="https://www.styleathome.com/assets/img/logo.png?v=1522265967" alt="">
                </a>
            </li>

                        <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/interiors"><span>Interiors<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/house-tours">House Tours</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/small-spaces">Small Spaces</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/celebrity-homes">Celebrity Homes</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/kitchen">Kitchen</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/interiors/subsection/bathroom">Bathroom</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/bedroom">Bedroom</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/living-room-and-dining-room">Living Room & Dining Room</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/office">Office</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/interiors/subsection/kids">Kids</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/laundry-room">Laundry Room</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/entryway">Entryway</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/basement">Basement</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/decorating-design"><span>Decorating & Design<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/accessories-furnishings">Accessories & Furnishings</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/design">Design</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/trends">Trends</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/colour">Colour</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/budget-decorating">Budget Decorating</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/high-or-low">High or Low</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/plants-flowers">Plants & Flowers</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/design-experts">Design Experts</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/design-lesson">Design Lesson</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/entertaining">Entertaining</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/tabletop-ideas">Tabletop Ideas</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/food-and-drink"><span>Food & Drink<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/recipes">Recipes</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/wine-and-spirits">Wine & Spirits</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/food-tips">Food Tips</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/holidays-and-parties">Holidays & Parties</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/how-to"><span>How To<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/diy-projects">DIY Projects</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/housekeeping">Housekeeping</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/real-estate">Real Estate</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/renovations">Renovations</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/how-to/subsection/pets">Pets</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/tips-and-tricks">Tips & Tricks</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/organizing-ideas">Organizing Ideas</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/before-and-after">Before and After</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/outdoor-living"><span>Outdoor Living<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/outdoor-living/subsection/gardens">Gardens</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/outdoor-living/subsection/backyards">Backyards</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class=" ">
            <a href="https://www.styleathome.com/section/shopping"><span>Shopping<span class="arrow"></span></span></a>

                    </li>
                    <li class=" ">
            <a href="https://www.styleathome.com/section/travel"><span>Travel in Style<span class="arrow"></span></span></a>

                    </li>
                    <li class="has-submenu last">
            <a href="https://www.styleathome.com/issues/page/style-at-home-back-issues"><span>Issues<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-subscription">Subscription</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-back-issues">Back Issues</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-special-issues">Special Issues</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-subscription-renewal">Subscription Renewal</a>
                            </li>
                                            </ul>
                </div>
                    </li>
            

            
<li class="subscribe-btn">
    <a>Subscribe</a>
    <div class="submenu-wrapper">
        <div class="submenu">
            <ul>
                <li class="magazine-link">
                    <a href="https://shop.styleathome.com" target="_blank">
                        Subscribe to the magazine
                    </a>
                </li>
                <li class="magazine-cover">
                    <a href="https://shop.styleathome.com" target="_blank">
                                                    <img src="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-8c45ea91921ecbcbbf50c331d4b9452fbc60ea8a-_-sah-march-2019.jpg" alt="Magazine Cover" nopin="nopin" />
                                            </a>
                </li>
                <li class="subscriber-services">
                    <a href="https://secure.styleathome.com" target="_blank">Subscriber Services</a>
                </li>
            </ul>
        </div>
    </div>
</li>

            
<li class="social has-submenu">
    <div class="wrapper-social">
                        <a target="_blank" class="twitter icon icon_twitter" href="https://twitter.com/StyleAtHome"></a>

                <a target="_blank" class="facebook icon icon_facebook" href="http://www.facebook.com/styleathome"></a>

                <a target="_blank" class="pinterest icon icon_pinterest hid" href="http://pinterest.com/styleathome"></a>

                <a target="_blank" class="instagram icon icon_instagram hid" href="http://instagram.com/styleathome"></a>

                <a target="_blank" class="googleplus icon icon_googleplus hid" href="http://plus.google.com/+styleathome"></a>

                <a target="_blank" class="tumblr icon icon_tumblr hid" href="http://styleathome.tumblr.com"></a>

                <a class="email icon icon_email hid" href="//www.styleathome.com/page/newsletter"></a>

                <a class="more icon icon_more"></a>
    </div>

            <div class="newsletter">
            <div class="submenu-wrapper">
                <div class="submenu">
                    <h4>Weekly inspiration</h4>
                    <p>Give your inbox a style makeover!</p>
                    
<form action="https://www.styleathome.com/page/newsletter" method="post" class="form newsletter-form">
    <div class="field input-group">
        <div class="text">
            <input type="email" name="email" placeholder="Your email address" class="textfield">
        </div>
        <input type="hidden" name="fromLightForm" value="1" />
        <button type="submit" class="newsletter-submit">Subscribe now</button>
    </div>
</form>

                </div>
            </div>
        </div>
    
    </li>

            
                            <li class="search no-hover">
    <a class="icon icon_search" href="//www.styleathome.com/search"></a>
</li>
                    </ul>
    </div>
    <div class="main-nav-wrapper hidden-lg">
        <ul>
                        <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/interiors"><span>Interiors<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/house-tours">House Tours</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/small-spaces">Small Spaces</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/celebrity-homes">Celebrity Homes</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/kitchen">Kitchen</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/interiors/subsection/bathroom">Bathroom</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/bedroom">Bedroom</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/living-room-and-dining-room">Living Room & Dining Room</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/office">Office</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/interiors/subsection/kids">Kids</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/laundry-room">Laundry Room</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/entryway">Entryway</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/interiors/subsection/basement">Basement</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/decorating-design"><span>Decorating & Design<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/accessories-furnishings">Accessories & Furnishings</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/design">Design</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/trends">Trends</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/colour">Colour</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/budget-decorating">Budget Decorating</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/high-or-low">High or Low</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/plants-flowers">Plants & Flowers</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/design-experts">Design Experts</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/design-lesson">Design Lesson</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/entertaining">Entertaining</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/decorating-design/subsection/tabletop-ideas">Tabletop Ideas</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    </ul>
            <ul>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/food-and-drink"><span>Food & Drink<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/recipes">Recipes</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/wine-and-spirits">Wine & Spirits</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/food-tips">Food Tips</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/food-and-drink/subsection/holidays-and-parties">Holidays & Parties</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/how-to"><span>How To<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/diy-projects">DIY Projects</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/housekeeping">Housekeeping</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/real-estate">Real Estate</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/renovations">Renovations</a>
                            </li>
                                                                                    </ul>
                                <ul>
                                                        <li>
                                <a href="https://www.styleathome.com/how-to/subsection/pets">Pets</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/tips-and-tricks">Tips & Tricks</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/organizing-ideas">Organizing Ideas</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/how-to/subsection/before-and-after">Before and After</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    </ul>
            <ul>
                    <li class="has-submenu ">
            <a href="https://www.styleathome.com/section/outdoor-living"><span>Outdoor Living<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/outdoor-living/subsection/gardens">Gardens</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/outdoor-living/subsection/backyards">Backyards</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    <li class=" ">
            <a href="https://www.styleathome.com/section/shopping"><span>Shopping<span class="arrow"></span></span></a>

                    </li>
                    </ul>
            <ul>
                    <li class=" ">
            <a href="https://www.styleathome.com/section/travel"><span>Travel in Style<span class="arrow"></span></span></a>

                    </li>
                    <li class="has-submenu last">
            <a href="https://www.styleathome.com/issues/page/style-at-home-back-issues"><span>Issues<span class="arrow"></span></span></a>

                            <div class="submenu">
                    <ul>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-subscription">Subscription</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-back-issues">Back Issues</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-special-issues">Special Issues</a>
                            </li>
                                                                                <li>
                                <a href="https://www.styleathome.com/issues/page/style-at-home-subscription-renewal">Subscription Renewal</a>
                            </li>
                                            </ul>
                </div>
                    </li>
                    </ul>
            <ul>
            

            <li class="subscribe">
                <a href="https://shop.styleathome.com" target="_blank" class="target-blank">
                    Subscribe
                </a>
            </li>
            
        </ul>
    </div>
</nav>

</div>

        </div>
    </div>
</header>

<div id="div-gpt-ad-571960817739595697-oop"></div>

<div class="wrapper-whole-content">
    <section class="ad col-md-12 top-advertising hidden-xs">
        <div class="advertisement-728x90 text-center">
            <div id="dfpMultiflexBannerNoBigBox-1941799698"
                 class="ad-to-load dfp-multiflex-banner dfp-ad block ad-desktop"
                 data-size="dfpMultiflexBannerNoBigBox"
                 data-position="top"
                 data-tile="1"
                 data-ajax-interval=""
                 data-is-empty="true">
            </div>
        </div>
    </section>

            <div class="container content-wrapper no-padding-mobile">
            
        </div>
    
                
                                                    

<section class="layout-top-stories">
    <div class="container no-padding-mobile">
        <div class="col-xs-12 col-md-8 no-padding-mobile">
            <div class="story main-top-story">
                                    
<article>
    <div class="story-image">
                    <a href="/issues/article/back-friday-until-november-27th">
                    
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/1a0ef862fc147c11878cb4127681fc7f2418ae80/ezgif-com-gif-maker-1.gif?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/1a0ef862fc147c11878cb4127681fc7f2418ae80/ezgif-com-gif-maker-1.gif?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/1a0ef862fc147c11878cb4127681fc7f2418ae80/ezgif-com-gif-maker-1.gif?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/1a0ef862fc147c11878cb4127681fc7f2418ae80/ezgif-com-gif-maker-1.gif?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/1a0ef862fc147c11878cb4127681fc7f2418ae80/ezgif-com-gif-maker-1.gif?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="Back Friday Until November 27th"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/1a0ef862fc147c11878cb4127681fc7f2418ae80/ezgif-com-gif-maker-1.gif"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/1a0ef862fc147c11878cb4127681fc7f2418ae80/ezgif-com-gif-maker-1.gif"
                 data-pin-description="Back Friday Until November 27th | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/issues/article/back-friday-until-november-27th">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
            </a>
                <div class="main-top-story-decoration hidden-xs hidden-sm"></div>
                    <span class="section-tag">
                Issues
            </span>
            </div>
    <div class="story-text">
                    <h6 class="tag">
                Issues
            </h6>
                            <time class="date" pubdate datetime="2022-11-23T08:39:25-05:00">Nov 23, 2022</time>
                <h1>
            <a class="ellipsis" data-ellipsis-nb-lines="2" href="/issues/article/back-friday-until-november-27th">
                Back Friday Until November 27th
            </a>
        </h1>
        <h6 class="author">
                            <span class="author-name">
                                    By:
                    Style At Home 
            
        </span>
    
        </h6>
                                            <p class="excerpt ellipsis" data-ellipsis-nb-lines="3">
                    <strong>Get Up to 64% on Subscriptions and Special Issues.</strong>
                </p>
                            <a href="/issues/article/back-friday-until-november-27th" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

            </div>
</article>

                                <section class="ad col-md-12 visible-xs">
                    <div class="advertisement-300x250 text-center">
                        <div id="dfpMultiflexBanner-1111462826"
                             class="ad-to-load dfp-dfpMultiflexBanner dfp-ad block ad-mobile"
                             data-size="dfpMultiflexBanner"
                             data-position="top"
                             data-tile="1"
                             data-ajax-interval=""
                             data-is-empty="true">
                        </div>
                    </div>
                </section>
            </div>
        </div>
        <div class="col-xs-12 col-md-4 no-padding-mobile">
            <aside class="top-story-more widget">
                <div class="widget-title">
                    <h2>Top Stories</h2>
                </div>
                <ul class="top-story-more-list">
                                                                        <li class="story">
    <article>
        <div class="story-image">
                            <a href="/shopping/article/essentials-for-your-daily-brew">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/3b0a2b3a518b6ed267221562c81d848e6fee5e67/image-page20SAH.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/3b0a2b3a518b6ed267221562c81d848e6fee5e67/image-page20SAH.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/3b0a2b3a518b6ed267221562c81d848e6fee5e67/image-page20SAH.jpg?impolicy=resize&amp;width=700&amp;height=700" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/3b0a2b3a518b6ed267221562c81d848e6fee5e67/image-page20SAH.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/3b0a2b3a518b6ed267221562c81d848e6fee5e67/image-page20SAH.jpg?impolicy=resize&amp;width=400&amp;height=400"
                 alt="Essentials for your daily brew"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/3b0a2b3a518b6ed267221562c81d848e6fee5e67/image-page20SAH.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/3b0a2b3a518b6ed267221562c81d848e6fee5e67/image-page20SAH.jpg"
                 data-pin-description="Essentials for your daily brew | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/shopping/article/essentials-for-your-daily-brew">
        </picture>

            
                </a>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Shopping
                </h6>
                        <h5 class="title">
                <a class="ellipsis" data-ellipsis-nb-lines="4" href="/shopping/article/essentials-for-your-daily-brew">
                    Essentials for your daily brew
                </a>
            </h5>
                            <time class="date" pubdate datetime="2022-11-16T19:20:44-05:00">Nov 16, 2022</time>
                    </div>
    </article>
</li>

                                                    <li class="story">
    <article>
        <div class="story-image">
                            <a href="/decorating-design/high-or-low/article/hig-or-low-a-spot-by-the-fire">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/cc9a9dff392805fcc011d158c226280351aebc64/montage.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/cc9a9dff392805fcc011d158c226280351aebc64/montage.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/cc9a9dff392805fcc011d158c226280351aebc64/montage.jpg?impolicy=resize&amp;width=700&amp;height=700" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/cc9a9dff392805fcc011d158c226280351aebc64/montage.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/cc9a9dff392805fcc011d158c226280351aebc64/montage.jpg?impolicy=resize&amp;width=400&amp;height=400"
                 alt="Hig or Low ? A spot by the fire"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/cc9a9dff392805fcc011d158c226280351aebc64/montage.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/cc9a9dff392805fcc011d158c226280351aebc64/montage.jpg"
                 data-pin-description="Hig or Low ? A spot by the fire | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/decorating-design/high-or-low/article/hig-or-low-a-spot-by-the-fire">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    High or Low
                </h6>
                        <h5 class="title">
                <a class="ellipsis" data-ellipsis-nb-lines="4" href="/decorating-design/high-or-low/article/hig-or-low-a-spot-by-the-fire">
                    Hig or Low ? A spot by the fire
                </a>
            </h5>
                            <time class="date" pubdate datetime="2022-11-16T13:41:16-05:00">Nov 16, 2022</time>
                    </div>
    </article>
</li>

                                                    <li class="story">
    <article>
        <div class="story-image">
                            <a href="/decorating-design/article/melanie-hay-shares-her-advice-on-decorating-for-warmth">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/a22a6533730c2a6d26d7afeb3909103b4b434375/LaurenMiller-MelanieHayDesignsxScotia1142v2.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/a22a6533730c2a6d26d7afeb3909103b4b434375/LaurenMiller-MelanieHayDesignsxScotia1142v2.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/a22a6533730c2a6d26d7afeb3909103b4b434375/LaurenMiller-MelanieHayDesignsxScotia1142v2.jpg?impolicy=resize&amp;width=700&amp;height=700" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/a22a6533730c2a6d26d7afeb3909103b4b434375/LaurenMiller-MelanieHayDesignsxScotia1142v2.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/a22a6533730c2a6d26d7afeb3909103b4b434375/LaurenMiller-MelanieHayDesignsxScotia1142v2.jpg?impolicy=resize&amp;width=400&amp;height=400"
                 alt="Melanie Hay shares her advice on decorating for warmth"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/a22a6533730c2a6d26d7afeb3909103b4b434375/LaurenMiller-MelanieHayDesignsxScotia1142v2.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/a22a6533730c2a6d26d7afeb3909103b4b434375/LaurenMiller-MelanieHayDesignsxScotia1142v2.jpg"
                 data-pin-description="Melanie Hay shares her advice on decorating for warmth | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/decorating-design/article/melanie-hay-shares-her-advice-on-decorating-for-warmth">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Decorating & Design
                </h6>
                        <h5 class="title">
                <a class="ellipsis" data-ellipsis-nb-lines="4" href="/decorating-design/article/melanie-hay-shares-her-advice-on-decorating-for-warmth">
                    Melanie Hay shares her advice on decorating for warmth
                </a>
            </h5>
                            <time class="date" pubdate datetime="2022-11-15T13:29:44-05:00">Nov 15, 2022</time>
                    </div>
    </article>
</li>

                                                    <li class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/house-tours/article/saturated-colours-and-a-jaw-dropping-art-collection-give-vibrancy-to-a-contemporary-new-build">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/4fbd67622521b8210f562a0d6c9e3e50ac288110/FBS-7Kingsbury-Kitch-1c.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/4fbd67622521b8210f562a0d6c9e3e50ac288110/FBS-7Kingsbury-Kitch-1c.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/4fbd67622521b8210f562a0d6c9e3e50ac288110/FBS-7Kingsbury-Kitch-1c.jpg?impolicy=resize&amp;width=700&amp;height=700" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/4fbd67622521b8210f562a0d6c9e3e50ac288110/FBS-7Kingsbury-Kitch-1c.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/4fbd67622521b8210f562a0d6c9e3e50ac288110/FBS-7Kingsbury-Kitch-1c.jpg?impolicy=resize&amp;width=400&amp;height=400"
                 alt="Saturated colours and a jaw-dropping art collection give vibrancy to a contemporary new-build"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/4fbd67622521b8210f562a0d6c9e3e50ac288110/FBS-7Kingsbury-Kitch-1c.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/4fbd67622521b8210f562a0d6c9e3e50ac288110/FBS-7Kingsbury-Kitch-1c.jpg"
                 data-pin-description="Saturated colours and a jaw-dropping art collection give vibrancy to a contemporary new-build | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/house-tours/article/saturated-colours-and-a-jaw-dropping-art-collection-give-vibrancy-to-a-contemporary-new-build">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    House Tours
                </h6>
                        <h5 class="title">
                <a class="ellipsis" data-ellipsis-nb-lines="4" href="/interiors/house-tours/article/saturated-colours-and-a-jaw-dropping-art-collection-give-vibrancy-to-a-contemporary-new-build">
                    Saturated colours and a jaw-dropping art collection give vibrancy to a contemporary new-build
                </a>
            </h5>
                            <time class="date" pubdate datetime="2022-11-14T10:29:04-05:00">Nov 14, 2022</time>
                    </div>
    </article>
</li>

                                                    <li class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/house-tours/article/a-welcoming-winter-vacation-home">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/19e4c4f13ccd2c150a96162572f513fdd9628384/Collingwood-LindsayMens21565.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/19e4c4f13ccd2c150a96162572f513fdd9628384/Collingwood-LindsayMens21565.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/19e4c4f13ccd2c150a96162572f513fdd9628384/Collingwood-LindsayMens21565.jpg?impolicy=resize&amp;width=700&amp;height=700" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/19e4c4f13ccd2c150a96162572f513fdd9628384/Collingwood-LindsayMens21565.jpg?impolicy=resize&amp;width=400&amp;height=400" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/19e4c4f13ccd2c150a96162572f513fdd9628384/Collingwood-LindsayMens21565.jpg?impolicy=resize&amp;width=400&amp;height=400"
                 alt="A welcoming winter vacation home"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/19e4c4f13ccd2c150a96162572f513fdd9628384/Collingwood-LindsayMens21565.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/19e4c4f13ccd2c150a96162572f513fdd9628384/Collingwood-LindsayMens21565.jpg"
                 data-pin-description="A welcoming winter vacation home | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/house-tours/article/a-welcoming-winter-vacation-home">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    House Tours
                </h6>
                        <h5 class="title">
                <a class="ellipsis" data-ellipsis-nb-lines="4" href="/interiors/house-tours/article/a-welcoming-winter-vacation-home">
                    A welcoming winter vacation home
                </a>
            </h5>
                            <time class="date" pubdate datetime="2022-11-14T10:29:04-05:00">Nov 14, 2022</time>
                    </div>
    </article>
</li>

                                                            </ul>
            </aside>
        </div>
        <section class="ad col-md-12 visible-xs">
            <div class="advertisement-300x250 text-center">
                <div id="dfpMultiflexBanner-2054558925"
                     class="ad-to-load dfp-dfpMultiflexBanner dfp-ad block ad-mobile"
                     data-size="dfpMultiflexBanner"
                     data-position=""
                     data-tile=""
                     data-ajax-interval=""
                     data-is-empty="true">
                </div>
            </div>
        </section>
    </div>
</section>



                                                

<section class="layout-2x2">
    <div class="container no-padding-mobile">
                <div class="section-wrapper top-border">
            <div class="col-xs-12 no-padding-mobile">
                <h2 class="section-title"><span>House Tours</span></h2>
            </div>
            
            <div class="col-xs-12 col-md-7 col-lg-8 no-padding-mobile">
                <div class="row no-margin-mobile">
                                                                                                                                                    <div class="col-xs-12 col-sm-6 item-1">
                                
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/house-tours/article/a-century-home-featured-on-hgtv-canada-s-gut-job-with-a-earthy-palette">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/e1dab888f94f099a55349d6f799e67ca8b540c61/Screen-Shot-2022-10-19-at-8-35-03-AM.png?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/e1dab888f94f099a55349d6f799e67ca8b540c61/Screen-Shot-2022-10-19-at-8-35-03-AM.png?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/e1dab888f94f099a55349d6f799e67ca8b540c61/Screen-Shot-2022-10-19-at-8-35-03-AM.png?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/e1dab888f94f099a55349d6f799e67ca8b540c61/Screen-Shot-2022-10-19-at-8-35-03-AM.png?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/e1dab888f94f099a55349d6f799e67ca8b540c61/Screen-Shot-2022-10-19-at-8-35-03-AM.png?impolicy=resize&amp;width=800&amp;height=800"
                 alt="A Century Home Featured On Hgtv Canada’S Gut Job With A Earthy Palette"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/e1dab888f94f099a55349d6f799e67ca8b540c61/Screen-Shot-2022-10-19-at-8-35-03-AM.png"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/e1dab888f94f099a55349d6f799e67ca8b540c61/Screen-Shot-2022-10-19-at-8-35-03-AM.png"
                 data-pin-description="A Century Home Featured On Hgtv Canada’S Gut Job With A Earthy Palette | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/house-tours/article/a-century-home-featured-on-hgtv-canada-s-gut-job-with-a-earthy-palette">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                                        <span class="section-tag">
                    House Tours
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    House Tours
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/house-tours/article/a-century-home-featured-on-hgtv-canada-s-gut-job-with-a-earthy-palette">
                    A Century Home Featured On Hgtv Canada’S Gut Job With A Earthy Palette
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Iris Benaroia 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-10-11T10:28:15-04:00">Oct 11, 2022</time>
                                        <a href="/interiors/house-tours/article/a-century-home-featured-on-hgtv-canada-s-gut-job-with-a-earthy-palette" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                            </div>
                                                                                                                                                                                    <div class="ntvo-wrapper col-xs-12 col-sm-6 item-0"></div>
                                                                                        <div class="col-xs-12 col-sm-6 item-2">
                                
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/house-tours/article/a-major-refresh-by-keeping-a-bit-of-old-and-adding-a-colourful-new-edge">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/62c947899d9779d4d00df7af08b36e6967ce6c13/Copie-de-Luke-Havekes-12553.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/62c947899d9779d4d00df7af08b36e6967ce6c13/Copie-de-Luke-Havekes-12553.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/62c947899d9779d4d00df7af08b36e6967ce6c13/Copie-de-Luke-Havekes-12553.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/62c947899d9779d4d00df7af08b36e6967ce6c13/Copie-de-Luke-Havekes-12553.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/62c947899d9779d4d00df7af08b36e6967ce6c13/Copie-de-Luke-Havekes-12553.jpg?impolicy=resize&amp;width=800&amp;height=800"
                 alt="A Major Refresh By Keeping A Bit Of Old And Adding A Colourful New Edge"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/62c947899d9779d4d00df7af08b36e6967ce6c13/Copie-de-Luke-Havekes-12553.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/62c947899d9779d4d00df7af08b36e6967ce6c13/Copie-de-Luke-Havekes-12553.jpg"
                 data-pin-description="A Major Refresh By Keeping A Bit Of Old And Adding A Colourful New Edge | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/house-tours/article/a-major-refresh-by-keeping-a-bit-of-old-and-adding-a-colourful-new-edge">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                                        <span class="section-tag">
                    House Tours
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    House Tours
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/house-tours/article/a-major-refresh-by-keeping-a-bit-of-old-and-adding-a-colourful-new-edge">
                    A Major Refresh By Keeping A Bit Of Old And Adding A Colourful New Edge
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Christy Wright 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-10-11T10:28:15-04:00">Oct 11, 2022</time>
                                        <a href="/interiors/house-tours/article/a-major-refresh-by-keeping-a-bit-of-old-and-adding-a-colourful-new-edge" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                            </div>
                                                                                                            <div class="col-xs-12 col-sm-6 item-3">
                                
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/house-tours/article/helping-an-80-year-old-bungalow-to-renew-itself">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/d5f184a474e9bed3b9035dd7a6dcc89a90eddc3f/060921-DART-2609.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/d5f184a474e9bed3b9035dd7a6dcc89a90eddc3f/060921-DART-2609.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/d5f184a474e9bed3b9035dd7a6dcc89a90eddc3f/060921-DART-2609.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/d5f184a474e9bed3b9035dd7a6dcc89a90eddc3f/060921-DART-2609.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/d5f184a474e9bed3b9035dd7a6dcc89a90eddc3f/060921-DART-2609.jpg?impolicy=resize&amp;width=800&amp;height=800"
                 alt="Helping An 80-Year-Old Bungalow To Renew Itself"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/d5f184a474e9bed3b9035dd7a6dcc89a90eddc3f/060921-DART-2609.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/d5f184a474e9bed3b9035dd7a6dcc89a90eddc3f/060921-DART-2609.jpg"
                 data-pin-description="Helping An 80-Year-Old Bungalow To Renew Itself | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/house-tours/article/helping-an-80-year-old-bungalow-to-renew-itself">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                                        <span class="section-tag">
                    House Tours
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    House Tours
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/house-tours/article/helping-an-80-year-old-bungalow-to-renew-itself">
                    Helping An 80-Year-Old Bungalow To Renew Itself
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Bethany Lyttle 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-10-11T10:28:15-04:00">Oct 11, 2022</time>
                                        <a href="/interiors/house-tours/article/helping-an-80-year-old-bungalow-to-renew-itself" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                            </div>
                                                                                                            <div class="col-xs-12 col-sm-6 item-4">
                                
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/house-tours/article/how-a-minimalist-takes-on-a-muskoka-cottage-and-maximized-its-views">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/ba8f4b00262ed4e2816a1c217e15bceebe43c722/DJI-0112.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/ba8f4b00262ed4e2816a1c217e15bceebe43c722/DJI-0112.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/ba8f4b00262ed4e2816a1c217e15bceebe43c722/DJI-0112.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/ba8f4b00262ed4e2816a1c217e15bceebe43c722/DJI-0112.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/ba8f4b00262ed4e2816a1c217e15bceebe43c722/DJI-0112.jpg?impolicy=resize&amp;width=800&amp;height=800"
                 alt="How A Minimalist Take On A Muskoka Cottage Maximized Its Views"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/ba8f4b00262ed4e2816a1c217e15bceebe43c722/DJI-0112.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/ba8f4b00262ed4e2816a1c217e15bceebe43c722/DJI-0112.jpg"
                 data-pin-description="How A Minimalist Take On A Muskoka Cottage Maximized Its Views | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/house-tours/article/how-a-minimalist-takes-on-a-muskoka-cottage-and-maximized-its-views">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                                        <span class="section-tag">
                    House Tours
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    House Tours
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/house-tours/article/how-a-minimalist-takes-on-a-muskoka-cottage-and-maximized-its-views">
                    How A Minimalist Takes On A Muskoka Cottage And Maximized Its Views
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Bethany Lyttle 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-08-18T19:01:39-04:00">Aug 18, 2022</time>
                                        <a href="/interiors/house-tours/article/how-a-minimalist-takes-on-a-muskoka-cottage-and-maximized-its-views" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                            </div>
                                                                                        </div>
            </div>

            <div class="col-xs-12 col-md-5 col-lg-4 no-padding-mobile hidden-xs">
                <section class="ad side-advertising-1">
                    <div class="advertisement-300x600 text-center">
                        <div id="dfpMultiflexBigBox-1085284241"
                             class="ad-to-load dfp-multiflex-bigbox dfp-ad desktop-top-ad ad-desktop"
                             data-size="dfpMultiflexBigBox"
                             data-position=""
                             data-tile=""
                             data-ajax-interval=""
                             data-is-empty="true">
                        </div>
                    </div>
                </section>
            </div>

            <div class="col-xs-12 col-md-5 col-lg-4 no-padding-mobile visible-xs">
                <section class="ad side-advertising-1">
                    <div class="advertisement-300x250 text-center">
                        <div id="dfpMultiflexBanner-1522322500"
                             class="ad-to-load dfp-multiflex-banner dfp-ad ad-mobile"
                             data-size="dfpMultiflexBanner"
                             data-position=""
                             data-tile=""
                             data-ajax-interval=""
                             data-is-empty="true">
                        </div>
                    </div>
                </section>
            </div>
                </div>
</section>




                                                


    <section id="slideshow-1" class="slideshow-wrapper-widget">
        <div class="container no-padding-mobile">
            <div class="section-wrapper">
                <div class="col-xs-12 no-padding-mobile slideshow-border">
                    <h2 class="section-title">
                        <span>Photo Gallery</span>
                    </h2>

                    <div class="slideshow-wrapper">
                        <div id="cycle-slideshow1-1" class="cycle-slideshow1 slideshow-widget slideshow-widget-image"
                             data-allow-wrap="false">
                            <a href="#" id="cycle-prev-1" class="cycle-prev cycle-nav">prev</a>
                            <a href="#" id="cycle-next-1" class="cycle-next cycle-nav">next</a>
                                                            <a href="/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore" class="open-slideshow icon icon_slideshow"></a>
                                                        <span class="custom-cycle-caption"><span class="slidecount">1</span> of <span class="total-slides">7</span></span>

                                                                                        <div data-count-index="1">
                                    <div class="article-image">
                                                                                    <img class="lazy" data-original="https://m1.quebecormedia.com/emp/sah_prod/d5479b80255a6ee2743eb708f871dab1ddf68f9c/image7.png?impolicy=resize&amp;width=1500&amp;height=1500" />
                                                                            </div>
                                </div>
                                                                                            <div data-count-index="2">
                                    <div class="article-image">
                                                                                    <img class="lazy" data-original="https://m1.quebecormedia.com/emp/sah_prod/4deba45ce7a4a0214080b9ce404b92e0380e1839/image6.png?impolicy=resize&amp;width=1500&amp;height=1500" />
                                                                            </div>
                                </div>
                                                                                            <div data-count-index="3">
                                    <div class="article-image">
                                                                                    <img class="lazy" data-original="https://m1.quebecormedia.com/emp/sah_prod/26ced226b9076ff0ec4ee33eb65acaca0382f49b/image3.png?impolicy=resize&amp;width=1500&amp;height=1500" />
                                                                            </div>
                                </div>
                                                                                                        <div class="ad-slide exclude-count"></div>
                                                                                            <div data-count-index="4">
                                    <div class="article-image">
                                                                                    <img class="lazy" data-original="https://m1.quebecormedia.com/emp/sah_prod/496287c958b10fe661ed87b93b1f106cae82d297/image4.png?impolicy=resize&amp;width=1500&amp;height=1500" />
                                                                            </div>
                                </div>
                                                                                            <div data-count-index="5">
                                    <div class="article-image">
                                                                                    <img class="lazy" data-original="https://m1.quebecormedia.com/emp/sah_prod/4ad9bdc337de201a09778bfa8aa987a094df7c91/image8.png?impolicy=resize&amp;width=1500&amp;height=1500" />
                                                                            </div>
                                </div>
                                                                                            <div data-count-index="6">
                                    <div class="article-image">
                                                                                    <img class="lazy" data-original="https://m1.quebecormedia.com/emp/sah_prod/ef245a18b3b306d160e61512320e3587351842a7/image5.png?impolicy=resize&amp;width=1500&amp;height=1500" />
                                                                            </div>
                                </div>
                                                                                                        <div class="ad-slide exclude-count"></div>
                                                                                            <div data-count-index="7">
                                    <div class="article-image">
                                                                                    <img class="lazy" data-original="https://m1.quebecormedia.com/emp/sah_prod/2687b08ed5d502e79d9e33d62b622bfe060e0f2e/image2.png?impolicy=resize&amp;width=1500&amp;height=1500" />
                                                                            </div>
                                </div>
                                                                                        <div class="exclude-count">
                                <div class="slideshow-cta">
                                    <button class="cta-replay-slideshow btn btn-default" data-cycle-cmd="goto" data-cycle-arg="1">Replay slideshow</button>
                                </div>
                            </div>
                        </div>
                        <div id="cycle-slideshow2-1" class="cycle-slideshow2 slideshow-widget slideshow-widget-description">

                                                            <div>
                                    <div class="article-details">
                                        <h4 class="article-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                            7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)
                                                                                    </h4>
                                                                                    <h5 class="article-slide-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                                    Give your bathroom a boost
                                                                                            </h5>
                                                                                <p class="article-text ellipsis" data-ellipsis-nb-lines="10">
                                            Image by:&nbsp;Pinterest
                                        </p>
                                                                                <div class="article-copyright">
                                                                                                                                                                            </div>
                                                                                        
                                        <div class="article-social-widget hidden-xs hidden-sm">
                                            <a class="social-icons icon icon_pinterest buttonPin"
                                               data-url="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-1"
                                               data-media="https://m1.quebecormedia.com/emp/sah_prod/d5479b80255a6ee2743eb708f871dab1ddf68f9c/image7.png"
                                               data-description="Give your bathroom a boost - 7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="http://twitter.com/share?url=https%3A%2F%2Fwww.styleathome.com%2Fdecorating-design%2Fcolour%2Fmediagallery%2F7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore%23slide-1"
                                               class="social-icons icon icon_twitter"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-1"
                                               class="social-icons icon icon_facebook fblink"
                                               data-is-asset-sharing="true"
                                               target="_blank"></a>
                                        </div>
                                    </div>
                                </div>

                                
                                                            <div>
                                    <div class="article-details">
                                        <h4 class="article-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                            7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)
                                                                                    </h4>
                                                                                    <h5 class="article-slide-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                                    Enhance your library
                                                                                            </h5>
                                                                                <p class="article-text ellipsis" data-ellipsis-nb-lines="10">
                                            Image by:&nbsp;Pinterest
                                        </p>
                                                                                <div class="article-copyright">
                                                                                                                                        <span class="author">
                                                    By: Pinterest
                                                </span>
                                                                                                                                </div>
                                                                                        
                                        <div class="article-social-widget hidden-xs hidden-sm">
                                            <a class="social-icons icon icon_pinterest buttonPin"
                                               data-url="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-2"
                                               data-media="https://m1.quebecormedia.com/emp/sah_prod/4deba45ce7a4a0214080b9ce404b92e0380e1839/image6.png"
                                               data-description="Enhance your library - 7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="http://twitter.com/share?url=https%3A%2F%2Fwww.styleathome.com%2Fdecorating-design%2Fcolour%2Fmediagallery%2F7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore%23slide-2"
                                               class="social-icons icon icon_twitter"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-2"
                                               class="social-icons icon icon_facebook fblink"
                                               data-is-asset-sharing="true"
                                               target="_blank"></a>
                                        </div>
                                    </div>
                                </div>

                                
                                                            <div>
                                    <div class="article-details">
                                        <h4 class="article-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                            7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)
                                                                                    </h4>
                                                                                    <h5 class="article-slide-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                                    Create an area for your artwork
                                                                                            </h5>
                                                                                <p class="article-text ellipsis" data-ellipsis-nb-lines="10">
                                            Image by:&nbsp;Pinterest
                                        </p>
                                                                                <div class="article-copyright">
                                                                                                                                                                            </div>
                                                                                        
                                        <div class="article-social-widget hidden-xs hidden-sm">
                                            <a class="social-icons icon icon_pinterest buttonPin"
                                               data-url="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-3"
                                               data-media="https://m1.quebecormedia.com/emp/sah_prod/26ced226b9076ff0ec4ee33eb65acaca0382f49b/image3.png"
                                               data-description="Create an area for your artwork - 7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="http://twitter.com/share?url=https%3A%2F%2Fwww.styleathome.com%2Fdecorating-design%2Fcolour%2Fmediagallery%2F7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore%23slide-3"
                                               class="social-icons icon icon_twitter"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-3"
                                               class="social-icons icon icon_facebook fblink"
                                               data-is-asset-sharing="true"
                                               target="_blank"></a>
                                        </div>
                                    </div>
                                </div>

                                                                    <div class="ad-slide">
                                        <div class="article-details"></div>
                                    </div>
                                
                                                            <div>
                                    <div class="article-details">
                                        <h4 class="article-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                            7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)
                                                                                    </h4>
                                                                                    <h5 class="article-slide-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                                    Playing with moldings
                                                                                            </h5>
                                                                                <p class="article-text ellipsis" data-ellipsis-nb-lines="10">
                                            Image by:&nbsp;Pinterest
                                        </p>
                                                                                <div class="article-copyright">
                                                                                                                                                                            </div>
                                                                                        
                                        <div class="article-social-widget hidden-xs hidden-sm">
                                            <a class="social-icons icon icon_pinterest buttonPin"
                                               data-url="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-4"
                                               data-media="https://m1.quebecormedia.com/emp/sah_prod/496287c958b10fe661ed87b93b1f106cae82d297/image4.png"
                                               data-description="Playing with moldings - 7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="http://twitter.com/share?url=https%3A%2F%2Fwww.styleathome.com%2Fdecorating-design%2Fcolour%2Fmediagallery%2F7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore%23slide-4"
                                               class="social-icons icon icon_twitter"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-4"
                                               class="social-icons icon icon_facebook fblink"
                                               data-is-asset-sharing="true"
                                               target="_blank"></a>
                                        </div>
                                    </div>
                                </div>

                                
                                                            <div>
                                    <div class="article-details">
                                        <h4 class="article-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                            7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)
                                                                                    </h4>
                                                                                    <h5 class="article-slide-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                                    Ignite your fireplace
                                                                                            </h5>
                                                                                <p class="article-text ellipsis" data-ellipsis-nb-lines="10">
                                            Image by:&nbsp;Pinterest
                                        </p>
                                                                                <div class="article-copyright">
                                                                                                                                                                            </div>
                                                                                        
                                        <div class="article-social-widget hidden-xs hidden-sm">
                                            <a class="social-icons icon icon_pinterest buttonPin"
                                               data-url="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-5"
                                               data-media="https://m1.quebecormedia.com/emp/sah_prod/4ad9bdc337de201a09778bfa8aa987a094df7c91/image8.png"
                                               data-description="Ignite your fireplace - 7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="http://twitter.com/share?url=https%3A%2F%2Fwww.styleathome.com%2Fdecorating-design%2Fcolour%2Fmediagallery%2F7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore%23slide-5"
                                               class="social-icons icon icon_twitter"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-5"
                                               class="social-icons icon icon_facebook fblink"
                                               data-is-asset-sharing="true"
                                               target="_blank"></a>
                                        </div>
                                    </div>
                                </div>

                                
                                                            <div>
                                    <div class="article-details">
                                        <h4 class="article-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                            7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)
                                                                                    </h4>
                                                                                    <h5 class="article-slide-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                                    Create a unique door
                                                                                            </h5>
                                                                                <p class="article-text ellipsis" data-ellipsis-nb-lines="10">
                                            Image by:&nbsp;Pinterest
                                        </p>
                                                                                <div class="article-copyright">
                                                                                                                                                                            </div>
                                                                                        
                                        <div class="article-social-widget hidden-xs hidden-sm">
                                            <a class="social-icons icon icon_pinterest buttonPin"
                                               data-url="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-6"
                                               data-media="https://m1.quebecormedia.com/emp/sah_prod/ef245a18b3b306d160e61512320e3587351842a7/image5.png"
                                               data-description="Create a unique door - 7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="http://twitter.com/share?url=https%3A%2F%2Fwww.styleathome.com%2Fdecorating-design%2Fcolour%2Fmediagallery%2F7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore%23slide-6"
                                               class="social-icons icon icon_twitter"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-6"
                                               class="social-icons icon icon_facebook fblink"
                                               data-is-asset-sharing="true"
                                               target="_blank"></a>
                                        </div>
                                    </div>
                                </div>

                                                                    <div class="ad-slide">
                                        <div class="article-details"></div>
                                    </div>
                                
                                                            <div>
                                    <div class="article-details">
                                        <h4 class="article-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                            7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)
                                                                                    </h4>
                                                                                    <h5 class="article-slide-title ellipsis" data-ellipsis-nb-lines="3">
                                                                                                    For a living room with a twist
                                                                                            </h5>
                                                                                <p class="article-text ellipsis" data-ellipsis-nb-lines="10">
                                            Image by:&nbsp;Pinterest
                                        </p>
                                                                                <div class="article-copyright">
                                                                                                                                                                            </div>
                                                                                        
                                        <div class="article-social-widget hidden-xs hidden-sm">
                                            <a class="social-icons icon icon_pinterest buttonPin"
                                               data-url="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-7"
                                               data-media="https://m1.quebecormedia.com/emp/sah_prod/2687b08ed5d502e79d9e33d62b622bfe060e0f2e/image2.png"
                                               data-description="For a living room with a twist - 7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="http://twitter.com/share?url=https%3A%2F%2Fwww.styleathome.com%2Fdecorating-design%2Fcolour%2Fmediagallery%2F7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore%23slide-7"
                                               class="social-icons icon icon_twitter"
                                               data-is-asset-sharing="true"
                                               target="_blank">
                                            </a>
                                            <a href="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore#slide-7"
                                               class="social-icons icon icon_facebook fblink"
                                               data-is-asset-sharing="true"
                                               target="_blank"></a>
                                        </div>
                                    </div>
                                </div>

                                
                                                    </div>

                        <div class="article-social-widget share mobile-share visible-xs visible-sm">
                            <a href="#" class="btn btn-default goto"
                               data-title="7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)"
                               data-slug="7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore"
                                                                  data-section="Colour"
                                                                                                   data-image="https://m1.quebecormedia.com/emp/sah_prod/d5479b80255a6ee2743eb708f871dab1ddf68f9c/image7.png"
                                                               data-url="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore"
                            >Share</a>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <div class="sharing-popup">
    <div class="wrapper-popup">
        <div class="top-popup">
            <span>Share</span>
            <a class="close" href="#">X</a>
        </div>
        <div class="content-popup">
                                                <h6 class="tag">
                        Colour
                    </h6>
                                                        <h3 class="title">7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)</h3>
                                        <div class="social">
                    <div class="social-wrapper">

    
    <span class="share-label">Share</span>

    <ul>
        <li class="facebook" id="fbshare-7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore">
            <a class="fblink icon icon_facebook"
               href="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore"
               rel="nofollow"
               target="_blank"
               data-is-asset-sharing="false">
            </a>
        </li>
        <li class="twitter" id="twittershare-7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore">
            <a class="icon icon_twitter"
               href="https://twitter.com/share?text=7%20Ways%20to%20Use%20the%20Raspberry%20Blush%20Paint%20%28by%20Benjamin%20Moore%29&url=https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore"
               rel="nofollow"
               target="_blank"
               data-is-asset-sharing="false">
            </a>
        </li>
        <li class="pinterest" id="pinshare-7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore">
            <a class="buttonPin icon icon_pinterest"
               data-url="https://www.styleathome.com/decorating-design/colour/mediagallery/7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore"
                              data-description="7 Ways to Use the Raspberry Blush Paint (by Benjamin Moore)"
               rel="nofollow"
               target="_blank"
               data-is-asset-sharing="false">
            </a>
        </li>
        <li class="email" id="emailshare-7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore">
            <a class="fancy icon icon_email"
               href="/share?title=7%2520Ways%2520to%2520Use%2520the%2520Raspberry%2520Blush%2520Paint%2520%2528by%2520Benjamin%2520Moore%2529&amp;url=https%253A%252F%252Fwww.styleathome.com%252Fdecorating-design%252Fcolour%252Fmediagallery%252F7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore"
               rel="nofollow">
            </a>
        </li>
        <li class="print hidden-xs hidden-sm" id="printshare-7-ways-to-use-the-raspberry-blush-paint-by-benjamin-moore">
            <a class="icon icon_print"
               rel="nofollow">
            </a>
        </li>
    </ul>
</div>
                </div>
                    </div>
    </div>
</div>
    </section>

            <script type="text/javascript">
            jQuery(document).ready(function($) {
                var assetData = {
    position: 'embedded',
    id: '80d323af-b0df-4ea7-afa4-138b638ba63d',
    length: '7',
    publicationDate: '2022-10-12T13:04:51-04:00',
    title: '7 ways to use the raspberry blush paint (by benjamin moore)',
    type: 'slideshow',
            native: undefined
    };

if (typeof window.assetEmbbededDataLayer == 'undefined') {
    window.assetEmbbededDataLayer = [];
}

window.assetEmbbededDataLayer[1] = assetData;

var asset = {
    event: 'content interaction',
    eventAction: '',
    data: assetData
};
                $('.slideshow-wrapper-widget .slideshow-widget:first').on({
                    'cycle-next cycle-prev': function() {
                        if ($('div.cycle-slide-active').hasClass('ad-slide')) {
                            return;
                        }

                        var totalSlides = 7;
                        var currentSlideCount = $('.slideshow-widget div.cycle-slide-active')
                                .not('.cycle-sentinel')
                                .attr('data-count-index');

                        // Note: the slide count becomes undefined at the end of the slideshow, hence the following assertion
                        var eventAction = currentSlideCount == totalSlides || currentSlideCount == undefined
                                ? 'navigate to end of slideshow'
                                : 'navigate within slideshow';

                        asset.eventAction = eventAction;
                        asset.data.nthItem = currentSlideCount;
                        asset.data.length = totalSlides;

                        gtm.assetPush(asset);
                    }
                });
            });
        </script>
    



                            <section class="mt-xxxl-large ad col-md-12 hidden-xs">
                    <div class="advertisement-728x90 text-center">
                        <div id="dfpMultiflexBanner-1797029968"
                             class="ad-to-load dfp-multiflex-banner dfp-ad block ad-desktop"
                             data-size="dfpMultiflexBanner"
                             data-position=""
                             data-tile=""
                             data-ajax-interval=""
                             data-is-empty="true">
                        </div>
                    </div>
                </section>
                                                

<section class="layout-multi">
    <div class="container no-padding-mobile">
                    <div class="section-wrapper top-border">
                <div class="col-xs-12 no-padding-mobile">
                    <h2 class="section-title"><span>Kitchen</span></h2>
                </div>
                        <div class="col-xs-12 no-padding-mobile">
                    <div class="row no-margin-mobile">
                                                                                    <div class="col-xs-12 col-sm-6 multi-large">
                                    
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/kitchen/article/a-kitchen-inspired-by-the-french-fashion-house-hermes">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/8579aa72bf25f43e5fcb81a796f3ebb657d0f7df/DevixKitchens-190Strathgowan-046.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/8579aa72bf25f43e5fcb81a796f3ebb657d0f7df/DevixKitchens-190Strathgowan-046.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/8579aa72bf25f43e5fcb81a796f3ebb657d0f7df/DevixKitchens-190Strathgowan-046.jpg?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/8579aa72bf25f43e5fcb81a796f3ebb657d0f7df/DevixKitchens-190Strathgowan-046.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/8579aa72bf25f43e5fcb81a796f3ebb657d0f7df/DevixKitchens-190Strathgowan-046.jpg?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="A Kitchen Inspired By The French Fashion House Hermès"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/8579aa72bf25f43e5fcb81a796f3ebb657d0f7df/DevixKitchens-190Strathgowan-046.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/8579aa72bf25f43e5fcb81a796f3ebb657d0f7df/DevixKitchens-190Strathgowan-046.jpg"
                 data-pin-description="A Kitchen Inspired By The French Fashion House Hermès | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/kitchen/article/a-kitchen-inspired-by-the-french-fashion-house-hermes">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                                        <span class="section-tag">
                    Kitchen
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Kitchen
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/kitchen/article/a-kitchen-inspired-by-the-french-fashion-house-hermes">
                    A Kitchen Inspired By The French Fashion House Hermès
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Iris Benaroia 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-10-12T08:46:54-04:00">Oct 12, 2022</time>
                                        <a href="/interiors/kitchen/article/a-kitchen-inspired-by-the-french-fashion-house-hermes" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                                </div>
                                                            <div class="col-xs-12 col-sm-6 multi-large">
                                    
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/kitchen/article/get-the-look-of-this-kitchen-warmed-by-wood-and-enlivened-by-graphic-tilework">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/becfb2e5ce44e714618ec144b4de3dfd3370fbfb/InHouseDesign-930CentreAve-FINAL-014.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/becfb2e5ce44e714618ec144b4de3dfd3370fbfb/InHouseDesign-930CentreAve-FINAL-014.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/becfb2e5ce44e714618ec144b4de3dfd3370fbfb/InHouseDesign-930CentreAve-FINAL-014.jpg?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/becfb2e5ce44e714618ec144b4de3dfd3370fbfb/InHouseDesign-930CentreAve-FINAL-014.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/becfb2e5ce44e714618ec144b4de3dfd3370fbfb/InHouseDesign-930CentreAve-FINAL-014.jpg?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="Get The Look Of This Kitchen Warmed By Wood And Enlivened By Graphic Tilework"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/becfb2e5ce44e714618ec144b4de3dfd3370fbfb/InHouseDesign-930CentreAve-FINAL-014.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/becfb2e5ce44e714618ec144b4de3dfd3370fbfb/InHouseDesign-930CentreAve-FINAL-014.jpg"
                 data-pin-description="Get The Look Of This Kitchen Warmed By Wood And Enlivened By Graphic Tilework | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/kitchen/article/get-the-look-of-this-kitchen-warmed-by-wood-and-enlivened-by-graphic-tilework">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                                        <span class="section-tag">
                    Kitchen
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Kitchen
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/kitchen/article/get-the-look-of-this-kitchen-warmed-by-wood-and-enlivened-by-graphic-tilework">
                    Get The Look Of This Kitchen Warmed By Wood And Enlivened By Graphic Tilework
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Style At Home 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-10-12T08:46:54-04:00">Oct 12, 2022</time>
                                        <a href="/interiors/kitchen/article/get-the-look-of-this-kitchen-warmed-by-wood-and-enlivened-by-graphic-tilework" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                                </div>
                                                                        </div>
                </div>
                <div class="col-xs-12 col-md-7 col-lg-8 no-padding-mobile">
                    <div class="row no-margin-mobile">
                                                                                    <div class="col-xs-12 col-sm-6 multi-small">
                                    
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/kitchen/article/a-classic-structure-kitchen-with-bold-styling">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/6fc1769db5593d7a49da7aff5efadde3d7c9a550/40-Roxborough-Jack-Creasy21252.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/6fc1769db5593d7a49da7aff5efadde3d7c9a550/40-Roxborough-Jack-Creasy21252.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/6fc1769db5593d7a49da7aff5efadde3d7c9a550/40-Roxborough-Jack-Creasy21252.jpg?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/6fc1769db5593d7a49da7aff5efadde3d7c9a550/40-Roxborough-Jack-Creasy21252.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/6fc1769db5593d7a49da7aff5efadde3d7c9a550/40-Roxborough-Jack-Creasy21252.jpg?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="A Classic Structure Kitchen With Bold Styling"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/6fc1769db5593d7a49da7aff5efadde3d7c9a550/40-Roxborough-Jack-Creasy21252.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/6fc1769db5593d7a49da7aff5efadde3d7c9a550/40-Roxborough-Jack-Creasy21252.jpg"
                 data-pin-description="A Classic Structure Kitchen With Bold Styling | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/kitchen/article/a-classic-structure-kitchen-with-bold-styling">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                                        <span class="section-tag">
                    Kitchen
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Kitchen
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/kitchen/article/a-classic-structure-kitchen-with-bold-styling">
                    A Classic Structure Kitchen With Bold Styling
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Iris Benaroia 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-10-12T08:46:54-04:00">Oct 12, 2022</time>
                                        <a href="/interiors/kitchen/article/a-classic-structure-kitchen-with-bold-styling" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                                </div>
                                                            <div class="col-xs-12 col-sm-6 multi-small">
                                    
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/kitchen/article/kitchen-tour-on-cloud-nine">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/91a4118dfb434a25da768d11cee2788a4894da6b/CarriageHouse-17-1.png?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/91a4118dfb434a25da768d11cee2788a4894da6b/CarriageHouse-17-1.png?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/91a4118dfb434a25da768d11cee2788a4894da6b/CarriageHouse-17-1.png?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/91a4118dfb434a25da768d11cee2788a4894da6b/CarriageHouse-17-1.png?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/91a4118dfb434a25da768d11cee2788a4894da6b/CarriageHouse-17-1.png?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="Kitchen tour : On Cloud Nine"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/91a4118dfb434a25da768d11cee2788a4894da6b/CarriageHouse-17-1.png"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/91a4118dfb434a25da768d11cee2788a4894da6b/CarriageHouse-17-1.png"
                 data-pin-description="Kitchen tour : On Cloud Nine | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/kitchen/article/kitchen-tour-on-cloud-nine">
        </picture>

            
                </a>
                                        <span class="section-tag">
                    Kitchen
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Kitchen
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/kitchen/article/kitchen-tour-on-cloud-nine">
                    Kitchen tour : On Cloud Nine
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Anne Eastbourne 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-04-05T14:31:39-04:00">Apr 5, 2022</time>
                                        <a href="/interiors/kitchen/article/kitchen-tour-on-cloud-nine" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                                </div>
                                                            <div class="col-xs-12 col-sm-6 multi-small">
                                    
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/kitchen/article/kitchen-tour-lighten-up">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/c8d5d1ecdcbdb5dbe12d8f250141e91d40ce52ac/MehnazMalikxLyall20479-1.png?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/c8d5d1ecdcbdb5dbe12d8f250141e91d40ce52ac/MehnazMalikxLyall20479-1.png?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/c8d5d1ecdcbdb5dbe12d8f250141e91d40ce52ac/MehnazMalikxLyall20479-1.png?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/c8d5d1ecdcbdb5dbe12d8f250141e91d40ce52ac/MehnazMalikxLyall20479-1.png?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/c8d5d1ecdcbdb5dbe12d8f250141e91d40ce52ac/MehnazMalikxLyall20479-1.png?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="Kitchen tour : Lighten up"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/c8d5d1ecdcbdb5dbe12d8f250141e91d40ce52ac/MehnazMalikxLyall20479-1.png"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/c8d5d1ecdcbdb5dbe12d8f250141e91d40ce52ac/MehnazMalikxLyall20479-1.png"
                 data-pin-description="Kitchen tour : Lighten up | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/kitchen/article/kitchen-tour-lighten-up">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                                        <span class="section-tag">
                    Kitchen
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Kitchen
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/kitchen/article/kitchen-tour-lighten-up">
                    Kitchen tour : Lighten up
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Christy Wright 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-04-05T14:31:39-04:00">Apr 5, 2022</time>
                                        <a href="/interiors/kitchen/article/kitchen-tour-lighten-up" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                                </div>
                                                            <div class="col-xs-12 col-sm-6 multi-small">
                                    
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/kitchen/article/kitchen-tour-in-the-navy">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/b6887703d458f6396cfa324b9cdc64a39b3f1f26/71-011-49-2.png?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/b6887703d458f6396cfa324b9cdc64a39b3f1f26/71-011-49-2.png?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/b6887703d458f6396cfa324b9cdc64a39b3f1f26/71-011-49-2.png?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/b6887703d458f6396cfa324b9cdc64a39b3f1f26/71-011-49-2.png?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/b6887703d458f6396cfa324b9cdc64a39b3f1f26/71-011-49-2.png?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="Kitchen tour : in the Navy"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/b6887703d458f6396cfa324b9cdc64a39b3f1f26/71-011-49-2.png"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/b6887703d458f6396cfa324b9cdc64a39b3f1f26/71-011-49-2.png"
                 data-pin-description="Kitchen tour : in the Navy | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/kitchen/article/kitchen-tour-in-the-navy">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                                        <span class="section-tag">
                    Kitchen
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Kitchen
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/kitchen/article/kitchen-tour-in-the-navy">
                    Kitchen tour : in the Navy
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Bethany Lyttle 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-04-05T14:31:39-04:00">Apr 5, 2022</time>
                                        <a href="/interiors/kitchen/article/kitchen-tour-in-the-navy" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                                </div>
                                                                        </div>
                </div>
                <div class="col-xs-12 col-md-5 col-lg-4 no-padding-mobile">
                    <section class="ad side-advertising-2 hidden-xs">
                        <div class="advertisement-300x600 text-center">
                            <div id="dfpMultiflexBigBox-1814551546"
                                 class="ad-to-load dfp-bigbox dfp-ad ad-desktop desktop-top-ad"
                                 data-size="dfpMultiflexBigBox"
                                 data-position=""
                                 data-tile=""
                                 data-ajax-interval=""
                                 data-is-empty="true">
                            </div>
                        </div>
                    </section>
                    <section class="ad side-advertising-2 visible-xs">
                        <div class="advertisement-300x250 text-center">
                            <div id="dfpMultiflexBanner-1305597080"
                                 class="ad-to-load dfp-multiflex-banner dfp-ad ad-mobile"
                                 data-size="dfpMultiflexBanner"
                                 data-position=""
                                 data-tile=""
                                 data-ajax-interval=""
                                 data-is-empty="true">
                            </div>
                        </div>
                    </section>
                </div>
                    </div>
            </div>
</section>




                                                

<section class="layout-multi">
    <div class="container no-padding-mobile">
                    <div class="section-wrapper top-border">
                <div class="col-xs-12 no-padding-mobile">
                    <h2 class="section-title"><span>Bathroom</span></h2>
                </div>
                        <div class="col-xs-12 no-padding-mobile">
                    <div class="row no-margin-mobile">
                                                                                    <div class="col-xs-12 col-sm-6 multi-large">
                                    
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/bathroom/article/before-and-after-a-dark-and-dated-ensuite-gets-a-glamorous-update">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-7c4fc650325780d0fdb0dbe3eab3587be08b7d9f-_-bathroom-reno-ensuite-LG.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-7c4fc650325780d0fdb0dbe3eab3587be08b7d9f-_-bathroom-reno-ensuite-LG.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-7c4fc650325780d0fdb0dbe3eab3587be08b7d9f-_-bathroom-reno-ensuite-LG.jpg?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-7c4fc650325780d0fdb0dbe3eab3587be08b7d9f-_-bathroom-reno-ensuite-LG.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-7c4fc650325780d0fdb0dbe3eab3587be08b7d9f-_-bathroom-reno-ensuite-LG.jpg?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="A dark and dated ensuite gets a glamorous update"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-7c4fc650325780d0fdb0dbe3eab3587be08b7d9f-_-bathroom-reno-ensuite-LG.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-7c4fc650325780d0fdb0dbe3eab3587be08b7d9f-_-bathroom-reno-ensuite-LG.jpg"
                 data-pin-description="A dark and dated ensuite gets a glamorous update | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/bathroom/article/before-and-after-a-dark-and-dated-ensuite-gets-a-glamorous-update">
        </picture>

            
                </a>
                                        <span class="section-tag">
                    Bathroom
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Bathroom
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/bathroom/article/before-and-after-a-dark-and-dated-ensuite-gets-a-glamorous-update">
                    Before and after: A dark and dated ensuite gets a glamorous update
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Brittany Devenyi 
            
        </span>
    
            </h6>
                                                    <a href="/interiors/bathroom/article/before-and-after-a-dark-and-dated-ensuite-gets-a-glamorous-update" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                                </div>
                                                            <div class="col-xs-12 col-sm-6 multi-large">
                                    
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/bathroom/article/perfect-plants-decorate-bathroom">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/e6eb1e3ad2a8ad07d882ba733250cb455e236cba/Nouveau-projet-65.png?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/e6eb1e3ad2a8ad07d882ba733250cb455e236cba/Nouveau-projet-65.png?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/e6eb1e3ad2a8ad07d882ba733250cb455e236cba/Nouveau-projet-65.png?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/e6eb1e3ad2a8ad07d882ba733250cb455e236cba/Nouveau-projet-65.png?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/e6eb1e3ad2a8ad07d882ba733250cb455e236cba/Nouveau-projet-65.png?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="5 perfect plants to decorate a bathroom"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/e6eb1e3ad2a8ad07d882ba733250cb455e236cba/Nouveau-projet-65.png"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/e6eb1e3ad2a8ad07d882ba733250cb455e236cba/Nouveau-projet-65.png"
                 data-pin-description="5 perfect plants to decorate a bathroom | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/bathroom/article/perfect-plants-decorate-bathroom">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                                        <span class="section-tag">
                    Bathroom
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Bathroom
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/bathroom/article/perfect-plants-decorate-bathroom">
                    5 perfect plants to decorate a bathroom
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Kelly-Ann Neeley 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-03-25T12:04:23-04:00">Mar 25, 2022</time>
                                        <a href="/interiors/bathroom/article/perfect-plants-decorate-bathroom" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                                </div>
                                                                        </div>
                </div>
                <div class="col-xs-12 col-md-7 col-lg-8 no-padding-mobile">
                    <div class="row no-margin-mobile">
                                                                                    <div class="col-xs-12 col-sm-6 multi-small">
                                    
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/bathroom/article/powerful-powder-rooms">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/72815c3f66f9554b48bd67acfd4a922523cde036/Nouveau-projet-46.png?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/72815c3f66f9554b48bd67acfd4a922523cde036/Nouveau-projet-46.png?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/72815c3f66f9554b48bd67acfd4a922523cde036/Nouveau-projet-46.png?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/72815c3f66f9554b48bd67acfd4a922523cde036/Nouveau-projet-46.png?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/72815c3f66f9554b48bd67acfd4a922523cde036/Nouveau-projet-46.png?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="Powerful Powder Rooms"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/72815c3f66f9554b48bd67acfd4a922523cde036/Nouveau-projet-46.png"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/72815c3f66f9554b48bd67acfd4a922523cde036/Nouveau-projet-46.png"
                 data-pin-description="Powerful Powder Rooms | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/bathroom/article/powerful-powder-rooms">
        </picture>

                    <div class="canvas-thumbnail"></div>
            
                </a>
                                        <span class="section-tag">
                    Bathroom
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Bathroom
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/bathroom/article/powerful-powder-rooms">
                    Powerful Powder Rooms
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    The STYLE at HOME editorial team 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2021-11-01T09:49:23-04:00">Nov 1, 2021</time>
                                        <a href="/interiors/bathroom/article/powerful-powder-rooms" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                                </div>
                                                            <div class="col-xs-12 col-sm-6 multi-small">
                                    
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/bathroom/article/luxurious-bathroom">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/96a66baa518e8bf74b8ff9d36aab6c65a248be03/PH01-2020-003819-198-edit.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/96a66baa518e8bf74b8ff9d36aab6c65a248be03/PH01-2020-003819-198-edit.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/96a66baa518e8bf74b8ff9d36aab6c65a248be03/PH01-2020-003819-198-edit.jpg?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/96a66baa518e8bf74b8ff9d36aab6c65a248be03/PH01-2020-003819-198-edit.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/96a66baa518e8bf74b8ff9d36aab6c65a248be03/PH01-2020-003819-198-edit.jpg?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="5 Luxurious Bathrooms, Which one Will Inspire You?"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/96a66baa518e8bf74b8ff9d36aab6c65a248be03/PH01-2020-003819-198-edit.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/96a66baa518e8bf74b8ff9d36aab6c65a248be03/PH01-2020-003819-198-edit.jpg"
                 data-pin-description="5 Luxurious Bathrooms, Which one Will Inspire You? | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/bathroom/article/luxurious-bathroom">
        </picture>

            
                </a>
                                        <span class="section-tag">
                    Bathroom
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Bathroom
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/bathroom/article/luxurious-bathroom">
                    5 luxurious bathrooms capture each owner’s vision of a personal sanctuary. Which one will inspire you?
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Style at Home ,
                    Martha Uniacke Breen 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2021-10-18T14:52:12-04:00">Oct 18, 2021</time>
                                        <a href="/interiors/bathroom/article/luxurious-bathroom" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                                </div>
                                                            <div class="col-xs-12 col-sm-6 multi-small">
                                    
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/bathroom/article/small-bathroom">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/2e93bdc98a5532adb860882c6de37ff21a1faaa8/F9A9168-hero.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/2e93bdc98a5532adb860882c6de37ff21a1faaa8/F9A9168-hero.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/2e93bdc98a5532adb860882c6de37ff21a1faaa8/F9A9168-hero.jpg?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/2e93bdc98a5532adb860882c6de37ff21a1faaa8/F9A9168-hero.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/2e93bdc98a5532adb860882c6de37ff21a1faaa8/F9A9168-hero.jpg?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="Small Bathroom Big Function With Style and Substance"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/2e93bdc98a5532adb860882c6de37ff21a1faaa8/F9A9168-hero.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/2e93bdc98a5532adb860882c6de37ff21a1faaa8/F9A9168-hero.jpg"
                 data-pin-description="Small Bathroom Big Function With Style and Substance | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/bathroom/article/small-bathroom">
        </picture>

            
                </a>
                                        <span class="section-tag">
                    Bathroom
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Bathroom
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/bathroom/article/small-bathroom">
                    Style and Substance: Small Bathroom, Big Function
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Martha Uniacke Breen 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2021-06-02T11:11:50-04:00">Jun 2, 2021</time>
                                        <a href="/interiors/bathroom/article/small-bathroom" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                                </div>
                                                            <div class="col-xs-12 col-sm-6 multi-small">
                                    
<div class="story">
    <article>
        <div class="story-image">
                            <a href="/interiors/bathroom/article/the-safety-dance-a-bathroom-balanced-by-classic-and-trendy-design-elements">
                        
    
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-bd73faef0dae4936f8a709087626ee4ce475bf91-_-hero.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-bd73faef0dae4936f8a709087626ee4ce475bf91-_-hero.jpg?impolicy=resize&amp;width=1500&amp;height=1500" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-bd73faef0dae4936f8a709087626ee4ce475bf91-_-hero.jpg?impolicy=resize&amp;width=1200&amp;height=1200" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-bd73faef0dae4936f8a709087626ee4ce475bf91-_-hero.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-bd73faef0dae4936f8a709087626ee4ce475bf91-_-hero.jpg?impolicy=resize&amp;width=1500&amp;height=1500"
                 alt="The Safety Dance: A Bathroom Balanced by Classic and Trendy Design Elements"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-bd73faef0dae4936f8a709087626ee4ce475bf91-_-hero.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/style_at_home-_-bd73faef0dae4936f8a709087626ee4ce475bf91-_-hero.jpg"
                 data-pin-description="The Safety Dance: A Bathroom Balanced by Classic and Trendy Design Elements | .styleathome.com"
                 data-pin-url="https://www.styleathome.com/interiors/bathroom/article/the-safety-dance-a-bathroom-balanced-by-classic-and-trendy-design-elements">
        </picture>

            
                </a>
                                        <span class="section-tag">
                    Bathroom
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Bathroom
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/interiors/bathroom/article/the-safety-dance-a-bathroom-balanced-by-classic-and-trendy-design-elements">
                    The Safety Dance: A Bathroom Balanced by Classic and Trendy Design Elements
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Katie Hayden 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2019-09-09T11:47:57-04:00">Sep 9, 2019</time>
                                        <a href="/interiors/bathroom/article/the-safety-dance-a-bathroom-balanced-by-classic-and-trendy-design-elements" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

        </div>
    </article>
</div>

                                </div>
                                                                        </div>
                </div>
                <div class="col-xs-12 col-md-5 col-lg-4 no-padding-mobile">
                    <section class="ad side-advertising-2 hidden-xs">
                        <div class="advertisement-300x600 text-center">
                            <div id="dfpMultiflexBigBox-365955925"
                                 class="ad-to-load dfp-bigbox dfp-ad ad-desktop desktop-top-ad"
                                 data-size="dfpMultiflexBigBox"
                                 data-position=""
                                 data-tile=""
                                 data-ajax-interval=""
                                 data-is-empty="true">
                            </div>
                        </div>
                    </section>
                    <section class="ad side-advertising-2 visible-xs">
                        <div class="advertisement-300x250 text-center">
                            <div id="dfpMultiflexBanner-151478956"
                                 class="ad-to-load dfp-multiflex-banner dfp-ad ad-mobile"
                                 data-size="dfpMultiflexBanner"
                                 data-position=""
                                 data-tile=""
                                 data-ajax-interval=""
                                 data-is-empty="true">
                            </div>
                        </div>
                    </section>
                </div>
                    </div>
            </div>
</section>




                                                

<section class="layout-list">
    <div class="container no-padding-mobile">
                    <div class="section-wrapper top-border">
                <div class="col-xs-12 no-padding-mobile">
                    <h2 class="section-title"><span>Before And After</span></h2>
                </div>
        
                <div class="col-xs-12 col-md-7 col-lg-8">
                    <ul class="article-list">
                                                                                    
<li class="story">
    <article>
        <div class="story-image">
                            <a href="/how-to/before-and-after/article/before-and-after-karl-lohnes-peter-paquette-collaborate-on-a-reboot-of-a-traditional-toronto-home">
                        
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/0b9baeb5a2a6c95135bd041e279452e729e64506/80RosedaleHeights-KarlLohnes22087.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/0b9baeb5a2a6c95135bd041e279452e729e64506/80RosedaleHeights-KarlLohnes22087.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/0b9baeb5a2a6c95135bd041e279452e729e64506/80RosedaleHeights-KarlLohnes22087.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/0b9baeb5a2a6c95135bd041e279452e729e64506/80RosedaleHeights-KarlLohnes22087.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            
            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/0b9baeb5a2a6c95135bd041e279452e729e64506/80RosedaleHeights-KarlLohnes22087.jpg?impolicy=resize&amp;width=800&amp;height=800"
                 data-width="1200"
                 data-height="883"
                 alt="Before and After : Karl Lohnes &amp; Peter Paquette Collaborate on a Reboot of a Traditional Toronto Home"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/0b9baeb5a2a6c95135bd041e279452e729e64506/80RosedaleHeights-KarlLohnes22087.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/0b9baeb5a2a6c95135bd041e279452e729e64506/80RosedaleHeights-KarlLohnes22087.jpg"
                 data-pin-description="Before and After : Karl Lohnes &amp; Peter Paquette Collaborate on a Reboot of a Traditional Toronto Home | .styleathome.com">
        </picture>
    
                </a>
                                        <span class="section-tag">
                    Before and After
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Before and After
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/how-to/before-and-after/article/before-and-after-karl-lohnes-peter-paquette-collaborate-on-a-reboot-of-a-traditional-toronto-home">
                    Before and After : Karl Lohnes & Peter Paquette Collaborate on a Reboot of a Traditional Toronto Home
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Bethany Lyttle 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-06-22T09:57:59-04:00">Jun 22, 2022</time>
                        <div class="hidden-xs">
                                                            <a href="/how-to/before-and-after/article/before-and-after-karl-lohnes-peter-paquette-collaborate-on-a-reboot-of-a-traditional-toronto-home" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

                            </div>
        </div>
    </article>
</li>

                                                            
<li class="story">
    <article>
        <div class="story-image">
                            <a href="/how-to/before-and-after/article/before-and-after-a-modern-life-for-this-dated-trailer">
                        
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/9ef3de32fab401ba23e6dda4768488c0d8ef554b/trailer1.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/9ef3de32fab401ba23e6dda4768488c0d8ef554b/trailer1.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/9ef3de32fab401ba23e6dda4768488c0d8ef554b/trailer1.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/9ef3de32fab401ba23e6dda4768488c0d8ef554b/trailer1.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            
            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/9ef3de32fab401ba23e6dda4768488c0d8ef554b/trailer1.jpg?impolicy=resize&amp;width=800&amp;height=800"
                 data-width="576"
                 data-height="573"
                 alt="Before and After : A Modern Life for this Dated Trailer"
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/9ef3de32fab401ba23e6dda4768488c0d8ef554b/trailer1.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/9ef3de32fab401ba23e6dda4768488c0d8ef554b/trailer1.jpg"
                 data-pin-description="Before and After : A Modern Life for this Dated Trailer—A dated trailer gets a second life as a cozied-up living space complete with bold style and all the mod cons. &amp;nbsp;">
        </picture>
    
                </a>
                                        <span class="section-tag">
                    Before and After
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Before and After
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/how-to/before-and-after/article/before-and-after-a-modern-life-for-this-dated-trailer">
                    Before and After : A Modern Life for this Dated Trailer
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Christy Wright 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-06-21T10:00:57-04:00">Jun 21, 2022</time>
                        <div class="hidden-xs">
                                                            <p class="excerpt ellipsis" data-ellipsis-nb-lines="4">
                            <strong>A dated trailer gets a second life as a cozied-up living space complete with bold style and all the mod cons. &nbsp;</strong>
                        </p>
                                            <a href="/how-to/before-and-after/article/before-and-after-a-modern-life-for-this-dated-trailer" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

                            </div>
        </div>
    </article>
</li>

                                                            
<li class="story">
    <article>
        <div class="story-image">
                            <a href="/how-to/before-and-after/article/before-and-after-enlarging-the-kitchen-improving-flow-and-increasing-storage">
                        
            <picture>
                
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/e7b2574d9a4e376deb984410aa4578d17a3629ad/Copie-de-PH01-2022-002083-025.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 1200px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/e7b2574d9a4e376deb984410aa4578d17a3629ad/Copie-de-PH01-2022-002083-025.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 992px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/e7b2574d9a4e376deb984410aa4578d17a3629ad/Copie-de-PH01-2022-002083-025.jpg?impolicy=resize&amp;width=800&amp;height=800" media="(min-width: 750px)">
    <source srcset="https://m1.quebecormedia.com/emp/sah_prod/e7b2574d9a4e376deb984410aa4578d17a3629ad/Copie-de-PH01-2022-002083-025.jpg?impolicy=resize&amp;width=1000&amp;height=1000" media="(min-width: 250px)">

            
            <img class="img-responsive"
                 srcset="https://m1.quebecormedia.com/emp/sah_prod/e7b2574d9a4e376deb984410aa4578d17a3629ad/Copie-de-PH01-2022-002083-025.jpg?impolicy=resize&amp;width=800&amp;height=800"
                 data-width="1200"
                 data-height="800"
                 alt="Before and After : Enlarging the Kitchen, Improving Flow and Increasing Storage "
                 src="/assets/img/blank.gif?v=1522265967#https://m1.quebecormedia.com/emp/sah_prod/e7b2574d9a4e376deb984410aa4578d17a3629ad/Copie-de-PH01-2022-002083-025.jpg"
                 data-pin-media="https://m1.quebecormedia.com/emp/sah_prod/e7b2574d9a4e376deb984410aa4578d17a3629ad/Copie-de-PH01-2022-002083-025.jpg"
                 data-pin-description="Before and After : Enlarging the Kitchen, Improving Flow and Increasing Storage —Tired of its lack of space and dated look, the owners of this kitchen had been planning a reno for ages. They found it especially annoying that only two of the four family members could be in the room at once. For solutions, they turned to designer Isabelle Filion.&amp;nbsp;">
        </picture>
    
                </a>
                                        <span class="section-tag">
                    Before and After
                </span>
                    </div>
        <div class="story-text">
                            <h6 class="tag">
                    Before and After
                </h6>
                        <h4>
                <a class="ellipsis" data-ellipsis-nb-lines="2" href="/how-to/before-and-after/article/before-and-after-enlarging-the-kitchen-improving-flow-and-increasing-storage">
                    Before and After : Enlarging the Kitchen, Improving Flow and Increasing Storage
                </a>
            </h4>
            <h6 class="author">
                                <span class="author-name">
                                    By:
                    Kathleen Dore 
            
        </span>
    
            </h6>
                                        <time class="date" pubdate datetime="2022-06-20T12:33:58-04:00">Jun 20, 2022</time>
                        <div class="hidden-xs">
                                                            <p class="excerpt ellipsis" data-ellipsis-nb-lines="4">
                            <strong>Tired of its lack of space and dated look, the owners of this kitchen had been planning a reno for ages. They found it especially annoying that only two of the four family members could be in the room at once. For solutions, they turned to designer Isabelle Filion.&nbsp;</strong>
                        </p>
                                            <a href="/how-to/before-and-after/article/before-and-after-enlarging-the-kitchen-improving-flow-and-increasing-storage" class="btn btn-default read-more">
        <span>
            Read More
        </span>
    </a>

                            </div>
        </div>
    </article>
</li>

                                                                        </ul>
                </div>
                <div class="col-xs-12 col-md-5 col-lg-4 no-padding-mobile hidden-xs">
                    <section class="ad ad-container block">
                        <div id="dfpMultiflexBigBox-1374987526"
                             class="ad-to-load dfp-multiflex-bigbox dfp-ad ad-desktop desktop-top-ad"
                             data-size="dfpMultiflexBigBox"
                             data-position=""
                             data-tile=""
                             data-ajax-interval=""
                             data-is-empty="true">
                        </div>
                    </section>
                </div>
                <div class="col-xs-12 col-md-5 col-lg-4 no-padding-mobile visible-xs">
                    <section class="ad ad-container block">
                        <div id="dfpMultiflexBanner-1491293926"
                             class="ad-to-load dfp-multiflex-banner dfp-ad ad-mobile"
                             data-size="dfpMultiflexBanner"
                             data-position=""
                             data-tile=""
                             data-ajax-interval=""
                             data-is-empty="true">
                        </div>
                    </section>
                </div>
                    </div>
            </div>
</section>




                        
    <section id="follow-us">
        <div class="container no-padding-mobile">
            <div class="blocks-wrapper">
                
<div class="newsletter block col-xs-12 col-md-6">
    <div class="block-wrapper">
        <div class="inner-wrapper">
            
<form action="https://www.styleathome.com/page/newsletter" method="post" class="form newsletter-form">
    <div class="field input-group">
        <div class="text">
            <input type="email" name="email" placeholder="Your email address" class="textfield">
        </div>
        <input type="hidden" name="fromLightForm" value="1" />
        <button type="submit" class="newsletter-submit">Subscribe now</button>
    </div>
</form>

        </div>
    </div>
</div>
                
<div class="social-feed block col-xs-12 col-md-6">
    <div class="block-wrapper">
        <div class="inner-wrapper">
            <h2 class="title"><span>Curate your style</span></h2>
            <a class="pin-us buttonPin btn btn-default goto"
                data-url="//www.styleathome.com/"
                data-media="https://www.styleathome.com/assets/img/default.jpg"
                data-description="Exchange ideas and find inspiration on interior decor and design tips, home organization ideas, decorating on a budget, decor trends, and more."
            >
                Pin Us!
            </a>
        </div>
    </div>
</div>
            </div>
        </div>
    </section>

    <section id="call-to-actions">
        <div class="container no-padding-mobile">
            <div id="widget-list-horizontal">
                                    <div class="cta-item block col-xs-12 col-md-4">
    <div class="block-wrapper">
                    <p>
                                    <a href="https://www.instagram.com/styleathome/" target="_blank">
                                        <div class="content-img">
<p style="text-align:center"><img alt="null" src="https://m1.quebecormedia.com/emp/sah_prod/3d643992755f916b2a87e275e15ce9805345d226/sat-insta.png"></p>

<p class="media-description">&nbsp;</p>
</div>

                                    </a>
                            </p>
            </div>
            <a href="https://www.instagram.com/styleathome/" class="btn btn-default goto" target="_blank">
            FOLLOW US ON INSTAGRAM
        </a>
    </div>

                                    <div class="cta-item block col-xs-12 col-md-4">
    <div class="block-wrapper">
                    <p>
                                    <a href="" target="_blank">
                                        <div id="product-component-1613135442593">&nbsp;</div>
<script type="text/javascript">
/*<![CDATA[*/
(function () {
  var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js';
  if (window.ShopifyBuy) {
    if (window.ShopifyBuy.UI) {
      ShopifyBuyInit();
    } else {
      loadScript();
    }
  } else {
    loadScript();
  }
  function loadScript() {
    var script = document.createElement('script');
    script.async = true;
    script.src = scriptURL;
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script);
    script.onload = ShopifyBuyInit;
  }
  function ShopifyBuyInit() {
    var client = ShopifyBuy.buildClient({
      domain: 'tva-publications.myshopify.com',
      storefrontAccessToken: 'c9773e129343a0afde303778a68b6861',
    });
    ShopifyBuy.UI.onReady(client).then(function (ui) {
      ui.createComponent('product', {
        id: '1332640284752',
        node: document.getElementById('product-component-1613135442593'),
        moneyFormat: '%24%7B%7Bamount%7D%7D',
        options: {
  "product": {
    "styles": {
      "product": {
        "@media (min-width: 601px)": {
          "max-width": "calc(25% - 20px)",
          "margin-left": "20px",
          "margin-bottom": "50px"
        }
      },
      "button": {
        "background-color": "#000000",
        ":hover": {
          "background-color": "#000000"
        },
        ":focus": {
          "background-color": "#000000"
        }
      }
    },
    "text": {
      "button": "Add to cart"
    }
  },
  "productSet": {
    "styles": {
      "products": {
        "@media (min-width: 601px)": {
          "margin-left": "-20px"
        }
      }
    }
  },
  "modalProduct": {
    "contents": {
      "img": false,
      "imgWithCarousel": true
    },
    "styles": {
      "product": {
        "@media (min-width: 601px)": {
          "max-width": "100%",
          "margin-left": "0px",
          "margin-bottom": "0px"
        }
      },
      "button": {
        "background-color": "#000000",
        ":hover": {
          "background-color": "#000000"
        },
        ":focus": {
          "background-color": "#000000"
        }
      }
    }
  },
  "option": {},
  "cart": {
    "styles": {
      "button": {
        "background-color": "#000000",
        ":hover": {
          "background-color": "#000000"
        },
        ":focus": {
          "background-color": "#000000"
        }
      }
    }
  },
  "toggle": {
    "styles": {
      "toggle": {
        "background-color": "#000000",
        ":hover": {
          "background-color": "#000000"
        },
        ":focus": {
          "background-color": "#000000"
        }
      }
    }
  }
},
      });
    });
  }
})();
/*]]>*/
</script>
                                    </a>
                            </p>
            </div>
    </div>

                
                <div class="ad col-xs-12 col-md-4">
                    <div class="ad-container advertisement-300x600 text-center">
                        <div id='dfpBigBox-356703762'
                             class='ad-to-load dfp-bigbox dfp-ad'
                             data-size="dfpBigBox"
                             data-position="bottom"
                             data-tile=""
                             data-ajax-interval=""
                             data-is-empty="true">
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

        <div class="back-to-top">
        <div class="container">
            <a href="#top" class="hidden-xs hidden-sm">Top</a>
            <a href="#top" class="visible-xs visible-sm"></a>
        </div>
    </div>



                <footer id="site-footer">
    <div class="container">
        <section class="logo col-xs-12 col-md-3">
            <div class="wrapper">
                <a href="//www.styleathome.com/">
                    <img class="logo-img" src="https://www.styleathome.com/assets/img/logo.png?v=1522265967" alt="Style at Home">
                </a>
                <ul class="social">
                    
<li>    <a target="_blank" class="instagram icon icon_instagram" href="http://instagram.com/styleathome"></a>
</li>
<li>    <a target="_blank" class="facebook icon icon_facebook" href="http://www.facebook.com/styleathome"></a>
</li>
<li>    <a target="_blank" class="twitter icon icon_twitter" href="https://twitter.com/StyleAtHome"></a>
</li>
<li>    <a target="_blank" class="pinterest icon icon_pinterest" href="http://pinterest.com/styleathome"></a>
</li>
                </ul>
            </div>
        </section>
        <section class="links col-xs-12 col-md-5">
            <nav>
                
<ul>
    <li><a href="//www.styleathome.com/page/contact-our-team">Contact Us</a></li>
    <li><a href="https://secure.styleathome.com" target="_blank">Subscriber Services</a></li>
    <li><a href="//www.styleathome.com/vip/subsection/contests">Contests</a></li>
    <li><a href="//www.styleathome.com/vip/subsection/vip-events">VIP Events</a></li>
</ul>
<ul>
    <li><a href="https://tvastore.com/" target="_blank">Store</a></li>
    <li><a href="//www.styleathome.com/page/newsletter">Newsletter</a></li>
    <li><a href="//www.styleathome.com/page/sitemap">Sitemap</a></li>
</ul>
            </nav>
        </section>
        <section class="newsletter col-xs-12 col-md-4">
            <span class="title">Weekly inspiration</span>
            <p>Give your inbox a style makeover!</p>
            
<form action="https://www.styleathome.com/page/newsletter" method="post" class="form newsletter-form">
    <div class="field input-group">
        <div class="text">
            <input type="email" name="email" placeholder="Your email address" class="textfield">
        </div>
        <input type="hidden" name="fromLightForm" value="1" />
        <button type="submit" class="newsletter-submit">Subscribe now</button>
    </div>
</form>

        </section>
    </div>
</footer>
                    <div style="clear:both"></div>
<div class="tvai-groupetvafooter-wrapper">
    <div class="groupetvafooter-content">
        <img src="https://assets.groupetva.ca/groupetva/2016/img/logo-group-tva.png" srcset="https://assets.groupetva.ca/groupetva/2016/img/logo-group-tva.png 1x, http://assets.groupetva.ca/groupetva/2016/img/logo-group-tva@2x.png 2x" alt="Groupe TVA" class="groupetvafooter-logo" />
        <div class="groupetvafooter-group-list-wrapper-border">
            <div class="groupetvafooter-group-list-wrapper tvai-clearfix">
                <ul class="groupetvafooter-group-list tvai-clearfix">
                    <li class="groupetvafooter-group-item"><a target="_blank" class="groupetvafooter-group-link" href="https://www.qub.ca/tvaplus/tva">TVA Network</a></li>
                    <li class="groupetvafooter-group-item"><a class="groupetvafooter-group-link" target="_blank" href="http://www.tvanouvelles.ca/">TVA Nouvelles</a></li>
                    <li class="groupetvafooter-group-item"><a class="groupetvafooter-group-link" target="_blank" href="http://www.tvasports.ca/">TVA Sports</a></li>
                    <li class="groupetvafooter-group-item groupetvafooter-group-item-clear"><a class="groupetvafooter-group-link " target="_blank" href="http://groupetva.ca/legroupe/chaines">TV Channels</a></li>
                    <li class="groupetvafooter-group-item"><a class="groupetvafooter-group-link" target="_blank" href="http://groupetva.ca/legroupe/publications">Magazines</a></li>
                    <li class="groupetvafooter-group-item"><a class="groupetvafooter-group-link" target="_blank" href="http://mels-studios.com/en/">Mels</a></li>
                </ul>
            </div>
        </div>
        <div class="groupetvafooter-misc-list-wrapper tvai-clearfix">
            <ul class="groupetvafooter-misc-list">
                <li class="groupetvafooter-misc-item"><a target="_blank" class="groupetvafooter-misc-link" href="http://groupetva.ca/terms-use">Terms of Use</a></li>
                <li class="groupetvafooter-misc-item"><a target="_blank" class="groupetvafooter-misc-link" href="http://groupetva.ca/privacy-policy">Privacy Policy</a></li>
                <li class="groupetvafooter-misc-item groupetvafooter-misc-item-clear">
                    &nbsp;</li>
                <li class="groupetvafooter-misc-item"><a target="_blank" class="groupetvafooter-misc-link" href="http://quebecormediagroupsales.ca/en/contact">Advertise</a></li>
                <li class="groupetvafooter-misc-item"><a target="_blank" class="groupetvafooter-misc-link" href="https://tva.cvmanager.com/cvm5/displaypage.aspx?region=qc&tp1=intro&lang=e">Jobs</a></li>
            </ul>
        </div>
        <div class="groupetvafooter-chaine-list-wrapper tvai-clearfix">
            <ul class="groupetvafooter-chaine-list">
                <li class="groupetvafooter-chaine-item">
                    <a target="_blank" class="groupetvafooter-chaine-link" href="https://www.qub.ca/tvaplus/addiktv">
                        <img class="groupetvafooter-chaine-img" src="https://assets.groupetva.ca/groupetva/2016/img/logo-addiktv.png" srcset="https://assets.groupetva.ca/groupetva/2016/img/logo-addiktv.png 1x, http://assets.groupetva.ca/groupetva/2016/img/logo-addiktv@2x.png 2x" alt="addik" />
                    </a>
                </li>
                <li class="groupetvafooter-chaine-item">
                    <a target="_blank" class="groupetvafooter-chaine-link" href="https://www.qub.ca/tvaplus/casa">
                        <img class="groupetvafooter-chaine-img" src="https://assets.groupetva.ca/groupetva/2016/img/logo-casa.png" srcset="https://assets.groupetva.ca/groupetva/2016/img/logo-casa.png 1x, http://assets.groupetva.ca/groupetva/2016/img/logo-casa@2x.png 2x" alt="Casa" />
                    </a>
                </li>
                <li class="groupetvafooter-chaine-item">
                    <a target="_blank" class="groupetvafooter-chaine-link" href="https://www.qub.ca/tvaplus/evasion">
                        <img class="groupetvafooter-chaine-img" src="https://assets.groupetva.ca/groupetva/2016/img/logo-evasion.png" srcset="https://assets.groupetva.ca/groupetva/2016/img/logo-evasion.png 1x, http://assets.groupetva.ca/groupetva/2016/img/logo-evasion@2x.png 2x" alt="Évasion" />
                    </a>
                </li>
                <li class="groupetvafooter-chaine-item">
                    <a target="_blank" class="groupetvafooter-chaine-link" href="https://www.qub.ca/tvaplus/moi-et-cie">
                        <img class="groupetvafooter-chaine-img" src="https://assets.groupetva.ca/groupetva/2016/img/logo-moicie.png" srcset="https://assets.groupetva.ca/groupetva/2016/img/logo-moicie.png 1x, http://assets.groupetva.ca/groupetva/2016/img/logo-moicie@2x.png 2x" alt="Moi &amp; cie" />
                    </a>
                </li>
                <li class="groupetvafooter-chaine-item">
                    <a target="_blank" class="groupetvafooter-chaine-link" href="http://www.tvanouvelles.ca/">
                        <img class="groupetvafooter-chaine-img" src="https://assets.groupetva.ca/groupetva/2016/img/logo-lcn.png" srcset="https://assets.groupetva.ca/groupetva/2016/img/logo-lcn.png 1x, http://assets.groupetva.ca/groupetva/2016/img/logo-lcn@2x.png 2x" alt="LCN" />
                    </a>
                </li>
                <li class="groupetvafooter-chaine-item groupetvafooter-chaine-item-clear">
                    <a target="_blank" class="groupetvafooter-chaine-link" href="https://www.qub.ca/tvaplus/prise2">
                        <img class="groupetvafooter-chaine-img" src="https://assets.groupetva.ca/groupetva/2016/img/logo-prise2.png" srcset="https://assets.groupetva.ca/groupetva/2016/img/logo-prise2.png 1x, http://assets.groupetva.ca/groupetva/2016/img/logo-prise2@2x.png 2x" alt="prise2" />
                    </a>
                </li>
                <li class="groupetvafooter-chaine-item">
                    <a target="_blank" class="groupetvafooter-chaine-link" href="https://www.qub.ca/tvaplus/tva">
                        <img class="groupetvafooter-chaine-img" src="https://assets.groupetva.ca/groupetva/2016/img/logo-tva.png" srcset="https://assets.groupetva.ca/groupetva/2016/img/logo-tva.png 1x, http://assets.groupetva.ca/groupetva/2016/img/logo-tva@2x.png 2x" alt="TVA" />
                    </a>
                </li>
                <li class="groupetvafooter-chaine-item">
                    <a target="_blank" class="groupetvafooter-chaine-link" href="http://www.tvasports.ca/">
                        <img class="groupetvafooter-chaine-img" src="https://assets.groupetva.ca/groupetva/2016/img/logo-tvasports.png" srcset="https://assets.groupetva.ca/groupetva/2016/img/logo-tvasports.png 1x, http://assets.groupetva.ca/groupetva/2016/img/logo-tvasports@2x.png 2x" alt="TVA Sports" />
                    </a>
                </li>
                <li class="groupetvafooter-chaine-item">
                    <a target="_blank" class="groupetvafooter-chaine-link" href="https://www.qub.ca/tvaplus/yoopa">
                        <img class="groupetvafooter-chaine-img" src="https://assets.groupetva.ca/groupetva/2016/img/logo-yoopa.png" srcset="https://assets.groupetva.ca/groupetva/2016/img/logo-yoopa.png 1x, http://assets.groupetva.ca/groupetva/2016/img/logo-yoopa@2x.png 2x" alt="Yoopa" />
                    </a>
                </li>
                <li class="groupetvafooter-chaine-item">
                    <a target="_blank" class="groupetvafooter-chaine-link link-zeste" href="https://www.qub.ca/tvaplus/zeste">
                        <img class="groupetvafooter-chaine-img" src="https://assets.groupetva.ca/groupetva/2016/img/logo-zeste.png" srcset="https://assets.groupetva.ca/groupetva/2016/img/logo-zeste.png 1x, http://assets.groupetva.ca/groupetva/2016/img/logo-zeste@2x.png 2x" alt="Zeste" />
                    </a>
                </li>
            </ul>
        </div>
        <p class="groupetvafooter-legal">&copy; 2022 TVA Group. All rights reserved.</p>
    </div>
</div>
        
        
            
</div>

    <script src="https://www.styleathome.com/assets/js/app.min.js?v=1522265967"></script>

        <script src="https://www.styleathome.com/assets/js/sharebar.min.js?v=1522265967"></script>
    <script src="https://www.styleathome.com/assets/js/slide.min.js?v=1522265967"></script>
    <script src="https://www.styleathome.com/assets/js/video.min.js?v=1522265967"></script>

<script>
    if (navigator.userAgent.match(/iPad/i) && navigator.userAgent.match(/AppleWebKit/) ) {
        var meta = document.createElement('meta');
        meta.name = "apple-itunes-app";
        meta.content = "app-id=1075401363, affiliate-data=1001be56";
        document.getElementsByTagName('head')[0].appendChild(meta);
    }
</script>
    <script>
        var cX = cX || {};
        cX.callQueue = cX.callQueue || [];
        cX.callQueue.push(['setSiteId', '1146329987830770952']);
        cX.callQueue.push(['sendPageViewEvent']);
        function initCxense() {
            $('body').trigger('cx_init', cX);
        }
    </script>
<script>
    var state = {
        waitTime: 3000,
        waitMore: 0,
        initialized: false,
        dfpLoaded: false
    };

    var urlParams = new URLSearchParams(window.location.search);
    if(urlParams.has('initialDelay')) {
        state.waitTime = Number(urlParams.get('initialDelay'));
    }

    var waspDfpInitializer = {
        siteKey : '/7548/GTVA_TVAP_STYLEATHOME_EN_WEB',
        defaultMapping : '/misc',
        testRequestParameter : 'quebecortest',
        testTargetValue : 'TEST_QMI_GEN'
    };

    window.addEventListener('wait-some-more', function (e) {
        state.waitMore = e.detail.wait;
        setTimeout(function () {
            state.waitMore = 0;
            initDFP();
        }, state.waitMore);
    });

    window.addEventListener('bidder-received', function() {
        state.waitMore = 0;
        initDFP();
    });

    function detectHeaderBidding() {
        setTimeout(function () {
            initDFP();
        }, state.waitTime);
    }

    function initDFP () {

        if(!state.dfpLoaded || state.initialized || state.waitMore) {
            return;
        }
        state.initialized = true;
        googletag.cmd.push(function() {
            if (typeof window.headertag === 'undefined' || window.headertag.apiReady !== true) {
                window.headertag = googletag;
            }
        });
        var currentDfpPath = Wasp.Utils.getWaspParameter('dfp-path') || '';
        var trackingVariables = generateTrackingVariables();

        adsInit(Wasp.Dfp.adSizes, trackingVariables);
        Wasp.Dfp.GoogleTag.loadOutOfPage('/7548/GTVA_TVAP_STYLEATHOME_EN_WEB' + currentDfpPath, 'div-gpt-ad-571960817739595697-oop', trackingVariables, '1');
    }

    // Load DFP on page load
    (function() {
        var gads = document.createElement("script");
        gads.async = true;
        gads.type = "text/javascript";
        var useSSL = "https:" == document.location.protocol;
        gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js";
        gads.addEventListener('load', function () {
            state.dfpLoaded = true;
            detectHeaderBidding();
        });
        var node = document.getElementsByTagName("script")[0];
        node.parentNode.insertBefore(gads, node);
    })();
</script>

    <script>
var tz = [
    "Europe/Amsterdam", "Europe/Andorra", "Europe/Athens", "Europe/Bratislava", "Europe/Bucharest", "Europe/Budapest", "Europe/Belgrade", "Europe/Berlin", "Europe/Brussels",
    "Europe/Budapest", "Europe/Busingen", "Europe/Copenhagen", "Europe/Dublin", "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man",
    "Europe/Istanbul", "Europe/Jersey", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn",
    "Europe/Monaco", "Europe/Nicosia", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/San_Marino", "Europe/Serbia",
    "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Vienna", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius",
    "Europe/Warsaw", "Europe/Zagreb",
    "America/Anguilla", "America/Aruba", "America/Cayenne", "America/Cayman", "America/Curacao", "America/Danmarkshavn", "America/Godthab", "America/Grand_Turk",
    "America/Kralendijk", "America/Lower_Princes", "America/Marigot", "America/Martinique", "America/Miquelon", "America/Montserrat", "America/Guadeloupe",
    "America/Port_of_Spain", "America/Scoresbysund", "America/St_Barthelemy", "America/Thule", "America/Tortola",
    "Pacific/Clipperton", "Pacific/Gambier", "Pacific/Marquesas", "Pacific/Marquesas", "Pacific/Noumea", "Pacific/Pitcairn", "Pacific/Wallis",
    "Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Faroe", "Atlantic/Madeira", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley",
    "Africa/Ceuta", "Africa/Melilla",
    "Indian/Chagos", "Indian/Kerguelen", "Indian/Mayotte", "Indian/Reunion",
    "Antarctica/Rothera"
];
var hasGDPR = tz.indexOf(Intl.DateTimeFormat().resolvedOptions().timeZone) >= 0;
</script>
    <script>
    var tz = [
        "Europe/Amsterdam", "Europe/Andorra", "Europe/Athens", "Europe/Bratislava", "Europe/Bucharest", "Europe/Budapest", "Europe/Belgrade", "Europe/Berlin", "Europe/Brussels",
        "Europe/Budapest", "Europe/Busingen", "Europe/Copenhagen", "Europe/Dublin", "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man",
        "Europe/Istanbul", "Europe/Jersey", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn",
        "Europe/Monaco", "Europe/Nicosia", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/San_Marino", "Europe/Serbia",
        "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Vienna", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius",
        "Europe/Warsaw", "Europe/Zagreb",
        "America/Anguilla", "America/Aruba", "America/Cayenne", "America/Cayman", "America/Curacao", "America/Danmarkshavn", "America/Godthab", "America/Grand_Turk",
        "America/Kralendijk", "America/Lower_Princes", "America/Marigot", "America/Martinique", "America/Miquelon", "America/Montserrat", "America/Guadeloupe",
        "America/Port_of_Spain", "America/Scoresbysund", "America/St_Barthelemy", "America/Thule", "America/Tortola",
        "Pacific/Clipperton", "Pacific/Gambier", "Pacific/Marquesas", "Pacific/Marquesas", "Pacific/Noumea", "Pacific/Pitcairn", "Pacific/Wallis",
        "Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Faroe", "Atlantic/Madeira", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley",
        "Africa/Ceuta", "Africa/Melilla",
        "Indian/Chagos", "Indian/Kerguelen", "Indian/Mayotte", "Indian/Reunion",
        "Antarctica/Rothera"
    ];
    var hasGDPR = tz.indexOf(Intl.DateTimeFormat().resolvedOptions().timeZone) >= 0;

    var s = document.createElement('script');
    s.id = "video-section-script";
    s.src = "//players.brightcove.net/636464226001/SkCrZxL4_default/index.min.js";
    s.onload = function () {
        initBrightcoveVideo();
    };
    if(!hasGDPR && window.location.search.indexOf('debug_gdpr') < 0) {
        document.body.appendChild(s);
    }
</script>
    
    <script type="text/javascript">
        window._taboola = window._taboola || [];
        _taboola.push({flush: true});
    </script>
</body>
</html>

