}
 if ( ! function_exists( 'art_mobile_off_canvas' ) ) {
   function art_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'river_mobile_off_canvas' ) ) {
   function river_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'bridge_mobile_off_canvas' ) ) {
   function bridge_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'perry_mobile_off_canvas' ) ) {
   function perry_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'pier_mobile_off_canvas' ) ) {
   function pier_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'boat_mobile_off_canvas' ) ) {
   function boat_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'vacation_mobile_off_canvas' ) ) {
   function vacation_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
 }
 if ( ! function_exists( 'weathervane_mobile_off_canvas' ) ) {
   function weathervane_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
 }
 if ( ! function_exists( 'about_mobile_off_canvas' ) ) {
   function about_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
 }
 if ( ! function_exists( 'property_mobile_off_canvas' ) ) {
   function property_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container