{"id":9,"date":"2026-02-04T16:15:35","date_gmt":"2026-02-04T16:15:35","guid":{"rendered":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/tickets\/"},"modified":"2026-02-05T13:48:37","modified_gmt":"2026-02-05T13:48:37","slug":"tickets","status":"publish","type":"page","link":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/tickets\/","title":{"rendered":"Tickets"},"content":{"rendered":"\n<style>\n  :root{\n    --swib-btn-bg: #12233E;\n    --swib-btn-bg-hover: #163158;\n    --swib-btn-text: #ffffff;\n    --swib-radius: 12px;\n  }\n\n  .swib-embed{ max-width:1200px; margin:0 auto; }\n\n  .swib-embed-actions{\n    display:flex;\n    gap:12px;\n    justify-content:flex-end;\n    flex-wrap:wrap;\n    margin:0 0 12px 0;\n  }\n\n  \/* Button style (also fixes anchor underline + white text) *\/\n  .swib-embed-btn,\n  .swib-embed-btn:link,\n  .swib-embed-btn:visited{\n    appearance:none;\n    background: var(--swib-btn-bg);\n    color: var(--swib-btn-text) !important;\n    border:0;\n    border-radius: var(--swib-radius);\n    padding:14px 24px;\n    font-size:16px;\n    font-weight:600;\n    line-height:1;\n    text-decoration:none !important;   \/* remove underline *\/\n    cursor:pointer;\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    min-height:48px;\n  }\n  .swib-embed-btn:hover{\n    background: var(--swib-btn-bg-hover);\n    color: var(--swib-btn-text) !important;\n    text-decoration:none !important;\n  }\n  .swib-embed-btn:focus{ outline:2px solid rgba(18,35,62,.35); outline-offset:2px; }\n\n  .swib-embed-framewrap{\n    border-radius: var(--swib-radius);\n    overflow:hidden;\n    border:1px solid rgba(0,0,0,.10);\n  }\n\n  .swib-embed iframe{\n    width:100%;\n    height:900px;\n    border:0;\n    display:block;\n    overflow:auto;\n  }\n\n  @media (max-width:768px){\n    .swib-embed iframe{ height:1200px; }\n    .swib-embed-actions{ justify-content:stretch; }\n    .swib-embed-btn{ width:100%; }\n  }\n\n  .swib-modal{\n    position:fixed;\n    inset:0;\n    background:rgba(0,0,0,.65);\n    display:none;\n    z-index:999999;\n    padding:18px;\n  }\n  .swib-modal.is-open{ display:block; }\n\n  .swib-modal-inner{\n    width:min(1200px, 100%);\n    height:min(92vh, 100%);\n    margin:0 auto;\n    background:#fff;\n    border-radius: var(--swib-radius);\n    overflow:hidden;\n    display:flex;\n    flex-direction:column;\n  }\n\n  .swib-modal-bar{\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    gap:12px;\n    padding:12px;\n    border-bottom:1px solid rgba(0,0,0,.10);\n  }\n\n  .swib-modal-title{ margin:0; font-size:16px; font-weight:600; }\n\n  .swib-modal iframe{\n    width:100%;\n    height:100%;\n    border:0;\n    display:block;\n    overflow:auto;\n    flex:1;\n  }\n<\/style>\n\n<div class=\"swib-embed\">\n  <div class=\"swib-embed-actions\">\n    <button class=\"swib-embed-btn\" type=\"button\" id=\"swibOpenFullscreen\">Full Screen<\/button>\n\n    <a class=\"swib-embed-btn\"\n       href=\"https:\/\/tickets.sowhenitbe.com\/events\/3\/demo-lodge-no-88\"\n       target=\"_blank\"\n       rel=\"noopener\">\n      Open in New Window\n    <\/a>\n  <\/div>\n\n  <div class=\"swib-embed-framewrap\">\n    <iframe\n      src=\"https:\/\/tickets.sowhenitbe.com\/events\/3\/demo-lodge-no-88\"\n      loading=\"lazy\"\n      scrolling=\"yes\"\n      title=\"SoWhenItBe Tickets\"\n      allow=\"fullscreen\"\n      allowfullscreen\n      referrerpolicy=\"no-referrer-when-downgrade\">\n    <\/iframe>\n  <\/div>\n<\/div>\n\n<div class=\"swib-modal\" id=\"swibModal\" aria-hidden=\"true\">\n  <div class=\"swib-modal-inner\" id=\"swibModalInner\" role=\"dialog\" aria-modal=\"true\" aria-label=\"SoWhenItBe Tickets Fullscreen\">\n    <div class=\"swib-modal-bar\">\n      <p class=\"swib-modal-title\">SoWhenItBe Tickets<\/p>\n      <button class=\"swib-embed-btn\" type=\"button\" id=\"swibCloseModal\">Close<\/button>\n    <\/div>\n\n    <iframe\n      id=\"swibModalFrame\"\n      src=\"\"\n      loading=\"lazy\"\n      scrolling=\"yes\"\n      title=\"SoWhenItBe Tickets Fullscreen\"\n      allow=\"fullscreen\"\n      allowfullscreen\n      referrerpolicy=\"no-referrer-when-downgrade\">\n    <\/iframe>\n  <\/div>\n<\/div>\n\n<script>\n  (function () {\n    var url = \"https:\/\/tickets.sowhenitbe.com\/events\/3\/demo-lodge-no-88\";\n    var modal = document.getElementById(\"swibModal\");\n    var modalInner = document.getElementById(\"swibModalInner\");\n    var openBtn = document.getElementById(\"swibOpenFullscreen\");\n    var closeBtn = document.getElementById(\"swibCloseModal\");\n    var modalFrame = document.getElementById(\"swibModalFrame\");\n\n    function openModal() {\n      modal.classList.add(\"is-open\");\n      modal.setAttribute(\"aria-hidden\", \"false\");\n      modalFrame.src = url;\n      document.body.style.overflow = \"hidden\";\n\n      if (modalInner.requestFullscreen) {\n        try { modalInner.requestFullscreen(); } catch (e) {}\n      }\n    }\n\n    function closeModal() {\n      modal.classList.remove(\"is-open\");\n      modal.setAttribute(\"aria-hidden\", \"true\");\n      modalFrame.src = \"\";\n      document.body.style.overflow = \"\";\n\n      if (document.fullscreenElement) {\n        try { document.exitFullscreen(); } catch (e) {}\n      }\n    }\n\n    openBtn.addEventListener(\"click\", openModal);\n    closeBtn.addEventListener(\"click\", closeModal);\n\n    modal.addEventListener(\"click\", function (e) {\n      if (e.target === modal) closeModal();\n    });\n\n    document.addEventListener(\"keydown\", function (e) {\n      if (e.key === \"Escape\" && modal.classList.contains(\"is-open\")) closeModal();\n    });\n  })();\n<\/script>\n\n\n\n\n<p><strong>Need help?<\/strong> Email sec@masonview.com or use the <a href=\"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/contact\/\">contact form<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Full Screen Open in New Window SoWhenItBe Tickets Close Need help? Email sec@masonview.com or use the contact form.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":5,"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":141,"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/pages\/9\/revisions\/141"}],"wp:attachment":[{"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}