360X Studios serves as our dedicated digital content creator hub, expertly crafted to highlight hyperlocal storytelling and programs designed specifically for streaming platforms and social media channels.

Hyperlocal content

Produces and distributes original digital content tailored for RMN’s hyper-social media platforms

Showcasing local culture

Produces and distributes original digital content tailored for RMN’s hyper-social media platforms

Digital content

Produces and distributes original digital content tailored for RMN’s hyper-social media platforms

Discover our hyperlocal content

/* Style the button container */ .category-buttons-container { display: flex; justify-content: flex-start; /* Changed from 'left' for better browser support */ gap: 10px; margin-bottom: 30px; flex-wrap: wrap; } /* Style the buttons */ .filter-button { background-color: #f7f3ed; color: #000; border: 1px solid #000; padding: 10px 20px 0px; /* Simplified padding */ border-radius: 5px; font-weight: bold; cursor: pointer; transition: all 0.3s ease-in-out; display: flex; align-items: center; justify-content: center; } /* Style the active/selected button */ .filter-button.active { background-color: #d1d1d1; color: #000; border-color: #000; } /* Style the text inside the button */ .filter-button h6 { margin: 0; font-size: 12px; letter-spacing: 0.5px; text-transform: uppercase; pointer-events: none; /* Ensures clicking the text clicks the button */ } /* Hide all blog modules by default */ .et_pb_module.blog-good-stories, .et_pb_module.blog-gnewz, .et_pb_module.blog-btbv { display: none; }
All content

Discover our wide range of  digital content from podcasts to hyperlocal stories from communities across the Philippines spotlighting local creators, businesses, culture, and experiences that often go unheard.

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

(function($) { $(document).ready(function() { // Show the 'all' blog module when the page loads with a fade-in effect $('.blog-all').fadeIn(); $('.filter-button').on('click', function() { var category = $(this).data('category'); // Remove 'active' class from all buttons and add to the clicked one $('.filter-button').removeClass('active'); $(this).addClass('active'); // Fade out all blog modules $('.et_pb_module.blog-good-stories, .et_pb_module.blog-gnewz, .et_pb_module.blog-btbv, .et_pb_module.blog-all').fadeOut('fast', function() { // After the fade out is complete, fade in the correct module $('.blog-' + category).fadeIn(); }); }); }); })(jQuery);