Model Home

The Fenway

Model Home The Fenway The vision for this project was to create a sprawling contemporary design that takes advantage of the view—including a lake and three holes at a Tom

View Project »

The Captiva at Timber Rock

Modern sophistication meets rustic coastal comfort in this 4,140-square-foot floor plan. Its ultra-functional space features a resort-style bedroom suite, finished walkout lower level, scenic deck and patio areas, additional storage areas and many customization opportunities.

View Project »

Mountain Modern

Model Home Mountain Modern The owners of this reverse-story-and-a-half wanted to stun visitors upon entering. Built to showcase modern mountain design and custom materials, the goal was to combine luxury

View Project »

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