{"id":978,"date":"2025-08-19T11:16:29","date_gmt":"2025-08-19T09:16:29","guid":{"rendered":"https:\/\/bzphoto.be\/?page_id=978"},"modified":"2026-01-04T16:13:54","modified_gmt":"2026-01-04T15:13:54","slug":"pawspixels","status":"publish","type":"page","link":"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/pawspixels\/","title":{"rendered":"Paws&amp;Pixels"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column_24_24 et_flex_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@600;800&family=Inter:wght@400;700&display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n\/* --- 1. THE CORE CONSISTENCY ENGINE --- *\/\n:root {\n    --pw-teal: #025259; \n    --pw-orange: #D94F04;\n    --pw-dark: #0f181a; \n    --pw-light: #fbf8f5;\n    --pw-radius: 24px;\n}\n\n#pw-unified-page { margin-top: -80px !important; background: var(--pw-dark); font-family: 'Inter', sans-serif !important; color: #fff; overflow-x: hidden; }\n.pw-main-container { max-width: 1200px; margin: 0 auto; width: 90%; }\n\n\/* --- 2. THE HOVER EFFECT (Consistent 1.03x) --- *\/\n.pw-hero-side-card, .pw-info-item, .pw-step-item, .pw-blog-box, .pw-private-card { \n    position: relative; \n    overflow: hidden; \n    border-radius: var(--pw-radius) !important; \n    border: 1px solid rgba(255, 255, 255, 0.1); \n    background: rgba(255, 255, 255, 0.05);\n    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; \n}\n\n.pw-step-item, .pw-private-card {\n    background: #ffffff !important;\n    border: 1px solid #eee !important;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.03);\n    padding: 40px 30px;\n    text-align: center;\n}\n\n.pw-hero-side-card:hover, .pw-info-item:hover, .pw-step-item:hover, .pw-blog-box:hover, .pw-private-card:hover { \n    transform: translateY(-12px) scale(1.03) !important; \n    border-color: var(--pw-orange) !important; \n    box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important;\n    z-index: 10;\n}\n\n\/* --- 3. SPACING & LAYOUT --- *\/\nsection { padding: 80px 0 !important; }\n.pw-hero-box { padding-top: 160px !important; padding-bottom: 60px !important; border-bottom: 8px solid var(--pw-orange); }\n.pw-white-section { background: #ffffff !important; color: #444 !important; }\n\n.pw-info-grid { \n    display: grid; \n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); \n    gap: 25px; \n    margin-top: 40px; \n}\n\n\/* --- 4. TEXT & UI ELEMENTS --- *\/\n#pw-unified-page h1 { font-family: 'Poppins' !important; font-weight: 800 !important; font-size: clamp(2.6rem, 7vw, 4rem) !important; color: #fff !important; line-height: 1.1; margin-bottom: 20px !important; }\n#pw-unified-page h1 span { display: block; color: var(--pw-orange); font-size: 1.1rem; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; }\n#pw-unified-page h2 { font-family: 'Poppins' !important; font-weight: 800 !important; font-size: 2.2rem !important; margin-bottom: 10px !important; }\n\n.pw-step-circle { width: 50px; height: 50px; background: var(--pw-orange); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; margin: 0 auto 20px; }\n.pw-step-item h3 { color: var(--pw-teal) !important; font-family: 'Poppins' !important; margin-bottom: 10px !important; }\n\n.pw-btn-orange { background: var(--pw-orange) !important; color: #fff !important; padding: 14px 35px; border-radius: 100px; font-weight: 800; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: 0.3s; }\n.pw-btn-outline-white { border: 3px solid #fff; color: #fff; padding: 14px 35px; border-radius: 100px; font-weight: 800; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: 0.3s; }\n\n\/* --- 5. LISTS --- *\/\n.pw-list { list-style: none !important; padding: 20px 0 !important; margin: 0 !important; }\n.pw-list li { position: relative; padding-left: 35px !important; margin-bottom: 12px !important; font-size: 1rem !important; line-height: 1.4 !important; color: #fff !important; text-align: left; }\n.pw-list li::before { content: \"\\f00c\"; font-family: \"Font Awesome 6 Free\"; font-weight: 900; position: absolute; left: 0; color: var(--pw-orange); }\n\n.pw-list-dark { list-style: none !important; padding: 20px 0 !important; margin: 0 !important; text-align: left; }\n.pw-list-dark li { position: relative; padding-left: 35px !important; margin-bottom: 15px !important; color: #444; font-weight: 600; }\n.pw-list-dark li i { position: absolute; left: 0; color: var(--pw-teal); top: 3px; }\n\n\/* SPECIALS *\/\n.pw-private-card { text-align: left !important; padding: 40px !important; }\n.pw-split-flex { display: flex; flex-wrap: wrap; gap: 60px; align-items: center; }\n\n@media (max-width: 768px) {\n    .pw-split-flex { gap: 30px; }\n    .pw-btn-orange, .pw-btn-outline-white { width: 100%; justify-content: center; }\n}\n<\/style>\n\n<div id=\"pw-unified-page\">\n\n  <section class=\"pw-hero-box\">\n    <div class=\"pw-main-container\" style=\"display: flex; flex-wrap: wrap; gap: 40px; align-items: center;\">\n      <div style=\"flex: 1.2; min-width: 300px;\">\n        <h1><span>Art \u2022 Soul \u2022 Nature<\/span>Paws & Pixels<\/h1>\n        <p style=\"font-size: 1.2rem; opacity: 0.9; margin-bottom: 30px;\">Cinematic dog photography in Tervuren. We capture the raw energy and unique spirit of your dog in the wild.<\/p>\n        <div style=\"display: flex; gap: 15px; flex-wrap: wrap;\">\n          <a href=\"#booking\" class=\"pw-btn-orange\"><i class=\"fa-solid fa-camera\"><\/i> Book a Session<\/a>\n          <a href=\"#private-shoots\" class=\"pw-btn-outline-white\">Private Shoots<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"pw-hero-side-card\" style=\"flex: 0.8; padding: 35px; background: rgba(255,255,255,0.07);\">\n        <div style=\"background: var(--pw-orange); color: #fff; padding: 4px 12px; border-radius: 50px; font-size: 0.75rem; font-weight: 800; display: inline-block; margin-bottom: 15px;\">PRO LIGHTING<\/div>\n        <h3 style=\"color:var(--pw-orange) !important; margin-bottom: 10px;\">Artistic Edge<\/h3>\n        <p style=\"color:rgba(255,255,255,0.8); margin: 0;\">I use off-camera lighting in the forest to create high-end, artistic portraits that snapshots can&#8217;t match.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"pw-white-section\">\n    <div class=\"pw-main-container\">\n      <h2 style=\"text-align:center; color: var(--pw-orange) !important;\">The Portrait Experience<\/h2>\n      <div class=\"pw-info-grid\">\n         <div class=\"pw-step-item\">\n            <div class=\"pw-step-circle\">1<\/div>\n            <h3>Trust First<\/h3>\n            <p>No cameras at first. We build trust so your dog feels safe and confident before the shutter clicks.<\/p>\n         <\/div>\n         <div class=\"pw-step-item\">\n            <div class=\"pw-step-circle\">2<\/div>\n            <h3>The Shoot<\/h3>\n            <p>A 60-minute adventure capturing high-action play, social interaction, and cinematic forest portraits.<\/p>\n         <\/div>\n         <div class=\"pw-step-item\">\n            <div class=\"pw-step-circle\">3<\/div>\n            <h3>The Edit<\/h3>\n            <p>Each image is hand-edited for character. Your private gallery is delivered within 5 business days.<\/p>\n         <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section style=\"background: var(--pw-dark);\">\n    <div class=\"pw-main-container\">\n      <div class=\"pw-blog-box\" style=\"padding: 40px; text-align: center;\">\n        <h2 style=\"color: #fff !important; margin-bottom: 30px;\"><i class=\"fa-solid fa-camera\" style=\"color:var(--pw-orange);\"><\/i> Latest Stories<\/h2>\n        <div class=\"et_pb_fullwidth_portfolio_0 et_pb_fullwidth_portfolio et_pb_bg_layout_light et_pb_text_align_center et_pb_fullwidth_portfolio_carousel et_pb_module\" data-auto-rotate=\"off\" data-auto-rotate-speed=\"7000\"><div class=\"et_pb_portfolio_items\" data-portfolio-columns=\"\"><div class=\"et_pb_fullwidth_portfolio_item_0_0 et_pb_portfolio_item post-8920 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets category-non-classe\" id=\"8920\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2026\/04\/nggallery_import\/DSC8509-510x382.jpg\" class=\"wp-image-8925\" alt=\"Biscuit and Pollie\" title=\"Biscuit and Pollie\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2026\/04\/nggallery_import\/DSC8509.JPG 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2026\/04\/nggallery_import\/DSC8509-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2026\/04\/05\/8920\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Biscuit and Pollie<\/h3><p class=\"post-meta\">5 April 2026<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_1 et_pb_portfolio_item post-8833 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets category-non-classe\" id=\"8833\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2026\/02\/nggallery_import\/DSC7782-Enhanced-NR_1-510x382.jpg\" class=\"wp-image-8836\" alt=\"Pollie\" title=\"Pollie\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2026\/02\/nggallery_import\/DSC7782-Enhanced-NR_1.JPG 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2026\/02\/nggallery_import\/DSC7782-Enhanced-NR_1-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2026\/02\/10\/pollie\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Pollie<\/h3><p class=\"post-meta\">10 February 2026<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_2 et_pb_portfolio_item post-4272 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets\" id=\"4272\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/11\/nggallery_import\/2-DSC3234-510x382.jpg\" class=\"wp-image-4379\" alt=\"Maverick and Friends 2023\" title=\"Maverick and Friends 2023\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/11\/nggallery_import\/2-DSC3234.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/11\/nggallery_import\/2-DSC3234-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/11\/11\/maverick-and-friends-2023\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Maverick and Friends 2023<\/h3><p class=\"post-meta\">11 November 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_3 et_pb_portfolio_item post-4253 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets\" id=\"4253\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/3-DSC5840-510x382.jpg\" class=\"wp-image-4259\" alt=\"Maverick and Muffin oct 2025\" title=\"Maverick and Muffin oct 2025\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/3-DSC5840.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/3-DSC5840-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/31\/maverick-and-muffin-oct-2025\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Maverick and Muffin oct 2025<\/h3><p class=\"post-meta\">31 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_4 et_pb_portfolio_item post-3206 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets\" id=\"3206\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-DSC0232-510x382.jpg\" class=\"wp-image-3256\" alt=\"Pets : Muffin and Isis in Font 2025\" title=\"Pets : Muffin and Isis in Font 2025\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-DSC0232.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-DSC0232-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/28\/pets-muffin-and-isis-in-font\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Pets : Muffin and Isis in Font 2025<\/h3><p class=\"post-meta\">28 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_5 et_pb_portfolio_item post-2615 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets\" id=\"2615\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/DSC4976-510x382.jpg\" class=\"wp-image-2661\" alt=\"Pets : Maverick 2025\" title=\"Pets : Maverick 2025\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/DSC4976.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/DSC4976-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/23\/maverick-2025\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Pets : Maverick 2025<\/h3><p class=\"post-meta\">23 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_6 et_pb_portfolio_item post-160 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets\" id=\"160\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/2-DSC4105-510x382.jpg\" class=\"wp-image-402\" alt=\"Pets : Isis in Font\" title=\"Pets : Isis in Font\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/2-DSC4105.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/2-DSC4105-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/06\/12\/blog-isis\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Pets : Isis in Font<\/h3><p class=\"post-meta\">12 June 2025<\/p><\/a><\/div><\/div><\/div><\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section id=\"private-shoots\" class=\"pw-white-section\">\n    <div class=\"pw-main-container\">\n      <div class=\"pw-split-flex\">\n        <div style=\"flex: 1.2; min-width: 320px;\">\n          <h2 style=\"color:var(--pw-teal) !important; text-align:left;\">1-on-1 Private Sessions<\/h2>\n          <p style=\"font-size:1.1rem; color:#444; margin-bottom:20px;\">For the dog that deserves the spotlight. I come to your dog\u2019s favorite spot\u2014wherever they feel most comfortable.<\/p>\n          <p style=\"color:#666; margin-bottom:30px;\">Optimized for <strong>Golden Hour<\/strong> to create that cinematic glow. My approach is &#8220;low interaction&#8221;\u2014I capture their true essence naturally.<\/p>\n          <a href=\"mailto:info@yourdomain.com\" class=\"pw-btn-orange\">Enquire for Private Shoot<\/a>\n        <\/div>\n        <div class=\"pw-private-card\" style=\"flex: 0.8;\">\n          <h3 style=\"color:var(--pw-orange)!important; font-size:2rem; margin-bottom:5px;\">\u20ac200 <span style=\"font-size:1rem; color:#666; font-weight: 400;\">\/ Hour<\/span><\/h3>\n          <ul class=\"pw-list-dark\">\n            <li><i class=\"fa-solid fa-location-dot\"><\/i> Any location of your choice<\/li>\n            <li><i class=\"fa-solid fa-sun\"><\/i> Optimized for Golden Hour<\/li>\n            <li><i class=\"fa-solid fa-dog\"><\/i> Action shots &#038; Candid portraits<\/li>\n            <li><i class=\"fa-solid fa-car\"><\/i> Transport: \u20ac0,50 \/ km<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section style=\"background: var(--pw-teal) !important;\">\n    <div class=\"pw-main-container\">\n      <h2 style=\"color:var(--pw-orange) !important; text-align: center;\">Event Pricing<\/h2>\n      <p style=\"text-align: center; color: rgba(255,255,255,0.9); margin-bottom: 40px;\">Simple, transparent, and built for pack lovers.<\/p>\n      \n      <div class=\"pw-info-grid\">\n        <div class=\"pw-info-item\">\n          <div style=\"display: flex; align-items: center; gap: 15px; margin-bottom: 15px;\">\n            <i class=\"fa-solid fa-users-viewfinder\" style=\"font-size: 1.5rem;\"><\/i>\n            <h3 style=\"color: var(--pw-orange) !important; margin: 0;\">Event Entry<\/h3>\n          <\/div>\n          <ul class=\"pw-list\">\n            <li>\u20ac25 Booking Fee<\/li>\n            <li>1-Hour Social Session<\/li>\n            <li>Max 4 Dogs per hour<\/li>\n            <li>Social Media Album<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"pw-info-item\" style=\"border: 2px solid var(--pw-orange); transform: scale(1.05);\">\n          <div style=\"display: flex; align-items: center; gap: 15px; margin-bottom: 15px;\">\n            <i class=\"fa-solid fa-box-open\" style=\"font-size: 1.5rem;\"><\/i>\n            <h3 style=\"color: var(--pw-orange) !important; margin: 0;\">Full Dog Album<\/h3>\n          <\/div>\n          <ul class=\"pw-list\">\n            <li>\u20ac150 Complete Set<\/li>\n            <li>All photos of your dog<\/li>\n            <li>High-Res + Social Res<\/li>\n            <li><strong>Best Value Option<\/strong><\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"pw-info-item\">\n          <div style=\"display: flex; align-items: center; gap: 15px; margin-bottom: 15px;\">\n            <i class=\"fa-solid fa-hard-drive\" style=\"font-size: 1.5rem;\"><\/i>\n            <h3 style=\"color: var(--pw-orange) !important; margin: 0;\">The RAW Deal<\/h3>\n          <\/div>\n          <ul class=\"pw-list\">\n            <li>\u20ac300 Ultimate Access<\/li>\n            <li>All Edited Files<\/li>\n            <li>All Original RAWs<\/li>\n            <li>Perfect for groups<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section id=\"booking\" style=\"background: var(--pw-light);\">\n    <div class=\"pw-main-container\">\n      <h2 style=\"text-align:center; color:var(--pw-teal) !important; margin-bottom: 40px;\">Park Event Calendar<\/h2>\n      <div style=\"background:#fff; padding:30px; border-radius:var(--pw-radius); box-shadow: 0 10px 40px rgba(0,0,0,0.05);\">\n        <script>\n  if (typeof hasAmeliaEvent === 'undefined') {\n    var hasAmeliaEvent = true;\n  }\n  if (typeof hasEventApiCall === 'undefined' && ('' === '' && '' !== '1')) {\n    var hasEventApiCall = true;\n  }\n  var hasEventShortcode = (typeof hasEventShortcode === 'undefined') ? false : true;\n  var ameliaShortcodeData = (typeof ameliaShortcodeData === 'undefined') ? [] : ameliaShortcodeData;\n  ameliaShortcodeData.push(\n    {\n      'hasApiCall': (typeof hasEventApiCall !== 'undefined') && hasEventApiCall,\n      'trigger': '',\n      'trigger_type': '',\n      'triggered_form': 'ecf',\n      'in_dialog': '',\n      'counter': '1001',\n      'employee': '',\n      'eventId': '',\n      'eventRecurring': 0,\n      'eventTag': \"\",\n      'locationId': \"\"\n    }\n  );\n  var ameliaShortcodeDataTriggered = (typeof ameliaShortcodeDataTriggered === 'undefined') ? [] : ameliaShortcodeDataTriggered;\n  if (ameliaShortcodeData[ameliaShortcodeData.length - 1].trigger !== '') {\n    if (ameliaShortcodeDataTriggered.filter(a => a.counter === ameliaShortcodeData[ameliaShortcodeData.length - 1].counter).length === 0) {\n      ameliaShortcodeDataTriggered.push(ameliaShortcodeData.pop());\n    } else {\n      ameliaShortcodeData.pop()\n    }\n  }\n  if (typeof hasEventApiCall !== 'undefined' && hasEventApiCall) {\n    hasEventApiCall = false;\n  }\n<\/script>\n\n<div\n  id=\"amelia-v2-booking-1001\"\n  class=\"amelia-v2-booking\"\n>\n    <events-calendar-form-wrapper><\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section style=\"background: #fff;\">\n    <div class=\"pw-main-container\">\n      <h2 style=\"text-align:center; color:var(--pw-teal) !important; margin-bottom: 40px;\">The Portfolio<\/h2>\n      <div style=\"background:#000; padding:15px; border-radius:var(--pw-radius);\">\n         ngg_shortcode_1_placeholder\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":5214,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ngg_post_thumbnail":0,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-978","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages\/978","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/comments?post=978"}],"version-history":[{"count":84,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages\/978\/revisions"}],"predecessor-version":[{"id":8099,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages\/978\/revisions\/8099"}],"up":[{"embeddable":true,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages\/5214"}],"wp:attachment":[{"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/media?parent=978"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}