{"id":371440,"date":"2022-06-23T09:44:10","date_gmt":"2022-06-23T16:44:16","guid":{"rendered":"https:\/\/visitseattlep.kinsta.cloud\/?page_id=371440"},"modified":"2026-01-27T12:04:30","modified_gmt":"2026-01-27T20:04:30","slug":"family-style","status":"publish","type":"page","link":"https:\/\/visitseattle.org\/tv\/family-style\/","title":{"rendered":"Family Style"},"content":{"rendered":"\r\n<section id=\"hero-slider-block_77dc99ec4b0fb876ca996267f8c95112\" class=\"hero-slider-section hero-slider-block \">\r\n        <div class=\"hero-slider-cards hero-slider-card-total-1 hero-slider-container-block_77dc99ec4b0fb876ca996267f8c95112\">\r\n              <div class=\"hero-slider-card\">\r\n        <div class=\"hero-slider-card-wrapper\">\r\n                    <div class=\"hero-slider-card-media-box js-videoWrapper opacity-none\">\r\n                                                      <img decoding=\"async\" src=\"https:\/\/uploads.visitseattle.org\/2022\/11\/30113211\/Chera_Family-Style.jpg\" srcset=\"https:\/\/uploads.visitseattle.org\/2022\/11\/30113211\/Chera_Family-Style.jpg 1200w, https:\/\/uploads.visitseattle.org\/2022\/11\/30113211\/Chera_Family-Style-300x173.jpg 300w, https:\/\/uploads.visitseattle.org\/2022\/11\/30113211\/Chera_Family-Style-1024x591.jpg 1024w, https:\/\/uploads.visitseattle.org\/2022\/11\/30113211\/Chera_Family-Style-768x443.jpg 768w\" alt=\"A person standing in a kitchen creating purple cheesecakes and placing them on a tray.\">                \r\n              \r\n                                    <div class=\"hero-slider-card-text-box gutter\">\r\n              <div class=\"container\">\r\n                <div class=\"hero-slider-card-inner\">\r\n                                    \r\n                                                                        <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n          \r\n        \r\n        <\/div>\r\n      <\/div>        <\/div>  <\/section>\r\n\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\n\r\nwindow.addEventListener('DOMContentLoaded', function () {\r\n\r\n  function updateSlickDotsAccessibility() {\r\n  document.querySelectorAll('.hero-slider-container-block_77dc99ec4b0fb876ca996267f8c95112 .slick-dots li').forEach(function (dot) {\r\n    const isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n    const button = dot.querySelector('button');\r\n\r\n    if (button) {\r\n      if (isHidden) {\r\n        button.setAttribute('tabindex', '-1');\r\n        button.setAttribute('aria-hidden', 'true');\r\n      } else {\r\n        button.setAttribute('tabindex', '0');\r\n        button.removeAttribute('aria-hidden');\r\n      }\r\n    }\r\n  });\r\n}\r\n\r\n $('.hero-slider-container-block_77dc99ec4b0fb876ca996267f8c95112').on('init reInit afterChange', function() {\r\n    document.querySelectorAll('.hero-slider-container-block_77dc99ec4b0fb876ca996267f8c95112 .slick-dots').forEach(function (ul) {\r\n      ul.removeAttribute('role');\r\n    });\r\n\r\n    updateSlickDotsAccessibility();\r\n  });\r\n\r\n  jQuery('.hero-slider-container-block_77dc99ec4b0fb876ca996267f8c95112').not('.slick-initialized').slick({\r\n    arrows: true,\r\n    centerPadding: \"0px\",\r\n    dots: true,\r\n    slidesToShow: 1,\r\n    infinite: true,\r\n    autoplay: false,\r\n    \/\/ autoplaySpeed: 5000,\r\n    pauseOnHover: true,\r\n    pauseOnFocus: true,\r\n  });\r\n\r\n  updateSlickDotsAccessibility();\r\n\r\n  document.querySelectorAll('.hero-slider-container-block_77dc99ec4b0fb876ca996267f8c95112 .slick-dots').forEach(function (ul) {\r\n    ul.removeAttribute('role');\r\n  });\r\n  \r\n  $(document).on(\"click\", \".play-btn\", function(e) {\r\n    \"use strict\";\r\n    e.preventDefault();\r\n\r\n    var $poster = $(this);\r\n    var $wrapper = $poster.closest(\".js-videoWrapper\");\r\n\r\n    var $iframe = $wrapper.find(\".hero-slider-card-video\");\r\n    var src = $iframe.data(\"src\"); \/\/ Get the data-src attribute from the current iframe\r\n    $iframe.attr(\"src\", src); \/\/ Set the src attribute of the iframe\r\n\r\n    \/\/ hide poster\r\n    $wrapper.addClass(\"videoWrapperActive\");\r\n    \r\n    \/\/ Remove autoplay and stop the slider.\r\n    \/\/ $(this).closest(\".hero-slider-container-block_77dc99ec4b0fb876ca996267f8c95112\").slick(\"slickSetOption\", \"autoplay\", false).slick(\"slickPause\");\r\n  });\r\n\r\n  \/\/ stop the targeted\/all videos (and re-instate the poster frames)\r\n  function videoStop($wrapper) {\r\n    \"use strict\";\r\n    \/\/ if we're stopping all videos on page\r\n    if (!$wrapper) {\r\n      var $wrapper = $(\".js-videoWrapper\");\r\n      var $iframe = $(\".hero-slider-card-video\");\r\n      \/\/ if we're stopping a particular video\r\n    } else {\r\n      var $iframe = $wrapper.find(\".hero-slider-card-video\");\r\n    }\r\n    \/\/ reveal poster\r\n    $wrapper.removeClass(\"videoWrapperActive\");\r\n    \/\/ remove youtube link, stopping the video from playing in the background\r\n    $iframe.attr(\"src\", \"\");\r\n    \/\/ Reinstate autoplay and start the slider.\r\n    \/\/ $(\".hero-slider-container-block_77dc99ec4b0fb876ca996267f8c95112\").slick(\"slickSetOption\", \"autoplay\", false).slick(\"slickPlay\");\r\n  }\r\n\r\n  \/\/ On before slide change\r\n  $(\".hero-slider-container-block_77dc99ec4b0fb876ca996267f8c95112\").on(\"beforeChange\", function(\r\n    event,\r\n    slick,\r\n    currentSlide,\r\n    nextSlide\r\n  ) {\r\n    videoStop();\r\n  });\r\n \r\n})\r\n\r\n<\/script>\r\n\n\n\r\n\r\n<section class=\"series-slider-wrapper gutter\">\r\n  <div class=\"container\">\r\n\t<div class=\"series-slider-header\">\r\n\t  <h2 class=\"series-slider-header-text\">Family Style<\/h2>\r\n\t\t\t\t\t\t\t<div class=\"series-slider-header-description\">\r\n\t\t\t\t\t<p>For new Americans, food is one of the deepest connections to history and homeland. More than preserving a link to the past, it\u2019s about creating a future and it\u2019s up to the next generation to continue the legacy. This series celebrates the stories of five immigrant chefs shaping Seattle\u2019s esteemed culinary scene. It\u2019s an experience best served Family Style.<\/p>\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t<div class=\"series-slider-wrapper-inner\">  \r\n\t  <div class=\"series-slider-player\">\r\n\t\t<section id=\"series-slider-block_24c2f07fc701e640a4a7020815c30564\" class=\"series-slider-section series-slider-block \">\r\n\t\t  \t\t\t\t\t  \t\t  <div class=\"series-slider-cards series-slider-card-total-6 series-slider-container-block_24c2f07fc701e640a4a7020815c30564\">\r\n\t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"family-style-series-trailer\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/Y3d6k6gcPxs?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/Y3d6k6gcPxs?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">Family Style | Series Trailer<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/family-style\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tFamily Style\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  For new Americans, food is one of the deepest connections to history and homeland. More than preserving a link to the past, it\u2019s about creating a future and it\u2019s up to the next generation to continue the legacy. This series celebrates the stories of five immigrant chefs shaping Seattle\u2019s esteemed culinary scene. It\u2019s an experience best served Family Style.\r\n\r\nThis series was produced in collaboration with VICE.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"david-orozco\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/bZ6h4dLhWQQ?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/bZ6h4dLhWQQ?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">David Orozco<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/family-style\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tFamily Style\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  Seattle restaurant owner David Orozco grew up in Guadalajara where everything was grilled over charcoal &#8211; a distinct taste that he recalls and tries to emulate in his food today at Asadero. This episode explores how David found a welcoming and curious culinary community in Seattle that has allowed him to introduce the flavors of Mexican \u2018Norte\u2019 to the Northwest and carry his family legacy forward.\r\n\r\nEnjoy Family Style.\r\n\r\nThis series was produced in collaboration with VICE.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"mutsuko-soma\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/rR1Vbov-2iI?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/rR1Vbov-2iI?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">Mutsuko Soma<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/family-style\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tFamily Style\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  Born and raised in Tochigi, Mutsuko Soma had to rethink everything about cooking soba noodles when she started cooking in Seattle. She has adapted her grandmother\u2019s soba noodle recipe, that she still makes by hand and from scratch to the local ecosystem; along the way, becoming one of the city&#8217;s most lauded chefs with her restaurant, Kamonegi.\r\n\r\nEnjoy Family Style.\r\n\r\nThis series was produced in collaboration with VICE.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"chera-geo\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/apLHG1o6zxU?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/apLHG1o6zxU?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">Chera &#038; Geo<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/family-style\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tFamily Style\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  For Chera Amlag and Geo Quibuyen, food is their connection to their Filipino heritage. While they can\u2019t always travel home, they have always injected classic Filipino flavor into everything they do to help their family maintain a strong relationship with their homeland. That practice has led to Instagrammable ube cheesecakes that have become so famous in their neighborhood (and beyond) that it inspired their bakery\u2019s name: Hood Famous.\r\n\r\nEnjoy Family Style.\r\n\r\nThis series was produced in collaboration with VICE.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"donna-moodie\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/XycyH0r5Blk?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/XycyH0r5Blk?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">Donna Moodie<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/family-style\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tFamily Style\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  Seattle\u2019s Donna Moodie was born in Jamaica and immigrated with her family to the U.S. when she was a young child. She found her way into her mother\u2019s kitchen at an early age, but what left the biggest impression wasn\u2019t just the food, but her mother\u2019s gracious hospitality \u2013 always hosting dinner parties and finding room for one more guest at the table. Today, Donna has brought that legacy forward in her own restaurant Marjorie, a neighborhood jewel that welcomes all. Enjoy Family Style.\r\n\r\nThis series was produced in collaboration with VICE.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"david-nussbaum\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/d0PlLdiYYfU?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/d0PlLdiYYfU?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">David Nussbaum<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/family-style\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tFamily Style\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  Aviv Hummus Bar has one of the biggest lunchtime rushes in Seattle\u2019s Capitol Hill thanks to Israeli owner David Nussbaum. David immigrated from Israel with his parents in the 1980s, and he\u2019s been back to his homeland almost every year since. Not sure exactly what he wanted to do as he grew up, he had always been especially in love with Israeli food. He spent five years figuring out how to open a restaurant while perfecting a hummus recipe that reflects his roots.\r\nEnjoy Family Style.\r\n\r\nThis series was produced in collaboration with VICE.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t<\/div>\t\t  \t\t<\/section>\r\n\t  <\/div>\r\n\r\n\t  <div class=\"series-slider-nav\">\r\n\t\t<section id=\"series-slider-block_24c2f07fc701e640a4a7020815c30564\" class=\"series-thumbnail-section series-slider-block \">\r\n\t\t  \t\t\t\t\t  <div class=\"series-thumbnail-slider-cards series-thumbnail-slider-card-total-6 series-slider-thumbnail-container-block_24c2f07fc701e640a4a7020815c30564\">\r\n\t\t  \t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"family-style-series-trailer\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/03\/11210725\/Chera-Hood-Famous-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  Family Style | Series Trailer\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"david-orozco\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/03\/11210522\/David-Orozco-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  David Orozco\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"mutsuko-soma\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/03\/25122812\/FamilyStyle_MutsukoSoma_Kamonegi_trailer_FIN_mov-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  Mutsuko Soma\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"chera-geo\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/03\/11210725\/Chera-Hood-Famous-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  Chera &#038; Geo\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"donna-moodie\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/05\/03115159\/DonnaMoodie_2-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  Donna Moodie\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"david-nussbaum\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/04\/22092256\/imgpsh_mobile_save-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  David Nussbaum\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\t\t  \t\t<\/section>\r\n\t  <\/div>\r\n\t<\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\nwindow.addEventListener('DOMContentLoaded', function () {\r\n\r\n\r\n\r\n  jQuery('.series-slider-container-block_24c2f07fc701e640a4a7020815c30564').not('.slick-initialized').slick({\r\n\tadaptiveHeight: true,\r\n\tarrows: false,\r\n\tcenterPadding: \"0px\",\r\n\tdots: false,\r\n\tslidesToShow: 1,\r\n\tinfinite: true,\r\n\tautoplay: true,\r\n\tautoplaySpeed: 7500,\r\n\tpauseOnHover: true,\r\n\tpauseOnFocus: true,\r\n\tasNavFor: \".series-slider-thumbnail-container-block_24c2f07fc701e640a4a7020815c30564\",\r\n\tresponsive: [\r\n\t  {\r\n\t\tbreakpoint: 1200,\r\n\t\tsettings: {\r\n\t\t  arrows: true\r\n\t\t}\r\n\t  }\r\n\t]\r\n  }).on('init', function () {\r\n  document.querySelectorAll('.slick-track[role=\"listbox\"]').forEach(function(track) {\r\n\tif (!track.hasAttribute('aria-label') && !track.hasAttribute('aria-labelledby')) {\r\n\t  track.setAttribute('aria-label', 'Video slider');\r\n\t}\r\n  });\r\n});\r\n\r\n  $('.series-slider-thumbnail-container-block_24c2f07fc701e640a4a7020815c30564').on('init reInit afterChange', function() {\r\n\tupdateSlickDotsAccessibility();\r\n\tcleanSlickDotsAccessibility();\r\n  });\r\n\r\n  jQuery('.series-slider-thumbnail-container-block_24c2f07fc701e640a4a7020815c30564').not('.slick-initialized').slick({\r\n\tarrows: false,\r\n\tcenterPadding: \"0px\",\r\n\tvertical: true,\r\n\tdots: false,\r\n\tslidesToShow: 6,\r\n\tinfinite: true,\r\n\tautoplay: false,\r\n\tasNavFor: \".series-slider-container-block_24c2f07fc701e640a4a7020815c30564\",\r\n\tfocusOnSelect: true,\r\n\tresponsive: [\r\n\t  {\r\n\t\tbreakpoint: 1200,\r\n\t\tsettings: {\r\n\t\t  dots: true,\r\n\t\t  vertical: false,\r\n\t\t  slidesToShow: 3,\r\n\t\t}\r\n\t  }\r\n\t]\r\n  });\r\n\r\n  cleanSlickDotsAccessibility();\r\n  updateSlickDotsAccessibility();\r\n\r\n  function cleanSlickDotsAccessibility() {\r\n\tdocument.querySelectorAll('.slick-dots').forEach(function (ul) {\r\n\t  ul.setAttribute('role', 'presentation');\r\n\t\t});\r\n  }\r\n\r\n  function updateSlickDotsAccessibility() {\r\n  document.querySelectorAll('.slick-dots li').forEach(function (dot) {\r\n\tconst isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n\tconst button = dot.querySelector('button');\r\n\r\n\tif (button) {\r\n\t  if (isHidden) {\r\n\t\tbutton.setAttribute('tabindex', '-1');\r\n\t\tbutton.setAttribute('aria-hidden', 'true');\r\n\t  } else {\r\n\t\tbutton.setAttribute('tabindex', '0');\r\n\t\tbutton.removeAttribute('aria-hidden');\r\n\t  }\r\n\t}\r\n\r\n  });\r\n  }\r\n\r\n\r\n\r\n  $('.series-slider-cards').on('init afterChange', function(event, slick, currentSlide) {\r\n\t$('.series-slider-card.slick-slide').each(function(_, element) {\r\n\t  const $el = $(element);\r\n\t  const slideIndex = parseInt($el.attr('data-slick-index'), 10);\r\n\t  const $focusables = $el.find('a, iframe, button, input, select, textarea');\r\n\r\n\t  if (slideIndex === currentSlide) {\r\n\t\t$el.attr('aria-hidden', 'false');\r\n\t\t$focusables\r\n\t\t  .attr('tabindex', '0')\r\n\t\t  .removeAttr('aria-hidden');\r\n\t  } else {\r\n\t\t$el.attr('aria-hidden', 'true');\r\n\t\t$focusables\r\n\t\t  .attr('tabindex', '-1')\r\n\t\t  .attr('aria-hidden', 'true');\r\n\t  }\r\n\t});\r\n  });\r\n\r\n\r\n\r\n  function getUrlVars() {\r\n\tvar vars = [], hash;\r\n\tvar hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');\r\n\tfor(var i = 0; i < hashes.length; i++)\r\n\t{\r\n\t\thash = hashes[i].split('=');\r\n\t\tvars.push(hash[0]);\r\n\t\tvars[hash[0]] = hash[1];\r\n\t}\r\n\treturn vars;\r\n  }\r\n\r\n  var video = getUrlVars()[\"video\"];\r\n\r\n  if(video){\r\n\t\tseriesslider = $('.series-slider-container-block_24c2f07fc701e640a4a7020815c30564');\r\n\r\n\t\tresumeIndex = $('.series-slider-container-block_24c2f07fc701e640a4a7020815c30564').slick(\"getSlick\").currentSlide;\r\n\t\tvar slugIndex = seriesslider.find('[data-slug=\"' + video + '\"]').data('slick-index');\r\n\t\tif(slugIndex) {\r\n\t\t\tseriesslider.slick('slickPause').slick('slickGoTo', slugIndex);\r\n\t\t}\r\n  }\r\n\t\r\n  \r\n\r\n  $(document).on(\"click\", \".play-btn\", function(e) {\r\n\t\"use strict\";\r\n\te.preventDefault();\r\n\r\n\tvar $poster = $(this);\r\n\tvar $wrapper = $poster.closest(\".js-seriesWrapper\");\r\n\r\n\tvar $iframe = $wrapper.find(\".series-slider-card-series\");\r\n\tvar src = $(\".series-slider-card-series\").data(\"src\");\r\n\t\/\/ hide poster\r\n\t$wrapper.addClass(\"seriesWrapperActive\");\r\n\t\/\/ add iframe src in, starting the series\r\n\t$iframe.attr(\"src\", src);\r\n  });\r\n\r\n  \/\/ Stop the slider if the iframe itself is hovered\r\n  $(\".series-slider-container-block_24c2f07fc701e640a4a7020815c30564 .series-slider-card iframe\").on(\"mouseover\", function(e) {\r\n\t\/\/ Remove autoplay and stop the slider.\r\n\t$(this).closest(\".series-slider-container-block_24c2f07fc701e640a4a7020815c30564\").slick(\"slickSetOption\", \"autoplay\", false).slick(\"slickPause\");\r\n  });\r\n\r\n  \/\/ stop the targeted\/all seriess (and re-instate the poster frames)\r\n  function seriesStop($wrapper) {\r\n\t\"use strict\";\r\n\t\/\/ if we're stopping all seriess on page\r\n\tif (!$wrapper) {\r\n\t  var $wrapper = $(\".js-seriesWrapper\");\r\n\t  var $iframe = $(\".series-slider-card-series\");\r\n\t  \/\/ if we're stopping a particular series\r\n\t} else {\r\n\t  var $iframe = $wrapper.find(\".series-slider-card-series\");\r\n\t}\r\n\t\/\/ reveal poster\r\n\t$wrapper.removeClass(\"seriesWrapperActive\");\r\n\t\/\/ remove youtube link, stopping the series from playing in the background\r\n\t\/\/ $iframe.attr(\"src\", \"\");\r\n\r\n\t$wrapper.find('iframe').each(function(){\r\n\t\t$(this)[0].contentWindow.postMessage('{\"event\":\"command\",\"func\":\"' + 'stopVideo' + '\",\"args\":\"\"}', '*');    \r\n\t});\r\n  }\r\n\r\n  \/\/ On before slide change\r\n  $(\".series-slider-container-block_24c2f07fc701e640a4a7020815c30564\").on(\"beforeChange\", function(\r\n\tevent,\r\n\tslick,\r\n\tcurrentSlide,\r\n\tnextSlide\r\n  ) {\r\n\tseriesStop();\r\n  });\r\n\r\n  $(document).on(\"click\", \".series-thumbnail-slider-card\", function(e) {\r\n\t\"use strict\";\r\n\t\tconsole.log('clicked');\r\n\t\tconsole.log(window.location.href.split('?')[0] + '?video=' + $(this).attr(\"data-slug\"));\r\n\r\n\tconst $this = $(this),\r\n\t\t  $thisSlider = $this.closest(\".series-slider-wrapper\");\r\n\r\n\t\thistory.pushState({page: \"page\"}, \"\", window.location.href.split('?')[0] + '?video=' + $(this).attr(\"data-slug\"));\r\n\r\n\t\/\/ Scroll to the top of the .series-slider-wrapper\r\n\twindow.scroll({\r\n\t  top: $(this).closest(\".series-slider-wrapper\").offset().top - $(\"header.global-header\").outerHeight(), \/\/ The position of the top of the wrapper - the height of the header\r\n\t  behavior: \"smooth\"\r\n\t});\r\n  });\r\n\r\n})\r\n\r\n\r\n<\/script>\n\n\r\n\r\n\r\n<section id=\"image-slider-block_81ee4d2eba11bf6ad798fbd3f988bbb6\"  class=\"image-slider gutter image-slider-count-4 image-slider-block\">\r\n  <div class=\"container\">\r\n    <div class=\"image-slider-header\">\r\n      <h2 class=\"image-slider-header-text\">Explore on your own<\/h2>\r\n    <\/div>\r\n    <div class=\"image-slider-wrapper\">\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"http:\/\/asaderoprime.com\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2015\/03\/24151509\/Asadero-Audrey-Kelly-DSC_2773.jpg_web-e1558736207553-450x300.jpg\" alt=\"Grilled steak arranged on a wooden board with roasted onion, jalape\u00f1o, and sausage captures the essence of a hearty meal. A small black cup of sauce waits in the background as if at home on a rustic table in the Ballard neighborhood.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Asadero Prime                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Ballard                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      asaderoprime.com                    <\/p>\r\n                                  <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"http:\/\/hoodfamousbakeshop.com\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2020\/03\/05145149\/WEB_Hood-Famous-ube-cheesecake-3_Courtesy-Hood-Famous-Bakeshop-450x300.jpg\" alt=\"A round purple cake with a marbled pattern on top, with one slice slightly pulled out. It&#039;s placed on a golden base, with a decorative purple and yellow cloth beside it, and a large wooden serving utensil in the background.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Hood Famous<br>Cafe + Bar                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Chinatown-International District                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      hoodfamousbakeshop.com                    <\/p>\r\n                                  <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"http:\/\/kamonegiseattle.com\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2022\/06\/23101528\/Kamonegi_kgillespie-450x300.jpg\" alt=\"A bowl of noodle soup with slices of meat, vegetables, and a meatball, served in a black bowl on a wooden table. Black chopsticks are placed on the right side of the bowl.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Kamonegi                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Wallingford                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      kamonegiseattle.com                    <\/p>\r\n                                  <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"http:\/\/marjorierestaurant.com\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2021\/03\/08122837\/Marjorie_sgrits-950x450-1-450x300.jpg\" alt=\"Close up food shot of shrimp &amp; grits from Marjorie Restaurant.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Marjorie                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Central District                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      marjorierestaurant.com                    <\/p>\r\n                                  <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"http:\/\/www.avivhummusbar.com\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/04\/22092256\/imgpsh_mobile_save-450x300.jpg\" alt=\"A man with a beard wearing a patterned shirt pours olive oil into a bowl in a kitchen. The kitchen has hanging pots and pans, and cooking utensils are visible on the counter.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Aviv Hummus Bar                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Capitol Hill                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      avivhummusbar.com                    <\/p>\r\n                                  <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n        <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\n  jQuery( document ).ready(function($) {\r\n    const $sliderWrapper = $(\"#image-slider-block_81ee4d2eba11bf6ad798fbd3f988bbb6\");\r\n\r\n    $sliderWrapper.on(\"init reInit afterChange\", function () {\r\n      $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n      updateSlickDotsAccessibility();\r\n\r\n    });\r\n  \r\n    $(\"#image-slider-block_81ee4d2eba11bf6ad798fbd3f988bbb6 .image-slider-wrapper\").not('.slick-initialized').slick({\r\n      dots: false,\r\n      arrows: true,\r\n      infinite: true,\r\n      slidesToShow: 4,\r\n      slidesToScroll: 1,\r\n      autoplay: false,\r\n      autoplaySpeed: 3000,\r\n      responsive: [\r\n      {\r\n        breakpoint: 1200,\r\n        settings: {\r\n          slidesToShow: 3,\r\n          slidesToScroll: 3,\r\n          infinite: true,\r\n          dots: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 767,\r\n        settings: {\r\n          slidesToShow: 2,\r\n          slidesToScroll: 2,\r\n          arrows: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 650,\r\n        settings: {\r\n          slidesToShow: 1,\r\n          slidesToScroll: 1,\r\n          arrows: true\r\n        }\r\n      }\r\n      \/\/ You can unslick at a given breakpoint now by adding:\r\n      \/\/ settings: \"unslick\"\r\n      \/\/ instead of a settings object\r\n    ]\r\n    });\r\n\r\n    $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n\r\n    updateSlickDotsAccessibility();\r\n\r\n    function updateSlickDotsAccessibility() {\r\n      document.querySelectorAll('.slick-dots li').forEach(function (dot) {\r\n        const isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n        const button = dot.querySelector('button');\r\n\r\n        if (button) {\r\n          if (isHidden) {\r\n            button.setAttribute('tabindex', '-1');\r\n            button.setAttribute('aria-hidden', 'true');\r\n          } else {\r\n            button.setAttribute('tabindex', '0');\r\n            button.removeAttribute('aria-hidden');\r\n          }\r\n        }\r\n      });\r\n    }\r\n\r\n    document.querySelectorAll('.slick-track[role=\"listbox\"]').forEach(function(track) {\r\n      if (!track.hasAttribute('aria-label') && !track.hasAttribute('aria-labelledby')) {\r\n        track.setAttribute('aria-label', 'Video slider');\r\n      }\r\n    });\r\n  });\r\n<\/script>\n\n\r\n\r\n\r\n<section id=\"image-slider-block_d583877521dd0a36c129533b5a5d03b3\"  class=\"image-slider gutter image-slider-count-3 image-slider-block\">\r\n  <div class=\"container\">\r\n    <div class=\"image-slider-header\">\r\n      <h2 class=\"image-slider-header-text\">Keep Watching<\/h2>\r\n    <\/div>\r\n    <div class=\"image-slider-wrapper\">\r\n                <div class=\"image-slider-item image-slider-item-type-video\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/tv\/turning-tables\/?video=sol-melissa-miranda\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2017\/12\/18034806\/Sol-Melissa-Miranda-Cooking-450x300.jpg\" alt=\"Two people are smiling and talking in a professional kitchen. One person holds a plate, and the other gestures with their hands. Pots and pans are on the stovetop, and various bowls and ingredients are on the counter in the foreground.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Cooking in the Kitchen                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Turning Tables                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-video\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/?video=season-2-episode-4\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2016\/02\/23025353\/SBTS_S2E4-450x300.jpg\" alt=\"A band performs energetically in an industrial-looking space. The guitarist and vocalist are actively engaged, while another band member plays the bass guitar in the background. Music equipment surrounds them, creating a laid-back, intimate setting.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Food, Drink & Music                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Sounds by the Sound                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-video\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/tv\/crowdsourced\/?video=food-from-the-sea\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2018\/04\/25111955\/Sushi-450x300.jpg\" alt=\"A gloved hand carefully handles a piece of raw tuna on a wooden cutting board, with slices of fresh seafood nearby. The focus is on the fish and the hand, suggesting food preparation or sushi making.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Food from the Sea                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Crowdsourced                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n        <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\n  jQuery( document ).ready(function($) {\r\n    const $sliderWrapper = $(\"#image-slider-block_d583877521dd0a36c129533b5a5d03b3\");\r\n\r\n    $sliderWrapper.on(\"init reInit afterChange\", function () {\r\n      $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n      updateSlickDotsAccessibility();\r\n\r\n    });\r\n  \r\n    $(\"#image-slider-block_d583877521dd0a36c129533b5a5d03b3 .image-slider-wrapper\").not('.slick-initialized').slick({\r\n      dots: false,\r\n      arrows: true,\r\n      infinite: true,\r\n      slidesToShow: 3,\r\n      slidesToScroll: 1,\r\n      autoplay: false,\r\n      autoplaySpeed: 3000,\r\n      responsive: [\r\n      {\r\n        breakpoint: 1200,\r\n        settings: {\r\n          slidesToShow: 3,\r\n          slidesToScroll: 3,\r\n          infinite: true,\r\n          dots: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 767,\r\n        settings: {\r\n          slidesToShow: 2,\r\n          slidesToScroll: 2,\r\n          arrows: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 650,\r\n        settings: {\r\n          slidesToShow: 1,\r\n          slidesToScroll: 1,\r\n          arrows: true\r\n        }\r\n      }\r\n      \/\/ You can unslick at a given breakpoint now by adding:\r\n      \/\/ settings: \"unslick\"\r\n      \/\/ instead of a settings object\r\n    ]\r\n    });\r\n\r\n    $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n\r\n    updateSlickDotsAccessibility();\r\n\r\n    function updateSlickDotsAccessibility() {\r\n      document.querySelectorAll('.slick-dots li').forEach(function (dot) {\r\n        const isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n        const button = dot.querySelector('button');\r\n\r\n        if (button) {\r\n          if (isHidden) {\r\n            button.setAttribute('tabindex', '-1');\r\n            button.setAttribute('aria-hidden', 'true');\r\n          } else {\r\n            button.setAttribute('tabindex', '0');\r\n            button.removeAttribute('aria-hidden');\r\n          }\r\n        }\r\n      });\r\n    }\r\n\r\n    document.querySelectorAll('.slick-track[role=\"listbox\"]').forEach(function(track) {\r\n      if (!track.hasAttribute('aria-label') && !track.hasAttribute('aria-labelledby')) {\r\n        track.setAttribute('aria-label', 'Video slider');\r\n      }\r\n    });\r\n  });\r\n<\/script>\n\n\r\n\r\n\r\n<section id=\"image-slider-block_ed5a712e4db7a855bdf75832870b28b8\"  class=\"image-slider gutter image-slider-count-3 image-slider-block\">\r\n  <div class=\"container\">\r\n    <div class=\"image-slider-header\">\r\n      <h2 class=\"image-slider-header-text\">Related<\/h2>\r\n    <\/div>\r\n    <div class=\"image-slider-wrapper\">\r\n                <div class=\"image-slider-item image-slider-item-type-image\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/pikeplacemarketfoundation.org\/events\/sunset-supper\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/05\/03114620\/paella-1024x682-450x300.jpg\" alt=\"A woman serves food from a large pan of paella to an older man at an outdoor market. The scene is lively with people in the background, and colorful tablecloths and lights decorate the stalls.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Sunset Supper                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Event                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n        <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\n  jQuery( document ).ready(function($) {\r\n    const $sliderWrapper = $(\"#image-slider-block_ed5a712e4db7a855bdf75832870b28b8\");\r\n\r\n    $sliderWrapper.on(\"init reInit afterChange\", function () {\r\n      $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n      updateSlickDotsAccessibility();\r\n\r\n    });\r\n  \r\n    $(\"#image-slider-block_ed5a712e4db7a855bdf75832870b28b8 .image-slider-wrapper\").not('.slick-initialized').slick({\r\n      dots: false,\r\n      arrows: true,\r\n      infinite: true,\r\n      slidesToShow: 3,\r\n      slidesToScroll: 1,\r\n      autoplay: false,\r\n      autoplaySpeed: 3000,\r\n      responsive: [\r\n      {\r\n        breakpoint: 1200,\r\n        settings: {\r\n          slidesToShow: 3,\r\n          slidesToScroll: 3,\r\n          infinite: true,\r\n          dots: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 767,\r\n        settings: {\r\n          slidesToShow: 2,\r\n          slidesToScroll: 2,\r\n          arrows: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 650,\r\n        settings: {\r\n          slidesToShow: 1,\r\n          slidesToScroll: 1,\r\n          arrows: true\r\n        }\r\n      }\r\n      \/\/ You can unslick at a given breakpoint now by adding:\r\n      \/\/ settings: \"unslick\"\r\n      \/\/ instead of a settings object\r\n    ]\r\n    });\r\n\r\n    $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n\r\n    updateSlickDotsAccessibility();\r\n\r\n    function updateSlickDotsAccessibility() {\r\n      document.querySelectorAll('.slick-dots li').forEach(function (dot) {\r\n        const isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n        const button = dot.querySelector('button');\r\n\r\n        if (button) {\r\n          if (isHidden) {\r\n            button.setAttribute('tabindex', '-1');\r\n            button.setAttribute('aria-hidden', 'true');\r\n          } else {\r\n            button.setAttribute('tabindex', '0');\r\n            button.removeAttribute('aria-hidden');\r\n          }\r\n        }\r\n      });\r\n    }\r\n\r\n    document.querySelectorAll('.slick-track[role=\"listbox\"]').forEach(function(track) {\r\n      if (!track.hasAttribute('aria-label') && !track.hasAttribute('aria-labelledby')) {\r\n        track.setAttribute('aria-label', 'Video slider');\r\n      }\r\n    });\r\n  });\r\n<\/script>","protected":false},"excerpt":{"rendered":"<p>          &#8230;<\/p>\n","protected":false},"author":75,"featured_media":413854,"parent":371419,"menu_order":20,"comment_status":"closed","ping_status":"closed","template":"template-gutenberg.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-371440","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Family Style - Visit Seattle<\/title>\n<meta name=\"description\" content=\"This video series celebrates the stories of five immigrant chefs shaping Seattle\u2019s esteemed culinary scene.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/visitseattle.org\/tv\/family-style\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Family Style - Visit Seattle\" \/>\n<meta property=\"og:description\" content=\"This video series celebrates the stories of five immigrant chefs shaping Seattle\u2019s esteemed culinary scene.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/visitseattle.org\/tv\/family-style\/\" \/>\n<meta property=\"og:site_name\" content=\"Visit Seattle\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/visitseattle\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-27T20:04:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/uploads.visitseattle.org\/2023\/12\/15133159\/FamilyStyleTiled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"630\" \/>\n\t<meta property=\"og:image:height\" content=\"354\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@visitseattle\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/visitseattle.org\/tv\/family-style\/\",\"url\":\"https:\/\/visitseattle.org\/tv\/family-style\/\",\"name\":\"Family Style - Visit Seattle\",\"isPartOf\":{\"@id\":\"https:\/\/visitseattle.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/visitseattle.org\/tv\/family-style\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/visitseattle.org\/tv\/family-style\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/uploads.visitseattle.org\/2023\/12\/15133159\/FamilyStyleTiled.jpg\",\"datePublished\":\"2022-06-23T16:44:16+00:00\",\"dateModified\":\"2026-01-27T20:04:30+00:00\",\"description\":\"This video series celebrates the stories of five immigrant chefs shaping Seattle\u2019s esteemed culinary scene.\",\"breadcrumb\":{\"@id\":\"https:\/\/visitseattle.org\/tv\/family-style\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/visitseattle.org\/tv\/family-style\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/visitseattle.org\/tv\/family-style\/#primaryimage\",\"url\":\"https:\/\/uploads.visitseattle.org\/2023\/12\/15133159\/FamilyStyleTiled.jpg\",\"contentUrl\":\"https:\/\/uploads.visitseattle.org\/2023\/12\/15133159\/FamilyStyleTiled.jpg\",\"width\":630,\"height\":354,\"caption\":\"Family Style\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/visitseattle.org\/tv\/family-style\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/visitseattle.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"VISITSEATTLE.tv\",\"item\":\"https:\/\/visitseattle.org\/tv\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Family Style\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/visitseattle.org\/#website\",\"url\":\"https:\/\/visitseattle.org\/\",\"name\":\"Visit Seattle\",\"description\":\"Your next great adventure\",\"publisher\":{\"@id\":\"https:\/\/visitseattle.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/visitseattle.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/visitseattle.org\/#organization\",\"name\":\"Visit Seattle\",\"alternateName\":\"Visit Seattle\",\"url\":\"https:\/\/visitseattle.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/visitseattle.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/uploads.visitseattle.org\/2024\/02\/26112700\/vsJPG.jpg\",\"contentUrl\":\"https:\/\/uploads.visitseattle.org\/2024\/02\/26112700\/vsJPG.jpg\",\"width\":696,\"height\":696,\"caption\":\"Visit Seattle\"},\"image\":{\"@id\":\"https:\/\/visitseattle.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/visitseattle\",\"https:\/\/x.com\/visitseattle\",\"https:\/\/instagram.com\/visitseattle\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Family Style - Visit Seattle","description":"This video series celebrates the stories of five immigrant chefs shaping Seattle\u2019s esteemed culinary scene.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/visitseattle.org\/tv\/family-style\/","og_locale":"en_US","og_type":"article","og_title":"Family Style - Visit Seattle","og_description":"This video series celebrates the stories of five immigrant chefs shaping Seattle\u2019s esteemed culinary scene.","og_url":"https:\/\/visitseattle.org\/tv\/family-style\/","og_site_name":"Visit Seattle","article_publisher":"https:\/\/www.facebook.com\/visitseattle","article_modified_time":"2026-01-27T20:04:30+00:00","og_image":[{"width":630,"height":354,"url":"https:\/\/uploads.visitseattle.org\/2023\/12\/15133159\/FamilyStyleTiled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@visitseattle","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/visitseattle.org\/tv\/family-style\/","url":"https:\/\/visitseattle.org\/tv\/family-style\/","name":"Family Style - Visit Seattle","isPartOf":{"@id":"https:\/\/visitseattle.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/visitseattle.org\/tv\/family-style\/#primaryimage"},"image":{"@id":"https:\/\/visitseattle.org\/tv\/family-style\/#primaryimage"},"thumbnailUrl":"https:\/\/uploads.visitseattle.org\/2023\/12\/15133159\/FamilyStyleTiled.jpg","datePublished":"2022-06-23T16:44:16+00:00","dateModified":"2026-01-27T20:04:30+00:00","description":"This video series celebrates the stories of five immigrant chefs shaping Seattle\u2019s esteemed culinary scene.","breadcrumb":{"@id":"https:\/\/visitseattle.org\/tv\/family-style\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/visitseattle.org\/tv\/family-style\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/visitseattle.org\/tv\/family-style\/#primaryimage","url":"https:\/\/uploads.visitseattle.org\/2023\/12\/15133159\/FamilyStyleTiled.jpg","contentUrl":"https:\/\/uploads.visitseattle.org\/2023\/12\/15133159\/FamilyStyleTiled.jpg","width":630,"height":354,"caption":"Family Style"},{"@type":"BreadcrumbList","@id":"https:\/\/visitseattle.org\/tv\/family-style\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/visitseattle.org\/"},{"@type":"ListItem","position":2,"name":"VISITSEATTLE.tv","item":"https:\/\/visitseattle.org\/tv\/"},{"@type":"ListItem","position":3,"name":"Family Style"}]},{"@type":"WebSite","@id":"https:\/\/visitseattle.org\/#website","url":"https:\/\/visitseattle.org\/","name":"Visit Seattle","description":"Your next great adventure","publisher":{"@id":"https:\/\/visitseattle.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/visitseattle.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/visitseattle.org\/#organization","name":"Visit Seattle","alternateName":"Visit Seattle","url":"https:\/\/visitseattle.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/visitseattle.org\/#\/schema\/logo\/image\/","url":"https:\/\/uploads.visitseattle.org\/2024\/02\/26112700\/vsJPG.jpg","contentUrl":"https:\/\/uploads.visitseattle.org\/2024\/02\/26112700\/vsJPG.jpg","width":696,"height":696,"caption":"Visit Seattle"},"image":{"@id":"https:\/\/visitseattle.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/visitseattle","https:\/\/x.com\/visitseattle","https:\/\/instagram.com\/visitseattle\/"]}]}},"publishpress_future_action":{"enabled":false,"date":"2026-02-06 11:28:34","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/371440","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/users\/75"}],"replies":[{"embeddable":true,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/comments?post=371440"}],"version-history":[{"count":5,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/371440\/revisions"}],"predecessor-version":[{"id":453558,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/371440\/revisions\/453558"}],"up":[{"embeddable":true,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/371419"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/media\/413854"}],"wp:attachment":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/media?parent=371440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}