{"id":23813,"date":"2025-08-08T05:00:04","date_gmt":"2025-08-08T09:00:04","guid":{"rendered":""},"modified":"2026-04-08T05:00:07","modified_gmt":"2026-04-08T09:00:07","slug":"dovie-fairchild","status":"publish","type":"page","link":"https:\/\/havenrpg.net\/newsite\/characters\/dovie-fairchild\/","title":{"rendered":"Dovie Fairchild"},"content":{"rendered":"\n<!-- Character Page HTML for WordPress -->\n<style>\n    \/* Full page background *\/\n    .rpg-background-overlay {\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        z-index: -1;\n        background-image: url('https:\/\/i.imgur.com\/8oVVPGw.jpeg');\n        background-size: cover;\n        background-position: center;\n        background-attachment: fixed;\n        background-repeat: no-repeat;\n    }\n    \n    \/* Character page wrapper - transparent, just for positioning *\/\n    .rpg-character-page {\n        position: relative;\n        width: 100%;\n        margin-top: -180px;\n        margin-bottom: -180px;\n        padding: 90px 0;\n        background: transparent;\n    }\n    \n    \/* The black semi-transparent container - only this has the black background *\/\n    .rpg-character-inner {\n        max-width: 1200px;\n        margin: 0 auto;\n        background-color: rgba(0, 0, 0, 0.8);\n        box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);\n    }\n    \n    .rpg-character-container {\n        padding: 40px;\n        position: relative;\n    }\n    \n    \/* Header styling *\/\n    .rpg-header {\n        text-align: center;\n        margin-bottom: 30px;\n        color: white;\n    }\n    \n    .rpg-character-name {\n        font-size: 48px;\n        font-weight: 300;\n        letter-spacing: 3px;\n        margin-bottom: 10px;\n        font-family: 'Georgia', serif;\n        text-transform: uppercase;\n        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n        color: white;\n    }\n    \n    .rpg-follower-count {\n        font-size: 18px;\n        color: #ccc;\n        margin-bottom: 30px;\n    }\n    \n    .rpg-follower-count span {\n        color: #ff6b6b;\n        font-weight: bold;\n    }\n    \n    \/* Content section *\/\n    .rpg-content-section {\n        display: flex;\n        gap: 40px;\n        margin-bottom: 40px;\n        align-items: flex-start;\n    }\n    \n    \/* Image carousel *\/\n    .rpg-image-carousel-container {\n        flex: 0 0 400px;\n        position: relative;\n    }\n    \n    .rpg-faction-society {\n        margin-top: 20px;\n        padding: 15px;\n        background: rgba(0, 0, 0, 0.5);\n        border-radius: 10px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n    }\n    \n    .rpg-faction-society p {\n        margin-bottom: 10px;\n        color: #ddd;\n        font-size: 15px;\n    }\n    \n    .rpg-faction-society p:last-child {\n        margin-bottom: 0;\n    }\n    \n    .rpg-faction-society strong {\n        color: white;\n        font-weight: 600;\n    }\n    \n    .rpg-faction-society a {\n        color: #ff6b6b;\n        text-decoration: none;\n        transition: color 0.3s;\n    }\n    \n    .rpg-faction-society a:hover {\n        color: #ff9999;\n        text-decoration: underline;\n    }\n    \n    .rpg-image-carousel {\n        position: relative;\n        width: 100%;\n        height: 600px;\n        overflow: hidden;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);\n        background: #000;\n    }\n    \n    .rpg-carousel-image {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        opacity: 0;\n        transition: opacity 0.5s ease-in-out;\n    }\n    \n    .rpg-carousel-image.active {\n        opacity: 1;\n    }\n    \n    .rpg-carousel-controls {\n        position: absolute;\n        bottom: 20px;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        gap: 10px;\n        z-index: 10;\n    }\n    \n    .rpg-carousel-dot {\n        width: 12px;\n        height: 12px;\n        border-radius: 50%;\n        background-color: rgba(255, 255, 255, 0.5);\n        cursor: pointer;\n        transition: background-color 0.3s;\n        border: none;\n        padding: 0;\n    }\n    \n    .rpg-carousel-dot.active {\n        background-color: white;\n    }\n    \n    .rpg-carousel-nav {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        background-color: rgba(0, 0, 0, 0.5);\n        color: white;\n        border: none;\n        padding: 10px 15px;\n        cursor: pointer;\n        font-size: 24px;\n        transition: background-color 0.3s;\n        z-index: 10;\n        line-height: 1;\n    }\n    \n    .rpg-carousel-nav:hover {\n        background-color: rgba(0, 0, 0, 0.8);\n    }\n    \n    .rpg-prev {\n        left: 10px;\n    }\n    \n    .rpg-next {\n        right: 10px;\n    }\n    \n    \/* Text blurb with tabs *\/\n    .rpg-text-blurb {\n        flex: 1;\n        color: #ddd;\n        line-height: 1.8;\n        font-size: 16px;\n    }\n    \n    .rpg-text-blurb h3 {\n        color: white;\n        margin-bottom: 20px;\n        font-size: 28px;\n        font-weight: 300;\n        letter-spacing: 1px;\n    }\n    \n    .rpg-text-blurb p {\n        margin-bottom: 15px;\n        color: #ddd;\n    }\n    \n    .rpg-text-blurb a {\n        color: #ff6b6b;\n        text-decoration: none;\n        transition: color 0.3s;\n    }\n    \n    .rpg-text-blurb a:hover {\n        color: #ff9999;\n        text-decoration: underline;\n    }\n    \n    .rpg-text-blurb strong {\n        color: white;\n    }\n    \n    \/* Tab styles *\/\n    .rpg-tabs {\n        width: 100%;\n    }\n    \n    .rpg-tab-buttons {\n        display: flex;\n        border-bottom: 2px solid #444;\n        margin-bottom: 20px;\n        gap: 10px;\n    }\n    \n    .rpg-tab-button {\n        background: transparent;\n        border: none;\n        color: #999;\n        padding: 12px 24px;\n        font-size: 16px;\n        cursor: pointer;\n        position: relative;\n        transition: color 0.3s;\n        font-weight: 300;\n        letter-spacing: 0.5px;\n    }\n    \n    .rpg-tab-button:hover {\n        color: #ccc;\n    }\n    \n    .rpg-tab-button.active {\n        color: white;\n    }\n    \n    .rpg-tab-button.active::after {\n        content: '';\n        position: absolute;\n        bottom: -2px;\n        left: 0;\n        right: 0;\n        height: 2px;\n        background: #ff6b6b;\n    }\n    \n    .rpg-tab-content {\n        display: none;\n        animation: fadeIn 0.3s;\n    }\n    \n    .rpg-tab-content.active {\n        display: block;\n    }\n    \n    .rpg-tab-content.profile-tab {\n        text-align: justify;\n    }\n    \n    .rpg-tab-content.photo-tab {\n        font-family: 'Courier New', Courier, monospace;\n        font-size: 12px;\n        line-height: 1.4;\n        white-space: pre;\n        overflow-x: auto;\n        background: rgba(0, 0, 0, 0.3);\n        padding: 20px;\n        border-radius: 5px;\n        color: #ddd;\n    }\n    \n    @keyframes fadeIn {\n        from { opacity: 0; }\n        to { opacity: 1; }\n    }\n    \n    \/* Video carousel *\/\n    .rpg-video-section {\n        margin-top: 40px;\n    }\n    \n    .rpg-video-section h3 {\n        color: white;\n        text-align: center;\n        margin-bottom: 30px;\n        font-size: 28px;\n        font-weight: 300;\n        letter-spacing: 1px;\n    }\n    \n    .rpg-video-carousel {\n        position: relative;\n        width: 100%;\n        height: 500px;\n        overflow: hidden;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);\n        background: #000;\n    }\n    \n    .rpg-video-item {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        opacity: 0;\n        transition: opacity 0.5s ease-in-out;\n        pointer-events: none;\n    }\n    \n    .rpg-video-item.active {\n        opacity: 1;\n        pointer-events: auto;\n    }\n    \n    .rpg-video-placeholder {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        height: 100%;\n        color: #666;\n        font-size: 18px;\n    }\n    \n    .rpg-video-item iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n        border-radius: 10px;\n    }\n    \n    \/* Force visibility for our iframes *\/\n    .rpg-protected-iframe {\n        display: block !important;\n        visibility: visible !important;\n        opacity: 1 !important;\n    }\n    \n    \/* Responsive *\/\n    @media (max-width: 1300px) {\n        .rpg-character-inner {\n            margin: 0 20px;\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .rpg-character-container {\n            padding: 20px;\n        }\n        \n        .rpg-content-section {\n            flex-direction: column;\n        }\n        \n        .rpg-image-carousel-container {\n            flex: 1;\n            width: 100%;\n            max-width: 100%;\n        }\n        \n        .rpg-character-name {\n            font-size: 36px;\n        }\n        \n        .rpg-image-carousel {\n            height: 400px;\n        }\n        \n        .rpg-video-carousel {\n            height: 300px;\n        }\n        \n        .rpg-character-inner {\n            margin: 0 10px;\n        }\n        \n        .rpg-tab-button {\n            padding: 10px 16px;\n            font-size: 14px;\n        }\n        \n        .rpg-tab-content.photo-tab {\n            font-size: 10px;\n            padding: 10px;\n        }\n        \n        .rpg-faction-society {\n            margin-bottom: 20px;\n        }\n    }\n<\/style>\n\n<!-- Background image element -->\n<div class=\"rpg-background-overlay\"><\/div>\n\n<!-- Main content -->\n<div class=\"rpg-character-page\">\n    <div class=\"rpg-character-inner\">\n        <div class=\"rpg-character-container\">\n            <div class=\"rpg-header\">\n                <h1 class=\"rpg-character-name\">Dovie Fairchild<\/h1>\n                <div class=\"rpg-follower-count\">@<span style=\"color:#ff5f87\">D<span style=\"color:#ff8787\">ov<span style=\"color:#ffaf5f\">ie<span style=\"color:#ffd787\">I<span style=\"color:#5faf00\">nB<span style=\"color:#5fafff\">lo<span style=\"color:#8787ff\">om<\/span><\/span><\/span><\/span><\/span><\/span><\/span> | Followers: <span>193,999<\/span><\/div>\n            <\/div>\n            \n            <div class=\"rpg-content-section\">\n                <div class=\"rpg-image-carousel-container\">\n                    <div class=\"rpg-image-carousel\" id=\"rpgImageCarousel\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/WmLEtT9.png\" class=\"rpg-carousel-image active\" alt=\"Character 1\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/gYzmXI8.png\" class=\"rpg-carousel-image\" alt=\"Character 2\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/sApeqRB.png\" class=\"rpg-carousel-image\" alt=\"Character 3\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/QOjWtf7.png\" class=\"rpg-carousel-image\" alt=\"Character 4\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/hbI9AZf.png\" class=\"rpg-carousel-image\" alt=\"Character 5\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/m23NX5o.png\" class=\"rpg-carousel-image\" alt=\"Character 6\">\n                        \n                        <button class=\"rpg-carousel-nav rpg-prev\" id=\"rpgPrevImage\">\u2039<\/button>\n                        <button class=\"rpg-carousel-nav rpg-next\" id=\"rpgNextImage\">\u203a<\/button>\n                        \n                        <div class=\"rpg-carousel-controls\">\n                            <button class=\"rpg-carousel-dot active\" data-index=\"0\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"1\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"2\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"3\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"4\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"5\"><\/button>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                    <div class=\"rpg-faction-society\">\n                        <p><strong>Society:<\/strong> <a href=\"https:\/\/havenrpg.net\/newsite\/game-info\/factions\/#courtbanner\" target=\"_blank\">The Illusium Court<\/a><\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"rpg-text-blurb\">\n                    <div class=\"rpg-tabs\">\n                        <div class=\"rpg-tab-buttons\">\n                            <button class=\"rpg-tab-button active\" data-tab=\"profile\">Profile<\/button>\n                            <button class=\"rpg-tab-button\" data-tab=\"photo\">Photo<\/button>\n                        <\/div>\n                        \n                        <div id=\"profile\" class=\"rpg-tab-content profile-tab active\">\n                            <h3>About Me<\/h3>\n                            <p><span style=\"color:#669933\">Owner of <span style=\"color:#ff5f87\">Wild<span style=\"color:#ff8787\"> Blo<span style=\"color:#ffaf5f\">om T<span style=\"color:#ffd787\">hrea<span style=\"color:#5faf00\">ds &amp;<span style=\"color:#5fafff\"> Flo<span style=\"color:#8787ff\">rals<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> <span style=\"color:#669933\">at <span style=\"color:#afffff\">31 Mariner Avenue<span style=\"color:#669933\"> + <span style=\"color:#ff5f87\">W<span style=\"color:#ff8787\">i<span style=\"color:#ffaf5f\">ld<span style=\"color:#ffd787\"> <span style=\"color:#5faf00\">Bl<span style=\"color:#5fafff\">o<span style=\"color:#8787ff\">om<span style=\"color:#d78700\"> <span style=\"color:#bbeeff\">Sw<span style=\"color:#99ccff\">im<span style=\"color:#77aaff\">we<span style=\"color:#5588ff\">ar <span style=\"color:#669933\">at <span style=\"color:#afffff\">32 Mariner Avenue<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            <p><span style=\"color:#669933\">Always investing in other entrepreneurs and artists. Part of the <span style=\"color:#ffaf00\">Fairchild Foundation for Artistic Excellence<span style=\"color:#669933\">!<\/span><\/span><\/span><\/p>\n                            <p><span style=\"color:#669933\">Looking to network, or have a biz proposal? Let&#8217;s chat!: <span style=\"color:#ffffd7\">710-0051<\/span><\/span><\/p>\n                            \n                            <h3>Quote<\/h3>\n                            <p><span style=\"color:#5faf00\">&#8220;To plant a garden is to believe in tomorrow.&#8221;<\/span><\/p>\n                            \n                            <h3>Joke<\/h3>\n                            <p><\/p>\n                        <\/div>\n                        \n                        <div id=\"photo\" class=\"rpg-tab-content photo-tab\"><span style=\"color:#008080\"> _____________________________________________________________________________\n<\/span><span style=\"color:#008080\">| <\/span>A selfie of a petite sunkissed sylph at a boba shop, smiling.               <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>This is a petite sunkissed sylph with auburn tresses in her early twenties  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>with large C cup breasts.                                                   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>She is 5&#8217;4&#8243; and has sunkissed skin, auburn hair, and blue eyes.             <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>You can see her face, neck, upper chest, arms, and hands.                   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>Her <span style=\"color:#e36739\">l<span style=\"color:#e36b3b\">o<span style=\"color:#e4703d\">n<span style=\"color:#e5743f\">g<span style=\"color:#e67942\"> c<span style=\"color:#e77d44\">o<span style=\"color:#e88246\">p<span style=\"color:#e88649\">p<span style=\"color:#e98b4b\">er<span style=\"color:#ea8f4d\"> <span style=\"color:#eb9450\">a<span style=\"color:#ec9852\">u<span style=\"color:#ed9d54\">b<span style=\"color:#eda157\">ur<span style=\"color:#eea659\">n<span style=\"color:#efaa5b\"> <span style=\"color:#f0af5e\">h<span style=\"color:#f1b360\">ai<span style=\"color:#f2b862\">r<span style=\"color:#f3bd65\"> <span style=\"color:#f3bd65\">f<span style=\"color:#f2b862\">l<span style=\"color:#f1b360\">ow<span style=\"color:#f0af5e\">s<span style=\"color:#efaa5b\"> <span style=\"color:#eea659\">i<span style=\"color:#eda157\">n <span style=\"color:#ed9d54\">v<span style=\"color:#ec9852\">o<span style=\"color:#eb9450\">l<span style=\"color:#ea8f4d\">u<span style=\"color:#e98b4b\">mi<span style=\"color:#e88649\">n<span style=\"color:#e88246\">o<span style=\"color:#e77d44\">u<span style=\"color:#e67942\">s <span style=\"color:#e5743f\">w<span style=\"color:#e4703d\">a<span style=\"color:#e36b3b\">v<span style=\"color:#e36739\">es<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> past her shoulders,   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>reaching to her breasts. Her hair is parted slightly towards the right with <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#e36739\"><span style=\"color:#e36b3b\">s<span style=\"color:#e4703d\"><span style=\"color:#e5743f\">m<span style=\"color:#e67942\"><span style=\"color:#e77d44\">o<span style=\"color:#e88246\"><span style=\"color:#e88649\">o<span style=\"color:#e98b4b\"><span style=\"color:#ea8f4d\">t<span style=\"color:#eb9450\">h<span style=\"color:#ec9852\"><span style=\"color:#ed9d54\"> <span style=\"color:#eda157\"><span style=\"color:#eea659\">d<span style=\"color:#efaa5b\"><span style=\"color:#f0af5e\">e<span style=\"color:#f1b360\"><span style=\"color:#f2b862\">f<span style=\"color:#f3bd65\">i<span style=\"color:#f3bd65\"><span style=\"color:#f2b862\">n<span style=\"color:#f1b360\"><span style=\"color:#f0af5e\">e<span style=\"color:#efaa5b\"><span style=\"color:#eea659\">d<span style=\"color:#eda157\"><span style=\"color:#ed9d54\"> <span style=\"color:#ec9852\"><span style=\"color:#eb9450\">s<span style=\"color:#ea8f4d\">t<span style=\"color:#e98b4b\"><span style=\"color:#e88649\">r<span style=\"color:#e88246\"><span style=\"color:#e77d44\">a<span style=\"color:#e67942\"><span style=\"color:#e5743f\">n<span style=\"color:#e4703d\"><span style=\"color:#e36b3b\">d<span style=\"color:#e36739\">s<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> that frame her face in soft curves. Her gently       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>rounded forehead blends into an angular diamond-shaped face with a tapered  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>jawline and prominent cheekbones that add to  a sense of youthful symmetry.<span style=\"color:#c0c0c0\"> <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>Her eyes are a <span style=\"color:#cffdff\"><span style=\"color:#c9f7fe\"><span style=\"color:#c3f2fd\">s<span style=\"color:#beecfd\"><span style=\"color:#b8e7fc\"><span style=\"color:#b3e1fb\">o<span style=\"color:#addcfb\"><span style=\"color:#a7d7fa\">f<span style=\"color:#a2d1f9\"><span style=\"color:#9cccf9\"><span style=\"color:#97c6f8\">t<span style=\"color:#91c1f8\"><span style=\"color:#8cbbf7\"><span style=\"color:#86b6f6\"> <span style=\"color:#80b1f6\"><span style=\"color:#7babf5\">l<span style=\"color:#75a6f4\"><span style=\"color:#70a0f4\"><span style=\"color:#6a9bf3\">i<span style=\"color:#6596f3\"><span style=\"color:#6596f3\"><span style=\"color:#6a9bf3\">g<span style=\"color:#70a0f4\"><span style=\"color:#75a6f4\">h<span style=\"color:#7babf5\"><span style=\"color:#80b1f6\"><span style=\"color:#86b6f6\">t<span style=\"color:#8cbbf7\"><span style=\"color:#91c1f8\"><span style=\"color:#97c6f8\"> <span style=\"color:#9cccf9\"><span style=\"color:#a2d1f9\">b<span style=\"color:#a7d7fa\"><span style=\"color:#addcfb\"><span style=\"color:#b3e1fb\">l<span style=\"color:#b8e7fc\"><span style=\"color:#beecfd\"><span style=\"color:#c3f2fd\">u<span style=\"color:#c9f7fe\"><span style=\"color:#cffdff\">e<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>. Her eyebrows hold a natural arch that       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>enhances her expressions. <span style=\"color:#d1fdf7\">Cool b<span style=\"color:#c5f1f8\">lue eye<span style=\"color:#b9e5fa\">shadow<span style=\"color:#addafb\"> in a g<span style=\"color:#a1cefd\">radien<span style=\"color:#95c3ff\">t has b<span style=\"color:#95c3ff\">een        <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>ap<span style=\"color:#a1cefd\">plied a<span style=\"color:#addafb\">round <span style=\"color:#b9e5fa\">black c<span style=\"color:#c5f1f8\">atseye<span style=\"color:#d1fdf7\"> liner.<\/span><\/span><\/span><\/span><\/span> Upon her cheeks are a light spattering  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>of freckles. Her nose is narrow with a delicate bridge and a subtly         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>upturned tip while her lips naturally run on the plump side.<span style=\"color:#c0c0c0\"> <span style=\"color:#fdd1f1\">Her<span style=\"color:#fdc5ed\"> lip<span style=\"color:#fdb9e9\">s ar<span style=\"color:#feade5\">e   <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>fr<span style=\"color:#fea1e1\">oste<span style=\"color:#ff95de\">d a <span style=\"color:#ff95de\">mat<span style=\"color:#fea1e1\">te, <span style=\"color:#feade5\">pale<span style=\"color:#fdb9e9\"> pin<span style=\"color:#fdc5ed\">k sh<span style=\"color:#fdd1f1\">ade.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> Her neck is slender. Her skin is smooth   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>and fair with a slight sunkissed glaze to them from her time outdoors.<span style=\"color:#c0c0c0\"> Her  <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>forearms are lithe and supple, the skin fair and lightly freckled.<span style=\"color:#c0c0c0\"> Her      <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>hands are well kept, her nails manicured with a glossy clear finish, though <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>sharp eyes may notice callouses in parts of her palms.<span style=\"color:#c0c0c0\"> <span style=\"color:#21704b\">The scent <span style=\"color:#3c7843\">of crisp   <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>pe<span style=\"color:#57813b\">ppermint t<span style=\"color:#728934\">inged with <span style=\"color:#8d922c\">sweet jasmi<span style=\"color:#a89a25\">ne and hon<span style=\"color:#c3a31d\">ey lingers <span style=\"color:#dfac16\">in the air.<\/span><\/span><\/span><\/span><\/span><\/span>          <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><u>She is using:<\/u>                                                               <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) <span style=\"color:#f9d4f7\">an i<span style=\"color:#ddd4f7\">Phone<span style=\"color:#c1d5f7\"> 16 w<span style=\"color:#a5d6f7\">ith a<span style=\"color:#89d7f7\"> pris<span style=\"color:#89d7f7\">mati<span style=\"color:#a5d6f7\">c cry<span style=\"color:#c1d5f7\">stal <span style=\"color:#ddd4f7\">phone<span style=\"color:#f9d4f7\"> case<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>                        <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(vintage)    (<span style=\"color:#008080\">E<\/span>) <span style=\"color:#b8e2f4\">a breezy <span style=\"color:#8dcfec\">maxi<span style=\"color:#6abce2\"> dress<span style=\"color:#58afdd\"> with<span style=\"color:#46a2da\"> a white<span style=\"color:#4194cb\"> and<span style=\"color:#3982b8\"> blue<span style=\"color:#3271a5\"> floral <span style=\"color:#235284\">motif<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(premium)    (<span style=\"color:#008080\">C<\/span>) <span style=\"color:#74e6ff\">an<span style=\"color:#80e1e9\"> It<span style=\"color:#8cdcd3\">ali<span style=\"color:#99d7be\">an <span style=\"color:#a5d2a8\">lea<span style=\"color:#b2cd92\">the<span style=\"color:#bec87d\">r <span style=\"color:#cbc367\">han<span style=\"color:#d7be51\">dba<span style=\"color:#e4ba3c\">g w<span style=\"color:#e5bf4e\">ith<span style=\"color:#e7c561\"> go<span style=\"color:#e8cb73\">ld<span style=\"color:#ead086\"> an<span style=\"color:#ebd698\">d p<span style=\"color:#eddcab\">ear<span style=\"color:#eee1bd\">l a<span style=\"color:#f0e7d0\">cce<span style=\"color:#f2ede3\">nts<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(luminous)   (<span style=\"color:#008080\">E<\/span>) <span style=\"color:#d7d7ff\">jade-l<span style=\"color:#afd7ff\">ike cr<span style=\"color:#87d7ff\">ystalli<span style=\"color:#5fd7ff\">ne ban<span style=\"color:#5fd7ff\">gle gl<span style=\"color:#87d7ff\">owing i<span style=\"color:#afd7ff\">n drea<span style=\"color:#d7d7ff\">my hues<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>        <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(trendy)     (<span style=\"color:#008080\">E<\/span>) <span style=\"color:#e4a428\">a<span style=\"color:#e5aa36\"> p<span style=\"color:#e7b045\">air<span style=\"color:#e9b653\"> o<span style=\"color:#eabc62\">f <span style=\"color:#ecc270\">san<span style=\"color:#eec87f\">da<span style=\"color:#f0ce8d\">ls <span style=\"color:#f1d49c\">wi<span style=\"color:#f3daaa\">th<span style=\"color:#f5e0b9\"> go<span style=\"color:#f7e7c8\">ld<span style=\"color:#f7e7c8\">en<span style=\"color:#f5e0b9\"> bu<span style=\"color:#f3daaa\">ck<span style=\"color:#f1d49c\">les<span style=\"color:#f0ce8d\"> a<span style=\"color:#eec87f\">nd<span style=\"color:#ecc270\"> cr<span style=\"color:#eabc62\">os<span style=\"color:#e9b653\">se<span style=\"color:#e7b045\">d s<span style=\"color:#e5aa36\">tr<span style=\"color:#e4a428\">aps<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(prismatic)  (<span style=\"color:#87d7d7\">S<\/span>) <span style=\"color:#3fc283\">a<span style=\"color:#46c686\"> <span style=\"color:#4cc98a\">p<span style=\"color:#53cd8d\">u<span style=\"color:#59d091\">r<span style=\"color:#60d494\">e<span style=\"color:#66d798\"> <span style=\"color:#6ddb9b\">e<span style=\"color:#73de9f\">m<span style=\"color:#7ae2a2\">e<span style=\"color:#80e5a6\">r<span style=\"color:#87e9a9\">a<span style=\"color:#7be2a3\">l<span style=\"color:#6edc9c\">d<span style=\"color:#62d596\"> <span style=\"color:#56ce90\">r<span style=\"color:#4ac88a\">i<span style=\"color:#3dc183\">n<span style=\"color:#31bb7d\">g<span style=\"color:#25b477\"> <span style=\"color:#19ad71\">c<span style=\"color:#0ca76a\">r<span style=\"color:#00a064\">a<span style=\"color:#019c62\">f<span style=\"color:#019860\">t<span style=\"color:#02955f\">e<span style=\"color:#02915d\">d<span style=\"color:#038d5b\"> <span style=\"color:#048959\">i<span style=\"color:#048557\">n<span style=\"color:#058256\">t<span style=\"color:#057e54\">o<span style=\"color:#067a52\"> <span style=\"color:#067851\">a<span style=\"color:#067650\"> <span style=\"color:#05754e\">w<span style=\"color:#05734d\">i<span style=\"color:#05714c\">l<span style=\"color:#056f4b\">d<span style=\"color:#056d4a\"> <span style=\"color:#056b49\">r<span style=\"color:#046a47\">o<span style=\"color:#046846\">s<span style=\"color:#046645\">e<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>               <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">|_____________________________________________________________________________|\n<\/span><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"rpg-video-section\">\n                <div class=\"rpg-video-carousel\" id=\"rpgVideoCarousel\">\n                    <div class=\"rpg-video-item active\" data-video-id=\"eVli-tstM5E\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"suAR1PYFNYA\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    \n                    <button class=\"rpg-carousel-nav rpg-prev\" id=\"rpgPrevVideo\">\u2039<\/button>\n                    <button class=\"rpg-carousel-nav rpg-next\" id=\"rpgNextVideo\">\u203a<\/button>\n                    \n                    <div class=\"rpg-carousel-controls\" style=\"bottom: 30px;\">\n                        <button class=\"rpg-carousel-dot active\" data-video-index=\"0\"><\/button>\n                        <button class=\"rpg-carousel-dot\" data-video-index=\"2\"><\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\njQuery(document).ready(function($) {\n    'use strict';\n    \n    let currentImageIndex = 0;\n    let currentVideoIndex = 0;\n    let imageAutoAdvance;\n    let videosLoaded = false;\n    let protectionActive = false;\n    \n    \/\/ Tab switching functionality\n    $('.rpg-tab-button').on('click', function() {\n        var tabName = $(this).data('tab');\n        \n        \/\/ Hide all tab contents\n        $('.rpg-tab-content').removeClass('active');\n        \n        \/\/ Remove active class from all buttons\n        $('.rpg-tab-button').removeClass('active');\n        \n        \/\/ Show the selected tab and mark button as active\n        $('#' + tabName).addClass('active');\n        $(this).addClass('active');\n    });\n    \n    \/\/ Function to create and insert iframe\n    function createIframe(videoId) {\n        const iframe = document.createElement('iframe');\n        iframe.src = 'https:\/\/www.youtube.com\/embed\/' + videoId;\n        iframe.setAttribute('allowfullscreen', 'true');\n        iframe.setAttribute('frameborder', '0');\n        iframe.setAttribute('allow', 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture');\n        iframe.className = 'rpg-protected-iframe';\n        iframe.style.cssText = 'width: 100%; height: 100%; border: none; border-radius: 10px;';\n        return iframe;\n    }\n    \n    \/\/ Function to load video iframes\n    function loadVideoIframes() {\n        if (videosLoaded) return;\n        \n        console.log('RPG: Loading video iframes...');\n        \n        $('.rpg-video-item').each(function() {\n            const $item = $(this);\n            const videoId = $item.data('video-id');\n            \n            if (videoId && !$item.find('iframe').length) {\n                $item.find('.rpg-video-placeholder').remove();\n                const iframe = createIframe(videoId);\n                $item.append(iframe);\n            }\n        });\n        \n        videosLoaded = true;\n        \n        \/\/ Start protection after a short delay\n        setTimeout(startProtection, 500);\n    }\n    \n    \/\/ Smart protection system\n    function startProtection() {\n        if (protectionActive) return;\n        protectionActive = true;\n        \n        \/\/ Check every second for hidden iframes\n        setInterval(function() {\n            $('.rpg-protected-iframe').each(function() {\n                const $iframe = $(this);\n                const computedStyle = window.getComputedStyle(this);\n                \n                \/\/ Only fix if actually hidden\n                if (computedStyle.display === 'none' || \n                    computedStyle.visibility === 'hidden' || \n                    computedStyle.opacity === '0') {\n                    \n                    console.log('RPG: Fixing hidden iframe');\n                    $iframe.css({\n                        'display': 'block',\n                        'visibility': 'visible',\n                        'opacity': '1'\n                    });\n                }\n            });\n        }, 1000);\n    }\n    \n    \/\/ Image carousel functions\n    function changeImage(direction) {\n        const images = $('#rpgImageCarousel .rpg-carousel-image');\n        const dots = $('.rpg-image-carousel-container .rpg-carousel-dot');\n        \n        images.eq(currentImageIndex).removeClass('active');\n        dots.eq(currentImageIndex).removeClass('active');\n        \n        currentImageIndex = (currentImageIndex + direction + images.length) % images.length;\n        \n        images.eq(currentImageIndex).addClass('active');\n        dots.eq(currentImageIndex).addClass('active');\n    }\n    \n    function setCurrentImage(index) {\n        const images = $('#rpgImageCarousel .rpg-carousel-image');\n        const dots = $('.rpg-image-carousel-container .rpg-carousel-dot');\n        \n        images.eq(currentImageIndex).removeClass('active');\n        dots.eq(currentImageIndex).removeClass('active');\n        \n        currentImageIndex = index;\n        \n        images.eq(currentImageIndex).addClass('active');\n        dots.eq(currentImageIndex).addClass('active');\n    }\n    \n    \/\/ Video carousel functions\n    function changeVideo(direction) {\n        const videos = $('#rpgVideoCarousel .rpg-video-item');\n        const dots = $('.rpg-video-section .rpg-carousel-dot');\n        \n        videos.eq(currentVideoIndex).removeClass('active');\n        dots.eq(currentVideoIndex).removeClass('active');\n        \n        currentVideoIndex = (currentVideoIndex + direction + videos.length) % videos.length;\n        \n        videos.eq(currentVideoIndex).addClass('active');\n        dots.eq(currentVideoIndex).addClass('active');\n    }\n    \n    function setCurrentVideo(index) {\n        const videos = $('#rpgVideoCarousel .rpg-video-item');\n        const dots = $('.rpg-video-section .rpg-carousel-dot');\n        \n        videos.eq(currentVideoIndex).removeClass('active');\n        dots.eq(currentVideoIndex).removeClass('active');\n        \n        currentVideoIndex = index;\n        \n        videos.eq(currentVideoIndex).addClass('active');\n        dots.eq(currentVideoIndex).addClass('active');\n    }\n    \n    \/\/ Event handlers\n    $('#rpgPrevImage').on('click', function() {\n        changeImage(-1);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('#rpgNextImage').on('click', function() {\n        changeImage(1);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('.rpg-image-carousel-container .rpg-carousel-dot').on('click', function() {\n        const index = parseInt($(this).data('index'));\n        setCurrentImage(index);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('#rpgPrevVideo').on('click', function() {\n        changeVideo(-1);\n    });\n    \n    $('#rpgNextVideo').on('click', function() {\n        changeVideo(1);\n    });\n    \n    $('.rpg-video-section .rpg-carousel-dot').on('click', function() {\n        const index = parseInt($(this).data('video-index'));\n        setCurrentVideo(index);\n    });\n    \n    \/\/ Auto-advance image carousel only\n    imageAutoAdvance = setInterval(function() {\n        changeImage(1);\n    }, 5000);\n    \n    \/\/ Load videos after 2 second delay\n    setTimeout(loadVideoIframes, 2000);\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Dovie Fairchild @DovieInBloom | Followers: 193,999 \u2039 \u203a Society: The Illusium Court Profile Photo About Me Owner of Wild Bloom Threads &amp; Florals at 31 Mariner Avenue + Wild Bloom Swimwear at 32 Mariner Avenue Always investing in other entrepreneurs and artists. Part of the&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":16918,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-23813","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23813","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/comments?post=23813"}],"version-history":[{"count":0,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23813\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/16918"}],"wp:attachment":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/media?parent=23813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}