F&D Woodfired Italian Kitchen kicks it with solid classics from across the boot (2024)

F&D WOODFIRED ITALIAN KITCHEN
2420 Curry Ford Road
407-751-5697
fdwoodfireditaliankitchen.com
$$

Food memories can make powerful and evocative souvenirs, but when they dabble in games of trickery, well, they can be a bit vexing. Or amusing. But in this case mainly vexing. I speak of mussels – "black iron mussels," to be exact – steaming the air inside the snuggly confines of F&D Woodfired Italian Kitchen.

The lustrous shells, salted and served in a circular skillet with melted butter and lemons ($15), harp-music'ed me back to the streets of Istanbul and the sight of vendors hawking mussels from large round trays. To the unsuspecting tourist, the mussels look like they've been steamed and squirted with a simple squeeze of lemon, but not so. Those black beauts of the Bosphorus are, in fact, stuffed with a spiced and fragrant rice mixture that'll have you scoffing at other mussel preparations – meunière, marinières or otherwise.

click to enlarge

Photo by Rob Bartlett

So, for a fleeting moment, the possibility of these bivalves being stuffed with a memorably aromatic blend of basmati was all too real. That they weren't was by no means an indictment of the dish – we quite enjoyed these mussels, in fact – but, rather, an indictment of my hippocampus. It's just a lot of power for one memory to wield, and, after watching my dining comrade devour slice after slice of margherita ($13) and fennel sausage and rapini ($15) pie, I could sense future memories forming in his pizza-ravaged brain.

On another visit, my wife and her friend plowed through a margherita pie in seconds and, from the depths of the red Valoriani pizza oven, a sinister guffaw bellowed out of its fire-breathing mouth (which might've explained the overly charred – OK, burnt – section of crust).

It's not that F&D makes Bottura-like strides in its cuisine or anything, but it's got a good handle on the comforts of familiar Italian fare, and it appears that's exactly what Hourglasswegians want: yielding meatballs of Italian sausage and pangrattato (that's breadcrumbs) in a sweetish marinara ($12 for three); thin-ribboned cacio e pepe with Italian pork ($16); a wild mushroom pappardelle in a lovely porcini cream sauce ($13). Night after night, folks seat themselves at mismatched tables and indulge in F&D's rustic eats with a Peroni ($5) or pear-infused chardonnay sangria ($7). That pasta, BTW, is procured from local noodle maestros Trevi, and the porchetta in the pignola ala porchetta ($13) – a salad of arugula, pine nuts and grana padano in a sherry vinaigrette – is from Italian charcuterie company Levoni, who've recently launched into the U.S. market.

It's all worth lingering over, and linger we did (or at least we tried to) over dessert. We made a concerted effort to make every forkful of lemony "grandma's cake" ($8) and its shortbread crust last. It didn't go so well. And like that pie-cake, the tiramisu disappeared almost as quickly as it materialized. So much for prolonging the moment. I might've even felt a pang of regret for scarfing, and not purposefully savoring, each bite that, like those mussels, led to a remembrance of things past.

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } // const insertionBlockClass = `fdn-paragraph-insertion-block`; const styleElementHook = `fdn-paragraph-insertion-styles`; jQuery(element).addClass(insertionBlockClass); if (jQuery(`[${styleElementHook}]`).length === 0) { jQuery('div.fdn-content-body, div #storyBody').append('

') const paragraphLineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() const styleElement = jQuery(`

`); const styleText = ` div.fdn-content-body br+.${insertionBlockClass}:not([hidden]), div #storyBody br+.${insertionBlockClass}:not([hidden]) { margin-top: ${paragraphLineHeight*2}px; margin-bottom: ${paragraphLineHeight}px; } div.fdn-content-body br+.${insertionBlockClass}[hidden] > div:last-of-type, div #storyBody br+.${insertionBlockClass}[hidden] > div:last-of-type { margin-bottom: ${paragraphLineHeight*2}px; } ` styleElement.text(styleText); jQuery('head').append(styleElement); } // } } jQuery(element).insertBefore(this.paragraphEndNodes[index]); } else { console.warn('Foundation.ParagraphTool.insertElemenAt: invalid insertion index', index); } } this.insertElemenAtEnd = function (element) { if (this.paragraphEndNodes.length) { let lastNode = this.getNodeAtIndex(this.paragraphEndNodes.length -1); if (this.isDoubleBrParagraphBreak(lastNode) || this.isBrParagraphBreakBeforeBlockElement(lastNode)) { if (jQuery(element).get(0).tagName.match(/SCRIPT/i) !== null) { jQuery('
').insertAfter(this.paragraphEndNodes[index]); jQuery('
').insertAfter(this.paragraphEndNodes[index]); } else { jQuery('div.fdn-content-body, div #storyBody').append('

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } } } } this.bodyContainer.append(element); } this.getNodeAtIndex = function (index) { return this.paragraphEndNodes[index]; } }

`); } var paragraphCount = myParagraphTool.getParagraphEndNodeCount(); // No need to insert if there aren't enough paragaphs if (paragraphCount >= parseInt(item.requiredCountToDisplay)) { // Matches specific paragraph insertion indexes if (item.insertPoint.match(/^\d+$/) !== null) { var insertIndex = parseInt(item.insertPoint) - 1; // Insert within content if (insertIndex < paragraphCount) { myParagraphTool.insertElemenAtIndex(componentElement, insertIndex); } // Append to the end if the insert point is beyond the paragraph count else { myParagraphTool.insertElemenAtEnd(componentElement) } } // Matches for 1/2, 1/4, 2/3, 5/6, etc else if (item.insertPoint.match(/^[1223456]\/[23456]$/) !== null) { var fractionMatch = new RegExp(/^([123456])(?:\/)([23456]$)/); var fractionPart = parseInt(item.insertPoint.match(fractionMatch)[1]); var fractionWhole = parseInt(item.insertPoint.match(fractionMatch)[2]); var fractionValue = fractionPart / fractionWhole; var fractionIndex = Math.floor(myParagraphTool.paragraphEndNodes.length * fractionValue) - 1; myParagraphTool.insertElemenAtIndex(componentElement, fractionIndex); } // Matches for every Nth insertion point else if (item.insertPoint.match(/^\d*th$/i) !== null) { var intervalIndex = parseInt(item.insertPoint.match(/^(\d*)th$/i)[1]); var startingIndex = parseInt(item.startingPoint) - 1; var insertionMax = parseInt(item.maxInsertions) || 100; var insertionCount = 0; for (var i = startingIndex; i < myParagraphTool.paragraphEndNodes.length && insertionCount < insertionMax; i++) { if ((i - startingIndex) % intervalIndex === 0) { let currentNode = myParagraphTool.getNodeAtIndex(i); const clonedComponent = componentElement.clone(); myParagraphTool.insertElemenAtIndex(clonedComponent, i); insertionCount++; } } } } }); Foundation.Content['25576934'].setupInlineComponents = function () { return true; }; if (typeof callback === 'function') { callback(); } }, 200); } Foundation.Content['25576934'].previewInsertionPoints = function () { var myParagraphTool = Foundation.Content['25576934'].paragraphTool myParagraphTool.paragraphEndNodes.each((index, item) => { const insertionPointPlaceholder = jQuery(`

`) myParagraphTool.insertElemenAtIndex(insertionPointPlaceholder, index); }); return 'Paragraph insertion placeholders applied.'; }

F&D Woodfired Italian Kitchen kicks it with solid classics from across the boot (2024)

References

Top Articles
Latest Posts
Article information

Author: Van Hayes

Last Updated:

Views: 6681

Rating: 4.6 / 5 (46 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Van Hayes

Birthday: 1994-06-07

Address: 2004 Kling Rapid, New Destiny, MT 64658-2367

Phone: +512425013758

Job: National Farming Director

Hobby: Reading, Polo, Genealogy, amateur radio, Scouting, Stand-up comedy, Cryptography

Introduction: My name is Van Hayes, I am a thankful, friendly, smiling, calm, powerful, fine, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.