ADVERTISEMENT

EXCLUSIVE: What's next for Christian after Bali wedding?

Published Nov 22, 2018 02:10 am
Christian Bautista with wife Kat Ramnani Christian Bautista with wife Kat Ramnani After tying the knot with girlfriend of three years Kat Ramnani at the Luhur Chapel on Uluwatu Temple Cliff in Bali, Indonesia, fans of Christian Bautista wonder how his new status will affect his career. An exclusive interview with his manager Carlo Orosa revealed that the newlyweds would delay their honeymoon in Africa to make way for work as 2018 ends. Note that Christian is part of GMA drama-comedy series “Pamilya Roces” and the variety show “Studio 7.” Kat, on the other hand, is a director in a major provider of telecommunications services in the Philippines. Carlo shared the singer-actor has corporate events in March and April 2019, as well as a Valentine’s show at Manila Hotel. There are also invitations from Indonesia to do concerts and for television engagements. “Christian said now that he’s married, his decisions will always be in consultation with Kat. We at Stages believe that is the right thing to do because marriage is partnership, it’s a forever partnership. Each of their actions will affect the other and their future,” Carlo said. He added the couple intend to have “many kids.” Carlo Orosa Carlo Orosa Dream wedding We asked Carlo for insider’s details on the recent wedding and he gladly obliged. He described the event as this “extravagant affair lasting three days.” It started with a welcome dinner at Tirtha Bridal, said to be “the most elegant and sort after wedding venue in Bali.” The wedding was kept intimate with just 85 people in attendance, including Globe executives Ernest Cu, Jo Caliro, Albert de Larrazabal; Cris Villonco and husband Paolo Valderrama; singers Erik Santos, Mark Bautista, Sam Concepcion; and Indonesian superstar Bunga Citra Lestari and husband soap star Ashraf Sinclair. The pre-wedding party was Bollywood-themed as Kat is part Indian by descent. The following day at 5 p.m. the wedding was held at the Luhur Chapel on Uluwatu Temple Cliff in Bali, Indonesia. Carlo said the scenery was perfect as it was overlooking an infinity pool and the Indian Ocean. At the glass house reception, which is 10-minute away from the chapel, the attendees had a four-course fine dining meal. The couple during their wedding at the Luhur Chapel on Uluwatu Temple Cliff in Bali, Indonesia The couple during their wedding at the Luhur Chapel on Uluwatu Temple Cliff in Bali, Indonesia “All of their dreams, wishes, and fantasy for their wedding happened,” Carlo said. “It’s nice as every step of the way was so meaningful to them, all so personal.” Why Bali? Well, Carlo said it is one of the first places the couple visited during early days of their dating phase. “They fell in love with the place so they decided that one day they would do their wedding there and they did,” he said. He added the wedding cake was special. The donuts-shaped cake was made by Christian Mark Jacobs of Naked Patisserie. Apparently, it is Kat’s comfort food. Christian and Kat pose for a photo during their Bollywood-themed pre-wedding party Christian and Kat pose for a photo during their Bollywood-themed pre-wedding party There were more surprises. “No one knew Kat was practicing to sing and play ukulele with Christian’s brother for the past four months just to offer it to her groom on the day of their wedding,” he shared. “In fact, there were times that Kat won’t be able to go home immediately and she gave excuses just to surprise Christian.” In return, the singer-actor sang to Kat her favorite boy band songs. Carlo shared Kat also had different stations at the wedding venue. They had a henna and cigar stall, as well as a tent where guests could find souvenir items in Bali. “She really thought of everything and her motto is giving the best service to the customer, which is her work’s tagline. The customer satisfaction is so important to her and she applied it to the wedding,” Carlo said. “So it was very heart-felt and heat warming entire event.” As for the wedding receptions in Manila, Carlo said these will be held Dec. 2 at Manila Hotel, which will be attended by their close friends and family who were unable to join them in Bali; then another reception in Cavite for his family there, also before the year ends. (Photos from Instagram by Carlo, Francis Perez, and Pat Dy) Christian and Kat sealing their first kiss as married couple Christian and Kat sealing their first kiss as married couple
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.