/* Button Overrides to fix text colors */ .btn, .btn-danger, .btn-outline-light { color: white !important; text-decoration: none !important; } .btn i, .btn-danger i, .btn-outline-light i { color: inherit !important; } .hero-content .btn, .hero-content a.btn, .hero-content button.btn { color: white !important; } /* Cast Section Styling */ .cast-card-link { text-decoration: none !important; color: white !important; transition: transform 0.3s ease; display: block; } .cast-card { transition: all 0.3s ease; border: none; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.2); border-radius: 10px; height: 100%; } .cast-card:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(229, 9, 20, 0.3); } .cast-img { height: 240px; object-fit: cover; transition: transform 0.5s ease; } .cast-card:hover .cast-img { transform: scale(1.1); } .cast-placeholder { height: 240px; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, #333, #222); } .character-prefix { opacity: 0.7; font-style: italic; margin-right: 2px; } .cast-scroll { padding: 10px 5px; scrollbar-width: thin; scrollbar-color: #444 #222; } .cast-scroll::-webkit-scrollbar { height: 8px; } .cast-scroll::-webkit-scrollbar-track { background: #222; border-radius: 10px; } .cast-scroll::-webkit-scrollbar-thumb { background: #444; border-radius: 10px; } .cast-scroll::-webkit-scrollbar-thumb:hover { background: #e50914; } .view-all-cast { font-size: 0.9rem; padding: 5px 12px; border-radius: 20px; transition: all 0.3s ease; } .view-all-cast:hover { background-color: #e50914; border-color: #e50914; } .cast-overlay { position: absolute; bottom: 0; left: 0; right: 0; height: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); display: flex; align-items: flex-end; justify-content: center; padding-bottom: 12px; overflow: hidden; transition: height 0.3s ease; } .cast-card:hover .cast-overlay { height: 80px; } .view-profile-btn { font-size: 0.85rem; font-weight: 500; background-color: rgba(229, 9, 20, 0.8); color: white; padding: 5px 10px; border-radius: 20px; opacity: 0; transform: translateY(20px); transition: all 0.3s ease 0.1s; } .cast-card:hover .view-profile-btn { opacity: 1; transform: translateY(0); } /* Movie Hero Section */ .movie-hero { position: relative; background-size: cover; background-position: center; min-height: 500px; display: flex; align-items: flex-end; } /* Ensure all text is visible on dark background */ .container, .card-body, .card-text, h1, h2, h3, h4, h5, h6, p, .small, .text-muted { color: #fff !important; } .text-muted { color: rgba(255, 255, 255, 0.7) !important; } /* Cast section specific styling */ .card-title, .card-text { color: #fff !important; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .card { background-color: rgba(33, 37, 41, 0.8) !important; } /* Link styling */ a { color: #e50914 !important; } a:hover { color: #ff3d46 !important; text-decoration: none; } /* Exception for buttons and special links */ a.btn, .btn a, a.text-white, a .text-white, .hero-content a { color: #fff !important; } /* Review section */ .review-form { background-color: rgba(33, 37, 41, 0.8); padding: 20px; border-radius: 5px; } .movie-hero .overlay { background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.1)); width: 100%; padding: 60px; } .movie-hero-wrapper { position: relative; width: 100vw; height: auto; aspect-ratio: 16 / 9; overflow: hidden; background: #000; } /* Background Image Effects */ .movie-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; filter: blur(20px); transition: opacity 2.2s ease, filter 2.2s ease; z-index: 0; } .movie-hero-bg.loaded { opacity: 1; filter: blur(0); } .movie-hero-overlay { z-index: 1; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(3px); } .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.85)); z-index: 1; pointer-events: none; /* Ensures the overlay doesn't interfere with clicks */ } .hero-content { z-index: 2; position: relative; /* Ensures content is above the overlay */ } /* Hero content specific styling */ .hero-content .display-4 { font-weight: 700; color: #fff; letter-spacing: -0.5px; } .hero-content .lead { font-weight: 400; line-height: 1.7; } .hero-content .badge { font-weight: 500; } .hero-btn { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); transition: all 0.3s ease; color: white !important; } .hero-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); } .hero-btn i { color: white !important; } .btn-danger { color: white !important; } .btn-danger i { color: white !important; } /* Backdrop Effects */ .backdrop-wrapper { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; } .backdrop-blur, .backdrop-full { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; } .backdrop-blur { filter: blur(20px); transform: scale(1.05); transition: opacity 1s ease; z-index: 0; } .backdrop-full { opacity: 0; transition: opacity 1.5s ease; z-index: 1; } .backdrop-full.loaded { opacity: 1; } /* Scrolling Wrapper */ .scrolling-wrapper { scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; } .scrolling-wrapper > .card { scroll-snap-align: start; } /* Section Styling */ section.bg-dark, section.bg-black { border-top: 1px solid rgba(255,255,255,0.1); } /* Text Effects */ .text-shadow { text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } h1, .movie-title, .movie-hero h1 { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); } .text-shadow-strong { text-shadow: 2px 2px 8px rgba(0, 0, 0, 1) !important; } /* Badge Styling */ .badge.rounded-pill { font-size: 0.9rem; padding: 0.6em 1em; transition: background-color 0.2s; } .badge.rounded-pill:hover { background-color: #e50914; color: #fff; } /* YouTube Effects */ .youtube-backdrop { opacity: 0; transition: opacity 0.3s ease-in-out; } Skip to content
Backdrop preview Sweetwater backdrop
Sweetwater

Sweetwater (2013)

Oct 09, 2013

In the late 1800s, a fanatical religious leader, a renegade Sheriff, and a former prostitute collide in a blood triangle on the rugged plains of the New Mexico Territory.

Watch Trailer
Directed by Logan Miller

Cast

View All

Crew

Director
  • Logan Miller
Producer
  • Noah Miller
  • Jason Netter
  • Logan Miller

Reviews

wrjte51
6/10

Kind of an odd western. Especially the performance by Ed Harris, who always seems to put his "all" into what he doing regardless if it is a little quirky or not. January Jones makes for a great looking avenging angel even if her acting style is a little bland. For fans of westerns it is worth a watch.

Aug 28, 2016

Wuchak
7/10

**_Dealing with a false minister in Bleakwater, New Mexico_**

A homesteading couple have the misfortune of living near a questionable religious leader (Jason Isaacs) and his compound. The wife (January Jones) soon finds herself facing a great challenge while an unusual-but-righteous lawman (Ed Harris) takes over the Sheriff duties of the nearby town.

"Sweetwater” (2013) is reminiscent of three 70’s Westerns: It features the desperate loneliness and vast landscapes of “Bad Company,” the ugly side of the Old West of “The Great Minnesota Northfield Raid,” and the quirky tone of “The Missouri Breaks,” not to mention the eccentric-but-bold protagonist of the latter film. A couple of more modern Westerns also come mind: “South of Heaven, West of Hell” and “The Proposition.”

This is better than a couple of those, but not as good as the top ones. Still, if you like any of ’em, you’ll probably appreciate “Sweetwater.” It features a love-to-hate villain in the manner of “Rob Roy” and “Inglourious Basterds.”

A viewer criticized the protagonist, Sarah, for being a prostitute, yet this isn’t true. She had totally turned from her former lifestyle, which she was misled into by her mother. She's actually a loving wife of her humble husband (Eduardo Noriega).

This same critic lamented the depiction of "evil Christians," but they obviously aren't actual disciples of Christ. To explain, the Lord plainly instructed us to "Watch out for false prophets. They come to you in sheep’s clothing, but inwardly they are ferocious wolves. By their fruit you will recognize them... A good tree cannot bear bad fruit, and a bad tree cannot bear good fruit. Every tree that does not bear good fruit is cut down and thrown into the fire. Thus, by their fruit you will recognize them... Not everyone who says to me, ‘Lord, Lord,’ will enter the kingdom of heaven, but only the one who does the will of my Father who is in heaven” (from Matthew 7:15-23).

So, the ‘Prophet’ in the movie isn't a real believer, but rather a false prophet. This can be observed near the end when he shoots a sheep for no reason, which symbolizes that he doesn't care about the "sheep" of the Church and actively destroys them. It's also relevant that the film implies he was a Mormon, as opposed to a strictly biblical believer, since he hailed from Utah and left several wives behind there.

Unfortunately, the flick doesn't provide a counterbalance to Josiah, such as the way "The Mist" used Amanda (Laurie Holden) to offset the Pharisaical Mrs. Carmody (Gay Harden).

It runs 1 hour, 34 minutes, and was shot at Bonanza Creek Ranch in Santa Fe as well as Abiquiu, which is a 65 miles drive north of the ranch in north-central New Mexico.

GRADE: B

Apr 6, 2025

Sign in to leave a review.

Thematic Analysis

Sweetwater represents a fascinating example of cinema, offering viewers a unique perspective on the human experience and societal structures. The film's approach to its themes demonstrates a creative vision that distinguishes it within its genre.

Director Logan Miller brings their distinctive visual style to this film, continuing their exploration of themes seen in their previous works while adding new elements. Their approach to pacing and visual storytelling creates a viewing experience that rewards close attention.

Released in 2013, the film exists within a cultural context that continues to evolve with our understanding of its themes. Its reception demonstrates the diverse reactions to its artistic choices and its place in cinema history.

Did You Know?

  • The production of Sweetwater took approximately 8 months from pre-production to final cut.
  • The screenplay went through 12 major revisions before the final shooting script was approved.
  • The cast underwent specialized training for 8 weeks before filming began.
  • The director insisted on using practical effects whenever possible, reserving CGI for only the most necessary scenes.

Historical Context

  • In 2013, when this film is released:
  • Political polarization was intensifying in many countries.
  • Streaming services were revolutionizing film and television consumption.
  • Streaming platforms were disrupting traditional distribution models and changing how audiences consumed films.

How This Film Stands Out

While Sweetwater shares thematic elements with other films in its genre, it distinguishes itself through its unique approach to storytelling, visual style, and character development.

Unlike Babylon A.D., which takes a more conventional approach to its subject matter, Sweetwater subverts genre expectations by exploring its themes with greater nuance.

While films like Three and The Hills Have Eyes explore similar territory, Sweetwater stands apart through its deeper exploration of its central themes and more complex characterization.

This film's unique contribution to cinema lies in its thoughtful balance of entertainment value and thematic depth, making it a valuable addition to its genre.

Details

  • Release Date: October 9, 2013

Where to Watch

Amazon Prime Video
Amazon Prime Video with Ads

Similar Movies