Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xmlns="//www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <head>
  <meta charset="utf-8"/>
  <!-- utf-8 works for most cases -->
  <meta content="width=device-width" name="viewport"/>
  <!-- Forcing initial-scale shouldn't be necessary -->
  <meta content="IE=edge" http-equiv="x-ua-compatible"/>
  <!-- Use the latest (edge) version of IE rendering engine -->
  <meta name="x-apple-disable-message-reformatting"/>
  <!-- Disable auto-scale in iOS 10 Mail entirely -->
  <title>
  </title>
  <!-- The title tag shows in email notifications, like Android 4.4. -->
  <!-- Web Font / @font-face : BEGIN -->
  <!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
  <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
  <!--[if mso]>
<style>
* {
font-family:sans-serif !important;
}
</style>
<![endif]-->
  <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: //stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
  <!--[if !mso]><!-->
  <!-- insert web font reference, eg: <link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet" type="text/css"> -->
  <!--<![endif]-->
  <!-- Web Font / @font-face : END -->
  <!-- CSS Reset : BEGIN -->
  <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
  <!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG />
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
  <!-- CSS Reset : END -->
  <!-- Progressive Enhancements : BEGIN -->
  <!-- Progressive Enhancements : END -->
  <style type="text/css">
   /* What it does: Remove spaces around the email design added by some email clients. */
      /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
      html,body {
        margin:0 auto !important;
        padding:0 !important;
        height:100% !important;
        width:100% !important;
      }

      /* What it does: Stops email clients resizing small text. */
      * {
        -ms-text-size-adjust:100%;
        -webkit-text-size-adjust:100%;
      }

      /* What it does: Centers email on Android 4.4 */
      div[style*="margin: 16px 0"] {
        margin:0 !important;
      }

      /* What it does: Stops Outlook from adding extra spacing to tables. */
      table,td {
        mso-table-lspace:0 !important;
        mso-table-rspace:0 !important;
      }

      /* What it does: Fixes webkit padding issue. */
      table {
        border-spacing:0 !important;
        border-collapse:collapse !important;
        table-layout:fixed !important;
        margin:0 auto !important;
      }

      /* What it does: Uses a better rendering method when resizing images in IE. */
      img {
        -ms-interpolation-mode:bicubic;
      }

      /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
      a {
        text-decoration:none;
      }

      /* What it does: A work-around for email clients meddling in triggered links. */
      a[x-apple-data-detectors],/* iOS */
      .unstyle-auto-detected-links a,.aBn {
        border-bottom:0 !important;
        cursor:default !important;
        color:inherit !important;
        text-decoration:none !important;
        font-size:inherit !important;
        font-family:inherit !important;
        font-weight:inherit !important;
        line-height:inherit !important;
      }

      /* What it does: Prevents Gmail from changing the text color in conversation threads. */
      .im {
        color:inherit !important;
      }

      /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
      .a6S {
        display:none !important;
        opacity:.01 !important;
      }

      /* If the above doesn't work, add a .g-img class to any image in question. */
      img.g-img + div {
        display:none !important;
      }

      /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
      /* Create one of these media queries for each additional viewport size you'd like to fix */
      /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
      @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
        u ~ div .email-container {
          min-width:320px !important;
        }
      }

      /* iPhone 6, 6S, 7, 8, and X */
      @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
        u ~ div .email-container {
          min-width:375px !important;
        }
      }

      /* iPhone 6+, 7+, and 8+ */
      @media only screen and (min-device-width: 414px) {
        u ~ div .email-container {
          min-width:414px !important;
        }
      }

      /* What it does: Remove spaces around the email design added by some email clients. */
      /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
      html,body {
        margin:0 auto !important;
        padding:0 !important;
        height:100% !important;
        width:100% !important;
      }

      /* What it does: Stops email clients resizing small text. */
      * {
        -ms-text-size-adjust:100%;
        -webkit-text-size-adjust:100%;
      }

      /* What it does: Centers email on Android 4.4 */
      div[style*="margin: 16px 0"] {
        margin:0 !important;
      }

      /* What it does: Stops Outlook from adding extra spacing to tables. */
      table,td {
        mso-table-lspace:0 !important;
        mso-table-rspace:0 !important;
      }

      /* What it does: Fixes webkit padding issue. */
      table {
        border-spacing:0 !important;
        border-collapse:collapse !important;
        table-layout:fixed !important;
        margin:0 auto !important;
      }

      /* What it does: Uses a better rendering method when resizing images in IE. */
      img {
        -ms-interpolation-mode:bicubic;
      }

      /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
      a {
        text-decoration:none;
      }

      /* What it does: A work-around for email clients meddling in triggered links. */
      a[x-apple-data-detectors],/* iOS */
      .unstyle-auto-detected-links a,.aBn {
        border-bottom:0 !important;
        cursor:default !important;
        color:inherit !important;
        text-decoration:none !important;
        font-size:inherit !important;
        font-family:inherit !important;
        font-weight:inherit !important;
        line-height:inherit !important;
      }

      /* What it does: Prevents Gmail from changing the text color in conversation threads. */
      .im {
        color:inherit !important;
      }

      /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
      .a6S {
        display:none !important;
        opacity:.01 !important;
      }

      /* If the above doesn't work, add a .g-img class to any image in question. */
      img.g-img + div {
        display:none !important;
      }

      /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
      /* Create one of these media queries for each additional viewport size you'd like to fix */
      /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
      @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
        u ~ div .email-container {
          min-width:320px !important;
        }
      }

      /* iPhone 6, 6S, 7, 8, and X */
      @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
        u ~ div .email-container {
          min-width:375px !important;
        }
      }

      /* iPhone 6+, 7+, and 8+ */
      @media only screen and (min-device-width: 414px) {
        u ~ div .email-container {
          min-width:414px !important;
        }
      }

      /* What it does: Hover styles for buttons */
      .button-td,.button-a {
        transition:all 100ms ease-in;
      }

      .button-td-primary:hover,.button-a-primary:hover {
        background:#555555 !important;
        border-color:#555555 !important;
      }

      /* Media Queries */
      @media screen and (max-width: 480px) {
        /* What it does: Forces table cells into full-width rows. */
        .stack-column,.stack-column-center {
          display:block !important;
          width:100% !important;
          max-width:100% !important;
          direction:ltr !important;
        }

        /* And center justify these ones. */
        .stack-column-center {
          text-align:center !important;
        }

        /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
        .center-on-narrow {
          text-align:center !important;
          display:block !important;
          margin-left:auto !important;
          margin-right:auto !important;
          float:none !important;
        }

        table.center-on-narrow {
          display:inline-block !important;
        }

        /* What it does: Adjust typography on small screens to improve readability */
        .email-container p {
          font-size:17px !important;
        }

        .mobile_padding {
          padding:5px !important;
        }

        .h1_mobile {
          font-size:21px !important;
          padding-left:10px !important;
          padding-right:10px !important;
          line-height:27px !important;
        }

        .header_mobile {
          height:auto !important;
          width:20% !important;
        }

        .main_nav {
          padding-left:20px !important;
          padding-right:5px !important;
          font-size:15px !important;
          text-align:center !important;
        }

        .main_nav_refer {
          width:30% !important;
          text-align:center !important;
        }
      }
  </style>
 </head>
 <body style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #ffffff;" width="100%">
  <center style="width:100%;">
   <!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#222222;">
<tr>
<td>
<![endif]-->
   <!-- Visually Hidden Preheader Text : BEGIN -->
   <div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family:sans-serif;">
    Just in time for Cinco de Mayo and Mother's Day.
   </div>
   <!-- Visually Hidden Preheader Text : END -->
   <!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. -->
   <!-- Preview Text Spacing Hack : BEGIN -->
   <div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family:sans-serif;">
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
        ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌   ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
        ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌   ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
        ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌   ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
        ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌   ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
        ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌   ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
        ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌   ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
        ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
   </div>
   <!-- Preview Text Spacing Hack : END -->
   <!--
Set the email width. Defined in two places:
1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 680px.
2. MSO tags for Desktop Windows Outlook enforce a 680px width.
Note: The Fluid and Responsive templates have a different width (600px). The hybrid grid is more "fragile", and I've found that 680px is a good width. Change with caution.
-->
   <div class="email-container" style="max-width:680px;margin:0 auto;">
    <!--[if mso]>
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0">
<td>
<![endif]-->
    <!-- Email Body : BEGIN -->
    <!-- Email Header : BEGIN -->
    <table cellpadding="0" cellspacing="0" class="pattern">
     <tr>
      <td width="100%">
       <table cellpadding="0" cellspacing="0" width="100%">
        <tr>
         <td align="center" bgcolor="#ffffff" style="padding-top:15px;text-align:center;" width="40%">
          <a>
           <img align="center" alt="Gobble Logo" border="0" class="header_mobile" height="70" src="https://inboxflows.com/_/image/https%253A%252F%252Fhosting.fyleio.com%252F40604%252Fpublic%252Fgobble_final_logo_red_alpha.png%250D%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZob3N0aW5nLmZ5bCJ9:1kXObK:8BhXZjbfrC17nKbMdqBECGKa2uBrwlgo4ukdaFzmx-A" style="width:150px; height: 70px; padding-top:10px; padding-bottom:10px;" width="150"/>
          </a>
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <!-- Email Header : END -->
     <tr>
      <td style="background-color:#ffffff;">
       <a>
        <img alt="" border="0" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fhosting.fyleio.com%252F40604%252Fpublic%252F6-for-36-halibut_v2.jpg%250D%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZob3N0aW5nLmZ5bCJ9:1kXObK:8BhXZjbfrC17nKbMdqBECGKa2uBrwlgo4ukdaFzmx-A" style="width: 100%; max-width: 680px; height: auto; padding-top:10px; margin: auto; display: block;" width="680"/>
       </a>
      </td>
     </tr>
    </table>
    <!-- Hero Image, Flush : END -->
    <!-- 1 Column Text + Button : BEGIN -->
    <table border="0" cellpadding="0" cellspacing="0" class="mobile_padding" role="presentation" width="100%">
     <tr>
      <td align="center" style="color:#333333;">
       <p class="mobile_padding" style="font-family:Raleway, sans-serif;font-size:20px;padding-left:30px;padding-right:30px;line-height:26px;">
        Cinco de Mayo and Mother's Day are right around the corner. We have some special brunch and dinner options on the menu to help you celebrate!
       </p>
       <p class="mobile_padding" style="font-family:Raleway, sans-serif;font-size:20px;padding-left:50px;padding-right:50px;line-height:26px;">
        <strong>
         Be the dinner hero and get *6 meals for $36 dollars today!
        </strong>
       </p>
      </td>
     </tr>
     <tr>
      <td style="padding:0px 20px 30px;">
       <!-- Button : BEGIN -->
       <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto;">
        <tr>
         <td align="center" class="button-td button-td-primary" style="border-radius:4px;background:#222222;">
          <a class="button-a button-a-primary" style="background:#F23C2E;font-family:Raleway, sans-serif;font-size:16px;line-height:19px;text-decoration:none;padding:14px 35px;color:#ffffff;display:block;border-radius:0px;">
           Get *6 meals for $36 today
          </a>
         </td>
        </tr>
       </table>
       <!-- Button : END -->
      </td>
     </tr>
     <!-- 1 Column Text + Button : END -->
     <!-- Background Image with Text : BEGIN -->
     <!-- 2 Even Columns : BEGIN -->
     <tr>
      <td>
       <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerBlock" style="min-width:100%;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;table-layout:fixed !important;" width="100%">
        <tbody class="mcnDividerBlockOuter">
         <tr>
          <td class="mcnDividerBlockInner" style="min-width:100%;padding:18px;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
           <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerContent" style="min-width:100%;border-top:2px solid #cbcbcb;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" width="100%">
            <tbody>
             <tr>
              <td style="mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
               <span>
               </span>
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
         <tr>
          <td align="center" style="font-size:0;padding:10px 0;" valign="top">
           <table cellpadding="0" cellspacing="0" class="pattern">
            <!-- Email Header : END -->
            <tr>
             <td align="center" class="mobile_padding" style="padding-top:0px;font-family:sans-serif, futura;font-size:15px;line-height:0px;color:#555555; padding-right:60px; padding-left:60px;">
              <div class="h1_mobile" style="font-family:futura, sans-serif;margin:0 0 10px;font-size:25px;line-height:30px;color:#333333;font-weight:bold;">
               Celebrate Cinco De Mayo with gourmet Mexican cuisine
              </div>
              <p class="mobile_padding" style="font-family:Raleway, sans-serif;font-size:20px;padding-left:50px;padding-right:50px;line-height:26px;">
               Delivered to your door just in time for May 5th!
              </p>
             </td>
            </tr>
           </table>
           <!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="660">
<tr>
<td valign="top" width="330">
<![endif]-->
           <div class="stack-column" style="display:inline-block;margin:0 -2px;width:100%;min-width:200px;max-width:330px;vertical-align:top;">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td style="padding:10px;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size:14px;text-align:left;" width="100%">
                <tr>
                 <td>
                  <a>
                   <img alt="Gobble" border="0" class="center-on-narrow" src="https://inboxflows.com/_/image/https%253A%252F%252Fgallery.mailchimp.com%252F813889bbfd98b1955b213901b%252Fimages%252F7626d8b4-9006-46a7-a41e-b94d2485cb83.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnYWxsZXJ5Lm1haSJ9:1kXObK:cAUlE68Tv72rTuSI5xUQfxanPFdnaKmqw10hP1Bz5m4" style="width: 100%; max-width: 310px; height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;" width="310"/>
                  </a>
                 </td>
                </tr>
                <tr>
                 <td align="center" class="stack-column-center" style="font-family:Raleway, sans-serif;font-size:18px;line-height:21px;color:#333333;padding-top:10px;font-weight:bold;">
                  <p style="margin:0;">
                   Al Pastor Pork Chop with Sautéed Spicy Squash &amp; Refried Pinto Beans
                  </p>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </div>
           <!--[if mso]>
</td>
<td valign="top" width="330">
<![endif]-->
           <div class="stack-column" style="display:inline-block;margin:0 -2px;width:100%;min-width:200px;max-width:330px;vertical-align:top;">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td style="padding:10px;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size:14px;text-align:left;" width="100%">
                <tr>
                 <td>
                  <a>
                   <img alt="Gobble" border="0" class="center-on-narrow" src="https://inboxflows.com/_/image/https%253A%252F%252Fgallery.mailchimp.com%252F813889bbfd98b1955b213901b%252Fimages%252F88092407-fb7b-4577-b862-6574a7ddde8d.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnYWxsZXJ5Lm1haSJ9:1kXObK:cAUlE68Tv72rTuSI5xUQfxanPFdnaKmqw10hP1Bz5m4" style="width: 100%; max-width: 310px; height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;" width="310"/>
                  </a>
                 </td>
                </tr>
                <tr>
                 <td align="center" class="stack-column-center" style="font-family:Raleway, sans-serif;font-size:18px;line-height:21px;color:#333333;padding-top:10px;font-weight:bold;">
                  <p style="margin:0;">
                   Salsa Verde Spinach Enchiladas with Corn &amp; Black Bean Rice
                  </p>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </div>
           <!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
          </td>
         </tr>
         <tr>
          <td style="padding:0px 20px 30px;">
           <!-- Button : BEGIN -->
           <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto;">
            <tr>
             <td align="center" class="button-td button-td-primary" style="border-radius:4px;background:#222222;">
              <a class="button-a button-a-primary" style="background:#F23C2E;font-family:Raleway, sans-serif;font-size:16px;line-height:19px;text-decoration:none;padding:14px 35px;color:#ffffff;display:block;border-radius:0px;">
               Get *6 meals for $36 today
              </a>
             </td>
            </tr>
           </table>
           <!-- Button : END -->
          </td>
         </tr>
         <tr>
          <td>
           <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerBlock" style="min-width:100%;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;table-layout:fixed !important;" width="100%">
            <tbody class="mcnDividerBlockOuter">
             <tr>
              <td class="mcnDividerBlockInner" style="min-width:100%;padding:18px;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
               <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerContent" style="min-width:100%;border-top:2px solid #cbcbcb;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" width="100%">
                <tbody>
                 <tr>
                  <td style="mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
                   <span>
                   </span>
                  </td>
                 </tr>
                </tbody>
               </table>
              </td>
             </tr>
             <tr>
              <td align="center" style="font-size:0;padding:10px 0;" valign="top">
               <table cellpadding="0" cellspacing="0" class="pattern">
                <!-- Email Header : END -->
                <tr>
                 <td align="center" style="padding-top:0px;font-family:sans-serif, futura;font-size:15px;line-height:0px;color:#555555;">
                  <div class="h1_mobile" style="font-family:futura, sans-serif;margin:0 0 10px;font-size:25px;line-height:30px;color:#333333;font-weight:bold;">
                   What's on the menu
                  </div>
                 </td>
                </tr>
               </table>
               <!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="660">
<tr>
<td valign="top" width="330">
<![endif]-->
               <div class="stack-column" style="display:inline-block;margin:0 -2px;width:100%;min-width:200px;max-width:330px;vertical-align:top;">
                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                 <tr>
                  <td style="padding:10px;">
                   <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size:14px;text-align:left;" width="100%">
                    <tr>
                     <td>
                      <a>
                       <img alt="Gobble" border="0" class="center-on-narrow" src="https://inboxflows.com/_/image/https%253A%252F%252Fgallery.mailchimp.com%252F813889bbfd98b1955b213901b%252Fimages%252Ff9bfbadf-96bd-44c6-91c6-31731de21b1d.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnYWxsZXJ5Lm1haSJ9:1kXObK:cAUlE68Tv72rTuSI5xUQfxanPFdnaKmqw10hP1Bz5m4" style="width: 100%; max-width: 310px; height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;" width="310"/>
                      </a>
                     </td>
                    </tr>
                    <tr>
                     <td align="center" class="stack-column-center" style="font-family:Raleway, sans-serif;font-size:18px;line-height:21px;color:#333333;padding-top:10px;font-weight:bold;">
                      <p style="margin:0;">
                       Sicilian-Style Albacore Tuna with Cauliflower Rice &amp; Balsamic Glaze
                      </p>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                </table>
               </div>
               <!--[if mso]>
</td>
<td valign="top" width="330">
<![endif]-->
               <div class="stack-column" style="display:inline-block;margin:0 -2px;width:100%;min-width:200px;max-width:330px;vertical-align:top;">
                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                 <tr>
                  <td style="padding:10px;">
                   <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size:14px;text-align:left;" width="100%">
                    <tr>
                     <td>
                      <a>
                       <img alt="Gobble" border="0" class="center-on-narrow" src="https://inboxflows.com/_/image/https%253A%252F%252Fgallery.mailchimp.com%252F813889bbfd98b1955b213901b%252Fimages%252Fb691e6e9-e591-4b85-898a-4b2c8cc5c6df.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnYWxsZXJ5Lm1haSJ9:1kXObK:cAUlE68Tv72rTuSI5xUQfxanPFdnaKmqw10hP1Bz5m4" style="width: 100%; max-width: 310px; height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;" width="310"/>
                      </a>
                     </td>
                    </tr>
                    <tr>
                     <td align="center" class="stack-column-center" style="font-family:Raleway, sans-serif;font-size:18px;line-height:21px;color:#333333;padding-top:10px;font-weight:bold;">
                      <p style="margin:0;">
                       Spring Pot Roast with Fava Beans &amp; Asparagus
                      </p>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                </table>
               </div>
               <!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
               <div class="stack-column" style="display:inline-block;margin:0 -2px;width:100%;min-width:200px;max-width:330px;vertical-align:top;">
                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                 <tr>
                  <td style="padding:10px;">
                   <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size:14px;text-align:left;" width="100%">
                    <tr>
                     <td>
                      <a>
                       <img alt="Gobble" border="0" class="center-on-narrow" src="https://inboxflows.com/_/image/https%253A%252F%252Fgallery.mailchimp.com%252F813889bbfd98b1955b213901b%252Fimages%252Fd381055c-f006-4b90-a7c3-ee5bc01ebe2d.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnYWxsZXJ5Lm1haSJ9:1kXObK:cAUlE68Tv72rTuSI5xUQfxanPFdnaKmqw10hP1Bz5m4" style="width: 100%; max-width: 310px; height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;" width="310"/>
                      </a>
                     </td>
                    </tr>
                    <tr>
                     <td align="center" class="stack-column-center" style="font-family:Raleway, sans-serif;font-size:18px;line-height:21px;color:#333333;padding-top:10px;font-weight:bold;">
                      <p style="margin:0;">
                       Chimichurri Chicken with Sautéed Vegetables &amp; Brown Rice
                      </p>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                </table>
               </div>
               <!--[if mso]>
</td>
<td valign="top" width="330">
<![endif]-->
               <div class="stack-column" style="display:inline-block;margin:0 -2px;width:100%;min-width:200px;max-width:330px;vertical-align:top;">
                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                 <tr>
                  <td style="padding:10px;">
                   <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size:14px;text-align:left;" width="100%">
                    <tr>
                     <td>
                      <a>
                       <img alt="Gobble" border="0" class="center-on-narrow" src="https://inboxflows.com/_/image/https%253A%252F%252Fgallery.mailchimp.com%252F813889bbfd98b1955b213901b%252Fimages%252F690d6b74-4f2b-4de5-a5d1-6c8346ababd5.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnYWxsZXJ5Lm1haSJ9:1kXObK:cAUlE68Tv72rTuSI5xUQfxanPFdnaKmqw10hP1Bz5m4" style="width: 100%; max-width: 310px; height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;" width="310"/>
                      </a>
                     </td>
                    </tr>
                    <tr>
                     <td align="center" class="stack-column-center" style="font-family:Raleway, sans-serif;font-size:18px;line-height:21px;color:#333333;padding-top:10px;font-weight:bold;">
                      <p style="margin:0;">
                       Flat Iron Steak with Green Beans &amp; Dijon Mustard Potato Salad
                      </p>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                </table>
               </div>
              </td>
             </tr>
             <tr>
              <td style="padding:0px 20px 30px;">
               <!-- Button : BEGIN -->
               <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto;">
                <tr>
                 <td align="center" class="button-td button-td-primary" style="border-radius:4px;background:#222222;">
                  <a class="button-a button-a-primary" style="background:#F23C2E;font-family:Raleway, sans-serif;font-size:16px;line-height:19px;text-decoration:none;padding:14px 35px;color:#ffffff;display:block;border-radius:0px;">
                   Get *6 meals for $36 today
                  </a>
                 </td>
                </tr>
               </table>
               <!-- Button : END -->
              </td>
             </tr>
             <!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
             <tr>
              <td>
               <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerBlock" style="min-width:100%;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;table-layout:fixed !important;" width="100%">
                <tbody class="mcnDividerBlockOuter">
                 <tr>
                  <td class="mcnDividerBlockInner" style="min-width:100%;padding:18px;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
                   <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerContent" style="min-width:100%;border-top:2px solid #cbcbcb;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" width="100%">
                    <tbody>
                     <tr>
                      <td style="mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
                       <span>
                       </span>
                      </td>
                     </tr>
                    </tbody>
                   </table>
                  </td>
                 </tr>
                 <tr>
                  <td align="center" style="font-size:0;padding:10px 0;" valign="top">
                   <table cellpadding="0" cellspacing="0" class="pattern">
                    <!-- Email Header : END -->
                    <tr>
                     <td align="center" style="padding-top:0px;font-family:sans-serif, futura;font-size:15px;line-height:0px;color:#555555;">
                      <div class="h1_mobile" style="font-family:futura, sans-serif;margin:0 0 10px;font-size:25px;line-height:30px;color:#333333;font-weight:bold;">
                       Add delicious sides to your box
                      </div>
                     </td>
                    </tr>
                   </table>
                   <!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="660">
<tr>
<td valign="top" width="330">
<![endif]-->
                   <div class="stack-column" style="display:inline-block;margin:0 -2px;width:100%;min-width:200px;max-width:330px;vertical-align:top;">
                    <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                     <tr>
                      <td style="padding:10px;">
                       <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size:14px;text-align:left;" width="100%">
                        <tr>
                         <td>
                          <a>
                           <img alt="Gobble" border="0" class="center-on-narrow" src="https://inboxflows.com/_/image/https%253A%252F%252Fgallery.mailchimp.com%252F813889bbfd98b1955b213901b%252Fimages%252F1e3aada6-76e6-40c8-a5df-dc766fb55681.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnYWxsZXJ5Lm1haSJ9:1kXObK:cAUlE68Tv72rTuSI5xUQfxanPFdnaKmqw10hP1Bz5m4" style="width: 100%; max-width: 310px; height: auto; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #333333;" width="310"/>
                          </a>
                         </td>
                        </tr>
                        <tr>
                         <td align="center" class="stack-column-center" style="font-family:Raleway, sans-serif;font-size:18px;line-height:21px;color:#333333;padding-top:10px;font-weight:bold;">
                          <p style="margin:0;">
                           Black Truffle Macaroni &amp; Cheese
                          </p>
                         </td>
                        </tr>
                       </table>
                      </td>
                     </tr>
                    </table>
                   </div>
                   <!--[if mso]>
</td>
<td valign="top" width="330">
<![endif]-->
                   <div class="stack-column" style="display:inline-block;margin:0 -2px;width:100%;min-width:200px;max-width:330px;vertical-align:top;">
                    <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                     <tr>
                      <td style="padding:10px;">
                       <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size:14px;text-align:left;" width="100%">
                        <tr>
                         <td>
                          <a>
                           <img alt="Gobble" border="0" class="center-on-narrow" src="https://inboxflows.com/_/image/https%253A%252F%252Fgallery.mailchimp.com%252F813889bbfd98b1955b213901b%252Fimages%252F7c2c964b-1569-4723-bdfd-d6ed8adb00c5.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnYWxsZXJ5Lm1haSJ9:1kXObK:cAUlE68Tv72rTuSI5xUQfxanPFdnaKmqw10hP1Bz5m4" style="width: 100%; max-width: 310px; height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;" width="310"/>
                          </a>
                         </td>
                        </tr>
                        <tr>
                         <td align="center" class="stack-column-center" style="font-family:Raleway, sans-serif;font-size:18px;line-height:21px;color:#333333;padding-top:10px;font-weight:bold;">
                          <p style="margin:0;">
                           Cheesy Herb Garlic Bread
                          </p>
                         </td>
                        </tr>
                       </table>
                      </td>
                     </tr>
                    </table>
                   </div>
                   <!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
                  </td>
                 </tr>
                 <tr>
                  <td style="padding:0px 20px 30px;">
                   <!-- Button : BEGIN -->
                   <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto;">
                    <tr>
                     <td align="center" class="button-td button-td-primary" style="border-radius:4px;background:#222222;">
                      <a class="button-a button-a-primary" style="background:#F23C2E;font-family:Raleway, sans-serif;font-size:16px;line-height:19px;text-decoration:none;padding:14px 35px;color:#ffffff;display:block;border-radius:0px;">
                       Sign up now
                      </a>
                     </td>
                    </tr>
                   </table>
                   <!-- Button : END -->
                  </td>
                 </tr>
                 <tr>
                  <td>
                   <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerBlock" style="min-width:100%;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;table-layout:fixed !important;" width="100%">
                    <tbody class="mcnDividerBlockOuter">
                     <tr>
                      <td class="mcnDividerBlockInner" style="min-width:100%;padding:18px;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
                       <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerContent" style="min-width:100%;border-top:2px solid #cbcbcb;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" width="100%">
                        <tbody>
                         <tr>
                          <td style="mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
                           <span>
                           </span>
                          </td>
                         </tr>
                        </tbody>
                       </table>
                      </td>
                     </tr>
                     <tr>
                      <td align="center" style="font-size:0;padding:10px 0;" valign="top">
                       <table cellpadding="0" cellspacing="0" class="pattern">
                        <!-- Email Header : END -->
                        <tr>
                         <td align="center" style="padding-top:0px;font-family:sans-serif, futura;font-size:15px;line-height:0px;color:#555555;">
                          <div class="h1_mobile" style="font-family:futura, sans-serif;margin:0 0 10px;font-size:25px;line-height:30px;color:#333333;font-weight:bold;">
                           Mother's Day brunch has arrived!
                          </div>
                         </td>
                        </tr>
                       </table>
                       <table cellpadding="0" cellspacing="0" class="pattern">
                        <!-- Email Header : END -->
                        <tr>
                         <td style="background-color:#ffffff;">
                          <a>
                           <img alt="" border="0" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgallery.mailchimp.com%252F813889bbfd98b1955b213901b%252Fimages%252Fee6efc72-b533-4492-8702-5de3d2fb2cd0.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnYWxsZXJ5Lm1haSJ9:1kXObK:cAUlE68Tv72rTuSI5xUQfxanPFdnaKmqw10hP1Bz5m4" style="width: 100%; max-width: 680px; height: auto; padding-top:10px; margin: auto; display: block;" width="680"/>
                          </a>
                         </td>
                        </tr>
                       </table>
                      </td>
                     </tr>
                     <tr>
                      <td style="padding:20px 20px 30px;">
                       <!-- Button : BEGIN -->
                       <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto;">
                        <tr>
                         <td align="center" class="button-td button-td-primary" style="border-radius:4px;background:#222222;">
                          <a class="button-a button-a-primary" style="background:#F23C2E;font-family:Raleway, sans-serif;font-size:16px;line-height:19px;text-decoration:none;padding:14px 35px;color:#ffffff;display:block;border-radius:0px;">
                           Sign up now
                          </a>
                         </td>
                        </tr>
                       </table>
                       <!-- Button : END -->
                      </td>
                     </tr>
                     <!-- 2 Even Columns : END -->
                     <!-- Hero Image, Flush : BEGIN -->
                     <!-- Hero Image, Flush : END -->
                     <!-- Email Body : END -->
                     <!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
                     <tr>
                      <td class="mcnDividerBlockInner" style="min-width:100%;padding:18px;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
                       <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerContent" style="min-width:100%;border-top:2px solid #cbcbcb;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" width="100%">
                        <tbody>
                         <tr>
                          <td style="mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
                           <span>
                           </span>
                          </td>
                         </tr>
                        </tbody>
                       </table>
                      </td>
                     </tr>
                     <tr>
                      <td class="mcnTextBlockInner" style="padding-top:9px;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" valign="top">
                       <!--[if mso]>
<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
<tr>
<![endif]-->
                       <!--[if mso]>
<td valign="top" width="600" style="width:600px;">
<![endif]-->
                       <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnTextContentContainer" style="max-width:100%;min-width:100%;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" width="100%">
                        <tbody>
                         <tr>
                          <td class="mcnTextContent" style="padding:0px 18px 9px;line-height:100%;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:#333333;font-family:Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;text-align:left;" valign="top">
                           <div style="text-align:center;">
                            <span style="font-size:10px">
                             This promotion is valid online only at www.gobble.com on your first week’s box of three recipes with servings for two, totaling six meals. To redeem, visit URL above, or enter code HURRY36 at checkout. Discount is valid on new subscription accounts only and cannot be applied retroactively to previously placed orders. Only one account per household. Offer applies only to the first week of a subscription, and each subsequent delivery is billed at full price.
                             <br/>
                             <br/>
                             The Mother’s Day Brunch Kit is not available as a standalone item, and must be purchased as an add-on to your regularly scheduled Gobble delivery. Kits will be included in deliveries shipped the week of 5/6/19, to arrive in time for Mother’s Day Weekend. Price is $14.99 per serving. Orders must be placed by Wednesday 5/1/19 at midnight. Available while supplies last.
                            </span>
                           </div>
                          </td>
                         </tr>
                        </tbody>
                       </table>
                       <!--[if mso]>
</td>
<![endif]-->
                       <!--[if mso]>
</tr>
</table>
<![endif]-->
                      </td>
                     </tr>
                     <tr>
                      <td>
                       <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerBlock" style="min-width:100%;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;table-layout:fixed !important;" width="100%">
                        <tbody class="mcnDividerBlockOuter">
                         <tr>
                          <td class="mcnDividerBlockInner" style="min-width:100%;padding:18px;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
                           <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerContent" style="min-width:100%;border-top:2px solid #cbcbcb;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" width="100%">
                            <tbody>
                             <tr>
                              <td style="mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
                               <span>
                               </span>
                              </td>
                             </tr>
                            </tbody>
                           </table>
                          </td>
                         </tr>
                         <!-- Full Bleed Background Section : BEGIN -->
                         <tr>
                          <td align="center" id="templateFooter" style="background:#ffffff none no-repeat;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;background-color:#ffffff;background-image:none;background-repeat:no-repeat;background-position:center;background-size:cover;border-top:0;border-bottom:0;padding-top:10px;padding-bottom:10px;" valign="top">
                           <!--[if (gte mso 9)|(IE)]>
<table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
<tr>
<td align="center" valign="top" width="600" style="width:600px;">
<![endif]-->
                           <table align="center" border="0" cellpadding="0" cellspacing="0" class="templateContainer" style="border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;max-width:600px !important;" width="100%">
                            <tbody>
                             <tr>
                              <td class="footerContainer" style="background:none no-repeat;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;background-image:none;background-repeat:no-repeat;background-position:center;background-size:cover;border-top:0;border-bottom:0;padding-top:0;padding-bottom:0;" valign="top">
                               <table border="0" cellpadding="0" cellspacing="0" class="mcnTextBlock" style="min-width:100%;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" width="100%">
                                <tbody class="mcnTextBlockOuter">
                                 <tr>
                                  <td class="mcnTextBlockInner" style="padding-top:9px;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" valign="top">
                                   <!--[if mso]>
<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
<tr>
<![endif]-->
                                   <!--[if mso]>
<td valign="top" width="600" style="width:600px;">
<![endif]-->
                                   <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnTextContentContainer" style="max-width:100%;min-width:100%;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" width="100%">
                                    <tbody>
                                     <tr>
                                      <td class="mcnTextContent" style="font-family:futura, sans-serif;padding:0px 18px 9px;font-size:16px;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:#000000;line-height:150%;text-align:center;" valign="top">
                                       <span style="font-size:18px">
                                        <strong>
                                         Cook up happiness in 15 minutes.
                                        </strong>
                                       </span>
                                      </td>
                                     </tr>
                                    </tbody>
                                   </table>
                                   <!--[if mso]>
</td>
<![endif]-->
                                   <!--[if mso]>
</tr>
</table>
<![endif]-->
                                  </td>
                                 </tr>
                                </tbody>
                               </table>
                               <p style="text-align:center;">
                                <!--Facebook icon-->
                                <a target="_blank">
                                 <img alt="" height="24" src="https://inboxflows.com/_/image/https%253A%252F%252Fci6.googleusercontent.com%252Fproxy%252FHJAYnFxTnZhMiitRI_-a5tYlCBmCeJrrcULBqIYNYqtTEadI7vD7rTipkfHvTk20XZHDfVtP1ZbgcdjsLYM7oxNi51sX_USexqQBrHWslZb6zitrMswTJXclACqX6KE5r5iQFw%253Ds0-d-e1-ft%2523https%253A%252F%252Fcdn-images.mailchimp.com%252Ficons%252Fsocial-block-v2%252Foutline-dark-tumblr-48.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjaTYuZ29vZ2xldSJ9:1kXObK:wQMoCVJCu8IAXAn5QPCA2r0HIa6jrGoulXfh6egGSGM" width="24"/>
                                </a>
                                <!--Google+ icon-->
                                <a target="_blank">
                                 <img alt="" height="24" src="https://inboxflows.com/_/image/https%253A%252F%252Fci3.googleusercontent.com%252Fproxy%252FKkCqE6Cw12qEVuwvlR8-sliWEiVc51XbZQiQYovt25VZ9_xxz11bfymCILIiCmeLDAIb0R-lIWV0iWCNYUIfLi7AOeTQCz0Lh9QcFAe-_YVqgUowsT9XX_aKIcwHOWWtXf42pBo%253Ds0-d-e1-ft%2523https%253A%252F%252Fcdn-images.mailchimp.com%252Ficons%252Fsocial-block-v2%252Foutline-dark-twitter-48.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjaTMuZ29vZ2xldSJ9:1kXObK:xX1xZT9hPVjh6fyUMhaIq3SdRY2XeHEApb_mP1EY6Jo" width="24"/>
                                </a>
                                <!--Twitter icon-->
                                <a target="_blank">
                                 <img alt="" height="24" src="https://inboxflows.com/_/image/https%253A%252F%252Fci6.googleusercontent.com%252Fproxy%252F8fgBdZBX3JjUOKraK9u_b8f4DQ_Ny03Yd6Obg5raCE3gtOpiSANJmEYVDKmKs0_6CyfunSpnWw9K3IUUXvdBz0_mE2nCD_KVmCBbHHxAdIZZcx3Jye_DCTr0BKJWMFZU5hxbyOHq%253Ds0-d-e1-ft%2523https%253A%252F%252Fcdn-images.mailchimp.com%252Ficons%252Fsocial-block-v2%252Foutline-dark-facebook-48.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjaTYuZ29vZ2xldSJ9:1kXObK:wQMoCVJCu8IAXAn5QPCA2r0HIa6jrGoulXfh6egGSGM" width="24"/>
                                </a>
                                <!--Linkedin icon-->
                                <a target="_blank">
                                 <img alt="" height="24" src="https://inboxflows.com/_/image/https%253A%252F%252Fci4.googleusercontent.com%252Fproxy%252Fc266s7jXMo8amedHTT6-pqIveQYjw7G52DWikhTT1Mw4Of2TAplGr8713DZ8hZ5egd3h1Cz__O5-NrbWxkrjXjAuEZw5XaBsuiBNVq_uJaK3spnELm79yy2dmsHZeqL-JoUqpZ8pUw%253Ds0-d-e1-ft%2523https%253A%252F%252Fcdn-images.mailchimp.com%252Ficons%252Fsocial-block-v2%252Foutline-dark-instagram-48.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjaTQuZ29vZ2xldSJ9:1kXObK:9UizN0LWe4n3jZQyt5A1LjN2vy5f7EucfEVszXVb_00" width="24"/>
                                </a>
                               </p>
                               <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerBlock" style="min-width:100%;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;table-layout:fixed !important;" width="100%">
                                <tbody class="mcnDividerBlockOuter">
                                 <tr>
                                  <td>
                                   <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerBlock" style="min-width:100%;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;table-layout:fixed !important;" width="100%">
                                    <tbody class="mcnDividerBlockOuter">
                                     <tr>
                                      <td class="mcnDividerBlockInner" style="min-width:100%;padding:18px;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
                                       <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerContent" style="min-width:100%;border-top:2px solid #cbcbcb;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" width="100%">
                                        <tbody>
                                         <tr>
                                          <td style="mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
                                           <span>
                                           </span>
                                          </td>
                                         </tr>
                                        </tbody>
                                       </table>
                                      </td>
                                     </tr>
                                    </tbody>
                                   </table>
                                   <!--
<td class="mcnDividerBlockInner" style="padding:18px;">
<hr class="mcnDividerContent" style="border-bottom-width:0;border-left-width:0;border-right-width:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;" />
-->
                                  </td>
                                 </tr>
                                </tbody>
                               </table>
                               <table border="0" cellpadding="0" cellspacing="0" class="mcnTextBlock" style="min-width:100%;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" width="100%">
                                <tbody class="mcnTextBlockOuter">
                                 <tr>
                                  <td class="mcnTextBlockInner" style="padding-top:9px;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" valign="top">
                                   <!--[if mso]>
<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
<tr>
<![endif]-->
                                   <!--[if mso]>
<td valign="top" width="600" style="width:600px;">
<![endif]-->
                                   <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnTextContentContainer" style="max-width:100%;min-width:100%;border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" width="100%">
                                    <tbody>
                                     <tr>
                                      <td class="mcnTextContent" style="padding-top:0;padding-right:18px;padding-bottom:9px;padding-left:18px;mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:#000000;font-family:Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:12px;line-height:150%;text-align:center;" valign="top">
                                       <em>
                                        Copyright © 2019 Gobble Inc., All rights reserved.
                                       </em>
                                       <br/>
                                       You entered your email address at gobble.com
                                       <br/>
                                       <br/>
                                       <div class="vcard">
                                        <span class="org fn">
                                         Gobble Inc.
                                        </span>
                                        <div class="adr">
                                         <div class="street-address">
                                          Gobble Inc. | 673 Natoma Street | Unit 5 | San Francisco, CA 94103 | United States
                                         </div>
                                        </div>
                                        <br/>
                                        <a class="hcard-download" style="color:#000000;">
                                         Add us to your address book
                                        </a>
                                       </div>
                                       <a style="mso-line-height-rule:exactly;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:#000000;font-weight:normal;text-decoration:underline;">
                                        Unsubscribe from this list
                                       </a>
                                       .
                                       <br/>
                                       <br/>
                                      </td>
                                     </tr>
                                    </tbody>
                                   </table>
                                   <!--[if mso]>
</td>
<![endif]-->
                                   <!--[if mso]>
</tr>
</table>
<![endif]-->
                                  </td>
                                 </tr>
                                </tbody>
                               </table>
                              </td>
                             </tr>
                            </tbody>
                           </table>
                           <!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
                          </td>
                         </tr>
                         <!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
                        </tbody>
                       </table>
                      </td>
                     </tr>
                    </tbody>
                   </table>
                  </td>
                 </tr>
                </tbody>
               </table>
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
        </tbody>
       </table>
      </td>
     </tr>
    </table>
   </div>
  </center>
  <img alt="" border="0" height="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fc.bm324.com%252Ft%252Fo%253Fssid%253D40604%2526subscriber_id%253Dbzbvjajowxehpfwvdwdvivfhffvrbma%2526delivery_id%253Dbvbqnunbvzosgbxkaphapybstwfsbio%2526td%253DsRgd5Is9goOkOna4xbbanwYrBDQiEjR-o6vM09zQnX67euMJ_HgY4LMgjDJi7NZ4EnuerndemE4EgiHiStREF7LV5Za4gjjwrotF-nGfXr_4dXri-kg-wg7n7Jp0kKt-NhftE6MoT_77jgtVFvWw-ddsxDWgy_MN8D/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmMuYm0zMjQuY29tJSJ9:1kXObK:LzuuIlskN8dRpp_PheLMPc1X1FXcCibCoRR0RMk93xM" style="visibility: hidden !important; display:none !important; max-height: 0; width: 0; line-height: 0; mso-hide: all;" width="0"/>
 </body>
</html>