<!DOCTYPE html>
<html lang="en-us">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
                    <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
        
        <!-- pwa stuff (also used for AMP) - in header -->
        <link rel="amphtml" href="https://aingealrose.com/?&amp=1">
        <!-- SEO stuff -->
        <title>
            Aingeal Rose        </title>
                    <meta name="description" content="Akashic Records Readings from Aingeal Rose, author of 100 books on the Akashic Records. Experience practical and profound advice from the depths of your own spirit! Feel the awareness and expansion of consciousness that has transformed 1,000s! Readings help self-expansion and personal sovereignty.">
                <!-- canonical -->
                <link rel="canonical" href="https://aingealrose.com/" />

        <!-- page specific SEO stuff -->
        
        

        <!-- open graph stuff -->
        
        <meta property="og:title" content="Aingeal Rose" />
        <meta name="twitter:title" content="Aingeal Rose" />

        <meta property="og:url" content="https://aingealrose.com/" />
        <meta name="twitter:url" content="https://aingealrose.com/" />

                    <meta property="og:image" content="https://s3.amazonaws.com/mavstorage/5d47377c05a30_Ahonu-_-Aingeal-Rose-_11_-4.png" />
            <meta name="twitter:image" content="https://s3.amazonaws.com/mavstorage/5d47377c05a30_Ahonu-_-Aingeal-Rose-_11_-4.png" />
        
                    <meta property="og:description" content="Akashic Records Readings from Aingeal Rose, author of 100 books on the Akashic Records. Experience practical and profound advice from the depths of your own spirit! Feel the awareness and expansion of consciousness that has transformed 1,000s! Readings help self-expansion and personal sovereignty." />
            <meta name="twitter:description" content="Akashic Records Readings from Aingeal Rose, author of 100 books on the Akashic Records. Experience practical and profound advice from the depths of your own spirit! Feel the awareness and expansion of consciousness that has transformed 1,000s! Readings help self-expansion and personal sovereignty." />
        
        <meta property="og:type" content="website">
        <meta name="twitter:card" content="summary" />


                    <!-- favicon -->
            <link rel="icon" href="https://core3.imgix.net/5d472f57c9add_ARANDA-AROG-Logo-sm.png?auto=format,compress&fit=max&" />
        

        <!-- ********  CSS  ******** -->
        

    <!-- optional CSS -->
    <link rel="stylesheet" href="/framework/bootstrap/css/style.css?1639989902">

<!--
<link rel="stylesheet" href="/css//simple-line-icons/simple-line-icons.css">
<link rel="stylesheet" href="/css/typicons/typicons.css">
-->


    <!-- template css -->
    <style>
        /* fonts import */
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,300italic,regular,italic,600,600italic,700,700italic,|Kalam:300,regular,700&subset=latin');



/* body, html and modals */
html, body, .modal-content, .bootstrap-datetimepicker-widget {
    font-family: 'Raleway', 'Helvetica', sans-serif;
    color: #505050;
}

@media (min-width: 768px) {
    .row.fullwidth, .row.main_row {
        padding-top: 1.5em !important;
        padding-bottom: 1.5em !important;
    }
}

.background_overlay {
    opacity: 0.3;
}

/* general typography */
.header_contents h1 {
    color: #fefefe;
    font-weight: bold;
    font-size: 3.5em;
}
.header_contents p {
    color: #fefefe;
    font-size: 1.1em;
}

h1 {
    font-weight: bold;
}

h2 {
    font-weight: 400;
    color: #8d8d8d;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2em;
}
h1 + h2:before {
    content: " ";
    width: 50%;
    border-bottom: 1px solid #47c9e5;
    margin: 0.5em auto;
    display: block;
}

p, li, label {
}

/* typography for desktop */
@media (min-width: 768px) {
    /* h1 in page headers */
    .header_contents h1 {
        font-size: 4.5em;
    }
    /* h1 in fullscreen page headers */
    header.height_desktop_fullscreen .header_contents h1 {
    }

    .header_contents .btn, .header_contents button, .header_contents button:hover, .header_contents .btn-primary:hover,
.header_contents button:active, .header_contents .btn-primary:active,
.header_contents button:focus, .header_contents .btn-primary:focus {
        font-size: 1.5em;
        padding: 0.5em 2em;
    }

    h1 {
    }

    h2 {
    }

    p, li, label {
    }
}

/* typography for mobile */
@media (max-width: 768px) {
    /* h1 in page headers */
    .header_contents h1 {
        font-size: 2em;
    }

    /* h1 in fullscreen page headers */
    header.height_mobile_fullscreen .header_contents h1 {
    }
    
    .header_contents .btn, .header_contents button, .header_contents button:hover, .header_contents .btn-primary:hover,
.header_contents button:active, .header_contents .btn-primary:active,
.header_contents button:focus, .header_contents .btn-primary:focus {
        font-size: 1em;
        padding: 0.5em 1em;
    }
    
    h1 {
    }

    h2 {
        font-size: 16px;
        line-height: 20px;
    }

    p, li, label {
    }
}


/* links */
a, a:hover, a:active, a:focus {
    /* color, font-family, text-decoration, ... */
    color: #47c9e5;
    text-decoration: underline;
}

/* buttons - also in header nav bar */
/* NOTE! Buttons have a border so you need to specify also a border color or remove it */
.btn, button, button:hover, .btn-primary:hover,
button:active, .btn-primary:active,
button:focus, .btn-primary:focus {
    background-color: #47c9e5;
    border-color: #47c9e5;
    border-radius: 40px;
    color: #fff;
    padding: 1em 1.5em;
    font-size: 1.1em;
    text-decoration: none;
    transition: all 0.2s ease;
}
button:hover, .btn-primary:hover,
button:active, .btn-primary:active,
button:focus, .btn-primary:focus {
    border-color: #212e42 !important;
}

/* single button in a row on desktop */
@media (min-width: 768px) {
    .col-sm-12 .btn-block {
        /* margin, padding, font-size, ... */
        width: 40%;
        margin: auto;
        display: block;
        font-size: 2em !important;
        font-weight: bold;
        padding: 0.5em !important;
    }
}


/* navigation - main bar for desktop and mobile */
#mainNav {
}
/* transparent navbar */
#mainNav.navbar-transparent {
}

/* desktop navigation */
@media (min-width: 768px) {
    /* navigation - main */
    #mainNav, .navbar-default .navbar-brand {
        /* height, padding, ... */
        padding: 15px;
    }
    #mainNav {
        /* height, padding, ... */
        background-color: #fff;
    }

    /* menu links */
    .navbar-default .navbar-nav>li>a {
        text-decoration: none;
        font-weight: bold;
        margin-top: 5px;
    }
    /* menu links in transparent navbar */
    .navbar-transparent .navbar-nav>li>a {
    }
    /* hover menu link */
    .nav>li>a:focus, .nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    }
    /* active menu link */
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    }

    /* menu link that toggles dropdown menu */
    .navbar-default .navbar-nav>li>a {
    }
    /* dropdown menus */
    .navbar-nav>li>.dropdown-menu {
    }
    /* links in dropdown */
    .dropdown-menu>li>a {
    }
    /* hover links in dropdown */
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    }

    /* custom additional buttons */
    .nav .btn-nav-customlink {
        /* padding, color, margin, ... */
    }
}


/* mobile navigation */
@media (max-width: 768px) {
    /* buttons: "hamburger" menu, login, shopping cart, ... */
    /* NOTE! Buttons have a border so you need to specify also a border color or remove it */
    .navbar-btn, .navbar-btn:hover, .navbar-btn:active, .navbar-btn:focus,
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
        /* background, color, border-color */
        border-radius: 5px;
    }

    /* page title in mobile navigation bar */
    .navbar-default .navbar-brand>span {
        /* display: none; */
    }

    /* links in menu navigation dropdown */
    ul.nav, .nav>li>a {
        /* color, decoration, background, ... */
        text-decoration: none;
    }
    .nav>li.divider {
        /* border-color needs to be the same as the "color" above */
    }
}


/* sidebar */
.body_sidebar_container .widget_blog {
    margin-top: -2em;
}
.sidebar_container.sidebar_right {
    border-left: 1px solid #ddd;
}
.sidebar_container.sidebar_left {
    border-right: 1px solid #ddd;
}
.sidebar .list_item .list_item_text h3 {
    text-align: left !important;
}

/* footer */
footer .container-fluid {
    /* background, border-top, color, ... */
    padding: 0.5em 0;
}


/**** WIDGETS ****/
/* general background overlay for widgets with a background image and the "dark overlay" option set to "on" */
.background_overlay {
    /* opacity, background (pattern), ... */
}


/* header overlay */
header .background_overlay {
    /* opacity, background, ... */
}


/* contentblock */
.widget_contentblock {
    /* margins, padding, font-size, ... */
}
/* contentblock on desktop */
@media (min-width: 768px) {
    .widget_contentblock {
    }
}
/* contentblock on mobile */
@media (max-width: 768px) {
    .widget_contentblock {
    }
}
/* the map container, either in contentblocks or standalone */
.container_map {
    /* margin, padding, border, ... */
}


/* thumbnails - widget container */
.widget_thumbnails {
    /* margin, padding, ... */
}
/* thumbnails - single image */
.widget_thumbnails .list_gallerygrid_container .list_gallerygrid_item_container .list_gallerygrid_item {
    /* border, border-radius, ... */
}


/* forms - input, textarea, select */
form .form-control {
    /* border-radius, background, font, color, ... */
}


/* lists tabs on desktop */
@media (min-width: 768px) {
    .list_container .tab-content {
        /* background, border, padding, ... */
    }
}
/* lists - list item (the actual column) */
.list_item {
    /* background */
}
/* inside the column */
.list_item_contained {
    /* border, margin, background, ... */
}
/* list item on desktop */
@media (min-width: 768px) {
    .list_item {
    }
}
/* list item on mobile */
@media (max-width: 768px) {
    .list_item {
    }
}
/* item title in lists */
.list_item .list_item_text a {
    text-decoration: none;
}
.list_item .list_item_text h3 {
    /* color, font-size, font-weight, ... */
    text-align: center;
}
/* item abstract in lists */
.list_item .list_item_text p {
    /* font-size, color, ... */
}


/* carousel - used in sliders */
.carousel {
    /* border, width, height, margin, box-shadow, ... */
}
/* single "slide" of the carousel */
.carousel .item {
    /* margin, padding, ... */
}
/* carousel on desktop */
@media (min-width: 768px) {
    .carousel {
        /* border, width, height, margin, box-shadow, ... */
    }
}


/* prices */
.prices_price_container {
    /* main container */
}
.prices_price_container .prices_price {
    /* single price column */
}


/* text in columns */
/* main container */
.textincolumnscolumns_container {
}
/* column container - column container */
.textincolumnscolumns_container .textincolumns_column_container {
}
.textincolumnscolumns_container .btn, .textincolumnscolumns_container .btn:hover {

}
/* actual column */
.textincolumnscolumns_container .textincolumns_column_container .textincolumns_column {
}
/* image container */
.textincolumnscolumns_container .textincolumns_column_container .textincolumns_column .textincolumns_image {
}
/* image */
.textincolumnscolumns_container .textincolumns_column_container .textincolumns_column .textincolumns_image img {
    width: 100%;
    height: auto;
}
/* title */
.textincolumnscolumns_container .textincolumns_column_container .textincolumns_column .textincolumns_title {
}
/* body */
.textincolumnscolumns_container .textincolumns_column_container .textincolumns_column .textincolumns_body {
}
.textincolumns_column_container .textincolumns_icon i {
    color: #b6b6b6;
    transition: all 0.5s ease;
    background-color: transparent;
}
.textincolumns_column_container:hover .textincolumns_icon i {
    color: #47c9e5;
}
@media (min-width: 768px) {
    .textincolumnscolumns_container .textincolumns_column_container {
        border-right: 1px solid #ddd;
    }
    .textincolumnscolumns_container .textincolumns_column_container:last-child {
        border: none;
    }
    .textincolumnscolumns_container .textincolumns_column_container.col-sm-6:nth-child(odd) {
        border-right: 1px solid #ddd;
    }
    .textincolumnscolumns_container .textincolumns_column_container.col-sm-6:nth-child(even) {
        border-right: none;
    }
    .textincolumns_column_container.with_icon .textincolumns_icon {
        float: left;
        text-align: left;
        width: 25%;
    }
    .textincolumns_column_container.with_icon .textincolumns_column_texts {
        float: left;
        width: 75%;
    }
    .textincolumns_column_container .textincolumns_icon i {
        font-size: 30px;
        margin-top: 15px;
    }
    .textincolumns_column_container .textincolumns_column_texts {
        text-align: left;
    }
    .textincolumnscolumns_container .textincolumns_column_container .textincolumns_column .textincolumns_title {
        margin-bottom: 0px;
    }
    .textincolumns_column_container .textincolumns_column_texts h3 {
        font-size: 16px;
        color: #000;
        margin-bottom: 10px;
    }
    .textincolumns_column_container .textincolumns_column_texts p {
        font-size: 14px;
    }
}


/* testimonials */
.testimonials_top_image, .testimonials_top_slider, .testimonials_top_title {
    /* hidden by default */
}
.testimonials_body {
    /* font-size, shadow, border, ... */
}
.testimonials_body:before {
    /* border color and thickness for arrow, position, ... */
}
.testimonials_body:after {
    /* background-color of arrow, position, ... */
}
.testimonials_bottom_image img {
    /* float, border-radius, height, margins, ... */
}
.testimonials_bottom_title {
    /* margins */
}
.testimonials_bottom_title h3 {
    /* font-size, margins, ... */
}
.testimonials_bottom_title h4 {
    /* font-size, margins, ... */
}    </style>
    <!-- end template css -->


<link rel="preconnect" href="https://fonts.googleapis.com/" crossorigin>

    <!-- custom css from pickers -->
    <style>
        h1 { font-family: Merriweather !important; }h2, h3, h4 { font-family: Merriweather !important; }body, .modal-content { font-family: Merriweather !important; }#mainNav, .navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a { font-family: Merriweather !important; }body, .modal-content { background: # }body, .modal-content { color: # }a, a:hover, a:visited { color: # }.btn, .btn:visited, .btn:hover, .btn:focus, button, button:hover, button:visited, .btn-primary:visited, .btn-primary:hover, button:active, .btn-primary:active, button:focus, .btn-primary:focus, .navbar-toggle:hover, .btn-nav-customlink:hover { background: #010864 !important; }.btn, .btn:visited, .btn:hover, .btn:focus, button, button:hover, button:visited, .btn-primary:visited, .btn-primary:hover, button:active, .btn-primary:active, button:focus, .btn-primary:focus, .navbar-toggle:hover { color: #ffffff }#mainNav, .nav .dropdown, .nav .dropdown-menu, .nav .dropdown a, .nav .dropdown-menu a, ul.nav { background: # !important; }#mainNav, .navbar, .navbar-default, .navbar a, .navbar-default a, .navbar-default .navbar-brand, .nav>li>a { color: # !important; }.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-header .navbar-toggle.navbar-btn, .navbar-default .btn-nav-customlink { background:  !important; }.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-header .navbar-toggle.navbar-btn, .navbar-default .btn-nav-customlink  { color: rgb(32, 16, 154) !important; }footer .container-fluid { background: # !important; }footer .container-fluid { color: rgb(32, 16, 154) !important; }footer .container-fluid a  { color: rgb(43, 127, 239) !important; }    </style>
    <!-- end custom css -->


<!-- fonts --><style>@import url('https://fonts.googleapis.com/css?family=Merriweather');</style>


        <!-- ******* end CSS ******* -->


        

        <!-- "global" javascript variables -->
                    <script>
                var allMaps = [];
                var _api_url = "\/\/www.aingealrose.com\/index.php";
            </script>
        

        <!-- ******* analytics and third-party JS ******* -->
        <!-- Google Tag Manager -->
<!-- <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KN7F252');</script> -->
<!-- End Google Tag Manager -->

<!-- Begin Salesflare tracking -->
<script src="https://track.salesflare.com/flare.js"></script>
<script>
	var flare = new Flare();
	flare.track("c2CsEBkLSiXMOHR-zGaLxYcwo75iCcLPgiQCXR6MCFnwe");
</script>
<!-- End Salesflare tracking -->
<!-- Begin Ads By Google -->
<script>
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-6395010166927914",
          enable_page_level_ads: true
     });
</script>
<!-- End Ads By Google -->
<!-- Begin Endorsal Code -->
<script>!function(){window;var e,t=document;e=function(){var e=t.createElement("script");e.defer=!0,e.src="https://cdn.endorsal.io/widgets/widget.min.js";var n=t.getElementsByTagName("script")[0];n.parentNode.insertBefore(e,n),e.onload=function(){NDRSL.init("5e7e538665fc802779340c83")}},"interactive"===t.readyState||"complete"===t.readyState?e():t.addEventListener("DOMContentLoaded",e())}();</script>
<!-- End Endorsal Code -->


    
        
        <!-- Google Analytics -->
        <script>
            (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
                        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
                    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
            })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

            ga('create', "UA-93823005-3", 'auto');
            <!-- create custom client_id so we can use it also in "backend" platforms" -->
            ga('create', "UA-93823005-3", {
                'clientId': "kALRlP7uMxeQONbQCK4hqmInHN3LSK"            });
            ga('send', 'pageview');

        </script>
    


    <!-- Facebook Pixel Code -->
<script>
  !function(f,b,e,v,n,t,s)
  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  n.queue=[];t=b.createElement(e);t.async=!0;
  t.src=v;s=b.getElementsByTagName(e)[0];
  s.parentNode.insertBefore(t,s)}(window, document,'script',
  'https://connect.facebook.net/en_US/fbevents.js');
  fbq('init', '460510728173773');
  fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
  src="https://www.facebook.com/tr?id=460510728173773&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
            <!-- ***** end analytics and third-party JS ***** -->


    </head>



    <body  class="">

        
        <div class="main_page_container page_232033 homepage with_header  ">

            <!-- used for detecting current boostrap-based media query -->
            <span id="mq-detector">
                <span class="visible-xs"></span>
                <span class="visible-sm"></span>
                <span class="visible-md"></span>
                <span class="visible-lg"></span>
            </span>


            <!-- loader overlay and spinning icon shown when on mobile for .show_loader links -->
            <div class="loader_overlay" style=""><div><i class="fa fa-spinner fa-pulse fa-3x fa-fw"></i></div></div>


            <!-- main body inclusion -->
            <!-- alert message -->

<!-- login required for this page? -->


<!-- header & navigation -->
<nav id="mainNoNav">

    <!-- MOBILE NAVBAR CONTAINER - Brand and toggle get grouped for better mobile display -->
    <div class="navbar-header visible-xs">
        <!-- back button - we can get it from a controller, for example from the _view controller -->
                
        <!-- shopping cart button for mobile -->
        
        <!-- darkmode button for mobile -->
        
        <!-- PWA "manual" push notifications button for mobile -->
        
    </div>
    <!-- end navbar-header with mobile title and buttons -->


    <!-- DESKTOP NAVBAR - branding, menus and buttons -->
    <div class="hidden-xs">
        <!-- shopping cart button for desktop -->
        
        <!-- darkmode -->
        
        <!-- PWA "manual" push notifications button for mobile -->
            </div>

</nav>
<!-- end navigation -->


<!-- top share button -->
<!-- end top share button -->

<!-- add to favorites icon -->
<!-- end add to favorites icon -->




<header class="height_desktop_fullscreen height_mobile_fullscreen  " data-height="fullscreen" data-height-mobile=""  id="widget_415924">

    <div class="header_contents">

        <!--
    *****
    this file is used to add a background to any widget or "row"
    *****

    background styles (data[background][style]):
    1: solid color (data[background][bgcolor])
    2: image or images (data[background][image_url])
    3: particles (data[background][particles])
    4: video (data[background][video])
-->

<div class="background-container ">

            <!-- image or slider -->
                                <ul class="cb-slideshow" id="cb-slideshow_415924">
                                    <li>
                        <span id="cb-slideshow_span_0" style="display: block; background-image: url('https://core3.imgix.net/5d47377c05a30_Ahonu-_-Aingeal-Rose-_11_-4.png?auto=format,compress&fit=max&');"></span>
                                            </li>
                                    <li>
                        <span id="cb-slideshow_span_1" style=" background-image: url('https://core3.imgix.net/5d4799727db45_night-blue.jpg?auto=format,compress&fit=max&');"></span>
                                            </li>
                                    <li>
                        <span id="cb-slideshow_span_2" style=" background-image: url('https://core3.imgix.net/5d4798fa48f6d_arog-bg-2.jpg?auto=format,compress&fit=max&');"></span>
                                            </li>
                                    <li>
                        <span id="cb-slideshow_span_3" style=" background-image: url('https://core3.imgix.net/5d4798fb930fe_arog-bg-3.jpg?auto=format,compress&fit=max&');"></span>
                                            </li>
                                    <li>
                        <span id="cb-slideshow_span_4" style=" background-image: url('https://core3.imgix.net/5d4798fdad6d8_arog-bg-4.jpg?auto=format,compress&fit=max&');"></span>
                                            </li>
                                    <li>
                        <span id="cb-slideshow_span_5" style=" background-image: url('https://core3.imgix.net/5d479909f2d98_arog-bg-1.jpg?auto=format,compress&fit=max&');"></span>
                                            </li>
                            </ul>

            
        

    


    <!-- overlay -->
            <div class="background_overlay" style=""></div>
    
</div>
        <div class="container" data-w_id="415924" data-p_id="232033">
            

    <!-- section header -->
    <div class="row widget_header
        no_image
    ">

        <div class="col-xs-12 col-sm-12 contentblock_content " style="padding: 0 !important;">

            <div class="contentblock_text col-sm-12 ?>">

            <h1 class="remove_if_empty" data-key="h1" data-widget="415924" style=" text-align: center !important;  color: #ffffff !important; ">
            Aingeal Rose        </h1>
    
            <h2 class="remove_if_empty  text-center " data-key="h2" data-widget="415924" style="
                text-align: center !important;                color: #ffffff !important;                                        ">
            Practical Spirituality in a fast-changing world!        </h2>
    
    
    





    <!-- date or other fields -->
                <p class="contentblock_otherfield field_date remove_if_empty update_node" data-key="date" data-widget="415924"></p>
                <p class="contentblock_otherfield field_author remove_if_empty update_node" data-key="author" data-widget="415924"></p>
    

            <div class="p  remove_if_empty" data-key="p" data-widget="415924"><p>Get an Akashic Records Reading from Aingeal Rose. Experience practical and profound advice from the depths of your own spirit! Feel the awareness and expansion of consciousness that has transformed 1,000s! Readings help self-awareness and personal sovereignty.</p>
<p>Aingeal Rose is the author of over 100 books of Answers From The Akashic Records. As author, speaker, publisher, minister, radio host and spiritual teacher, she shares her 60-year journey of consciousness to help people all over the world move from mediocre to miracle-mindedness through guidance, readings, free downloads, profound statements from the Akashic Records, invincible clarity and more!</p></div>
    

    <!-- ecommerce stuff -->
    

    <!-- buttons -->
    <!-- buttons -->


    <div class="contentblock_buttons  " style="text-align: center;" data-key="links" data-list_template="<a href='%%url%%' target='%%target%%' class='btn btn-primary visible-xs-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block'>%%anchor%%</a>">

        
            
        
    </div>



    <!-- buttons -->


</div>

<!-- ecommmerce "additional" stuff -->
<!-- additional content -->

        </div>

    </div>


        </div>

                    <div class="hidden-xs" id="header_scroller">
                <i class="fa fa-chevron-down"></i>
            </div>
        
    </div>

</header>

<div class="clearfix"></div>


<!-- main body container -->
<div class="main_container container-fluid   main_container-navbar_transparent">

    
        <!-- sidebar ? -->
                <!-- end sidebar -->



        


        <!-- backlink desktop -->
        


                
            <div style="position: relative;" id="main_row_1" class="row row-eq-height main_row main_row_odd main_row_first     ">

                
                <div class="container ">

                <!-- sections for main body widgets -->
                    

                        

                        <!-- widget: textincolumns -->
                        <a name="section_anchor_424184"></a>
                        <div class="
                                                                                                            widget_container
                                    odd
                                    

                                                                        "
                             id="widget_container_424184"
                             data-w_id="424184"
                             data-p_id="232033"
                             style=""
                        >

                            <div class="
                                    widget
                                    widget_textincolumns                                    
                                    
                                                                        online_update                                    offline_local                                    "
                                 id="widget_424184"
                                 data-w_id="424184"
                                 data-p_id="232033"
                            >
                                <!-- text in columns -->
<section >


    
    
    <div class="row row-eq-height textincolumnscolumns_container">

        
            
            <div class="textincolumns_column_container without_icon col-xs-12                                image_align_                "
                 style="cursor: pointer; cursor: hand; width: 25%;"
                onclick="window.location.href = 'https://plu.ug/l/-025';"            >
                <div class="textincolumns_column">

                                            <div class="textincolumns_column_images">
                            <div class="textincolumns_image">
                                                                <img src="https://core3.imgix.net/5eaac0f7a38a5_half-hour.jpg?auto=format,compress&fit=max&w=300" class="img-responsive" style="" alt="image" id="">                            </div>
                        </div>


                    

                    <div class="textincolumns_column_texts">
                        
                                                    <div class="textincolumns_body">
                                <h3 style="text-align: center;"><a title="30-min AR Reading with Aingeal Rose" href="https://plu.ug/l/-025">30-min AR Reading with Aingeal Rose</a></h3>                            </div>
                                            </div>

                    <!-- buttons -->


    <div class="contentblock_buttons  " style="text-align: center;" data-key="links" data-list_template="<a href='%%url%%' target='%%target%%' class='btn btn-primary visible-xs-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block'>%%anchor%%</a>">

        
            
            
            <a href="https://plu.ug/l/-025"   class="btn btn-primary  visible-xs-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block  " onclick="; _event('custom', { 'category' : 'buttons', 'action' : 'Click', 'label' : 'https://plu.ug/l/-025'});">
                                Book Half-Hour                            </a>
        
            
        
    </div>



                </div>
            </div>
        
        
            
            <div class="textincolumns_column_container without_icon col-xs-12                                image_align_                "
                 style="cursor: pointer; cursor: hand; width: 25%;"
                onclick="window.location.href = 'https://plu.ug/l/1ggo';"            >
                <div class="textincolumns_column">

                                            <div class="textincolumns_column_images">
                            <div class="textincolumns_image">
                                                                <img src="https://core3.imgix.net/5eaac14ce0eb0_one-hour.jpg?auto=format,compress&fit=max&w=300" class="img-responsive" style="" alt="image" id="">                            </div>
                        </div>


                    

                    <div class="textincolumns_column_texts">
                        
                                                    <div class="textincolumns_body">
                                <h3 style="text-align: center;"><a title="1-hour AR Reading with Aingeal Rose" href="https://plu.ug/l/1ggo">1-hour AR Reading with Aingeal Rose</a></h3>                            </div>
                                            </div>

                    <!-- buttons -->


    <div class="contentblock_buttons  " style="text-align: center;" data-key="links" data-list_template="<a href='%%url%%' target='%%target%%' class='btn btn-primary visible-xs-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block'>%%anchor%%</a>">

        
            
            
            <a href="https://plu.ug/l/1ggo"   class="btn btn-primary  visible-xs-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block  " onclick="; _event('custom', { 'category' : 'buttons', 'action' : 'Click', 'label' : 'https://plu.ug/l/1ggo'});">
                                Book 1 Hour                            </a>
        
            
        
    </div>



                </div>
            </div>
        
        
            
            <div class="textincolumns_column_container without_icon col-xs-12                                image_align_                "
                 style="cursor: pointer; cursor: hand; width: 25%;"
                onclick="window.open('https://purchases.twinflameproductions.us/cart/rp9xkuxho');"            >
                <div class="textincolumns_column">

                                            <div class="textincolumns_column_images">
                            <div class="textincolumns_image">
                                                                <img src="https://core3.imgix.net/608860e49b51f_Soul-Retrieval.jpg?auto=format,compress&fit=max&w=300" class="img-responsive" style="" alt="image" id="">                            </div>
                        </div>


                    

                    <div class="textincolumns_column_texts">
                        
                                                    <div class="textincolumns_body">
                                <h3 style="text-align: center;"><a title="Remote Soul Retrieval session by Aingeal Rose" href="hhttps://purchases.twinflameproductions.us/cart/rp9xkuxho">Soul Retrieval session by Aingeal Rose</a></h3>                            </div>
                                            </div>

                    <!-- buttons -->


    <div class="contentblock_buttons  " style="text-align: center;" data-key="links" data-list_template="<a href='%%url%%' target='%%target%%' class='btn btn-primary visible-xs-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block'>%%anchor%%</a>">

        
            
            
            <a href="https://purchases.twinflameproductions.us/cart/rp9xkuxho"  rel="noopener"  target="_blank" class="btn btn-primary  visible-xs-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block  " onclick="; _event('custom', { 'category' : 'buttons', 'action' : 'Click', 'label' : 'https://purchases.twinflameproductions.us/cart/rp9xkuxho'});">
                                Soul Retrieval                            </a>
        
            
        
    </div>



                </div>
            </div>
        
        
            
            <div class="textincolumns_column_container without_icon col-xs-12                                image_align_                "
                 style="cursor: pointer; cursor: hand; width: 25%;"
                onclick="window.open('https://purchases.twinflameproductions.us/cart/28416iyhz');"            >
                <div class="textincolumns_column">

                                            <div class="textincolumns_column_images">
                            <div class="textincolumns_image">
                                                                <img src="https://core3.imgix.net/6111a828a662d_Voice-Code-sq.jpg?auto=format,compress&fit=max&w=300" class="img-responsive" style="" alt="image" id="">                            </div>
                        </div>


                    

                    <div class="textincolumns_column_texts">
                        
                                                    <div class="textincolumns_body">
                                <h3 style="text-align: center;"><a title="Voice Code Analysis by Aingeal Rose" href="https://purchases.twinflameproductions.us/cart/28416iyhz">Voice Code Analysis by Aingeal Rose</a></h3>                            </div>
                                            </div>

                    <!-- buttons -->


    <div class="contentblock_buttons  " style="text-align: center;" data-key="links" data-list_template="<a href='%%url%%' target='%%target%%' class='btn btn-primary visible-xs-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block'>%%anchor%%</a>">

        
            
            
            <a href="https://purchases.twinflameproductions.us/cart/28416iyhz"  rel="noopener"  target="_blank" class="btn btn-primary  visible-xs-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block  " onclick="; _event('custom', { 'category' : 'buttons', 'action' : 'Click', 'label' : 'https://purchases.twinflameproductions.us/cart/28416iyhz'});">
                                Voice Code Analysis                            </a>
        
            
        
    </div>



                </div>
            </div>
        
        
    </div>


</section>

<!-- text in columns -->                            </div>
                        </div>
                        <!-- end widget: textincolumns -->


                                        <!-- end sections -->

                </div>

            <!-- end row -->
            </div>
            <div class="clearfix"></div>


        
            <div style="position: relative;" id="main_row_2" class="row row-eq-height main_row main_row_even      ">

                
                <div class="container ">

                <!-- sections for main body widgets -->
                    

                        

                        <!-- widget: contentblock -->
                        <a name="section_anchor_955612"></a>
                        <div class="
                                                                                                            widget_container
                                    odd
                                    

                                                                        "
                             id="widget_container_955612"
                             data-w_id="955612"
                             data-p_id="232033"
                             style=""
                        >

                            <div class="
                                    widget
                                    widget_contentblock                                    
                                    
                                                                        online_update                                    offline_local                                    "
                                 id="widget_955612"
                                 data-w_id="955612"
                                 data-p_id="232033"
                            >
                                <section >

    

    <!-- section header -->
    <div class="row widget_header
        no_image
    ">

        <div class="col-xs-12 col-sm-12 contentblock_content " style="padding: 0 !important;">

            
<div class="contentblock_text col-sm-12 col-xs-12">

            <h1 class="remove_if_empty " data-key="h1" data-widget="955612" style=" text-align: center !important; ">
            Books by Aingeal Rose        </h1>
    
            <h2 class="remove_if_empty  text-center " data-key="h2" data-widget="955612" style="
            text-align: center !important;                                            ">
            Clicking on a cover image takes you directly to purchase on Amazon        </h2>
    
    <!-- date or other fields -->
                                    

    

    
        
        <div class="p  remove_if_empty" data-key="p" data-widget="955612">
                        <table style="border-collapse: collapse; width: 100%; margin-left: auto; margin-right: auto;" cellspacing="12" align="center">
<tbody>
<tr>
<td style="text-align: center;"><a title="Love, Miracles &amp; Original Creation" href="https://amzn.to/39FUg9H" target="_blank" rel="noopener"><img style="display: block; margin-left: auto; margin-right: auto;" src="https://core3.imgix.net/604441880db5c_LMOC-Book-Standing.png?auto=format,compress&fit=max&" alt="Love, Miracles &amp; Original Creation by Aingeal Rose answers who we are, where we&rsquo;re going, how we get there and what to expect when we arrive." width="300" height="400" /></a></td>
<td style="text-align: center;"><a title="A Time of Change by Aingeal Rose" href="https://amzn.to/3cSggNE" target="_blank" rel="noopener"><img style="display: block; margin-left: auto; margin-right: auto;" src="https://core3.imgix.net/5fc45ff641a6d_ATOC-BOOK-standing.png?auto=format,compress&fit=max&" alt="A Time of Change by Aingeal Rose. This book answers urgent, timely questions for the shift in consciousness that is occurring now." width="300" height="400" /></a></td>
<td style="text-align: center;"><a title="Answers From The Akashic Records with Aingeal Rose &amp; Ahonu" href="https://links.ahonu.com/aftar" target="_blank" rel="noopener"><img src="https://core3.imgix.net/60458afb0bf2f_1-Book-Cover-Standing.png?auto=format,compress&fit=max&" alt="Answers From The Akashic Records Vol 1-100 by Aingeal Rose." width="300" height="400" /></a></td>
</tr>
</tbody>
</table>        </div>
    

    <!-- ecommerce stuff -->
    

    <!-- buttons -->
    <!-- buttons -->


    <div class="contentblock_buttons  " style="text-align: center;" data-key="links" data-list_template="<a href='%%url%%' target='%%target%%' class='btn btn-primary visible-xs-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block'>%%anchor%%</a>">

        
            
        
    </div>



    <!-- buttons -->



</div>

<!-- "additional" stuff -->
<!-- additional content -->

        </div>

    </div>



    <!-- map -->
    
    <!-- similar -->
    
<!-- related products -->


    <!-- comments -->
    
</section>                            </div>
                        </div>
                        <!-- end widget: contentblock -->


                                        <!-- end sections -->

                </div>

            <!-- end row -->
            </div>
            <div class="clearfix"></div>


        
            <div style="position: relative;" id="main_row_3" class="row row-eq-height main_row main_row_odd      ">

                
                <div class="container ">

                <!-- sections for main body widgets -->
                    

                        

                        <!-- widget: social_links -->
                        <a name="section_anchor_549330"></a>
                        <div class="
                                                                                                            widget_container
                                    odd
                                    

                                                                        "
                             id="widget_container_549330"
                             data-w_id="549330"
                             data-p_id="232033"
                             style=""
                        >

                            <div class="
                                    widget
                                    widget_social_links                                    
                                    
                                                                        online_update                                    offline_local                                    "
                                 id="widget_549330"
                                 data-w_id="549330"
                                 data-p_id="232033"
                            >
                                

<!-- social links  -->
<section >

    <div class="row social_links_container">

        <div class="row">

                        
                <!-- same buttons style for all -->
                <div class="cols-xs-12 text-center hidden-xs">

                                            
                        
                                                    <!-- button style -->
                            <a href="https://www.facebook.com/aingealroseandahonu/" rel="noopener" target="_blank" class="btn btn-facebook style_desktop_icons">
                                <span class="fa fa-facebook"></span>                            </a>

                        
                                            
                        
                                                    <!-- button style -->
                            <a href="http://www.twitter.com/ahonu" rel="noopener" target="_blank" class="btn btn-twitter style_desktop_icons">
                                <span class="fa fa-twitter"></span>                            </a>

                        
                                            
                        
                                                    <!-- button style -->
                            <a href="https://plus.google.com/+ahonuandaingealrose" rel="noopener" target="_blank" class="btn btn-google style_desktop_icons">
                                <span class="fa fa-google"></span>                            </a>

                        
                                            
                        
                                                    <!-- button style -->
                            <a href="https://www.linkedin.com/in/kevinogrady" rel="noopener" target="_blank" class="btn btn-linkedin style_desktop_icons">
                                <span class="fa fa-linkedin"></span>                            </a>

                        
                                            
                        
                                                    <!-- button style -->
                            <a href="https://www.youtube.com/ahonuandaingealrose?sub_confirmation=1" rel="noopener" target="_blank" class="btn btn-youtube style_desktop_icons">
                                <span class="fa fa-youtube"></span>                            </a>

                        
                                            
                        
                                                    <!-- button style -->
                            <a href="https://www.instagram.com/twin_flamesofficial/" rel="noopener" target="_blank" class="btn btn-instagram style_desktop_icons">
                                <span class="fa fa-instagram"></span>                            </a>

                        
                                            
                        
                                                    <!-- button style -->
                            <a href="https://www.pinterest.com/aingealrose/" rel="noopener" target="_blank" class="btn btn-pinterest style_desktop_icons">
                                <span class="fa fa-pinterest"></span>                            </a>

                        
                                                                                            
                </div>

                        
                <!-- same buttons style for all -->
                <div class="cols-xs-12 text-center visible-xs">

                                            
                        
                                                    <!-- button style -->
                            <a href="https://www.facebook.com/aingealroseandahonu/" rel="noopener" target="_blank" class="btn btn-facebook style_mobile_icons">
                                <span class="fa fa-facebook"></span>                            </a>

                        
                                            
                        
                                                    <!-- button style -->
                            <a href="http://www.twitter.com/ahonu" rel="noopener" target="_blank" class="btn btn-twitter style_mobile_icons">
                                <span class="fa fa-twitter"></span>                            </a>

                        
                                            
                        
                                                    <!-- button style -->
                            <a href="https://plus.google.com/+ahonuandaingealrose" rel="noopener" target="_blank" class="btn btn-google style_mobile_icons">
                                <span class="fa fa-google"></span>                            </a>

                        
                                            
                        
                                                    <!-- button style -->
                            <a href="https://www.linkedin.com/in/kevinogrady" rel="noopener" target="_blank" class="btn btn-linkedin style_mobile_icons">
                                <span class="fa fa-linkedin"></span>                            </a>

                        
                                            
                        
                                                    <!-- button style -->
                            <a href="https://www.youtube.com/ahonuandaingealrose?sub_confirmation=1" rel="noopener" target="_blank" class="btn btn-youtube style_mobile_icons">
                                <span class="fa fa-youtube"></span>                            </a>

                        
                                            
                        
                                                    <!-- button style -->
                            <a href="https://www.instagram.com/twin_flamesofficial/" rel="noopener" target="_blank" class="btn btn-instagram style_mobile_icons">
                                <span class="fa fa-instagram"></span>                            </a>

                        
                                            
                        
                                                    <!-- button style -->
                            <a href="https://www.pinterest.com/aingealrose/" rel="noopener" target="_blank" class="btn btn-pinterest style_mobile_icons">
                                <span class="fa fa-pinterest"></span>                            </a>

                        
                                                                                            
                </div>

            
        </div>

    </div>

</section>


<!-- end social link -->                            </div>
                        </div>
                        <!-- end widget: social_links -->


                                        <!-- end sections -->

                </div>

            <!-- end row -->
            </div>
            <div class="clearfix"></div>


        
            <div style="position: relative;" id="main_row_4" class="row row-eq-height main_row main_row_even      ">

                
                <div class="container ">

                <!-- sections for main body widgets -->
                    

                        

                        <!-- widget: script -->
                        <a name="section_anchor_501231"></a>
                        <div class="
                                                                                                            widget_container
                                    odd
                                    

                                                                        "
                             id="widget_container_501231"
                             data-w_id="501231"
                             data-p_id="232033"
                             style=""
                        >

                            <div class="
                                    widget
                                    widget_script                                    
                                    
                                                                        online_update                                    offline_local                                    "
                                 id="widget_501231"
                                 data-w_id="501231"
                                 data-p_id="232033"
                            >
                                <!-- script widget -->
<section >


    
    <div class="row row-eq-height script_container">

        <iframe style='border:none; width:100%; height: 100%;' srcdoc="<script>!function(){window;var e,t=document;e=function(){var e=t.createElement('script');e.type='text/javascript',e.defer=!0,e.src='https://cdn.endorsal.io/widgets/widget.min.js';var n=t.getElementsByTagName('script')[0];n.parentNode.insertBefore(e,n),e.onload=function(){NDRSL.init('5e7e538665fc802779340c83')}},'interactive'===t.readyState||'complete'===t.readyState?e():t.addEventListener('DOMContentLoaded',e())}();</script><div id='ndrsl-5e7e6b9665fc802779340c95' class='ndrsl-widget'></div>"></iframe>
    </div>


</section>

<!-- script widget -->                            </div>
                        </div>
                        <!-- end widget: script -->


                                        <!-- end sections -->

                </div>

            <!-- end row -->
            </div>
            <div class="clearfix"></div>


        
            <div style="position: relative;" id="main_row_5" class="row row-eq-height main_row main_row_odd      ">

                
                <div class="container ">

                <!-- sections for main body widgets -->
                    

                        

                        <!-- widget: contentblock -->
                        <a name="section_anchor_415927"></a>
                        <div class="
                                                                                                            widget_container
                                    odd
                                    col-sm-6

                                                                        "
                             id="widget_container_415927"
                             data-w_id="415927"
                             data-p_id="232033"
                             style=""
                        >

                            <div class="
                                    widget
                                    widget_contentblock                                    
                                    
                                                                        online_update                                    offline_local                                    "
                                 id="widget_415927"
                                 data-w_id="415927"
                                 data-p_id="232033"
                            >
                                <section >

    

    <!-- section header -->
    <div class="row widget_header
        image_block
    ">

        <div class="col-xs-12 col-sm-12 contentblock_content " style="padding: 0 !important;">

            



    
    <div class="contentblock_image  center-block    col-sm-6 float-none col-xs-12 " id="contentblock_image_f534eeea275eb6d2f64cf65b8ef525a6">
        <img src="https://core3.imgix.net/5d47334b5cac3_Arog-with-mic.png?auto=format,compress&fit=max&w=600&fit=scale" class="img-responsive" style="" alt="Aingeal Rose" id="f534eeea275eb6d2f64cf65b8ef525a6">                <!-- <img src="https://core3.imgix.net/5d47334b5cac3_Arog-with-mic.png?auto=format,compress&fit=max&w=600&fit=scale" id="f534eeea275eb6d2f64cf65b8ef525a6" class="img-responsive" alt="Aingeal Rose" title="Aingeal Rose"> -->
    </div>




<div class="contentblock_text col-sm-12 col-xs-12">

    
    
    <!-- date or other fields -->
                                    

    

    
        
        <div class="p  remove_if_empty" data-key="p" data-widget="415927">
                        <p style="text-align: center;"><strong><span style="font-size: 14pt;">Aingeal Rose</span><br /></strong></p>
<p style="text-align: center;">Durgin St<br />Ramona, CA 92065, USA<br />Offices in USA, Ireland, India</p>
<p style="text-align: center;">+1 224 588 8026</p>        </div>
    

    <!-- ecommerce stuff -->
    

    <!-- buttons -->
    <!-- buttons -->


    <div class="contentblock_buttons  " style="text-align: center;" data-key="links" data-list_template="<a href='%%url%%' target='%%target%%' class='btn btn-primary visible-xs-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block'>%%anchor%%</a>">

        
            
        
    </div>



    <!-- buttons -->



</div>

<!-- "additional" stuff -->
<!-- additional content -->

        </div>

    </div>



    <!-- map -->
    
    <!-- similar -->
    
<!-- related products -->


    <!-- comments -->
    
</section>                            </div>
                        </div>
                        <!-- end widget: contentblock -->


                    

                        

                        <!-- widget: script -->
                        <a name="section_anchor_424314"></a>
                        <div class="
                                                                                                            widget_container
                                    even
                                    col-sm-6

                                    nomargin                                    "
                             id="widget_container_424314"
                             data-w_id="424314"
                             data-p_id="232033"
                             style=""
                        >

                            <div class="
                                    widget
                                    widget_script                                    
                                    
                                                                        online_update                                    offline_local                                    "
                                 id="widget_424314"
                                 data-w_id="424314"
                                 data-p_id="232033"
                            >
                                <!-- script widget -->
<section >


    
    <div class="row row-eq-height script_container">

        <script type="text/javascript">
(function(d, src, c) { var t=d.scripts[d.scripts.length - 1],s=d.createElement('script');s.id='la_x2s6df8d';s.async=true;s.src=src;s.onload=s.onreadystatechange=function(){var rs=this.readyState;if(rs&&(rs!='complete')&&(rs!='loaded')){return;}c(this);};t.parentElement.insertBefore(s,t.nextSibling);})(document,
'https://ahonu.ladesk.com/scripts/track.js',
function(e){ LiveAgent.createForm('qll2g5xj', e); });
</script>
    </div>


</section>

<!-- script widget -->                            </div>
                        </div>
                        <!-- end widget: script -->


                                        <!-- end sections -->

                </div>

            <!-- end row -->
            </div>
            <div class="clearfix"></div>


        
            <div style="position: relative;" id="main_row_6" class="row row-eq-height main_row main_row_even  main_row_last    ">

                
                <div class="container ">

                <!-- sections for main body widgets -->
                    

                        

                        <!-- widget: script -->
                        <a name="section_anchor_997328"></a>
                        <div class="
                                                                                                            widget_container
                                    odd
                                    

                                                                        "
                             id="widget_container_997328"
                             data-w_id="997328"
                             data-p_id="232033"
                             style=""
                        >

                            <div class="
                                    widget
                                    widget_script                                    
                                    
                                                                        online_update                                    offline_local                                    "
                                 id="widget_997328"
                                 data-w_id="997328"
                                 data-p_id="232033"
                            >
                                <!-- script widget -->
<section >


    
    <div class="row row-eq-height script_container">

        <table align="center" border="0" cellpadding="4" cellspacing="12" style="width: 800px;">
	<caption>
	<p style="text-align:center;" class="prf-ser theme_color_txt" style="color:#010864!important">Visit my husband's site <a href="https://ahonu.com" target="_blank">Ahonu.com</a> for your <a href="https://twinflames.marketpresso.com/ps/21388" target="_blank">Past Life Picture, Soul Portrait, your Family Crest</a>, or if you need <a href="https://twinflames.marketpresso.com/home" target="_blank">PROFESSIONAL Digital Design Services</a>.</p>
	</caption>
	<thead>
		<tr>
			<th scope="col"><a href="https://twinflames.marketpresso.com/category/10620" style="font-weight: 400; text-align: start;" tabindex="0" target="_blank"><img class="img_fit" src="https://marketpresso.com/public/upload/1616/lib/66521_1586797713_lib.jpg" /></a>
			</th>
			<th scope="col"><a href="https://twinflames.marketpresso.com/category/10514" style="font-weight: 400; text-align: start;" tabindex="0" target="_blank"><img class="img_fit" src="https://marketpresso.com/public/upload/1616/lib/71704_1586690438_lib.jpg" /></a>
			</th>
			<th scope="col"><a href="https://twinflames.marketpresso.com/ps/21038" style="font-weight: 400; text-align: start;" tabindex="0" target="_blank"><img class="img_fit" src="https://marketpresso.com/public/upload/1616/lib/25778_1586453780_lib.jpg" /></a>
            </th>
		</tr>
	</thead>
	<tbody>
	</tbody>
</table>

    </div>


</section>

<!-- script widget -->                            </div>
                        </div>
                        <!-- end widget: script -->


                                        <!-- end sections -->

                </div>

            <!-- end row -->
            </div>
            <div class="clearfix"></div>


        

        

        <!-- and if logged in -->


</div>
<!-- end body_container -->


<div class="clearfix"></div>


<!-- footer -->
<footer>
    <div class="container-fluid">

        <!-- footer widgets -->
        
            <div class="row">
                <!-- sections in sidebar -->
                                    <div class="col-xs-12 col-md-12" style="width: 100% !important;float: none; display: inline-block; margin-right: -3px;">

                        <div class="widget_container_footer" id="widget_container_424147" data-w_id="424147" data-p_id="232033">

                            <div class="widget_footer widget_contentblock" id="widget_424147" data-w_id="424147" data-p_id="232033">

                                <section >

    

    <!-- section header -->
    <div class="row widget_header
        image_block
    ">

        <div class="col-xs-12 col-sm-12 contentblock_content " style="padding: 0 !important;">

            



    
    <div class="contentblock_image  center-block    col-sm-6 float-none col-xs-12 " id="contentblock_image_2d264a15e259b396061fbc76d6571e04">
        <img src="https://core3.imgix.net/5e1fd9dae358a_trust-bar.png?auto=format,compress&fit=max&w=600&fit=scale" class="img-responsive" style="" alt="Secure Checkout, Satisfaction Guaranteed, Privacy Protected by Aingeal Rose" id="2d264a15e259b396061fbc76d6571e04">                <!-- <img src="https://core3.imgix.net/5e1fd9dae358a_trust-bar.png?auto=format,compress&fit=max&w=600&fit=scale" id="2d264a15e259b396061fbc76d6571e04" class="img-responsive" alt="Secure Checkout, Satisfaction Guaranteed, Privacy Protected by Aingeal Rose" title="Secure Checkout, Satisfaction Guaranteed, Privacy Protected by Aingeal Rose"> -->
    </div>




<div class="contentblock_text col-sm-12 col-xs-12">

    
    
    <!-- date or other fields -->
                                    

    

    

    <!-- ecommerce stuff -->
    

    <!-- buttons -->
    <!-- buttons -->


    <div class="contentblock_buttons  " style="text-align: center;" data-key="links" data-list_template="<a href='%%url%%' target='%%target%%' class='btn btn-primary visible-xs-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block'>%%anchor%%</a>">

        
            
        
    </div>



    <!-- buttons -->



</div>

<!-- "additional" stuff -->
<!-- additional content -->

        </div>

    </div>



    <!-- map -->
    
    <!-- similar -->
    
<!-- related products -->


    <!-- comments -->
    
</section>
                            </div>
                        </div>
                    </div>
                            <!-- end sections in footer -->

            </div>
        



        <!-- footer share button -->
                <!-- end footer share button -->

        <!-- add to favorites icon footer -->
                <!-- end add to favorites icon -->


                    <ul class="list-inline footer_menu">

                                    
                    <li class=" active ">
                        <a href="https://aingealrose.com/">Home</a>
                    </li>

                                    
                    <li class="">
                        <a href="https://aingealrose.com/lts2021">Free Downloads</a>
                    </li>

                                    
                    <li class="">
                        <a href="https://aingealrose.com/aftar-vol-1">AFTAR</a>
                    </li>

                                    
                    <li class="">
                        <a href="https://aingealrose.com/voice">Voice Code Analysis</a>
                    </li>

                                    
                    <li class="">
                        <a href="https://aingealrose.com/contact">Support</a>
                    </li>

                            </ul>
        

        

        <!-- privacy and tos -->
        <div class="clearfix"></div><div class="row footer_legal"><div class="col-xs-12"><a href="?id=8787&view=1&tos=1">ToS</a> | <a href="?id=8787&view=1&privacy=1">Privacy</a> | <a href="?id=8787&view=1&disclaimer=1">Disclaimer</a></div><div class="col-xs-12 cookie"><div>We use cookies to track usage and preferences <a href="/cookielaw">Read more</a></div></div></div>

    </div>
</footer>


<!-- cookie law (not in footer) -->
<!-- end footer -->



<!-- iconsbar ? -->
<div class="iconsbar visible-xs-block">

    
            <div class="icon_container " style="width: 50%" id="icon_container_1">
                <div class="icon">
                    <a href="tel:+12245888026" target="" >
                                                    <i class="fa fa-phone"></i>                         
                                                    <div class="caption">
                                Call Me                            </div>
                                            </a>
                </div>
            </div>

    
            <div class="icon_container  last " style="width: 50%" id="icon_container_2">
                <div class="icon">
                    <a href="mailto:support@mail.ahonu.ladesk.com" target="" >
                                                    <i class="fa fa-envelope-o"></i>                         
                                                    <div class="caption">
                                Email                            </div>
                                            </a>
                </div>
            </div>

    
</div>

<div class="clearfix"></div><!-- end iconsbar -->

            <!-- modals -->
                            <div tabindex="-1" class="modal animated slideInRight" id="myModal" role="dialog">
                    <div class="modal-dialog">
                        <div class="modal-content">
                            <div class="modal-header">
                                <button class="close" type="button" data-custom-dismiss="modal">×</button>
                                <h3 class="modal-title">Heading</h3>
                            </div>
                            <div class="modal-body">
                            </div>
                            <div class="modal-footer">
                                <div id="modal-footer-navigation"></div>
                                <button class="btn btn-default" id="myModalHideButton" data-custom-dismiss="modal">Close</button>
                            </div>
                        </div>
                    </div>
                </div>

                            

            

            <!-- ***** end analytics and third-party JS ***** -->


        </div>


        <!-- JS before closing </body> -->
        


    <script async src="/js/scripts.8787.232033.min.js?1644946924"></script>



<!-- footer javascript needed and created by widgets -->
<script>
                        var _background_current_slide_id = [];
                        var _background_next_slide_id = [];
                    </script>
<!-- additional footer scripts added by user -->
<script id="io.birdseed.script-tag" type="text/javascript" src="https://app.birdseed.io/widget.js"></script><div id="birdseed-widget-container" data-token="057de45513a7292d5c92d7ee525484ab"></div>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "656470eb100e4d9ba41fa97c9a8d9d1d"}'></script><!-- End Cloudflare Web Analytics -->
<script>if (navigator.serviceWorker) { navigator.serviceWorker.getRegistrations().then( function(registrations) { for(let registration of registrations) { registration.unregister(); console.log("unregistered sw")}}); }</script>        <!-- end JS before closing </body> -->


    </body>
</html>