/* =========================================================
WINE & CANVAS TOLEDO — AREAS WE SERVE
========================================================= */

.wc-areas-page {
–wc-orange: #ff7900;
–wc-dark: #242424;
–wc-text: #5b5b5b;
–wc-light: #f5f5f5;
–wc-border: #e3e3e3;
–wc-pink: #b50057;
font-size: 17px;
line-height: 1.65;
color: var(–wc-text);
}

.wc-areas-page *,
.wc-areas-page *::before,
.wc-areas-page *::after {
box-sizing: border-box;
}

.wc-areas-page h1,
.wc-areas-page h2,
.wc-areas-page h3 {
color: var(–wc-dark);
margin-top: 0;
}

.wc-areas-page h1 {
font-size: clamp(42px, 6vw, 68px);
line-height: 1.02;
margin-bottom: 24px;
}

.wc-areas-page h2 {
font-size: clamp(34px, 4.5vw, 50px);
line-height: 1.08;
margin-bottom: 20px;
}

.wc-areas-page h3 {
font-size: 23px;
line-height: 1.2;
margin-bottom: 10px;
}

.wc-areas-page p {
margin-top: 0;
margin-bottom: 18px;
}

.wc-areas-page a {
color: var(–wc-orange);
}

.wc-areas-page .wc-wrap {
width: min(1120px, calc(100% – 40px));
margin: 0 auto;
}

.wc-areas-page .wc-section {
padding: 70px 0;
}

.wc-areas-page .wc-section-light {
background: var(–wc-light);
}

.wc-areas-page .wc-eyebrow {
color: #f36b00;
font-size: 14px;
line-height: 1.3;
font-weight: 800;
letter-spacing: 1.4px;
text-transform: uppercase;
margin-bottom: 15px;
}

.wc-areas-page .wc-centered {
text-align: center;
}

.wc-areas-page .wc-intro {
max-width: 820px;
margin-left: auto;
margin-right: auto;
font-size: 20px;
}

.wc-areas-page .wc-button-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 14px;
margin-top: 30px;
}

.wc-areas-page .wc-btn,
.wc-areas-page .wc-btn:visited {
display: inline-block;
background: var(–wc-orange);
color: #fff !important;
padding: 9px 16px;
border-radius: 999px;
text-decoration: none !important;
font-weight: 800;
line-height: 1.25;
transition: transform .18s ease, opacity .18s ease;
}

.wc-areas-page .wc-btn:hover {
color: #fff !important;
opacity: .9;
transform: translateY(-1px);
}

/* HERO */

.wc-areas-page .wc-hero {
padding: 70px 0 65px;
text-align: center;
}

.wc-areas-page .wc-service-note {
display: inline-block;
margin-top: 8px;
font-weight: 800;
color: var(–wc-dark);
}

/* THREE FEATURE STRIP */

.wc-areas-page .wc-feature-strip {
display: grid;
grid-template-columns: repeat(3, 1fr);
margin-top: 55px;
background: var(–wc-light);
padding: 45px 30px;
gap: 30px;
}

.wc-areas-page .wc-feature {
text-align: center;
}

.wc-areas-page .wc-feature-icon {
font-size: 24px;
margin-bottom: 9px;
}

.wc-areas-page .wc-feature h3 {
font-size: 19px;
margin-bottom: 8px;
}

.wc-areas-page .wc-feature p {
font-size: 16px;
margin-bottom: 0;
}

/* STUDIO SECTION */

.wc-areas-page .wc-two-column {
display: grid;
grid-template-columns: 1.1fr .9fr;
gap: 55px;
align-items: center;
}

.wc-areas-page .wc-info-box {
background: var(–wc-light);
padding: 30px;
border-left: 4px solid var(–wc-orange);
}

.wc-areas-page .wc-info-box h3 {
margin-bottom: 10px;
}

.wc-areas-page .wc-info-box p:last-child {
margin-bottom: 0;
}

.wc-areas-page .wc-studio-list {
display: grid;
gap: 18px;
}

.wc-areas-page .wc-studio {
padding-bottom: 18px;
border-bottom: 1px solid #ddd;
}

.wc-areas-page .wc-studio:last-child {
padding-bottom: 0;
border-bottom: 0;
}

.wc-areas-page .wc-studio strong {
color: var(–wc-dark);
display: block;
font-size: 18px;
}

/* AREA CARDS */

.wc-areas-page .wc-area-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
margin-top: 40px;
}

.wc-areas-page .wc-area-card {
background: #fff;
border: 1px solid var(–wc-border);
padding: 28px;
display: flex;
flex-direction: column;
min-height: 100%;
}

.wc-areas-page .wc-area-card .wc-location {
color: var(–wc-orange);
font-size: 13px;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 8px;
}

.wc-areas-page .wc-area-card p {
font-size: 16px;
flex-grow: 1;
}

.wc-areas-page .wc-area-link,
.wc-areas-page .wc-area-link:visited {
color: var(–wc-orange) !important;
font-weight: 800;
text-decoration: none !important;
}

.wc-areas-page .wc-area-link:hover {
text-decoration: underline !important;
}

/* MOBILE PARTIES */

.wc-areas-page .wc-mobile-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: start;
}

.wc-areas-page .wc-location-list {
columns: 2;
column-gap: 30px;
margin: 0;
padding-left: 22px;
}

.wc-areas-page .wc-location-list li {
margin-bottom: 8px;
break-inside: avoid;
}

/* WHY */

.wc-areas-page .wc-why-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 28px;
margin-top: 40px;
}

.wc-areas-page .wc-why-item {
text-align: center;
}

.wc-areas-page .wc-why-icon {
font-size: 25px;
margin-bottom: 8px;
}

.wc-areas-page .wc-why-item h3 {
font-size: 18px;
}

.wc-areas-page .wc-why-item p {
font-size: 16px;
}

/* CTA */

.wc-areas-page .wc-final-cta {
width: min(1080px, calc(100% – 40px));
margin: 30px auto 75px;
padding: 55px 35px;
text-align: center;
color: #fff;
background: linear-gradient(110deg, #b50057 0%, #c82468 42%, #ff7900 100%);
}

.wc-areas-page .wc-final-cta .wc-eyebrow {
color: #fff;
}

.wc-areas-page .wc-final-cta h2,
.wc-areas-page .wc-final-cta p {
color: #fff;
}

.wc-areas-page .wc-final-cta p {
max-width: 760px;
margin-left: auto;
margin-right: auto;
font-size: 18px;
}

/* RESPONSIVE */

@media (max-width: 900px) {
.wc-areas-page .wc-feature-strip,
.wc-areas-page .wc-area-grid,
.wc-areas-page .wc-why-grid {
grid-template-columns: repeat(2, 1fr);
}

.wc-areas-page .wc-two-column,
.wc-areas-page .wc-mobile-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 600px) {
.wc-areas-page .wc-wrap {
width: min(100% – 28px, 1120px);
}

.wc-areas-page .wc-section {
padding: 50px 0;
}

.wc-areas-page .wc-hero {
padding: 50px 0;
}

.wc-areas-page .wc-feature-strip,
.wc-areas-page .wc-area-grid,
.wc-areas-page .wc-why-grid {
grid-template-columns: 1fr;
}

.wc-areas-page .wc-feature-strip {
padding: 35px 22px;
}

.wc-areas-page .wc-location-list {
columns: 1;
}

.wc-areas-page .wc-final-cta {
width: calc(100% – 28px);
padding: 45px 22px;
}
}

WINE & CANVAS TOLEDO

Paint & Sip Across Northwest Ohio & Southeast Michigan

Wine & Canvas Toledo makes it easy to get creative throughout our local
service area. Join us at one of our Toledo studios, watch for public Paint
& Sip events at partner venues, or let us bring a private painting
experience directly to your group.

Two Toledo studios + mobile painting parties throughout our service territory
📍

Two Toledo Studios

Join scheduled public events at our permanent Wine & Canvas
locations in Toledo.

🎨

Local Partner Events

Watch for select Paint & Sip experiences at restaurants,
wineries, venues, and other local partners.

🚗

We Bring the Party

Private groups can host a guided painting experience at an approved
location throughout our service area.

OUR HOME BASE

Paint With Us in Toledo

Our permanent Wine & Canvas studios are located in Toledo, Ohio,
where we host public Paint & Sip events, private parties, seasonal
experiences, and select Cookies & Canvas events.

If you’re coming from Perrysburg, Maumee, Sylvania, or another nearby
community, a Toledo studio event may be the easiest way to grab a seat
and paint with us.

Sylvania Avenue Studio
2806 W Sylvania Ave.
Toledo, OH 43613
Monroe Street Studio
5248 Monroe St.
Toledo, OH

EXPLORE YOUR AREA

Wine & Canvas Around the Region

We serve communities throughout Northwest Ohio and Southeast Michigan.
Explore your area to learn about nearby events, mobile private parties,
kids painting experiences, team building, and other ways to paint with us.

WOOD COUNTY

Perrysburg, Ohio

Explore Paint & Sip experiences for Perrysburg-area groups,
including private parties, celebrations, team building, kids events,
and select public partner-venue events.


Explore Perrysburg →

MONROE COUNTY

Monroe, Michigan

Wine & Canvas crosses the state line with mobile private parties
and select partner-venue events throughout Monroe County, Michigan.


Explore Monroe →

WOOD COUNTY

Bowling Green, Ohio

Creative experiences for friends, workplaces, student organizations,
university-connected groups, families, schools, churches, and other
Bowling Green groups.


Explore Bowling Green →

SANDUSKY COUNTY

Fremont & Sandusky County

Find mobile painting parties and local creative experiences serving
Fremont, Woodville, and communities throughout Sandusky County.


Explore Fremont & Sandusky County →

OTTAWA COUNTY

Port Clinton & Ottawa County

Painting experiences for Port Clinton, Oak Harbor, Marblehead, lake
communities, local organizations, private groups, and visitors
throughout Ottawa County.


Explore Port Clinton & Ottawa County →

LUCAS & WOOD COUNTY AREA

Maumee, Ohio

Plan a creative night, birthday, workplace event, private party, or
family painting experience in Maumee and nearby communities.


Explore Maumee →

WEST TOLEDO & SYLVANIA AREA

Sylvania Area

Sylvania-area guests are conveniently located near our Sylvania
Avenue studio in Toledo, with mobile private painting parties also
available at suitable local locations.


Explore the Sylvania Area →

YOUR PLACE. YOUR PAINTING.

We Bring Wine & Canvas to You

You don’t need to be near one of our Toledo studios to host a Wine
& Canvas experience. Private painting parties can travel to suitable
locations throughout our franchise service territory.

That can include homes, workplaces, restaurants and bars, clubhouses,
event venues, schools, churches, community spaces, and other approved
locations.

Plan a Mobile Painting Party

Serving Northwest Ohio & Southeast Michigan

Our territory includes communities throughout:

  • Lucas County
  • Wood County
  • Fulton County
  • Sandusky County
  • Ottawa County
  • Monroe County, Michigan

Not sure whether your location is within our service area?
Contact us and we’ll
help you figure it out.

PAINT TOGETHER

Creative Experiences for All Kinds of Groups

Wherever you gather, we’ll help make painting approachable, social,
and fun — no art experience required.

🥂

Girls’ Nights & Celebrations

Gather your favorite people for a colorful night out or special
occasion.

🎂

Birthdays & Private Parties

Choose a painting and turn your gathering into something everyone
gets to take home.

🤝

Corporate & Team Building

Give coworkers, teams, and organizations a relaxed shared creative
experience.

🍪

Cookies & Canvas

Kids, families, Scouts, schools, churches, and youth groups can get
creative too.


Explore Cookies & Canvas →

EASY, SOCIAL & CREATIVE

Why Paint with Wine & Canvas?

🎨

No Experience Needed

Our artists guide your group step by step.

🖌️

Painting Supplies Included

We provide the painting supplies needed for your experience.

🚗

Mobile Party Options

We can bring private painting experiences to approved locations.

Made for Your Group

Adults, families, kids, workplaces, organizations, and community
groups can all paint with us.

READY TO GET CREATIVE?

Let’s Paint Somewhere Together

Join an upcoming Wine & Canvas Toledo event or tell us about your group,
preferred date, and location. We’ll help you find the right way to paint
with us.