www.ambramcallen.com Open in urlscan Pro
151.101.129.75  Public Scan

URL: http://www.ambramcallen.com/menus/
Submission: On February 26 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST

<form class="js-form-ajax  container-sm" data-form-endpoint="/forms/submit/newsletter/" enctype="multipart/form-data" method="post">
  <div style="display: none;">
    <label>leave this field blank <input type="text" name="comment_body" value="">
    </label>
  </div>
  <input type="hidden" name="form" value="newsletter">
  <div data-bb-track="form" data-bb-track-on="submit" data-bb-track-category="Forms" data-bb-track-action="Submit" data-bb-track-label="Email Sign Up" aria-hidden="true"></div>
  <div class="form-header">
    <h2 class="h1 form-heading">Email Signup</h2>
  </div>
  <div class="form-ui">
    <label for="1881293">
      <i class="error-label"></i>
      <span class="input-label">First Name <span class="input-label-required">- Required</span>
      </span>
      <input id="1881293" class="form-control" type="text" name="1881293" placeholder="First Name" required="" oninvalid="this.setCustomValidity('Please enter a valid first name')" oninput="setCustomValidity('')" autocomplete="given-name">
    </label>
    <label for="1881297">
      <i class="error-label"></i>
      <span class="input-label">Last Name <span class="input-label-required">- Required</span>
      </span>
      <input id="1881297" class="form-control" type="text" name="1881297" placeholder="Last Name" required="" oninvalid="this.setCustomValidity('Please enter a valid last name')" oninput="setCustomValidity('')" autocomplete="family-name">
    </label>
    <label for="1881301">
      <i class="error-label"></i>
      <span class="input-label">Email <span class="input-label-required">- Required</span>
      </span>
      <input id="1881301" class="form-control" type="email" name="1881301" placeholder="Email" required="" oninvalid="this.setCustomValidity('Please enter a valid email')" oninput="setCustomValidity('')" autocomplete="email">
    </label>
  </div>
  <div class="form-actions">
    <button type="submit" class="btn btn-brand">Submit</button>
    <span class="form-error-msg">Please check errors in the form above</span>
  </div>
  <div class="form-success-msg">
    <span role="alert">Thank you for signing up for email updates!</span>
    <button type="button" class="btn btn-brand js-popup-closebtn">Close</button>
  </div>
  <div class="recaptcha-form-footer">
    <span> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply. </span>
  </div>
</form>

<form class="reservations-form container-sm">
  <div data-bb-track="form" data-bb-track-on="submit" data-bb-track-category="Forms" data-bb-track-action="Submit" data-bb-track-label="Reservations" aria-hidden="true"></div>
  <div class="form-header">
    <h2 class="h1 form-heading">Reservations</h2>
  </div>
  <div class="form-ui">
    <label for="location" class="input--hidden">
      <i class="error-label"></i>
      <span class="input-label">Location <span class="input-label-required">- Required</span>
      </span>
      <div class="form-control-group has-icon-right">
        <select id="location" class="form-control unselected" name="location" required="" aria-describedby="location" oninvalid="this.setCustomValidity('Please select a valid option for \'location\'')" oninput="setCustomValidity('')">
          <option value="" disabled="">Location</option>
          <option value="site" selected="" data-reservation-service="opentable" data-reservation-id="#1279504" data-reservation-api-key="">Ambra </option>
        </select>
        <span class="form-control-group--icon is-positioned-right" aria-hidden="true">
          <i class="fa fa-chevron-down"></i>
        </span>
      </div>
    </label>
    <label for="seats">
      <span class="input-label" aria-hidden="true">Number of People <span class="input-label-optional">- Optional</span>
      </span>
      <div class="form-control-group has-icon-right">
        <select id="seats" class="form-control unselected" name="seats">
          <option value="" selected="" disabled="">Number of People</option>
          <option value="1">1 Person</option>
          <option value="2">2 People</option>
          <option value="3">3 People</option>
          <option value="4">4 People</option>
          <option value="5">5 People</option>
          <option value="6">6 People</option>
          <option value="7">7 People</option>
          <option value="8">8+ People</option>
        </select>
        <span class="form-control-group--icon is-positioned-right" aria-hidden="true">
          <i class="fa fa-chevron-down"></i>
        </span>
      </div>
    </label>
    <label for="date">
      <i class="error-label"></i>
      <span class="input-label">Date <span class="input-label-required">- Required</span>
      </span>
      <div class="datepicker-date">
        <div>
          <div class="AccessibleDatePicker"><input class="AccessibleDatePicker--input form-control" type="text" id="date" name="date" placeholder="Date" required="" data-react-datepicker="true" data-input-validator="date" value=""><button
              class="AccessibleDatePicker--button" aria-haspopup="true" aria-expanded="false" type="button" aria-label="Open datepicker"><i class="fa fa-calendar" aria-hidden="true"></i></button><span
              class="AccessibleDatePicker--chevron"><i class="fa fa-chevron-down" aria-hidden="true"></i></span>
            <p class="DateInput_screenReaderMessage">date, open date picker</p>
          </div>
        </div>
      </div>
    </label>
    <label for="time">
      <span class="input-label" aria-hidden="true">Time <span class="input-label-optional">- Optional</span>
      </span>
      <div class="form-control-group has-icon-left has-icon-right">
        <span class="form-control-group--icon is-positioned-left" aria-hidden="true">
          <i class="fa fa-clock-o"></i>
        </span>
        <select id="time" class="form-control unselected" name="time">
          <option value="" selected="" disabled="">Time</option>
          <option value="2300">11:00 PM</option>
          <option value="2230">10:30 PM</option>
          <option value="2200">10:00 PM</option>
          <option value="2130">9:30 PM</option>
          <option value="2100">9:00 PM</option>
          <option value="2030">8:30 PM</option>
          <option value="2000">8:00 PM</option>
          <option value="1930">7:30 PM</option>
          <option value="1900">7:00 PM</option>
          <option value="1830">6:30 PM</option>
          <option value="1800">6:00 PM</option>
          <option value="1730">5:30 PM</option>
          <option value="1700">5:00 PM</option>
          <option value="1630">4:30 PM</option>
          <option value="1600">4:00 PM</option>
          <option value="1530">3:30 PM</option>
          <option value="1500">3:00 PM</option>
          <option value="1430">2:30 PM</option>
          <option value="1400">2:00 PM</option>
          <option value="1330">1:30 PM</option>
          <option value="1300">1:00 PM</option>
          <option value="1230">12:30 PM</option>
          <option value="1200">12:00 PM</option>
          <option value="1130">11:30 AM</option>
          <option value="1100">11:00 AM</option>
          <option value="1030">10:30 AM</option>
          <option value="1000">10:00 AM</option>
          <option value="0930">9:30 AM</option>
          <option value="0900">9:00 AM</option>
          <option value="0830">8:30 AM</option>
          <option value="0800">8:00 AM</option>
          <option value="0730">7:30 AM</option>
          <option value="0700">7:00 AM</option>
        </select>
        <span class="form-control-group--icon is-positioned-right" aria-hidden="true">
          <i class="fa fa-chevron-down"></i>
        </span>
      </div>
    </label>
  </div>
  <div class="form-actions">
    <button type="submit" class="btn btn-brand">Find A Table</button>
    <span class="form-error-msg">Please check errors in the form above</span>
  </div>
  <div class="form-success-msg">
    <span>Thanks!</span>
  </div>
  <div class="recaptcha-form-footer">
    <span> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply. </span>
  </div>
</form>

Text Content

We use cookies to improve your browsing experience on our site.
Accept

Skip to main content
 * Reservations
 * Menus
 * Our Brands
    * Ilforno A Legna
    * Mikhuna
    * Pizza Truck

 * Find Us
 * Our Story
 * Careers
 * Catering + Private Events
 * (956) 877-6001


Toggle Navigation
 * Reservations
 * Menus
 * Our Brands
    * Ilforno A Legna
    * Mikhuna
    * Pizza Truck

 * Find Us
 * Our Story
 * Careers
 * Catering + Private Events
 * (956) 877-6001
 * (956)877-6001
 * Reservations
 * Careers
 * Contact Us

 * Facebook
 * Instagram
 * Email

powered by BentoBox
Main content starts here, tab to start navigating


MENUS

The image gallery carousel displays a single slide at a time. Use the next and
previous button to browse 7 slides. The following carousel hides non-visible
slides from screen reader users. Use of next and previous buttons is necessary
to see all slides.
 * 
   Slide 1 of 7
 * 
   Slide 2 of 7
 * 
   Slide 3 of 7
 * 
   Slide 4 of 7
 * 
   Slide 5 of 7
 * 
   Slide 6 of 7
 * 
   Slide 7 of 7

 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7

hero gallery paused, press to play images slides Playing hero gallery, press to
pause images slides


APPETIZERS

 * Roasted Mollejas
   
   Fried then Grilled, Smoked Eggplant Hummus, Roasted Fennel, Spicy Lemon Sauce
   
   $16

 * Wood Fired Oysters
   
   Rockefeller Mix, Parsley Bread Crumbs, Parmesan Cheese
   
   $26

 * Heron Point Crab Cake
   
   Char-Grilled Jumbo Lump Crab, Caper Lemon Butter, Fresh Herbs
   
   $24

 * Grilled Lamb Lollipops
   
   Asian Chili Mixed Spices, Tzatziki
   
   $28

 * Steak Tartare
   
   Anchovy and Caper Sauce, Organic Quail Egg Yolk, Crostini
   
   $24

 * Lump Crab Croquettes
   
   House Fermented Mustard, Cajun Spices, Remoulade
   
   $22

 * Roasted Bone Marrow
   
   Spicy Petroleo, Aji Tuna, Burnt Chili Mayo, Roasted Bread
   
   $26

 * Shrimp Aguachile
   
   Savory Sauce, Yuzu, Chunky Guacamole
   
   $20

 * Baby Corn Cornillitos
   
   Fresh Grilled Baby Corn, Sautéed in Asian Spicy Mayo and Fresh Cilantro
   
   $14

 * Crispy Rice with Spicy Salmon
   
   Tartare Acevichado, Eel Sauce, Spicy Mayo, Tobiko
   
   $16

 * East Coast Oysters 6/12
   
   Ginger - Spicy Yuzu - Mignonettes and Cocktail Sauce
   
   $14
   
   $28


SALADS

 * Charred Little Gem Caesar
   
   Parmigiano, Reggiano, Herb Crouton, Anchovy Dressing
   
   $16

 * Burrata & Tomatoes
   
   Bufala Burrata, Fried Green Tomatoes, Macerated Cherry Tomatoes, Creamy
   Romesco
   
   $16

 * Green Goddess Salad
   
   Baby Kale, Roasted Butternut Squash, Avocado, Bacon and Fried Brussels
   Sprouts
   
   $16

 * Roasted Yellow Beets
   
   Chermoula Aioli, Hibiscus Honey, Fried Leeks
   
   $16


STEAKS

 * Petit Fillet Barrel Cut 6 oz
   
   $42

 * Wagyu Skirt Steak 10 oz
   
   $42

 * Wagyu Flat Iron 8 oz
   
   $38

 * Porterhouse 20 oz
   
   $72

 * Wagyu Picanha 8 oz
   
   $54

 * Cabreria Bone-in Filet 14 oz
   
   $75

 * Filet Mignon 10 oz
   
   $54

 * Kansas City Bone-in Strip 16 oz
   
   $52

 * Cowgirl Bone-in Ribeye 16 oz
   
   $62

 * Australian Wagyu Filet 8 oz
   
   $62

 * Wagyu Denver Steak 10 oz
   
   $64

 * Wet Aged Prime Tomahawk 32 oz
   
   $120


STEAK ADD ONS

 * lobster tail 10 oz
   
   $28

 * crab oscar style 2 oz
   
   $18

 * jumbo shrimp
   
   $22

 * Peppercorn Crusted
   
   $5


SIDES

 * aji mashed potatoes
   
   $10

 * grilled asparagus
   
   $10

 * shiitake mushrooms
   
   $10

 * broccolini
   
   $10

 * Truffle french fries
   
   $10

 * baby roasted peppers
   
   $10

 * Lobster Mac and Cheese
   
   $18

 * Burnt Brussel Sprouts
   
   $10


ENTREES

 * Mero Miso Sea Bass
   
   Miso Glaze, Black Quinoa, Maitake Mushrooms, Parsnip Puree
   
   $48

 * Tuscan Salmon
   
   Braised Farmer’s Market Beans with Pancetta, Saffron, Chimichurri
   
   $38

 * Honey Glazed Korean Shrimp
   
   Squid Ink Spaghetti, Sweet and Spicy Korean Sauce, Scallions
   
   $32

 * Acquerello Risotto Lobster
   
   Green Herb Fonduta, Eureka Lemon, Organic Salad
   
   $48

 * Chicken
   
   Deboned Half Chicken, Cowboy Butter, Squash Salsa Verde, Smashed Red Potatoes
   
   $32

 * Pork Osso Bucco
   
   Braised in Red Wine, Creamy Potatoes, Honey Carrots
   
   $36

 * Duck a L’ Orange
   
   Yakimeshi, Edemame, Curry Buttermilk, Orange Gastrique
   
   $36

 * Smoked Tortelloni
   
   Stuffed with Artichoke, Mascarpone, Ricotta, Pecorino Cheese Served with
   Smoked Ragu
   
   $28


DESSERTS

 * Burnt Cheesecake
   
   Double Cream Goat Cheese, Berry Coulis, Rosemary Crunch
   
   $16

 * Berry Cute
   
   Almond Cake, Mascarpone Mousse, Coconut
   
   $20

 * Black Forest Bark
   
   Chocolate Mousse Cake, Vanilla Chantilly, Kirsch Syrup, Cocoa Mud
   
   $20

 * Autumn Sweetness
   
   Pecan Fudge, Brownie, Vanilla Sponge, Pumpkin Spice Cream, Maple Streusel,
   Cocoa Butter
   
   $18

 * Call 9568776001

 * Facebook
 * Instagram
 * Email

 * (956)877-6001
 * Reservations
 * Careers
 * Contact Us
 * Email Signup

powered by BentoBox
leave this field blank



EMAIL SIGNUP

First Name - Required Last Name - Required Email - Required
Submit Please check errors in the form above
Thank you for signing up for email updates! Close
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.


RESERVATIONS

Location - Required
Location Ambra
Number of People - Optional
Number of People 1 Person 2 People 3 People 4 People 5 People 6 People 7 People
8+ People
Date - Required

date, open date picker

Time - Optional
Time 11:00 PM 10:30 PM 10:00 PM 9:30 PM 9:00 PM 8:30 PM 8:00 PM 7:30 PM 7:00 PM
6:30 PM 6:00 PM 5:30 PM 5:00 PM 4:30 PM 4:00 PM 3:30 PM 3:00 PM 2:30 PM 2:00 PM
1:30 PM 1:00 PM 12:30 PM 12:00 PM 11:30 AM 11:00 AM 10:30 AM 10:00 AM 9:30 AM
9:00 AM 8:30 AM 8:00 AM 7:30 AM 7:00 AM
Find A Table Please check errors in the form above
Thanks!
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.