At Matthew Revell-Griffiths Limited, our team aims to take the stress out of your business or production and help you manage your entertainment
venture effectively. Whether you are a venue looking for someone to create and manage your entertainment schedule, a comedian, singer, or
actor or require a creative consultant to help with a live show concept, we’re here for you.
We write, produce, design, sing and dance…we will create everything from writing scripts to choreographing the dance routines and recording the
music. We also write and create children’s entertainment and variety shows.
Meet The Team
DIRECTOR
Matthew Revell-Griffiths
.readmore__content {
max-width: 100%;
width: 100%;
display: flex;
}
button.readmore__toggle {
display: flex;
margin-top: 1rem;
border: 1px solid #fff;
background:#fff;
color: #C8B641;
padding: 0px;
cursor: pointer;
}
Originally from Cardiff, South Wales, Matthew studied at Merthyr Tydfil College, where he was awarded a BTEC National Diploma in Technical Theatre and Production. Matthew has also been involved with a plethora of musical theatre productions, studio performances and outdoor festivals. Matthew is at the forefront of popular theatre innovation, creating a theatre genre. He first started within theatre when he was 12 years old, with over 20 years in the industry. Matthew has the experience and knows how to successfully manage theatrical productions of varying scales.
Matthew is at the forefront of popular theatre innovation creating a genre of theatre, which reaches out to both non-traditional audiences, new to the theatre experience. Matthew’s production and direction credits include: Pantomimes – Cinderella, Robinson Crusoe, Peter Pan, One Night Only – the ultimate variety show, Chris Needs and Friends, The Best of British and Give Me the Moonlight – a celebration of the life and hits of Frankie Vaughan and Michael George’s London Varieties.
Matthew’s Stage and Production Management credits include Pantomimes and Summer Seasons for the late legendary entertainer Stan Stennett MBE and Chris Needs MBE, UK Productions Ltd, Shone Productions Ltd, Bourne Leisure Ltd, Royal Caribbean International, Grassroots Productions, Original Theatre, Birmingham Repertory Theatre, Crossroads Pantomimes - formerly known as Qdos Entertainment, Imagine Theatre Ltd, Carnival UK – Cunard and P&O Cruise, Cbeebies’ I Can Cook with Katy Ashworth, Dick and Dom, Mister Maker Live, Dave Benson Philips, Legally Blonde The Musical, JLS, Michael McIntyre, Jimmy Carr, Jamie Cullum…and other too numerous to mention.
Most recently, Matthew has worked for Belinda King Creative Productions Ltd onboard MS Color Magic as Company Stage Manager – responsible for the onboard entertainment, visiting artists, scheduling and health and safety for the entertainment department, as well as overseeing the Technical Management for Shone Productions Ltd’s 2019-2020 pantomime season.
class readMore {
constructor() {
this.content = '.readmore__content';
this.buttonToggle = '.readmore__toggle';
}
bootstrap() {
this.setNodes();
this.init();
this.addEventListeners();
}
setNodes() {
this.nodes = {
contentToggle: document.querySelector(this.content)
};
this.buttonToggle = this.nodes.contentToggle.parentElement.querySelector(this.buttonToggle);
}
init() {
const { contentToggle } = this.nodes;
this.stateContent = contentToggle.innerHTML;
contentToggle.innerHTML = `${this.stateContent.substring(0, 500)}...`;
}
addEventListeners() {
this.buttonToggle.addEventListener('click', this.onClick.bind(this))
}
onClick(event) {
const targetEvent = event.currentTarget;
const { contentToggle } = this.nodes
if (targetEvent.getAttribute('aria-checked') === 'true') {
targetEvent.setAttribute('aria-checked', 'false')
contentToggle.innerHTML = this.stateContent;
this.buttonToggle.innerHTML = 'Read less'
} else {
targetEvent.setAttribute('aria-checked', 'true')
contentToggle.innerHTML = `${this.stateContent.substring(0, 500)}...`
this.buttonToggle.innerHTML = 'Show more'
}
}
}
const initReadMore = new readMore();
initReadMore.bootstrap()
DIRECTOR
Alice Revell-Griffiths
Alice Smith was born and raised in Leicester and graduated from Liverpool Institute for Performing Arts in 2016 with a BA (Honours) in Theatre and
Performance Technology. Alice also went to Liverpool Hope University and graduated with a PGCE in Primary Education. Alice’s Theatre experience
includes Legally Blonde The Musical (National Tour), Peter Pan –Pantomime (Floral Pavilion, New Brighton), The Wizard of Oz (UK Tour), Cinderella –
Pantomime (Middleton Arena). She has also worked onboard the RMS Queen Mary 2 for Carnival UK, Cunard.
Let us know what we can do for your next project, event or production, why not contact us today?
Matthew Revell-Griffiths Limited can work with you to inspire your audience.
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
Cookie
Duration
Description
cookielawinfo-checkbox-analytics
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional
11 months
The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy
11 months
The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.