CLasses

WE OFFER A VARIETY OF CLASSES FOR ALL ABILITIES

Main classes

Open to all abilities, our main classes include both Gi and Nogi Jiu Jitsu.
In our main classes, we look to explore all grappling disciplines including elements of Jiu Jitsu, wrestling and judo, offering a well-rounded class structure designed to develop both technical skills and live application.

Our No-Gi class begins with stand-up drills, focusing on key movements and grips essential for takedowns and control, followed by stand-up technique, where you'll learn specific strategies for attacking and defending in a no-gi environment. The class finishes with no-gi sparring, allowing you opportunity to apply what you've learned in live rolling.

Our Gi classes start with flow rolling to build fluidity and understanding of movement, followed by technique, including instruction on essential grips, submissions, and sweeps. The "Sweep or Submit" portion of the class allows you to practice specific goals, either sweeping your opponent or securing a submission, before moving into technical sparring with clear objectives. The class concludes with open sparring, giving you the chance to test everything you've learned in full, free-flowing rolls.

Both classes are designed to give you a balanced approach to grappling, helping you build confidence and improve your skills.
Monday
Gi - 18:30-19:30
No Gi - 19:30 - 20:30
Wednesday
No Gi - 18:30-19:30
Gi - 19:30 - 20:30
book now
Beginners Course OUT NOW!
Click here to find out more

fundamentals class

Aimed at beginners but open to all, our fundamentals classes also provide Gi and Nogi options so that you can gain experience in both styles.
The City Fresh Grappling Fundamentals class is specifically designed for those new to the sport, individuals who’ve had a long break from training, or more experienced players looking to refresh themselves on these essential skills.
This class provides a welcoming and supportive environment where you can learn the basics of Brazilian Jiu-Jitsu and grappling at a comfortable pace. You’ll focus on essential techniques like basic positions, escapes, submissions, and sweeps, all while building a solid foundation in the sport.

Our experienced instructors ensure that each student receives personalised attention and instruction, allowing you to progress confidently and at your own speed. Whether you're just starting out or easing back into training, the Fundamentals class is the perfect place to build your skills and prepare you for the next level.
Tuesday
Gi - 18:30-19:30
Thursday
No Gi - 18:30-19:30
book now

open mat

Our open mats are available to members and visitors alike and we very much welcome drop-ins.
Your open mat time can be spent however you like, whether that is drilling some technique or getting some good rounds in - but let’s be real, it is usually the latter!
Friday
16:00-18:00
Sunday
09:00 - 10:00
All drop-ins and visitors are welcome!
book now

leg locks

A dedicated hour to the world of leg locks.
With the explosion in popularity of grappling and, in particular, nogi Jiu Jitsu, the ability to understand and implement leg locks has become an essential part of any competitors game.

Whilst aimed at more experienced players, the class is open to all abilities and anyone looking to improve their knowledge of this fast-growing area of grappling.
Sunday
10:00 - 11:00
All drop-ins and visitors are welcome!
book now

timetable

Explanation: filter Function: The filter option in the datepicker plugin allows you to provide a function that determines whether a specific date should be enabled. The function receives the date as a parameter and should return true for valid dates and false for invalid ones. Day Mapping: The getDay() method of the Date object is used to get the day of the week (0 for Sunday through 6 for Saturday). Allowed Days: The code checks if the day is between 1 (Monday) and 4 (Thursday). Only these days are allowed. This will ensure that users can only pick dates that fall on Monday, Tuesday, Wednesday, or Thursday, while all other dates will be disabled.