Elite Cafe | Waco History (2024)

By Amanda Sawyer

In the early twentieth century, George and Michael Colias immigrated to America from Sparta, Greece, in order to join their two brothers residing in Waco. Just teenagers at the time, the four young men worked together at Chris’ Café as busboys and cooks, picking up bits of English. In 1919, they purchased the Elite Café at 608 Austin Avenue.

The Elite Café soon became a local favorite for its good food, friendly atmosphere, and use of innovative ideas. In 1923, the Elite traded out its iceboxes for refrigerators, and in 1935 installed the city’s first air conditioner in the café. People lined the streets, waiting for an opportunity to sit at a table in the café and experience “refrigerated air.”

As business thrived, the Colias family decided to expand the restaurant out into the suburbs. In 1941, the brothers opened a restaurant on the Waco traffic circle. Although cotton fields surrounded the restaurant on all sides and I-35 did not exist at this time, all traffic passed through the circle. The Elite soon became a favorite among motorists and tourists traveling between Austin and Dallas.

Downtown Waco struggled in the 1960s in the aftermath of the 1953 tornado and suburbanization. The downtown Elite Café closed, although the location on the traffic circle thrived. The Colias brothers continued to experiment with innovations to draw in more business. For instance, the circle location offered drive-in curbside service to customers for a time.

Faced with decreased business and enormous renovation costs, the brothers decided to sell the restaurant in 1986. David Tinsley, a well-known Texan restaurateur, purchased the Elite Café for approximately $1.3 million and refurbished the restaurant with help from his managing partner, Sammy Citrano. Though the pair recognized the risk in attempting to revive the Elite, they decided to purchase the café and the neighboring burger joint, Health Camp, out of a sentimental attachment to the history of Waco. In 1987, the restaurant reopened with a 1950s theme, including a 1956 baby-blue Chevorlet sitting in front of the restaurant.

In 1993, Citrano left the Elite in order to run his own restaurant, becoming the head of George’s, another Waco favorite. Before leaving the Elite, Citrano recommended that Tinsley trace the history of the café through its photographs and records. In 1996, a historical marker commemorating the restaurant’s contribution to the city was placed at its location on the circle. However, business declined following Citrano’s departure, and in 1999 Tinsley sold the rights to the Elite Café to the Ford Restaurant Group. The Elite Café closed for renovations yet again.

For the next several years, the Elite Café stood empty. In 2003, the Ford Group completed renovations restoring the restaurant to its original feel. The renovations preserved the Spanish-style exterior and honored the café’s history by lining the walls with photographs from its past. The restaurant reopened with a new name: the Elite Circle Grille. For a time, the new owners experimented with a more upscale menu but soon returned to the restaurant’s staples of chicken-fried steak, burgers, and sandwiches.

Elite Circle Grille closed its doors in February 2016, but was purchased several months later by Fixer Upper’s Chip and Joanna Gaines. The couple auctioned off the contents of the restaurant to benefit Mission Waco’s Jubilee Food Market, then began renovations. Because the building was recognized as a historical landmark twenty years ago, efforts have been made to ensure that original character of the building remains intact. The re-envisioned restaurant, named Magnolia Table, opened for business in February 2018. It offers an assortment of breakfast and brunch items on its menu, including its popular buttermilk biscuits—made from a recipie that took Joanna Gaines over a year to develop.

Images

Audio

To listen to this audio please enable JavaScript, and consider upgrading to a web browser that supports HTML5 audio

Shopping For Elite Cafe in the 1920s

George Nicholas Colias explains where he bought the food to be served at Elite Cafe. ~ Source: Colias, George Nicholas, interviewed by Vicki Klaras, January 13, 1987, in Waco, Texas. Baylor University Institute for Oral History, Waco, TX. View the...

View File Record

The Elite Cafe Menu During the 1920s

George Nicholas Colias explains what they served at Elite Cafe in the 1920s. ~ Source: Colias, George Nicholas, interviewed by Vicki Klaras, January 13, 1987, in Waco, Texas. Baylor University Institute for Oral History, Waco, TX. View the full...

View File Record

Elite Cafe During the Great Depression

George Nicholas Colias talks about how the restaurant fed people during the Great Depression. ~ Source: Colias, George Nicholas, interviewed by Vicki Klaras, January 13, 1987, in Waco, Texas. Baylor University Institute for Oral History, Waco, TX....

View File Record

Map

';var marker = L.marker([item.latitude,item.longitude],{icon: icon(c,inner),title: convertHtmlToText(item.title),alt: convertHtmlToText(item.title),}).bindPopup(html);group.push(marker);if(useClusters==true) markers.addLayer(marker);});if(useClusters==true && type!=='tour' || type=='tour' && clusterTours==true){map.addLayer(markers);mapBounds = markers.getBounds();}else{group=new L.featureGroup(group); group.addTo(map);mapBounds = group.getBounds();}// Fit map to markers as neededif((type == 'queryresults'|| type == 'tour') || alwaysFit==true){if(useClusters==true){map.fitBounds(markers.getBounds());}else{map.fitBounds(group.getBounds());}}}else{ // single itemsmap.setView([data.latitude,data.longitude],defaultItemZoom);var address = data.address ? data.address : data.latitude+','+data.longitude;var image = (typeof(data.thumbnail)!="undefined") ? '' : '';var html = image+'

'+address.replace(/(<([^>]+)>)/ig,"")+'

';var marker = L.marker([data.latitude,data.longitude],{icon: icon(color,"circle"),title: convertHtmlToText(data.title),alt: convertHtmlToText(data.title),}).bindPopup(html);marker.addTo(map);mapBounds = map.getBounds();}}if(type=='story'){var data = jQuery.parseJSON(source);if(data){addMarkers(data);}}else if(type=='tour'){var data = jQuery.parseJSON(source);addMarkers(data);}else if(type=='focusarea'){jQuery.getJSON( source, function(data) {var data = data;addMarkers(data);});}else if(type=='queryresults'){jQuery.getJSON( source, function(data) {var data = data;addMarkers(data);});}else{jQuery.getJSON( source, function(data) {var data = data;addMarkers(data);});}/* Map Action Buttons */// FullscreenjQuery('.leaflet-control-fullscreen-toggle').click(function(e){e.preventDefault();jQuery("body").toggleClass("fullscreen-map");jQuery(".leaflet-control-fullscreen-toggle i").toggleClass('fa-expand').toggleClass('fa-compress');map.invalidateSize();});jQuery(document).keyup(function(e) {if ( e.keyCode == 27 ){ // exit fullscreenif(jQuery('body').hasClass('fullscreen-map')) jQuery('.leaflet-control-fullscreen-toggle').click();}});// GeolocationjQuery('.leaflet-control-geolocation-toggle').click(function(e){e.preventDefault();var options = {enableHighAccuracy: true,maximumAge: 30000,timeout: 15000};jQuery(".leaflet-control-geolocation-toggle").addClass("working");navigator.geolocation.getCurrentPosition(function(pos) {var userLocation = [pos.coords.latitude, pos.coords.longitude];// adjust map viewif(type=='story'|| type=='tour' || type == 'queryresults'){if(jQuery(".leaflet-popup-close-button").length) jQuery(".leaflet-popup-close-button")[0].click(); // close popupvar newBounds = new L.LatLngBounds(mapBounds,new L.LatLng(pos.coords.latitude, pos.coords.longitude));map.fitBounds(newBounds);}else{map.panTo(userLocation);}// add/update user location indicatorif(typeof(userMarker)==='undefined') {userMarker = new L.circleMarker(userLocation,{ radius: 8, fillColor: "#4a87ee", color: "#ffffff", weight: 3, opacity: 1, fillOpacity: 0.8,}).addTo(map);jQuery(".leaflet-control-geolocation-toggle").removeClass("working");}else{userMarker.setLatLng(userLocation);jQuery(".leaflet-control-geolocation-toggle").removeClass("working");}}, function(error) {console.log(error);var errorMessage = error.message ? ' Error message: "' + error.message + '"' : 'Oops! We were unable to determine your current location.';jQuery(".leaflet-control-geolocation-toggle").removeClass("working");alert(errorMessage);}, options);});// enable mouse scrollwheel zoom if the user has interacted with the mapmap.once('focus', function() { map.scrollWheelZoom.enable(); });}if(useClusters==true){loadJS( leafletClusterjs, function(){console.log('Clustering ready...')mapDisplay();});}else{mapDisplay();}});});

Cite this Page

Amanda Sawyer, “Elite Cafe,” Waco History, accessed May 22, 2024, https://wacohistory.org/items/show/56.

Related Tours

  • Heart O' Texas Foodways

Subjects

Tags

  • Austin Avenue
  • Chip Gaines
  • David Tinsley
  • Fixer Upper
  • food
  • George Colias
  • Greek community
  • Interstate 35
  • Joanna Gaines
  • Magnolia Table
  • Michael Colias
  • Sammy Citrano
  • tourist attraction
  • Waco traffic circle

Related Sources

  • Copeland, Mike. “Waco’s Restaurant Elite.” Waco Tribune-Herald. July 30, 1995.
Elite Cafe | Waco History (2024)

FAQs

Do Chip and Joanna Gaines still own the Magnolia Table restaurant? ›

They now own their Magnolia empire, which includes real estate, businesses, and a restaurant in Waco, Texas. Joanna has her cooking TV show, Magnolia Table with Joanna Gaines, and she once explained why Chip said she “ruined” their restaurant.

Why did the Elite restaurant in Waco, Texas close? ›

It read, in part: "Unfortunately, due to economic reasons, we have made the tough decision to close our doors and sell the property." The release ended by stating Ford's intention to sell the property and Elite brand rights. I started to write that this was the end of a Waco institution.

What is the history of the Elite Cafe in Waco Texas? ›

In 1919, they purchased the Elite Café at 608 Austin Avenue. The Elite Café soon became a local favorite for its good food, friendly atmosphere, and use of innovative ideas. In 1923, the Elite traded out its iceboxes for refrigerators, and in 1935 installed the city's first air conditioner in the café.

What restaurant did Magnolia Table used to be? ›

Before there was Magnolia Table, there was the Elite Cafe, a Waco-favorite diner that opened in 1919. The original location on Austin Avenue grew so popular that the owners opened a second location on the Waco Traffic Circle.

Did Chip and Joanna sell their farmhouse? ›

A Magnolia Network rep has confirmed, “They bought the Lakehouse with the intention of flipping it, and they have sold it.” And while details of the sale have not been shared yet, the series reveals just how unique this property is and why it was such a successful enterprise for the Waco, TX, couple.

Did the Waco Castle ever sell? ›

The Gaineses Decided Not to Sell

"Magnolia is pleased to share that the Historic Waco Castle is staying in the Magnolia family,” a statement from Magnolia read.

Where did Elvis eat in Waco? ›

Many famous visitors have dined at the Elite Cafe on the traffic circle. In the late 1950s, Elvis Presley frequently visited the restaurant while he was stationed at Fort Hood.

Did Bobby Flay close his restaurants? ›

All About Bobby Flay's Three Restaurants

The original Long Island location has since closed; however, there are now two others in Connecticut and Georgia. The success of Bobby's Burger Palace eventually led to the opening of a fast-casual spinoff chain called Bobby's Burgers in 2021.

Who owns Cafe Elite? ›

Terry Myers opened Café Elite in 1991. Terry and his wife Kelly live in Gig Harbor, WA. The couple, along with their son, Ryan, is dedicated to growing the family-owned business. While the number of stores continues to expand, so does the vision for Café Elite.

Why is there a castle in Waco Texas? ›

In 1890, stone contractor John Tennant acquired the land and began constructing the home on the city's outskirts. Financial difficulties led to Tennant selling the unfinished house in 1906. In 1913, Captain Alfred Abeel purchased the property and enlisted Roy E. Lane to transform it into a three-story castle.

How old are the silos in Waco Texas? ›

By 1950, workers completed construction on the two 120-foot-tall silos which today are noted as some of Waco's most notable landmarks. The latter half of the century saw a turn in the cotton mill's fortunes.

Do Chip and Joanna still own the Elite restaurant? ›

When Elite Cafe closed in 2016, it was purchased a few months later by Chip and Joanna Gaines. The couple auctioned off the contents of the restaurant and donated the money to Mission Waco's Jubilee Food Market. Magnolia Table opened in 2018. I liked that the new restaurant paid homage to its history.

Is Magnolia Table filmed in Joanna's house? ›

Chip and Joanna Gaines Relationship Timeline

Joanna Gaines is giving fans another inside look at the Gristmill, the 1800s-era stone house where she films her cooking show Magnolia Table With Joanna Gaines.

Who is the owner of the Magnolia Table? ›

The owners of Magnolia, Chip and Joanna Gaines are proud to call Waco home. The stars of the hit show “Fixer Upper” now have their own network! The original shows as well as “Fixer Upper, Welcome Home” and “Magnolia Table” can now be seen on Magnolia Network.

Do Chip and Joanna still own the Silos? ›

The Brazos Valley Cotton Oil Mill Company closed in 1958, and the silos ceased to serve as storage in the 1990s. The grounds opened to the public in October, 2015. The complex is owned by Chip and Joanna Gaines, TV personalities best known for HGTV's Fixer Upper TV series.

How much did Magnolia Table cost? ›

The couple is in the process of renovating Waco's historic Elite Cafe and transforming it into their new restaurant Magnolia Table, a project estimated to cost them $2 million, according to the Waco Tribune-Herald.

Is Magnolia Table still on Magnolia Network? ›

Magnolia Network is home to all seasons of Fixer Upper, Fixer Upper: Welcome Home, Jo's cooking show: Magnolia Table with Joanna Gaines, and Fixer Upper: The Castle. DIY Network fan-favorite series like Maine Cabin Masters, Restoring Galveston, and Barnwood Builders can also be found on Magnolia Network.

References

Top Articles
Latest Posts
Article information

Author: Msgr. Refugio Daniel

Last Updated:

Views: 6633

Rating: 4.3 / 5 (54 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Msgr. Refugio Daniel

Birthday: 1999-09-15

Address: 8416 Beatty Center, Derekfort, VA 72092-0500

Phone: +6838967160603

Job: Mining Executive

Hobby: Woodworking, Knitting, Fishing, Coffee roasting, Kayaking, Horseback riding, Kite flying

Introduction: My name is Msgr. Refugio Daniel, I am a fine, precious, encouraging, calm, glamorous, vivacious, friendly person who loves writing and wants to share my knowledge and understanding with you.