‘Doctor Strange’ reigns but ‘Downton Abbey ‘ shows class on screens

LOS ANGELES — “Doctor Strange in the Multiverse of Madness” continued its domination in North American theaters this weekend, earning an estimated $31.6 million, while the latest “Downton Abbey” came in a stately second, industry watcher Exhibitor Relations said Sunday.

Marvel and Disney’s “Strange”, again starring the versatile Benedict Cumberbatch, has been a Covid-era star since its release three weekends ago. It has now earned $342 million domestically and $461 million abroad for a global total of $803 million.

“Downton Abbey: A New Era” from Focus Features took in a solid $16 million. Perhaps not surprising given the huge popularity of the British TV series that inspired it, but nonetheless a sign that older moviegoers — the most reluctant to return to pandemic-era theatres — are beginning to do so.

“This is a very good opening,” said David A. Gross of Franchise Entertainment Research, who noted that nearly half of ticket buyers were aged 55 or older.

Writer/director Julian Fellowes, Gross said, “is the George Lucas of period English sitting-room drama.”

Most of the original Downton cast — led by Maggie Smith, Hugh Bonneville, Elizabeth McGovern and Michelle Dockery — appear in the sequel, which critics have called an “affectionate group hug”.

In third place for the Friday-through-Sunday period was Universal’s animated action-comedy “The Bad Guys”. The DreamWorks Animation production, with a voice cast led by Sam Rockwell, Awkwafina and Anthony Ramos, took in $6.1 million.

Paramount’s family-friendly “Sonic the Hedgehog 2” slipped one spot from last weekend to fourth, at $3.9 million.

In fifth was A24’s new horror film “Men”, at $3.3 million. Directed by Alex Garland, who made “Ex Machina”, and starring Jessie Buckley, it drew a rare low D+ grade from the CinemaScore site.

Meanwhile a pro-Donald Trump film, “2000 Mules”, earned $765,000 to claim 11th spot.

The movie from conservative Dinesh D’Souza — who in 2018 received a pardon from Trump for a felony conviction of making illegal campaign contributions — falsely claims to offer “smoking gun” evidence of massive voter fraud in the 2020 election.

Rounding out the top 10 were “Everything Everywhere All at Once” ($3.1 million), “Fantastic Beasts: The Secrets of Dumbledore” ($1.9 million), “Firestarter” ($1.9 million), “The Lost City” ($1.5 million) and “The Northman” ($1 million).

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });