{"id":11,"date":"2023-08-22T03:22:11","date_gmt":"2023-08-22T02:22:11","guid":{"rendered":"https:\/\/chicatanaradio.com\/?page_id=11"},"modified":"2023-09-25T02:50:24","modified_gmt":"2023-09-25T01:50:24","slug":"home","status":"publish","type":"page","link":"https:\/\/chicatanaradio.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11\" class=\"elementor elementor-11\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2e54f55 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"2e54f55\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:139,&quot;url&quot;:&quot;http:\\\/\\\/chicatanaradio.com\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/bob_hero3.jpg&quot;},{&quot;id&quot;:16,&quot;url&quot;:&quot;http:\\\/\\\/chicatanaradio.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/1-1.jpg&quot;},{&quot;id&quot;:31,&quot;url&quot;:&quot;http:\\\/\\\/chicatanaradio.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/3-1.jpg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d35185d\" data-id=\"d35185d\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-552627b elementor-widget elementor-widget-spacer\" data-id=\"552627b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-365b53c\" data-id=\"365b53c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-18991ff elementor-widget-mobile__width-initial elementor-widget elementor-widget-html\" data-id=\"18991ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Play_button<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.2.0\/css\/all.min.css\">\r\n<\/head>\r\n<body>\r\n    <div class=\"circle\">\r\n        <div class=\"play box\" id=\"play\">\r\n            <!-- <i #id=\"i\" class=\"fa fa-pause\" id=\"play\" onclick=\"changeIcon(this)\" aria-hidden=\"true\"><\/i><\/div> --> \r\n            <button>\r\n            <i id=\"i\" class=\"fa fa-play\" onclick=\"changeIcon(); \" aria-hidden=\"true\" ><\/i>\r\n            <\/button>\r\n        <\/div>\r\n    <\/div>\r\n    <style>\r\n        body{\r\n            background-color: rgb(177, 161, 161);\r\n\r\n        }\r\n        .circle{\r\n            width: 150px;\r\n            height: 150px;\r\n            background-color: rgb(0, 0, 0);\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            border-radius: 50%;\r\n            box-shadow: 1px 2px 9px 1px #000000;\r\n        \r\n        \r\n        }\r\n        #i{\r\n            font-size:70px;\r\n            color: white;\r\n            \r\n        \r\n        }\r\n        .fa.fa-play{\r\n            margin-left: 3px;\r\n        }\r\n        button{\r\n            background-color: transparent;\r\n            border: none;\r\n            \r\n        }\r\n        button:hover{\r\n            background-color: transparent;\r\n            \r\n        }\r\n        \r\n        button:active{\r\n            background-color: transparent;\r\n        }\r\n        button:focus{\r\n            background-color: transparent;\r\n            outline: 0;\r\n        }\r\n    <\/style>\r\n    <script>\r\n\r\n    const playBox = document.getElementById('play')\r\n    const playButton = document.querySelector(\".fa.fa-play\")\r\n    const pauseButton = document.querySelector(\".fa.fa-pause\")\r\n    \r\n    let changeIcon = function(icon){\r\n        icon.classList.toggle('fa-play');\r\n        icon.classList.toggle('fa-pause');\r\n    };\r\n    var audio = new Audio(\"https:\/\/radiostation.chicatanaradio.com:8000\/radio.mp3\");\r\n    playBox.addEventListener(\"click\", function() {\r\n    if (audio.paused) {\r\n        audio.play();\r\n        changeIcon(playBox.querySelector(\"i\"));\r\n    } else {\r\n        audio.pause();\r\n        audio.currentTime = 0;\r\n        changeIcon(playBox.querySelector(\"i\"));\r\n    }\r\n});\r\n    \r\n    \r\n\r\n    <\/script>\r\n    \r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-7c5dd1d\" data-id=\"7c5dd1d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-236f6e2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"236f6e2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8ae5f9a\" data-id=\"8ae5f9a\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-677c179 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"677c179\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">LIsten live <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a0a5cd elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8a0a5cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><span style=\"color:#5B5D9A\">Chicatano <\/span>bring  your music to <span style=\"color:#5B5D9A\"> life<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-628ad99 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"628ad99\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Rave to the lastest jams <\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-92e5eb8\" data-id=\"92e5eb8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aa33cea elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-spacer\" data-id=\"aa33cea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-38618e7 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"38618e7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8ffc714\" data-id=\"8ffc714\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5bea545 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"5bea545\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e55a923\" data-id=\"e55a923\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d62ce9a elementor-section-height-min-height elementor-section-full_width elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"d62ce9a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a4f99e7\" data-id=\"a4f99e7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-74e4def elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"74e4def\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d1a5170\" data-id=\"d1a5170\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4db482f animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4db482f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Tune in for the lastest sounds <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db600c8 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"db600c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GO ROCK! GO CHICATANO!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0d9a64c\" data-id=\"0d9a64c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bf3abf5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"bf3abf5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c1723f5 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"c1723f5\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7fbd878\" data-id=\"7fbd878\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-70bccaf elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"70bccaf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SNAP-IN MUSIC<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8949551 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8949551\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Listen to Snap-182.5, ring the bell and get your tickets<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0ed21e elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"c0ed21e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/chicatanaradio.com\/?page_id=104\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">DISCOVER MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9d70bc3 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"9d70bc3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-36279f0\" data-id=\"36279f0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-346764c elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"346764c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-55f2c1e\" data-id=\"55f2c1e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-64732c0 elementor-section-height-min-height elementor-section-full_width elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"64732c0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0578f29\" data-id=\"0578f29\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9571b86 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9571b86\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Tune in for the lastest sounds <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9e54cdb elementor-widget-mobile__width-initial elementor-widget elementor-widget-video\" data-id=\"9e54cdb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;vimeo&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<iframe class=\"elementor-video-iframe\" allowfullscreen allow=\"autoplay\" title=\"vimeo Video Player\" src=\"https:\/\/player.vimeo.com\/video\/860080357?autoplay=1&amp;color&amp;autopause=0&amp;loop=1&amp;muted=0&amp;title=0&amp;portrait=0&amp;byline=0#t=\"><\/iframe>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cd4571c\" data-id=\"cd4571c\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-43d3a1e elementor-widget elementor-widget-heading\" data-id=\"43d3a1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SNAP-IN MUSIC<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-03a6da0 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"03a6da0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0bb31c2 elementor-widget elementor-widget-text-editor\" data-id=\"0bb31c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Rock &#8216;n&#8217; roll has always been more than just a genre; it&#8217;s a lifestyle, a rebellion, and a revolution all wrapped into one. It&#8217;s a force of nature that defies conventions and demands to be heard, and with the right setup, you can experience its full intensity right in your own living room.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5de325e elementor-align-left elementor-widget elementor-widget-button\" data-id=\"5de325e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-play-circle\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">TUNE -IN<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-39beef7 elementor-section-height-min-height elementor-section-full_width elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"39beef7\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ecbc985\" data-id=\"ecbc985\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ca1bcac elementor-widget elementor-widget-heading\" data-id=\"ca1bcac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Angelic Resonance: The Rock Odyssey<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-420c5a5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"420c5a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e47fa78 elementor-widget elementor-widget-text-editor\" data-id=\"e47fa78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>As the music blares through your speakers, you can feel the raw energy coursing through your veins. Each note is a sonic explosion, each lyric a story waiting to be told, and each guitar solo a journey to the edge of musical possibility. You&#8217;re not just listening to music; you&#8217;re experiencing it in its most visceral form.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-588ad8e elementor-align-left elementor-widget elementor-widget-button\" data-id=\"588ad8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-play-circle\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">TUNE -IN<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d10fa6b\" data-id=\"d10fa6b\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-851a9ed animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"851a9ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Angelic Requiem: Rock's Resonance<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4210642 elementor-widget elementor-widget-heading\" data-id=\"4210642\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GO ROCK! GO CHICATANO!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-58774f8 elementor-widget elementor-widget-spacer\" data-id=\"58774f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a3c6ed3 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"a3c6ed3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cc08ed7\" data-id=\"cc08ed7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ab2870e elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-ucaddon_post_blocks\" data-id=\"ab2870e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_post_blocks.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Post Blocks -->\n\t\t<link id='font-awesome-css' href='https:\/\/chicatanaradio.com\/wp-content\/plugins\/unlimited-elements-for-elementor\/assets_libraries\/font-awesome6\/fontawesome-all.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='font-awesome-4-shim-css' href='https:\/\/chicatanaradio.com\/wp-content\/plugins\/unlimited-elements-for-elementor\/assets_libraries\/font-awesome6\/fontawesome-v4-shims.min.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Post Blocks *\/\n\n\n\n#uc_post_blocks_elementor_ab2870e {\n    display:grid;\n}\n#uc_post_blocks_elementor_ab2870e .ue_post_blocks_box\n{\n  overflow:hidden;\n}\n\n#uc_post_blocks_elementor_ab2870e .ue_post_blocks_image\n{\n  overflow:hidden;\n}\n#uc_post_blocks_elementor_ab2870e .ue_post_blocks_image img\n{\n  object-fit: cover;\n  object-position:center center;\n  width:100%;\n  display:block;\n}\n#uc_post_blocks_elementor_ab2870e .ue_post_blocks_link a\n{\n  display:inline-block;\n  text-decoration:none;\n  text-align:center;\n}\n\n #uc_post_blocks_elementor_ab2870e .ue_post_blocks_box img\n{\n  transition:0.5s;\n}\n #uc_post_blocks_elementor_ab2870e .ue_post_blocks_box:hover img\n{\n  transform:scale(1.1,1.1);\n}\n\n\n\n\n#uc_post_blocks_elementor_ab2870e .ue-grid-item-meta-data\n{\n  display:inlin-flex;\n  flex-wrap: wrap;\n}\n\n.ue-grid-item-meta-data\n{\n  font-size:12px;\n}\n\n#uc_post_blocks_elementor_ab2870e .ue-grid-item-meta-data-icon\n{\n  line-height:1em;\n}\n\n#uc_post_blocks_elementor_ab2870e .ue-grid-item-meta-data-icon svg\n{\n  width:1em;\n  height:1em;\n}\n\n#uc_post_blocks_elementor_ab2870e .ue_post_blocks_box{\n  display: flex;\n  flex-direction: column;\n}\n#uc_post_blocks_elementor_ab2870e .ue_post_blocks_content{\n display: flex; flex-grow: 1;\n flex-direction: column;\n}\n#uc_post_blocks_elementor_ab2870e .ue_post_blocks_link{ margin-top: auto;\n}\n\n.ue-grid-item-category a\n{\n  display:inline-block;\n  font-size:10px;\n  text-transform:uppercase;\n}\n\n<\/style>\n\n<div id=\"uc_post_blocks_elementor_ab2870e\" class=\"ue_post_blocks uc-items-wrapper\" >\n    <div class=\"ue_post_blocks_box\">\n    <div class=\"ue_post_blocks_image\">\n    <a href=\"https:\/\/chicatanaradio.com\/?p=218\" style=\"display:block;\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_parabelritter.jpg\"  src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_parabelritter.jpg\" alt=\"bob_stream-tile_parabelritter\" width=\"512\" height=\"512\"><\/a>\n  <\/div>\n    <div class=\"ue_post_blocks_content\">\n      \n     <div class=\"ue-grid-item-category\"><a href=\"https:\/\/chicatanaradio.com\/?cat=1\">Blog<\/a><\/div>\n         \n    <div class=\"ue_post_blocks_title\"><a href=\"https:\/\/chicatanaradio.com\/?p=218\">Queen of chicatano<\/a><\/div>    \n        \n    \n    <div class=\"ue_post_blocks_text\">Prove your music knowledge and win tickets for the Escalation Fest by and with Electric Callboy!<\/div>    <div class=\"ue_post_blocks_link\"><a href=\"https:\/\/chicatanaradio.com\/?p=218\" class=\"\">Read More<\/a><\/div>  <\/div>\n<\/div>\n<div class=\"ue_post_blocks_box\">\n    <div class=\"ue_post_blocks_image\">\n    <a href=\"https:\/\/chicatanaradio.com\/?p=216\" style=\"display:block;\"><img decoding=\"async\" src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_livestream-rock-n-pop-1.jpg\"  src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_livestream-rock-n-pop-1.jpg\" alt=\"bob_stream-tile_livestream-rock-n-pop (1)\" width=\"512\" height=\"512\"><\/a>\n  <\/div>\n    <div class=\"ue_post_blocks_content\">\n      \n     <div class=\"ue-grid-item-category\"><a href=\"https:\/\/chicatanaradio.com\/?cat=1\">Blog<\/a><\/div>\n         \n    <div class=\"ue_post_blocks_title\"><a href=\"https:\/\/chicatanaradio.com\/?p=216\">Revival of Classic Rock Hits<\/a><\/div>    \n        \n    \n    <div class=\"ue_post_blocks_text\">In an unexpected turn of events, classic rock is experiencing a resurgence in popularity, captivating...<\/div>    <div class=\"ue_post_blocks_link\"><a href=\"https:\/\/chicatanaradio.com\/?p=216\" class=\"\">Read More<\/a><\/div>  <\/div>\n<\/div>\n<div class=\"ue_post_blocks_box\">\n    <div class=\"ue_post_blocks_image\">\n    <a href=\"https:\/\/chicatanaradio.com\/?p=1\" style=\"display:block;\"><img decoding=\"async\" src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/038f8b83bbada196bbe3a7c1be66d1f7_12.jpg\"  src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/038f8b83bbada196bbe3a7c1be66d1f7_12.jpg\" alt=\"038f8b83bbada196bbe3a7c1be66d1f7_12\" width=\"767\" height=\"417\"><\/a>\n  <\/div>\n    <div class=\"ue_post_blocks_content\">\n      \n     <div class=\"ue-grid-item-category\"><a href=\"https:\/\/chicatanaradio.com\/?cat=1\">Blog<\/a><\/div>\n         \n    <div class=\"ue_post_blocks_title\"><a href=\"https:\/\/chicatanaradio.com\/?p=1\">Breaking News: Rock Royalty Rises!<\/a><\/div>    \n        \n    \n    <div class=\"ue_post_blocks_text\">In a world where the music scene is ever-evolving, there&#8217;s one rockstar who&#8217;s turning the...<\/div>    <div class=\"ue_post_blocks_link\"><a href=\"https:\/\/chicatanaradio.com\/?p=1\" class=\"\">Read More<\/a><\/div>  <\/div>\n<\/div>\n\n<\/div>\n<!-- end Post Blocks -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f56b3d9 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"f56b3d9\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7f38469\" data-id=\"7f38469\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d172b50 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"d172b50\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-51a068c\" data-id=\"51a068c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-63d6f7c elementor-widget elementor-widget-spacer\" data-id=\"63d6f7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3bcfc9 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"f3bcfc9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Try our lastest classics <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3c24a9 elementor-widget elementor-widget-heading\" data-id=\"f3c24a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">TICKETS TO THE BEST ROCK 'N' ROLL EVENTS <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-95d69f2 elementor-widget elementor-widget-text-editor\" data-id=\"95d69f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Step into the light of rock &#8216;n&#8217; roll and secure your tickets for an unforgettable experience. Don&#8217;t miss out; grab your seats today!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-008724e elementor-align-left elementor-widget elementor-widget-button\" data-id=\"008724e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-ticket-alt\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BOOK NOW<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16732c8 elementor-widget elementor-widget-spacer\" data-id=\"16732c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-51eb4b7 elementor-hidden-mobile\" data-id=\"51eb4b7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-581f008 elementor-widget elementor-widget-spacer\" data-id=\"581f008\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0864744 elementor-widget elementor-widget-image\" data-id=\"0864744\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"767\" height=\"417\" src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/038f8b83bbada196bbe3a7c1be66d1f7_9.jpg\" class=\"attachment-large size-large wp-image-69\" alt=\"\" srcset=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/038f8b83bbada196bbe3a7c1be66d1f7_9.jpg 767w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/038f8b83bbada196bbe3a7c1be66d1f7_9-600x326.jpg 600w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/038f8b83bbada196bbe3a7c1be66d1f7_9-300x163.jpg 300w\" sizes=\"(max-width: 767px) 100vw, 767px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-869c39f elementor-widget elementor-widget-spacer\" data-id=\"869c39f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-100f3e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"100f3e7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80a1d38\" data-id=\"80a1d38\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ab48fbe elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"ab48fbe\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f79c734\" data-id=\"f79c734\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ee50d6 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-ucaddon_post_blocks\" data-id=\"4ee50d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_post_blocks.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Post Blocks -->\n\n<style>\/* widget: Post Blocks *\/\n\n\n\n#uc_post_blocks_elementor_4ee50d6 {\n    display:grid;\n}\n#uc_post_blocks_elementor_4ee50d6 .ue_post_blocks_box\n{\n  overflow:hidden;\n}\n\n#uc_post_blocks_elementor_4ee50d6 .ue_post_blocks_image\n{\n  overflow:hidden;\n}\n#uc_post_blocks_elementor_4ee50d6 .ue_post_blocks_image img\n{\n  object-fit: cover;\n  object-position:center center;\n  width:100%;\n  display:block;\n}\n#uc_post_blocks_elementor_4ee50d6 .ue_post_blocks_link a\n{\n  display:inline-block;\n  text-decoration:none;\n  text-align:center;\n}\n\n #uc_post_blocks_elementor_4ee50d6 .ue_post_blocks_box img\n{\n  transition:0.5s;\n}\n #uc_post_blocks_elementor_4ee50d6 .ue_post_blocks_box:hover img\n{\n  transform:scale(1.1,1.1);\n}\n\n\n\n\n#uc_post_blocks_elementor_4ee50d6 .ue-grid-item-meta-data\n{\n  display:inlin-flex;\n  flex-wrap: wrap;\n}\n\n.ue-grid-item-meta-data\n{\n  font-size:12px;\n}\n\n#uc_post_blocks_elementor_4ee50d6 .ue-grid-item-meta-data-icon\n{\n  line-height:1em;\n}\n\n#uc_post_blocks_elementor_4ee50d6 .ue-grid-item-meta-data-icon svg\n{\n  width:1em;\n  height:1em;\n}\n\n#uc_post_blocks_elementor_4ee50d6 .ue_post_blocks_box{\n  display: flex;\n  flex-direction: column;\n}\n#uc_post_blocks_elementor_4ee50d6 .ue_post_blocks_content{\n display: flex; flex-grow: 1;\n flex-direction: column;\n}\n#uc_post_blocks_elementor_4ee50d6 .ue_post_blocks_link{ margin-top: auto;\n}\n\n.ue-grid-item-category a\n{\n  display:inline-block;\n  font-size:10px;\n  text-transform:uppercase;\n}\n\n<\/style>\n\n<div id=\"uc_post_blocks_elementor_4ee50d6\" class=\"ue_post_blocks uc-items-wrapper\" >\n    <div class=\"ue_post_blocks_box\">\n    <div class=\"ue_post_blocks_image\">\n    <a href=\"https:\/\/chicatanaradio.com\/?p=218\" style=\"display:block;\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_parabelritter.jpg\"  src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_parabelritter.jpg\" alt=\"bob_stream-tile_parabelritter\" width=\"512\" height=\"512\"><\/a>\n  <\/div>\n    <div class=\"ue_post_blocks_content\">\n      \n     <div class=\"ue-grid-item-category\"><a href=\"https:\/\/chicatanaradio.com\/?cat=1\">Blog<\/a><\/div>\n         \n    <div class=\"ue_post_blocks_title\"><a href=\"https:\/\/chicatanaradio.com\/?p=218\">Queen of chicatano<\/a><\/div>    \n        \n    \n    <div class=\"ue_post_blocks_text\">Prove your music knowledge and win tickets for the Escalation Fest by and with Electric Callboy!<\/div>    <div class=\"ue_post_blocks_link\"><a href=\"https:\/\/chicatanaradio.com\/?p=218\" class=\"\">Read More<\/a><\/div>  <\/div>\n<\/div>\n<div class=\"ue_post_blocks_box\">\n    <div class=\"ue_post_blocks_image\">\n    <a href=\"https:\/\/chicatanaradio.com\/?p=216\" style=\"display:block;\"><img decoding=\"async\" src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_livestream-rock-n-pop-1.jpg\"  src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_livestream-rock-n-pop-1.jpg\" alt=\"bob_stream-tile_livestream-rock-n-pop (1)\" width=\"512\" height=\"512\"><\/a>\n  <\/div>\n    <div class=\"ue_post_blocks_content\">\n      \n     <div class=\"ue-grid-item-category\"><a href=\"https:\/\/chicatanaradio.com\/?cat=1\">Blog<\/a><\/div>\n         \n    <div class=\"ue_post_blocks_title\"><a href=\"https:\/\/chicatanaradio.com\/?p=216\">Revival of Classic Rock Hits<\/a><\/div>    \n        \n    \n    <div class=\"ue_post_blocks_text\">In an unexpected turn of events, classic rock is experiencing a resurgence in popularity, captivating...<\/div>    <div class=\"ue_post_blocks_link\"><a href=\"https:\/\/chicatanaradio.com\/?p=216\" class=\"\">Read More<\/a><\/div>  <\/div>\n<\/div>\n<div class=\"ue_post_blocks_box\">\n    <div class=\"ue_post_blocks_image\">\n    <a href=\"https:\/\/chicatanaradio.com\/?p=1\" style=\"display:block;\"><img decoding=\"async\" src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/038f8b83bbada196bbe3a7c1be66d1f7_12.jpg\"  src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/038f8b83bbada196bbe3a7c1be66d1f7_12.jpg\" alt=\"038f8b83bbada196bbe3a7c1be66d1f7_12\" width=\"767\" height=\"417\"><\/a>\n  <\/div>\n    <div class=\"ue_post_blocks_content\">\n      \n     <div class=\"ue-grid-item-category\"><a href=\"https:\/\/chicatanaradio.com\/?cat=1\">Blog<\/a><\/div>\n         \n    <div class=\"ue_post_blocks_title\"><a href=\"https:\/\/chicatanaradio.com\/?p=1\">Breaking News: Rock Royalty Rises!<\/a><\/div>    \n        \n    \n    <div class=\"ue_post_blocks_text\">In a world where the music scene is ever-evolving, there&#8217;s one rockstar who&#8217;s turning the...<\/div>    <div class=\"ue_post_blocks_link\"><a href=\"https:\/\/chicatanaradio.com\/?p=1\" class=\"\">Read More<\/a><\/div>  <\/div>\n<\/div>\n\n<\/div>\n<!-- end Post Blocks -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b29461d elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"b29461d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3760f0b\" data-id=\"3760f0b\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a7b4e04 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"a7b4e04\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-088b393\" data-id=\"088b393\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5be6c1e elementor-widget elementor-widget-spacer\" data-id=\"5be6c1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9215798 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9215798\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Try our lastest classics <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-321339f elementor-widget elementor-widget-heading\" data-id=\"321339f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Rockstar Renaissance: A True Icon Reimagining the Music Scene<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88aba45 elementor-widget elementor-widget-text-editor\" data-id=\"88aba45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Prepare to be dazzled by a rockstar whose charisma, talent, and fearless attitude are setting the world on fire and leaving fans screaming for more. Get ready to delve into the life and legend of a true rock &#8216;n&#8217; roll icon!&#8221;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cc6930 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"3cc6930\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-ticket-alt\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BOOK NOW<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d4c01f elementor-widget elementor-widget-spacer\" data-id=\"4d4c01f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ccd89f7 elementor-hidden-mobile\" data-id=\"ccd89f7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9b2bc83 elementor-widget elementor-widget-spacer\" data-id=\"9b2bc83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-024282a elementor-widget elementor-widget-image\" data-id=\"024282a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"479\" height=\"475\" src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/toplist-bg.png\" class=\"attachment-large size-large wp-image-87\" alt=\"\" srcset=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/toplist-bg.png 479w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/toplist-bg-100x100.png 100w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/toplist-bg-300x297.png 300w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/08\/toplist-bg-150x150.png 150w\" sizes=\"(max-width: 479px) 100vw, 479px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d892f48 elementor-widget elementor-widget-spacer\" data-id=\"d892f48\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4b3f576 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"4b3f576\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e9f04fe\" data-id=\"e9f04fe\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-30ba6cc elementor-widget elementor-widget-heading\" data-id=\"30ba6cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Shop Our the Hottest Albums<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7847745 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"7847745\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-011e966\" data-id=\"011e966\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4059ba7 elementor-widget elementor-widget-shortcode\" data-id=\"4059ba7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"woocommerce columns-3 \"><ul class=\"products columns-3\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-392 status-publish first instock product_cat-rock-music has-post-thumbnail featured taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/chicatanaradio.com\/?product=fury-of-the-fretboard\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_rock-hits-500x500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Fury of the Fretboard\" srcset=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_rock-hits-500x500.jpg 500w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_rock-hits-100x100.jpg 100w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_rock-hits.jpg 512w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><h2 class=\"woocommerce-loop-product__title\">Fury of the Fretboard<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>20.00<\/bdi><\/span><\/span>\n<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F11&#038;add-to-cart=392\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"392\" data-product_sku=\"\" aria-label=\"Add to basket: &ldquo;Fury of the Fretboard&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to basket <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F11&#038;add-to-cart=392\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_392\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"392\" data-product_sku=\"\" aria-label=\"Add to basket: &ldquo;Fury of the Fretboard&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Fury of the Fretboard&rdquo; has been added to your basket\">Add to basket<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_392\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-391 status-publish instock product_cat-rock-music has-post-thumbnail featured taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/chicatanaradio.com\/?product=sonic-avalanche\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_power-metal-500x500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sonic Avalanche\" srcset=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_power-metal-500x500.jpg 500w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_power-metal-100x100.jpg 100w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_power-metal.jpg 512w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><h2 class=\"woocommerce-loop-product__title\">Sonic Avalanche<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>20.00<\/bdi><\/span><\/span>\n<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F11&#038;add-to-cart=391\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"391\" data-product_sku=\"\" aria-label=\"Add to basket: &ldquo;Sonic Avalanche&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to basket <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F11&#038;add-to-cart=391\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_391\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"391\" data-product_sku=\"\" aria-label=\"Add to basket: &ldquo;Sonic Avalanche&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Sonic Avalanche&rdquo; has been added to your basket\">Add to basket<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_391\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-393 status-publish last instock product_cat-rock-music has-post-thumbnail featured taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/chicatanaradio.com\/?product=thunderstruck-resurgence-album\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_queen-500x500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Thunderstruck Resurgence album\" srcset=\"https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_queen-500x500.jpg 500w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_queen-100x100.jpg 100w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_queen-300x300.jpg 300w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_queen-150x150.jpg 150w, https:\/\/chicatanaradio.com\/wp-content\/uploads\/2023\/09\/bob_stream-tile_queen.jpg 512w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><h2 class=\"woocommerce-loop-product__title\">Thunderstruck Resurgence album<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>20.00<\/bdi><\/span><\/span>\n<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F11&#038;add-to-cart=393\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"393\" data-product_sku=\"\" aria-label=\"Add to basket: &ldquo;Thunderstruck Resurgence album&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to basket <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F11&#038;add-to-cart=393\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_393\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"393\" data-product_sku=\"\" aria-label=\"Add to basket: &ldquo;Thunderstruck Resurgence album&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Thunderstruck Resurgence album&rdquo; has been added to your basket\">Add to basket<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_393\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<\/ul>\n<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-76f3471 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"76f3471\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b5f3e16\" data-id=\"b5f3e16\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c01003a elementor-section-full_width elementor-section-height-min-height elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"c01003a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40fa55d\" data-id=\"40fa55d\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1252dde elementor-widget elementor-widget-spacer\" data-id=\"1252dde\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b6e68d6\" data-id=\"b6e68d6\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-345653e e-transform e-transform elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"345653e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:155,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8342bb8 elementor-widget elementor-widget-heading\" data-id=\"8342bb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CHICATANO RADIO!!  NEWSLETTER<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc9a287 elementor-button-align-center elementor-widget elementor-widget-form\" data-id=\"dc9a287\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"11\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"dc9a287\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" required=\"required\" aria-required=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button type=\"submit\" class=\"elementor-button elementor-size-sm\">\n\t\t\t\t\t\t<span >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-align-icon-left elementor-button-icon\">\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-wpforms\"><\/i>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Play_button LIsten live Chicatano bring your music to life Rave to the lastest jams Tune in for the lastest sounds GO ROCK! GO CHICATANO! SNAP-IN MUSIC Listen to Snap-182.5, ring the bell and get your tickets DISCOVER MORE Tune in for the lastest sounds SNAP-IN MUSIC Rock &#8216;n&#8217; roll has always been more than just a genre; it&#8217;s a lifestyle, a rebellion, and a revolution all wrapped into one. It&#8217;s a force of nature that defies conventions and demands to be heard, and with the right setup, you can experience its full intensity right in your own living room. TUNE -IN Angelic Resonance: The Rock Odyssey As the music blares through your speakers, you can feel the raw energy coursing through your veins. Each note is a sonic explosion, each lyric a story waiting to be told, and each guitar solo a journey to the edge of musical possibility. You&#8217;re not just listening to music; you&#8217;re experiencing it in its most visceral form. TUNE -IN Angelic Requiem: Rock&#8217;s Resonance GO ROCK! GO CHICATANO! Blog Queen of chicatano Prove your music knowledge and win tickets for the Escalation Fest by and with Electric Callboy! Read More Blog Revival of Classic Rock Hits In an unexpected turn of events, classic rock is experiencing a resurgence in popularity, captivating&#8230; Read More Blog Breaking News: Rock Royalty Rises! In a world where the music scene is ever-evolving, there\u2019s one rockstar who\u2019s turning the&#8230; Read More Try our lastest classics TICKETS TO THE BEST ROCK &#8216;N&#8217; ROLL EVENTS Step into the light of rock &#8216;n&#8217; roll and secure your tickets for an unforgettable experience. Don&#8217;t miss out; grab your seats today! BOOK NOW Blog Queen of chicatano Prove your music knowledge and win tickets for the Escalation Fest by and with Electric Callboy! Read More Blog Revival of Classic Rock Hits In an unexpected turn of events, classic rock is experiencing a resurgence in popularity, captivating&#8230; Read More Blog Breaking News: Rock Royalty Rises! In a world where the music scene is ever-evolving, there\u2019s one rockstar who\u2019s turning the&#8230; Read More Try our lastest classics The Rockstar Renaissance: A True Icon Reimagining the Music Scene Prepare to be dazzled by a rockstar whose charisma, talent, and fearless attitude are setting the world on fire and leaving fans screaming for more. Get ready to delve into the life and legend of a true rock &#8216;n&#8217; roll icon!&#8221; BOOK NOW Shop Our the Hottest Albums CHICATANO RADIO!! NEWSLETTER<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/chicatanaradio.com\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chicatanaradio.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chicatanaradio.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chicatanaradio.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chicatanaradio.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":163,"href":"https:\/\/chicatanaradio.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":781,"href":"https:\/\/chicatanaradio.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/781"}],"wp:attachment":[{"href":"https:\/\/chicatanaradio.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}