Live + Stay + Play

Ritual of Pause

An unexpected oasis of calm emerges in Kansas City’s West Bottoms, transforming a district once defined by industry into a sanctuary of serenity.

Read More »

Preservation Maven

Practicing what she preaches, a nationally known, locally beloved designer sets up her studio in a Swiss-style bank barn near historic Arrow Rock, Mo.

Read More »

Harnessing an Idea

Happy chance—and a lot of hard work—returns a local business owner to her country roots to create a vineyard and event space.

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; }