Past Perfect

A Legacy Reimagined

Blending architectural authenticity with contemporary comfort, a turn-of-the-century home is reborn through design that bridges eras.

Read More »

KC Love

As fall and football season arrive, these shops supply our favorite wearables for watching it all.

Read More »

MCM Hall of Fame

Once home to Chiefs legend Len Dawson, this 1969 mid-century modern home captured the hearts of new owners who honored its legacy while making it their own.

Read More »

Spirits of Design

Two Kansas City distilleries with links to the Prohibition era serve up sexy lounge spaces for the modern day.

Read More »

Sign up for our digital newsletter

This field is for validation purposes and should be left unchanged.
Name
function gravity_js_to_footer() { return true; } add_filter("gform_init_scripts_footer", "gravity_js_to_footer"); // Fix the ajax jquery inline code issue when gravity js is being called in the footer //https://bjornjohansen.no/load-gravity-forms-js-in-footer add_filter( 'gform_cdata_open', 'wrap_gform_cdata_open' ); function wrap_gform_cdata_open( $content = '' ) { $content = 'document.addEventListener( "DOMContentLoaded", function() { '; return $content; } add_filter( 'gform_cdata_close', 'wrap_gform_cdata_close' ); function wrap_gform_cdata_close( $content = '' ) { $content = ' }, false );'; return $content; }