{"id":365,"date":"2026-06-17T18:05:03","date_gmt":"2026-06-17T17:05:03","guid":{"rendered":"https:\/\/lisburn-distillery.net\/?page_id=365"},"modified":"2026-06-19T14:35:27","modified_gmt":"2026-06-19T13:35:27","slug":"management-team","status":"publish","type":"page","link":"https:\/\/lisburn-distillery.net\/?page_id=365","title":{"rendered":"Management Team"},"content":{"rendered":"\n<p>Lee Forsythe was appointed First Team Manager on Monday 17th November 2025. David Lemon will be the Assistant Manager. Also pictured, is Kirsty Rea (Physiotherapist), Gary Cressey (Team Attendant) and Ryan Cressey (Team Attendant).<\/p>\n\n\n\n<div class=\"management-section\">\n    <!-- Top Row: Manager -->\n    <div class=\"manager-row\">\n        <div class=\"profile-card manager-card\">\n            <div class=\"profile-image\">\n                <img decoding=\"async\" src=\"https:\/\/lisburn-distillery.net\/wp-content\/uploads\/2026\/06\/lee.webp\" alt=\"Lee Forsythe - Manager\" onclick=\"openLightbox(this)\">\n            <\/div>\n            <div class=\"profile-info\">\n                <h3>Lee Forsythe<\/h3>\n                <p class=\"role\">Manager<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Bottom Row: Rest of the Staff -->\n    <div class=\"staff-grid\">\n        <!-- Assistant Manager -->\n        <div class=\"profile-card\">\n            <div class=\"profile-image\">\n                <img decoding=\"async\" src=\"https:\/\/lisburn-distillery.net\/wp-content\/uploads\/2026\/06\/lemon.webp\" alt=\"David Lemon - Assistant Manager\" onclick=\"openLightbox(this)\">\n            <\/div>\n            <div class=\"profile-info\">\n                <h3>David Lemon<\/h3>\n                <p class=\"role\">Assistant Manager<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Physiotherapist -->\n        <div class=\"profile-card\">\n            <div class=\"profile-image\">\n                <img decoding=\"async\" src=\"https:\/\/lisburn-distillery.net\/wp-content\/uploads\/2026\/06\/kirsty.webp\" alt=\"Kirsty Rea - Physiotherapist\" onclick=\"openLightbox(this)\">\n            <\/div>\n            <div class=\"profile-info\">\n                <h3>Kirsty Rea<\/h3>\n                <p class=\"role\">Physiotherapist<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Team Attendant 1 -->\n        <div class=\"profile-card\">\n            <div class=\"profile-image\">\n                <img decoding=\"async\" src=\"https:\/\/lisburn-distillery.net\/wp-content\/uploads\/2026\/06\/gary.webp\" alt=\"Gary Cressey - Team Attendant\" onclick=\"openLightbox(this)\">\n            <\/div>\n            <div class=\"profile-info\">\n                <h3>Gary Cressey<\/h3>\n                <p class=\"role\">Team Attendant<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Team Attendant 2 -->\n        <div class=\"profile-card\">\n            <div class=\"profile-image\">\n                <img decoding=\"async\" src=\"https:\/\/lisburn-distillery.net\/wp-content\/uploads\/2026\/06\/ryanc.webp\" alt=\"Ryan Cressey - Team Attendant\" onclick=\"openLightbox(this)\">\n            <\/div>\n            <div class=\"profile-info\">\n                <h3>Ryan Cressey<\/h3>\n                <p class=\"role\">Team Attendant<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<!-- The Fullscreen Popup Overlay -->\n<div id=\"imageLightbox\" class=\"lightbox\" onclick=\"closeLightbox()\">\n    <span class=\"lightbox-close\">&times;<\/span>\n    <img class=\"lightbox-content\" id=\"lightboxImg\">\n    <div id=\"lightboxCaption\"><\/div>\n<\/div>\n\n<style>\n\/* CSS Styling for Management Section *\/\n.management-section {\n    max-width: 1200px;\n    margin: 40px auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    padding: 0 15px;\n}\n\n.manager-row {\n    display: flex;\n    justify-content: center;\n    margin-bottom: 30px;\n}\n\n.staff-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 20px;\n}\n\n.profile-card {\n    background: #ffffff;\n    border: 1px solid #e1e4e6;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    text-align: center;\n}\n\n.profile-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 15px rgba(0,0,0,0.1);\n}\n\n.manager-card {\n    max-width: 280px;\n    width: 100%;\n    border-top: 4px solid #0056b3; \/* Replace with your club color *\/\n}\n\n.profile-image {\n    background: #f8f9fa;\n    padding: 10px;\n}\n\n.profile-image img {\n    width: 100%;\n    height: auto;\n    max-height: 300px;\n    object-fit: contain;\n    display: block;\n    margin: 0 auto;\n    cursor: zoom-in; \/* Changes mouse pointer to hint it can be clicked *\/\n}\n\n.profile-info {\n    padding: 15px;\n    border-top: 1px solid #e1e4e6;\n}\n\n.profile-info h3 {\n    margin: 0 0 5px 0;\n    font-size: 1.15rem;\n    color: #333;\n    font-weight: 700;\n}\n\n.profile-info .role {\n    margin: 0;\n    font-size: 0.9rem;\n    color: #666;\n    text-transform: uppercase;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n}\n\n\/* Lightbox Background Pop-up Styling *\/\n.lightbox {\n    display: none; \n    position: fixed;\n    z-index: 99999; \/* Keeps it on top of menus and headers *\/\n    left: 0;\n    top: 0;\n    width: 100%;\n    height: 100%;\n    background-color: rgba(0, 0, 0, 0.9); \/* Dark black background *\/\n    align-items: center;\n    justify-content: center;\n    flex-direction: column;\n    cursor: zoom-out;\n}\n\n\/* The actual zoomed image inside the popup *\/\n.lightbox-content {\n    margin: auto;\n    display: block;\n    max-width: 90%;\n    max-height: 80vh;\n    object-fit: contain; \/* Ensures copyright stays fully visible even when zoomed *\/\n    animation: zoomEffect 0.2s ease-in-out;\n}\n\n\/* Caption underneath zoomed image *\/\n#lightboxCaption {\n    color: #fff;\n    font-size: 1.2rem;\n    margin-top: 15px;\n    font-weight: 600;\n}\n\n\/* Close 'X' button text styling *\/\n.lightbox-close {\n    position: absolute;\n    top: 20px;\n    right: 35px;\n    color: #fff;\n    font-size: 40px;\n    font-weight: bold;\n    cursor: pointer;\n}\n\n@keyframes zoomEffect {\n    from { transform: scale(0.9); opacity: 0; }\n    to { transform: scale(1); opacity: 1; }\n}\n\n@media (max-width: 600px) {\n    .staff-grid {\n        grid-template-columns: 1fr 1fr;\n        gap: 12px;\n    }\n    .profile-image img {\n        max-height: 200px;\n    }\n    .profile-info h3 {\n        font-size: 1rem;\n    }\n    .profile-info .role {\n        font-size: 0.8rem;\n    }\n}\n<\/style>\n\n<script>\n\/\/ Simple function to open the clicked image in fullscreen\nfunction openLightbox(element) {\n    var lightbox = document.getElementById(\"imageLightbox\");\n    var lightboxImg = document.getElementById(\"lightboxImg\");\n    var captionText = document.getElementById(\"lightboxCaption\");\n    \n    lightbox.style.display = \"flex\";\n    lightboxImg.src = element.src;\n    captionText.innerHTML = element.alt;\n}\n\n\/\/ Function to close the fullscreen view\nfunction closeLightbox() {\n    document.getElementById(\"imageLightbox\").style.display = \"none\";\n}\n<\/script>\n\n\n\n<div class=\"contact-wrapper\">\n  <!-- Instruction text above the button -->\n  <p class=\"contact-instruction\">Click here to contact us<\/p>\n\n  <details class=\"cf7-dropdown\">\n    <summary class=\"cf7-dropdown-trigger\">\n      <div class=\"trigger-icons\">\n        <!-- Your Custom Logo -->\n        <img decoding=\"async\" src=\"https:\/\/lisburn-distillery.net\/wp-content\/uploads\/2026\/05\/distillery.png\" alt=\"Lisburn Distillery FC Logo\" class=\"button-logo\">\n        \n        <!-- Email Icon (SVG format so it loads instantly without extra images) -->\n        <svg class=\"button-email-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\n          <path d=\"M1.5 8.67v8.58a3 3 0 003 3h15a3 3 0 003-3V8.67l-8.928 5.493a1.75 1.75 0 01-1.856 0L1.5 8.67z\" \/>\n          <path d=\"M22.5 6.908V6.75a3 3 0 00-3-3h-15a3 3 0 00-3 3v.158l9.714 5.978a.25.25 0 00.265 0L22.5 6.908z\" \/>\n        <\/svg>\n      <\/div>\n      <span class=\"button-text\">Contact Us<\/span>\n    <\/summary>\n    \n    <div class=\"cf7-dropdown-content\">\n      \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f499-o1\" lang=\"en-GB\" dir=\"ltr\" data-wpcf7-id=\"499\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F365#wpcf7-f499-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"499\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_GB\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f499-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<p><label>\n\t <\/label>\n<\/p>\n<p><label> Your Name (required) <span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> Your Email (required) <span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n<\/p>\n<p><label> Subject<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-subject\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" \/><\/span> <\/label>\n<\/p>\n<p><label> Your Message (required) <span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><label> <input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Send\" \/> <\/label>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n    <\/div>\n  <\/details>\n<\/div>\n\n<style>\n\/* Instruction Text Style *\/\n.contact-instruction {\n  font-family: inherit;\n  font-size: 16px;\n  font-weight: 600;\n  color: #333333;\n  margin-bottom: 8px;\n}\n\n\/* Base Dropdown Layout *\/\n.cf7-dropdown {\n  display: block;\n  margin-bottom: 20px;\n}\n\n\/* Button Layout & Styling *\/\n.cf7-dropdown-trigger {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  padding: 10px 20px;\n  background-color: #0073aa; \/* Change to your team\/brand color *\/\n  color: #ffffff;\n  border-radius: 6px;\n  cursor: pointer;\n  list-style: none;\n  user-select: none;\n  transition: background 0.2s ease-in-out, transform 0.1s ease;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n}\n\n.cf7-dropdown-trigger:hover {\n  background-color: #005177;\n}\n\n.cf7-dropdown-trigger:active {\n  transform: scale(0.98);\n}\n\n\/* Hide standard browser details arrow *\/\n.cf7-dropdown-trigger::-webkit-details-marker {\n  display: none;\n}\n\n\/* Container for the two left-side logos *\/\n.trigger-icons {\n  display: flex;\n  align-items: center;\n  gap: 8px; \/* Space between team logo and email logo *\/\n}\n\n\/* Team Logo Sizing *\/\n.button-logo {\n  height: 28px;\n  width: auto;\n  object-fit: contain;\n  display: block;\n}\n\n\/* Email Icon Sizing and Color *\/\n.button-email-icon {\n  width: 20px;\n  height: 20px;\n  color: #ffffff;\n  display: block;\n}\n\n\/* Button Text Styling *\/\n.button-text {\n  font-weight: bold;\n  font-size: 15px;\n  font-family: inherit;\n}\n\n\/* The Form Container Layout *\/\n.cf7-dropdown-content {\n  margin-top: 12px;\n  padding: 24px;\n  background-color: #ffffff;\n  border: 1px solid #dddddd;\n  border-radius: 6px;\n  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);\n  max-width: 500px; \/* Optional: keeps the form from stretching too wide *\/\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Lee Forsythe was appointed First Team Manager on Monday 17th November 2025. David Lemon will be the Assistant Manager. Also pictured, is Kirsty Rea (Physiotherapist), Gary Cressey (Team Attendant) and Ryan Cressey (Team Attendant). Lee Forsythe Manager David Lemon Assistant Manager Kirsty Rea Physiotherapist Gary Cressey Team Attendant Ryan Cressey Team Attendant &times; Click here [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":363,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-365","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lisburn-distillery.net\/index.php?rest_route=\/wp\/v2\/pages\/365","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lisburn-distillery.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lisburn-distillery.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lisburn-distillery.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lisburn-distillery.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=365"}],"version-history":[{"count":8,"href":"https:\/\/lisburn-distillery.net\/index.php?rest_route=\/wp\/v2\/pages\/365\/revisions"}],"predecessor-version":[{"id":525,"href":"https:\/\/lisburn-distillery.net\/index.php?rest_route=\/wp\/v2\/pages\/365\/revisions\/525"}],"up":[{"embeddable":true,"href":"https:\/\/lisburn-distillery.net\/index.php?rest_route=\/wp\/v2\/pages\/363"}],"wp:attachment":[{"href":"https:\/\/lisburn-distillery.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=365"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}