editor LogoutAccount PreferencesDid you know...Taking vitamins with antioxidants increases the death rates of people with cancer by 30% ? <!doctype html>
<html class="no-js" lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>103.9 WDKX – Rochester's Top Station for Hip-hop and R&B</title>
<meta name='robots' content='max-image-preview:large' />
<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
<link rel='dns-prefetch' href='//www.youtube.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="103.9 WDKX » Feed" href="https://wdkx.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="103.9 WDKX » Comments Feed" href="https://wdkx.com/comments/feed/" />
<!-- This site uses the Google Analytics by MonsterInsights plugin v9.6.1 - Using Analytics tracking - https://www.monsterinsights.com/ -->
<script src="//www.googletagmanager.com/gtag/js?id=G-Q229P4V2TD" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
var mi_version = '9.6.1';
var mi_track_user = true;
var mi_no_track_reason = '';
var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/wdkx.com\/"};
MonsterInsightsDefaultLocations.page_location = window.location.href;
if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
} else {
var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
}
var disableStrs = [
'ga-disable-G-Q229P4V2TD',
];
/* Function to detect opted out users */
function __gtagTrackerIsOptedOut() {
for (var index = 0; index < disableStrs.length; index++) {
if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
return true;
}
}
return false;
}
/* Disable tracking if the opt-out cookie exists. */
if (__gtagTrackerIsOptedOut()) {
for (var index = 0; index < disableStrs.length; index++) {
window[disableStrs[index]] = true;
}
}
/* Opt-out function */
function __gtagTrackerOptout() {
for (var index = 0; index < disableStrs.length; index++) {
document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[disableStrs[index]] = true;
}
}
if ('undefined' === typeof gaOptout) {
function gaOptout() {
__gtagTrackerOptout();
}
}
window.dataLayer = window.dataLayer || [];
window.MonsterInsightsDualTracker = {
helpers: {},
trackers: {},
};
if (mi_track_user) {
function __gtagDataLayer() {
dataLayer.push(arguments);
}
function __gtagTracker(type, name, parameters) {
if (!parameters) {
parameters = {};
}
if (parameters.send_to) {
__gtagDataLayer.apply(null, arguments);
return;
}
if (type === 'event') {
parameters.send_to = monsterinsights_frontend.v4_id;
var hookName = name;
if (typeof parameters['event_category'] !== 'undefined') {
hookName = parameters['event_category'] + ':' + name;
}
if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
MonsterInsightsDualTracker.trackers[hookName](parameters);
} else {
__gtagDataLayer('event', name, parameters);
}
} else {
__gtagDataLayer.apply(null, arguments);
}
}
__gtagTracker('js', new Date());
__gtagTracker('set', {
'developer_id.dZGIzZG': true,
});
if ( MonsterInsightsLocations.page_location ) {
__gtagTracker('set', MonsterInsightsLocations);
}
__gtagTracker('config', 'G-Q229P4V2TD', {"forceSSL":"true","link_attribution":"true"} );
window.gtag = __gtagTracker; (function () {
/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
/* ga and __gaTracker compatibility shim. */
var noopfn = function () {
return null;
};
var newtracker = function () {
return new Tracker();
};
var Tracker = function () {
return null;
};
var p = Tracker.prototype;
p.get = noopfn;
p.set = noopfn;
p.send = function () {
var args = Array.prototype.slice.call(arguments);
args.unshift('send');
__gaTracker.apply(null, args);
};
var __gaTracker = function () {
var len = arguments.length;
if (len === 0) {
return;
}
var f = arguments[len - 1];
if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
if ('send' === arguments[0]) {
var hitConverted, hitObject = false, action;
if ('event' === arguments[1]) {
if ('undefined' !== typeof arguments[3]) {
hitObject = {
'eventAction': arguments[3],
'eventCategory': arguments[2],
'eventLabel': arguments[4],
'value': arguments[5] ? arguments[5] : 1,
}
}
}
if ('pageview' === arguments[1]) {
if ('undefined' !== typeof arguments[2]) {
hitObject = {
'eventAction': 'page_view',
'page_path': arguments[2],
}
}
}
if (typeof arguments[2] === 'object') {
hitObject = arguments[2];
}
if (typeof arguments[5] === 'object') {
Object.assign(hitObject, arguments[5]);
}
if ('undefined' !== typeof arguments[1].hitType) {
hitObject = arguments[1];
if ('pageview' === hitObject.hitType) {
hitObject.eventAction = 'page_view';
}
}
if (hitObject) {
action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
hitConverted = mapArgs(hitObject);
__gtagTracker('event', action, hitConverted);
}
}
return;
}
function mapArgs(args) {
var arg, hit = {};
var gaMap = {
'eventCategory': 'event_category',
'eventAction': 'event_action',
'eventLabel': 'event_label',
'eventValue': 'event_value',
'nonInteraction': 'non_interaction',
'timingCategory': 'event_category',
'timingVar': 'name',
'timingValue': 'value',
'timingLabel': 'event_label',
'page': 'page_path',
'location': 'page_location',
'title': 'page_title',
'referrer' : 'page_referrer',
};
for (arg in args) {
if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
hit[gaMap[arg]] = args[arg];
} else {
hit[arg] = args[arg];
}
}
return hit;
}
try {
f.hitCallback();
} catch (ex) {
}
};
__gaTracker.create = newtracker;
__gaTracker.getByName = newtracker;
__gaTracker.getAll = function () {
return [];
};
__gaTracker.remove = noopfn;
__gaTracker.loaded = true;
window['__gaTracker'] = __gaTracker;
})();
} else {
console.log("");
(function () {
function __gtagTracker() {
return null;
}
window['__gtagTracker'] = __gtagTracker;
window['gtag'] = __gtagTracker;
})();
}
</script>
<!-- / Google Analytics by MonsterInsights -->
<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/wdkx.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.2"}};
/*! This file is auto-generated */
!function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<!-- wdkx.com is managing ads with Advanced Ads 2.0.9 – https://wpadvancedads.com/ --><script id="advads-ready">
window.advanced_ads_ready=function(e,a){a=a||"complete";var d=function(e){return"interactive"===a?"loading"!==e:"complete"===e};d(document.readyState)?e():document.addEventListener("readystatechange",(function(a){d(a.target.readyState)&&e()}),{once:"interactive"===a})},window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[]; </script>
<style id='wp-emoji-styles-inline-css' type='text/css'>
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://wdkx.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.2' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='feedzy-rss-feeds-loop-style-inline-css' type='text/css'>
.wp-block-feedzy-rss-feeds-loop{display:grid;gap:24px;grid-template-columns:repeat(1,1fr)}@media(min-width:782px){.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-2,.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-3,.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-4,.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-5{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-2{grid-template-columns:repeat(2,1fr)}.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-3{grid-template-columns:repeat(3,1fr)}.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-4{grid-template-columns:repeat(4,1fr)}.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-5{grid-template-columns:repeat(5,1fr)}}.wp-block-feedzy-rss-feeds-loop .wp-block-image.is-style-rounded img{border-radius:9999px}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='vdl_css-css' href='https://wdkx.com/wp-content/plugins/qt-videogalleries/assets/style.css?ver=6.8.2' type='text/css' media='all' />
<link rel='stylesheet' id='rs-plugin-settings-css' href='https://wdkx.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.4.8.3' type='text/css' media='all' />
<style id='rs-plugin-settings-inline-css' type='text/css'>
#rs-demo-id {}
</style>
<link rel='stylesheet' id='woocommerce-layout-css' href='https://wdkx.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.0.4' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://wdkx.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.0.4' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css' href='https://wdkx.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.0.4' type='text/css' media='all' />
<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link rel='stylesheet' id='brands-styles-css' href='https://wdkx.com/wp-content/plugins/woocommerce/assets/css/brands.css?ver=10.0.4' type='text/css' media='all' />
<link rel='stylesheet' id='parent-style-css' href='https://wdkx.com/wp-content/themes/onair2/style.css?ver=6.8.2' type='text/css' media='all' />
<link rel='stylesheet' id='child-style-css' href='https://wdkx.com/wp-content/themes/onair2-child/style.css?ver=6.8.2' type='text/css' media='all' />
<link rel='stylesheet' id='mediaelement-css' href='https://wdkx.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css' href='https://wdkx.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.8.2' type='text/css' media='all' />
<link rel='stylesheet' id='dripicons-css' href='https://wdkx.com/wp-content/themes/onair2/fonts/dripicons/webfont.css?ver=3.9.9.5' type='text/css' media='all' />
<link rel='stylesheet' id='qantumthemes_qticons-css' href='https://wdkx.com/wp-content/themes/onair2/fonts/qticons/qticons.css?ver=3.9.9.5' type='text/css' media='all' />
<link rel='stylesheet' id='slick-css' href='https://wdkx.com/wp-content/themes/onair2/components/slick/slick.css?ver=3.9.9.5' type='text/css' media='all' />
<link rel='stylesheet' id='swipebox-css' href='https://wdkx.com/wp-content/themes/onair2/components/swipebox/src/css/swipebox.min.css?ver=3.9.9.5' type='text/css' media='all' />
<link rel='stylesheet' id='classycountdown-css' href='https://wdkx.com/wp-content/themes/onair2/components/countdown/css/jquery.classycountdown.css?ver=3.9.9.5' type='text/css' media='all' />
<link rel='stylesheet' id='flashblock-css' href='https://wdkx.com/wp-content/themes/onair2/components/soundmanager/templates/qtradio-player/css/flashblock.css?ver=3.9.9.5' type='text/css' media='all' />
<link rel='stylesheet' id='qantumthemes_volume-css' href='https://wdkx.com/wp-content/themes/onair2/components/soundmanager/templates/qtradio-player/css/qt-360player-volume.css?ver=3.9.9.5' type='text/css' media='all' />
<link rel='stylesheet' id='qantumthemes_main-css' href='https://wdkx.com/wp-content/themes/onair2/css/qt-main.css?ver=3.9.9.5' type='text/css' media='all' />
<link rel='stylesheet' id='vc_tta_style-css' href='https://wdkx.com/wp-content/plugins/js_composer/assets/css/js_composer_tta.min.css?ver=8.0.1' type='text/css' media='all' />
<link rel='stylesheet' id='vc_animate-css-css' href='https://wdkx.com/wp-content/plugins/js_composer/assets/lib/vendor/node_modules/animate.css/animate.min.css?ver=8.0.1' type='text/css' media='all' />
<link rel='stylesheet' id='js_composer_front-css' href='https://wdkx.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=8.0.1' type='text/css' media='all' />
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.6.1" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/wdkx.com","hash_tracking":"false","v4_id":"G-Q229P4V2TD"};/* ]]> */
</script>
<script type="text/javascript" src="https://wdkx.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.4.8.3" id="tp-tools-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.4.8.3" id="revmin-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.0.4" id="jquery-blockui-js" data-wp-strategy="defer"></script>
<script type="text/javascript" id="wc-add-to-cart-js-extra">
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/wdkx.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.0.4" id="wc-add-to-cart-js" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.0.4" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="woocommerce-js-extra">
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
/* ]]> */
</script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.0.4" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js?ver=8.0.1" id="vc_woocommerce-add-to-cart-js-js"></script>
<script></script><link rel="https://api.w.org/" href="https://wdkx.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://wdkx.com/wp-json/wp/v2/pages/2897" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://wdkx.com/xmlrpc.php?rsd" />
<link rel="canonical" href="https://wdkx.com/" />
<link rel='shortlink' href='https://wdkx.com/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://wdkx.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwdkx.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://wdkx.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwdkx.com%2F&format=xml" />
<style type="text/css">
.feedzy-rss-link-icon:after {
content: url("https://wdkx.com/wp-content/plugins/feedzy-rss-feeds/img/external-link.png");
margin-left: 3px;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131000769-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-131000769-1');
</script>
<!-- Hotjar Tracking Code for https://www.wdkx.com/ -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1129198,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<meta name="google-site-verification" content="GyCKIW-o1H-3_6zc-cJPBBJsIAUoe5SQI6ZRtZnzg2o" />
<script>
document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
</script>
<style>
.no-js img.lazyload {
display: none;
}
figure.wp-block-image img.lazyloading {
min-width: 150px;
}
.lazyload,
.lazyloading {
--smush-placeholder-width: 100px;
--smush-placeholder-aspect-ratio: 1/1;
width: var(--smush-placeholder-width) !important;
aspect-ratio: var(--smush-placeholder-aspect-ratio) !important;
}
.lazyload, .lazyloading {
opacity: 0;
}
.lazyloaded {
opacity: 1;
transition: opacity 400ms;
transition-delay: 0ms;
}
</style>
<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
<meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/>
<style data-type="vc_custom-css">.qt-slickslider-container .qt-slickslider {
margin-left: 35px;
position: relative;
margin-right: 35px;
}
#maincontent .qt-slickslider-container .slick-slider.qt-slickslider-multiple .qt-item .qt-part-archive-item.qt-vertical .qt-item-header .qt-header-mid {
height: 230px;
min-height: 230px;
}
#maincontent .qt-slickslider-container .slick-slider .qt-item .qt-item-header .qt-header-mid {
min-height: 230px;
height: 230px;
}
.qt-slickslider h3.qt-title {
font-size: 1.5em;
}
.qt-slickslider-container.qt-slickslider-externalarrows .slick-arrow.slick-prev {
width: 30px;
left: -20px;
}
.qt-slickslider-container.qt-slickslider-externalarrows .slick-arrow.slick-next {
width: 30px;
right: -22px;
}
.qt-slickslider-container button.slick-arrow::after {
font-size: 1.7rem;
}
div#vcSidebar > .vc_column-inner {
background-color: #fff;
padding: 30px 20px;
}
#vcSidebar .post-grid {
padding: 0;
}
#vcSidebar .post-grid .post_date {
color: #dd0e34;
font-size: 14px;
}
#vcSidebar .post-grid .title_link a {
font-weight: 600;
}
#vcSidebar .element.excerpt, #vcSidebar .element.content p {
line-height: 1.5;
}
#vcSidebar .post-grid .item {
width: 100%;
}
@media only screen and (min-width:768px) {
div#vcSidebar {
padding-left: 30px;
}
}</style><meta name="generator" content="Powered by Slider Revolution 5.4.8.3 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." />
<link rel="icon" href="https://wdkx.com/wp-content/uploads/2022/10/wdkx-logo-100x100.png" sizes="32x32" />
<link rel="icon" href="https://wdkx.com/wp-content/uploads/2022/10/wdkx-logo.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://wdkx.com/wp-content/uploads/2022/10/wdkx-logo.png" />
<meta name="msapplication-TileImage" content="https://wdkx.com/wp-content/uploads/2022/10/wdkx-logo.png" />
<script type="text/javascript">function setREVStartSize(e){
try{ e.c=jQuery(e.c);var i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0;
if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f})
}catch(d){console.log("Failure at Presize of Slider:"+d)}
};</script>
<style type="text/css" id="wp-custom-css">
.advads-home-background-ads {background-repeat: repeat;}
#advads-home-background-ads {background-repeat: repeat;}
.qt-part-archive-item.qt-item-podcast .qt-feedback {
display: none !important;
}
#health-links table td {
border: 1px solid #c9c9c9;
}
#health-links table thead td {
font-weight: 700;
}
div#health-links h2.widget-title {
margin-bottom: 15px;
}
#podcast-arc.qt-container .row {
display: flex;
flex-flow: wrap;
justify-content: start;
}
#podcast-arc.qt-container .row > div {
margin-left: initial !important;
}
.qt-footer-widgets .qt-footer-logo {
display: none;
}
div[class^="wdkxs"] a img {
margin-left: auto;
margin-right: auto;
}
body.wdkxs-body-background div#maincontent {
max-width: 1299px;
margin: auto;
width:92%
}
#maincontent .custom-slider>ul>li a img {
margin: auto;
}
.textwidget.custom-html-widget ._ning_holder {
margin: auto;
}
.widget_text.widget.widget_custom_html:not(:first-of-type) {
margin-top: 20px;
}
.qt-footer .right.qt-menu-btn {
float: none !important;
}
#maincontent .qt-pageheader .qt-header-bg {
background-position: top center !important;
}
div#qt-mobile-menu {
transition: .3s ease;
}
div#qt-mobile-menu.mobileActive {
transform: translateX(0) !important;
}
div#sidenav-overlay{
z-index:999;
}
nav.qt-menubar ul.qt-desktopmenu li.qt-menu-btn.btn-wd a {
background-color: #dd0e34;
}
nav.qt-menubar ul.qt-desktopmenu li.qt-menu-btn.btn-wd a:hover {
background-color: #ff0442 !important;
}
.fluid-width-video-wrapper iframe {
height: 100% !important;
width: 100% !important;
}
.qt-the-content .vc_row {
margin-left: 0;
margin-right: 0;
}
#maincontent .qt-pageheader {
background-color: #101010;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading {
border-color: #dd0e34;
background-color: #dd0e34;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
border-color: #ff0442;
background-color: #ff0442;
}
.qt-btn .dripicons-align-justify:before {
content: "Read More";
font-family: inherit !important;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-color-classic {
background: transparent none repeat scroll 0 0;
border: medium none;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p, .text-white a, .text-white i, .text-white span {
color: #fff;
}
.qt-archive-events .type-event {
margin-bottom: 20px;
}
.qt-archive-events .type-event:last-child {
margin-bottom: 0;
}
.brand-logo img {
padding: .5rem 0;
}
.fluid-width-video-wrapper {
padding-top: 60% !important;
}
#wpforms-form-61966 {
display: flex !important;
max-width: 800px !important;
margin: 0 auto !important;
}
.wpforms-field-container {
flex: 1;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
max-width: 100% !important;
}
#wpforms-61966-field_2-container {
padding: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
padding: 0 !important;
}
.wpforms-field-medium,
.wpforms-submit {
border-color: #eef2f5 !important;
height: 50px !important;
}
.wpforms-submit {
background: rgba(0, 0, 0, 0) linear-gradient(to right, #fd0104, #d51459) repeat scroll 0 0 !important;
border-radius: 50px !important;
color: #fff !important;
font-size: 16px !important;
padding: 0 4rem !important;
position: relative !important;
left: -70px !important;
}
.gform_wrapper.gravity-theme .gform_footer input.gform_button {
line-height: 4rem;
padding: 0 1.414rem;
background-color: #dd0e34;
border: none;
text-transform: uppercase;
font-size: 1.114rem;
font-weight:500;
font-family: Khand;
transition: all .3s ease-out;
letter-spacing: 0.05em;
}
.gform_wrapper.gravity-theme .gform_footer input.gform_button:hover {
background-color: #ff0442;
}
body.qt-stickymenu div.qt-expandable.qt-searchbar {
z-index:999999;
}
@media only screen and (min-width: 1201px) {
.qt-pageheader .qt-header-bg {
margin-top: 35px;
}
}
@media only screen and (max-width: 767px)
.col-re-order.vc_row>.wpb_column:last-child {
order: -1;
} </style>
<style id="kirki-inline-styles">body, html{font-family:Open Sans;font-weight:400;}strong{font-family:Open Sans;font-weight:700;}h1, h2, h3, h4, h5, h6, .qt-btn, .qt-capfont, caption, .qt-title{font-family:Khand;font-weight:400;letter-spacing:0.05em;text-transform:uppercase;}.qt-menubar-top, .qt-menubar, .qt-side-nav, .qt-menu-footer{font-family:Khand;font-weight:400;letter-spacing:0.05em;text-transform:uppercase;}/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B5caVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B5OaVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4taVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4kaVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4saVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4jaVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4iaVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x5caVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x5OaVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4vaVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVQUwaEQXjN_mQ.woff) format('woff');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQUwaEQXjM.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* devanagari */
@font-face {
font-family: 'Khand';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/khand/TwMA-IINQlQQ0bpTUnIdTwqPxuY.woff) format('woff');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
font-family: 'Khand';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/khand/TwMA-IINQlQQ0bpcUnIdTwqPxuY.woff) format('woff');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Khand';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://wdkx.com/wp-content/fonts/khand/TwMA-IINQlQQ0bpSUnIdTwqP.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}</style>
<!-- THEME STYLES DYNAMIC CUSTOMIZATIONS ========================= -->
<style type="text/css" id="qantumthemes-theme-customizations">
body, html, .qt-content-main, .qt-negative .qt-caption-small span, .qt-paper, .qt-negative .qt-caption-med, .qt-card, .qt-paper, .qt-card, .qt-card-s, .qt-negative .qt-caption-med span, input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea ,
.qt-negative .qt-card h1, .qt-negative .qt-card h2, .qt-negative .qt-card h3, .qt-negative .qt-card h4, .qt-negative .qt-card h4 a, .qt-negative .qt-card h5, .qt-negative .qt-card h6, .qt-negative .qt-card h1 a, .qt-negative .qt-card h2 a, .qt-negative .qt-card h3 a, .qt-negative .qt-card h4 a, .qt-negative .qt-card h5 a, .qt-negative .qt-card h6 a {
color: rgba(0,0,0,0.87) }
*::placeholder {
color: rgba(0,0,0,0.87) }
.qt-text-secondary {
color: rgba(0,0,0,0.65) }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: rgba(0,0,0,0.75) }
.qt-negative h1, .qt-negative h2, .qt-negative h3, .qt-negative h4, .qt-negative h5, .qt-negative h6, .qt-negative h1 a, .qt-negative h2 a, .qt-negative h3 a, .qt-negative h4 a, .qt-negative h5 a, .qt-negative h6 a {
color: #ffffff }
a, .qt-content-main a, a.qt-logo-text span, .tabs .tab a, .qt-pageheader h1 a, .qt-pageheader h2 a, .qt-pageheader h3 a, .qt-pageheader h4 a, .qt-pageheader h5 a, .qt-pageheader h6 a {
color: #dd0e34 }
.qt-content-aside, .qt-footer, .qt-tags {
color: rgba(0,0,0,0.65) }
.qt-content-aside a, .qt-footer a, .qt-tags a, .qt_color_secondary, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
color: #64c9d9 }
.qt-negative, .qt-content-primary-dark,.qt-content-primary,.qt-content-primary-light,.qt-btn-primary, .btn-primary,.qt-secondary, .qt-btn-secondary, .btn-secondary, nav.qt-menubar ul.qt-desktopmenu a:hover, .qt-side-nav a , .qt-sharepage a, .qt-caption-med span , .qt-caption-small span, a.rsswidget, .qt-text-neg, .qt-logo-text, .qt-negative .qt-btn-ghost, .qt-text-neg .qt-btn-ghost {
color: #ffffff }
.qt-mobile-menu, .qt-menu-social a {
color: rgba(255,255,255,0.65) }
body, html, .qt-body {
background-color:#f7f7f9 }
#qtplayercontainer {
background-color:#000000 }
.qt-body.woocommerce li.product, .give-form-wrap, .qt-paper, .qt-card, .qt-card-s, .qt-negative .qt-caption-med span, a.rsswidget, input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea, table.striped>tbody>tr:nth-child(odd), table.bordered>thead>tr, table.bordered>tbody>tr, .qt-negative .qt-caption-small span {
background-color: #ffffff }
.qt-content-primary, .qt-menubar-top {
background-color: #454955 }
.qt-content-primary-dark, .qt-menubar , .qt-mobile-menu, .qt-desktopmenu a{
background-color: #101010 }
.qt-content-primary-light {
background-color: #565c68 }
.qt-body.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.qt-accent, .qt-btn-primary, .btn-primary, nav.qt-menubar ul.qt-desktopmenu a:hover, .qt-btn-primary, .tabs .indicator, .pagination li.active, .give-btn,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
background-color: #dd0e34!important }
a.qt-link-layer {
background-color: #ff0442!important }
.qt-secondary, .qt-btn-secondary, .btn-secondary, .qt-side-nav li li a, .slick-slider .slick-arrow::after, .slick-slider .slick-dots li.slick-active button,
.woocommerce span.onsale, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #64c9d9!important }
.qt-caption-med span, .qt-caption-small span, a.rsswidget {
background-color: #000000 }
.qt-tags a {
border-color: rgba(0,0,0,0.65) }
.qt-menubar ul.qt-desktopmenu > li::after, .qt-menubar ul.qt-desktopmenu > li > a::after, .qt-menubar ul.qt-desktopmenu > li > a::before , .qt-menubar ul.qt-desktopmenu > li.current_page_item:hover::after, .qt-menubar ul.qt-desktopmenu > li.current_page_item:hover > a::after, .qt-menubar ul.qt-desktopmenu > li.current_page_item:hover > a::before, .qt-negative .qt-btn-ghost, .qt-negative .qt-widgets .qt-caption-small, .qt-caption-small {
border-color: #ffffff }
.qt-menubar ul.qt-desktopmenu > li.current_page_item:hover::after, .qt-menubar ul.qt-desktopmenu > li.current_page_item:hover > a::after, .qt-menubar ul.qt-desktopmenu > li.current_page_item:hover > a::before {
border-color: inherit !important; }
.qt-menubar ul.qt-desktopmenu > li.current_page_item::after, .qt-menubar ul.qt-desktopmenu > li.current_page_item > a::after, .qt-menubar ul.qt-desktopmenu > li.current_page_item > a::before, .qt-pageheader .qt-caption {
border-color: #dd0e34 !important; }
.qt-caption-small, .qt-negative .qt-caption-small {
border-color: #000000 }
.qt-negative .qt-caption-small {
border-color: #ffffff
}
/* Hover states ============ */
a:hover, .tabs .tab a:hover, .qt-pageheader h1 a:hover, .qt-pageheader h2 a:hover, .qt-pageheader h3 a:hover, .qt-pageheader h4 a:hover, .qt-pageheader h5 a:hover, .qt-pageheader h6 a:hover {
color: #ff0442 }
.qt-menubar-top a:hover, .qt-pageheader .qt-tags a:hover, .qt-content-aside a:hover, .qt-footer a:hover, .qt-tags a:hover, .qt_color_secondary:hover {
color: #58a4b0!important }
.qt-btn-primary:hover, .btn-primary:hover, .qt-sharepage a:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
background-color: #ff0442!important }
.qt-btn-secondary:hover, .btn-secondary:hover, .qt-secondary:hover, .qt-btn-secondary:hover, .btn-secondary:hover, .qt-side-nav li li a:hover, .slick-slider .slick-arrow:hover::after, .slick-slider .slick-dots li.slick-active button:hover {
background-color: #58a4b0!important }
.qt-tags a:hover {
border-color: #58a4b0!important }
</style>
<!-- QT STYLES DYNAMIC CUSTOMIZATIONS END ========= -->
<style type="text/css" data-type="vc_shortcodes-default-css">.vc_do_custom_heading{margin-bottom:0.625rem;margin-top:0;}</style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1663770958205{padding-top: 70px !important;}.vc_custom_1653929121333{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1654580284774{background-image: url(https://wdkx.com/wp-content/uploads/2022/05/WDKX-Home-podcastsimage-05-236.jpg?id=70136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript>
<!-- CSS styles added by QT Subpages Plugin -->
<style type="text/css">
.vdl-subpages-item a .detail .title {font-size:13px; }
.vdl-subpages-item a .detail {padding-top:45px !important;}
.vdl-subpages-container ul.vdl-subpages-tagcloud li a {
}
.vdl-subpages-container ul.vdl-subpages-tagcloud li a:hover {}
@media (max-width: 768px){
.vdl-elementcontents a.vdl-link .detail .title {}
}
</style>
</head>
<body id="onair2Body" class="home wp-singular page-template page-template-page-visualcomposer page-template-page-visualcomposer-php page page-id-2897 wp-theme-onair2 wp-child-theme-onair2-child theme-onair2 woocommerce-no-js is_gecko mobile is_iphone is_osx qt-parentcontainer template-page-visualcomposer.php qt-stickymenu qt-has-secondarybar qt-body wpb-js-composer js-comp-ver-8.0.1 vc_responsive aa-prefix-advads-" data-start>
<!-- QT HEADER END ================================ -->
<div class="qt-main-menubar" data-0="@class:qt-main-menubar">
<div class="qt-menubar-top qt-content-primary hide-on-large-and-down">
<ul>
<li id="menu-item-104380" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104380"><a href="https://wdkx.com/advertising/"><i class="dripicons-chevron-right"></i>Advertising</a></li>
<li id="menu-item-104381" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104381"><a href="https://wdkx.com/business-listing/"><i class="dripicons-chevron-right"></i>Business Listing</a></li>
<li class="right"><a href="https://twitter.com/1039WDKX" class="qw-disableembedding qw_social" target="_blank"><i class="qticon-twitter qt-socialicon"></i></a></li><li class="right"><a href="https://www.instagram.com/wdkx" class="qw-disableembedding qw_social" target="_blank"><i class="qticon-instagram qt-socialicon"></i></a></li><li class="right"><a href="https://www.facebook.com/1039WDKX/" class="qw-disableembedding qw_social" target="_blank"><i class="qticon-facebook qt-socialicon"></i></a></li> </ul>
</div>
<!-- QT MENUBAR ================================ -->
<nav id="qtmainmenucontainer" class="qt-menubar nav-wrapper qt-content-primary">
<!-- desktop menu HIDDEN IN MOBILE AND TABLETS -->
<ul class="qt-desktopmenu hide-on-xl-and-down">
<li class="qt-logo-link">
<a href="https://wdkx.com" class="brand-logo qt-logo-text">
<img data-src="https://wdkx.com/wp-content/uploads/2022/10/wdkx-logo.png" alt="Home" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" class="lazyload" style="--smush-placeholder-width: 333px; --smush-placeholder-aspect-ratio: 333/146;"> </a>
</li>
<li id="menu-item-56264" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-56264"><a href="https://wdkx.com/about/">About</a></li>
<li id="menu-item-104369" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104369"><a href="https://wdkx.com/birthday-wall/">Birthday Wall</a></li>
<li id="menu-item-104370" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104370"><a href="https://wdkx.com/radio/">Radio</a></li>
<li id="menu-item-104371" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104371"><a href="https://wdkx.com/blogs/">Blog</a></li>
<li id="menu-item-104372" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104372"><a href="https://wdkx.com/events/">Events</a></li>
<li id="menu-item-104373" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-104373"><a href="https://wdkx.com/podcasts/">Podcast Network</a>
<ul class="sub-menu">
<li id="menu-item-138166" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138166"><a href="https://wdkx.com/podcasts/">Audio Podcasts</a></li>
<li id="menu-item-138165" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138165"><a target="_blank" href="https://wdkx.com/video-podcast/">Video Podcasts</a></li>
</ul>
</li>
<li id="menu-item-112095" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112095"><a href="https://wdkx.com/check-your-health/">Check Your Health</a></li>
<li id="menu-item-104374" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104374"><a href="https://wdkx.com/jobs/">Jobs</a></li>
<li id="menu-item-101495" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-101495"><a href="https://wdkx.com/contact/">Contact</a></li>
<li id="menu-item-104375" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104375"><a href="https://wdkx.com/weather/">Weather</a></li>
<li id="menu-item-142465" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-142465"><a href="https://wdkx.com/radio-what-just-played/">What Just Played</a></li>
<li id="menu-item-70156" class="right qt-menu-btn btn-wd menu-item menu-item-type-custom menu-item-object-custom menu-item-70156"><a target="_blank" href="https://player.amperwave.net/7205"><i class="icon dripicons-media-play"></i> Listen Live</a></li>
<li class="right qt-menu-btn">
<a href="#" data-expandable="#qtsearchbar" class="qt-scrolltop">
<i class="icon dripicons-search"></i>
</a>
</li>
</ul>
<!-- mobile menu icon and logo VISIBLE ONLY TABLET AND MOBILE-->
<ul class="qt-desktopmenu qt-mobilemenubar hide-on-xl-only ">
<li>
<a href="#" data-activates="qt-mobile-menu" class="button-collapse qt-menu-switch qt-btn qt-btn-primary qt-btn-m">
<i class="dripicons-menu"></i>
</a>
</li>
<li>
<a href="https://wdkx.com" class="brand-logo qt-logo-text">
<img data-src="https://wdkx.com/wp-content/uploads/2022/10/wdkx-logo.png" alt="Home" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" class="lazyload" style="--smush-placeholder-width: 333px; --smush-placeholder-aspect-ratio: 333/146;"> </a>
</li>
</ul>
</nav>
</div>
<!-- mobile menu -->
<div id="qt-mobile-menu" class="side-nav qt-content-primary">
<ul class=" qt-side-nav">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-56264"><a href="https://wdkx.com/about/">About</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104369"><a href="https://wdkx.com/birthday-wall/">Birthday Wall</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104370"><a href="https://wdkx.com/radio/">Radio</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104371"><a href="https://wdkx.com/blogs/">Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104372"><a href="https://wdkx.com/events/">Events</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-104373"><a href="https://wdkx.com/podcasts/">Podcast Network</a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138166"><a href="https://wdkx.com/podcasts/">Audio Podcasts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138165"><a target="_blank" href="https://wdkx.com/video-podcast/">Video Podcasts</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112095"><a href="https://wdkx.com/check-your-health/">Check Your Health</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104374"><a href="https://wdkx.com/jobs/">Jobs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-101495"><a href="https://wdkx.com/contact/">Contact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104375"><a href="https://wdkx.com/weather/">Weather</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-142465"><a href="https://wdkx.com/radio-what-just-played/">What Just Played</a></li>
<li class="right qt-menu-btn btn-wd menu-item menu-item-type-custom menu-item-object-custom menu-item-70156"><a target="_blank" href="https://player.amperwave.net/7205"><i class="icon dripicons-media-play"></i> Listen Live</a></li>
</ul>
</div>
<!-- mobile toolbar -->
<ul class="qt-mobile-toolbar qt-content-primary-dark qt-content-aside hide-on-xl-only">
<li><a href="#" data-expandable="#qtsearchbar" class="qt-scrolltop"><i class="icon dripicons-search"></i></a></li>
</ul><!-- SEARCH FORM ========================= -->
<div id="qtsearchbar" class="qt-searchbar qt-content-primary qt-expandable ">
<div class="qt-expandable-inner">
<form method="get" class="qt-inline-form" action="https://wdkx.com/" role="search">
<div class="row qt-nopadding">
<div class="col s12 m8 l9">
<input placeholder="Type and press enter …" value="" name="s" type="text" class="validate qt-input-l">
</div>
<div class="col s12 m3 l2">
<input type="submit" value="Search" class="qt-btn qt-btn-primary qt-btn-l qt-fullwidth">
</div>
<div class="col s12 m1 l1">
<a href="#" class="qt-btn qt-btn-l qt-btn-secondary qt-fullwidth aligncenter" data-expandable="#qtsearchbar"><i class="dripicons-cross"></i></a>
</div>
</div>
</form>
</div>
</div>
<!-- SEARCH FORM END ========================= -->
<div id="maincontent" class="qt-main">
<div id="post-2897" class="post-2897 page type-page status-publish hentry">
<div class="qt-container-composer">
<div class="qt-the-content">
<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid qt-custom-composer"><div class="qt-container"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <hr class="qt-spacer-m">
<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
<div class="wpb_wrapper">
<div class="advads-leaderboard-728x90" id="advads-639060865"><div class="advads-adlabel">Advertisements</div><a href="https://www.rocsummersoulfest.com/" target="_blank" aria-label="2025 RSSMF Banner (728 x 90 px)"><img fetchpriority="high" decoding="async" src="https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px.png" alt="" srcset="https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px.png 1820w, https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px-300x37.png 300w, https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px-1024x127.png 1024w, https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px-768x95.png 768w, https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px-1536x190.png 1536w, https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px-600x74.png 600w" sizes="(max-width: 1820px) 100vw, 1820px" class="no-lazyload" width="1820" height="225" /></a></div>
</div>
</div>
<hr class="qt-spacer-s">
</div></div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-no-padding qt-custom-composer"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <!-- SLIDESHOW FULLSCREEN ================================================== -->
<div class="qt-slickslider-container">
<div class="qt-slickslider qt-invisible qt-animated qt-slickslider-single qt-black-bg" data-variablewidth="true" data-arrows="true" data-dots="true" data-infinite="true" data-centermode="true" data-pauseonhover="true" data-autoplay="true" data-arrowsmobile="false" data-centermodemobile="true" data-dotsmobile="true" data-variablewidthmobile="true">
<div class="qt-slick-opacity-fx qt-item">
<!-- POST HERO ITEM ========================= -->
<div class="qt-part-archive-item qt-part-item-post-hero">
<div class="qt-item-header">
<div class="qt-header-top">
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/category/blog/" rel="category tag">Blog</a> </li>
</ul>
<h2 class="qt-title">
<a href="https://wdkx.com/whew-the-white-house-comes-under-fire-for-using-viral-jet2-holiday-jingle-in-ice-deportation-clip-video/" class="qt-text-shadow qt-ellipsis-2 qt-t">
Whew! The White House Comes Under Fire For Using Viral “Jet2 Holiday” Jingle In ICE Deportation Clip (VIDEO) </a>
</h2>
<div class="qt-the-content qt-spacer-s small hide-on-med-and-down ">
<p class="qt-spacer-s qt-text-shadow small qt-ellipsis-2">
A new video posted to The White House‘s official social media accounts has the internet giving major side-eye after a questionable audio choice turned a serious message into a whole spectacle. Now, folks are demanding answers — and some are calling it one of the most tone-deaf posts to date. RELATED: The Plot Thickens! Donald […] </p><div class="advads-inside-post-leaderboard-728x90" style="text-align: center;" id="advads-2259478231"><div class="advads-adlabel">Advertisements</div><a href="https://www.ticketmaster.com/event/000062D88D5110CA" target="_blank" aria-label="Legends-of-Laughter_FALL-2025_Rochester_728x90"><img src="https://wdkx.com/wp-content/uploads/2025/07/Legends-of-Laughter_FALL-2025_Rochester_728x90.jpg" alt="" srcset="https://wdkx.com/wp-content/uploads/2025/07/Legends-of-Laughter_FALL-2025_Rochester_728x90.jpg 728w, https://wdkx.com/wp-content/uploads/2025/07/Legends-of-Laughter_FALL-2025_Rochester_728x90-300x37.jpg 300w, https://wdkx.com/wp-content/uploads/2025/07/Legends-of-Laughter_FALL-2025_Rochester_728x90-600x74.jpg 600w" sizes="(max-width: 728px) 100vw, 728px" class="no-lazyload" width="728" height="90" /></a></div>
<p><a href="https://wdkx.com/whew-the-white-house-comes-under-fire-for-using-viral-jet2-holiday-jingle-in-ice-deportation-clip-video/" class="qt-btn qt-btn-l qt-btn-primary "><i class="dripicons-align-justify"></i></a></p>
</div>
</div>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/08/The-White-House-Sparks-Reactions-After-Using-Jet2-Holiday-Jingle-In-ICE-Deportation-Video-xrKii7.jpg">
<img decoding="async" width="60" height="60" data-src="https://wdkx.com/wp-content/uploads/2025/08/The-White-House-Sparks-Reactions-After-Using-Jet2-Holiday-Jingle-In-ICE-Deportation-Video-xrKii7.jpg" class="img-responsive activator wp-post-image lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 60px; --smush-placeholder-aspect-ratio: 60/60;" /> </div>
</div>
</div>
<!-- POST HERO ITEM END ========================= -->
</div>
<div class="qt-slick-opacity-fx qt-item">
<!-- POST HERO ITEM ========================= -->
<div class="qt-part-archive-item qt-part-item-post-hero">
<div class="qt-item-header">
<div class="qt-header-top">
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/category/blog/" rel="category tag">Blog</a> </li>
</ul>
<h2 class="qt-title">
<a href="https://wdkx.com/whats-goin-on-here-social-media-reacts-after-olandrias-old-tweet-to-duke-dennis-resurfaces-photos/" class="qt-text-shadow qt-ellipsis-2 qt-t">
What’s Goin’ On Here? Social Media Reacts After Olandria’s Old Tweet To Duke Dennis Resurfaces (PHOTOS) </a>
</h2>
<div class="qt-the-content qt-spacer-s small hide-on-med-and-down ">
<p class="qt-spacer-s qt-text-shadow small qt-ellipsis-2">
Social media users are reacting to a year-old tweet where ‘Love Island USA’ star Olandria seemingly shot her shot at content creator and streamer Duke Dennis. The resurfaced interaction has fans revisiting the moment now that Olandria has become a familiar face. Related: Oop! Duke Dennis Admits To Being A Father Amid Rumors & Sends A […] </p>
<p><a href="https://wdkx.com/whats-goin-on-here-social-media-reacts-after-olandrias-old-tweet-to-duke-dennis-resurfaces-photos/" class="qt-btn qt-btn-l qt-btn-primary "><i class="dripicons-align-justify"></i></a></p>
</div>
</div>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/08/IMG_1112-e1754168521738-HYzxar.jpg">
<img decoding="async" width="60" height="60" data-src="https://wdkx.com/wp-content/uploads/2025/08/IMG_1112-e1754168521738-HYzxar.jpg" class="img-responsive activator wp-post-image lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 60px; --smush-placeholder-aspect-ratio: 60/60;" /> </div>
</div>
</div>
<!-- POST HERO ITEM END ========================= -->
</div>
<div class="qt-slick-opacity-fx qt-item">
<!-- POST HERO ITEM ========================= -->
<div class="qt-part-archive-item qt-part-item-post-hero">
<div class="qt-item-header">
<div class="qt-header-top">
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/category/blog/" rel="category tag">Blog</a> </li>
</ul>
<h2 class="qt-title">
<a href="https://wdkx.com/the-plot-thickens-donald-trump-seemingly-shares-final-thoughts-on-whether-hell-pardon-diddy-video/" class="qt-text-shadow qt-ellipsis-2 qt-t">
The Plot Thickens! Donald Trump Seemingly Shares Final Thoughts On Whether He’ll Pardon Diddy (VIDEO) </a>
</h2>
<div class="qt-the-content qt-spacer-s small hide-on-med-and-down ">
<p class="qt-spacer-s qt-text-shadow small qt-ellipsis-2">
When it comes to Donald Trump and Sean “Diddy” Combs, their history seemingly goes way back—red carpets, flashy parties, and photo ops from the late ’90s to the early 2000s. But, fast forward to now, and it appears that the vibe has definitely changed. The former president is finally speaking out about Diddy’s legal drama… […] </p>
<p><a href="https://wdkx.com/the-plot-thickens-donald-trump-seemingly-shares-final-thoughts-on-whether-hell-pardon-diddy-video/" class="qt-btn qt-btn-l qt-btn-primary "><i class="dripicons-align-justify"></i></a></p>
</div>
</div>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/08/Trump-Breaks-Silence-On-If-He-Plans-On-Pardoning-Diddy-UWEPKQ.png">
<img decoding="async" width="60" height="60" data-src="https://wdkx.com/wp-content/uploads/2025/08/Trump-Breaks-Silence-On-If-He-Plans-On-Pardoning-Diddy-UWEPKQ.png" class="img-responsive activator wp-post-image lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 60px; --smush-placeholder-aspect-ratio: 60/60;" /> </div>
</div>
</div>
<!-- POST HERO ITEM END ========================= -->
</div>
<div class="qt-slick-opacity-fx qt-item">
<!-- POST HERO ITEM ========================= -->
<div class="qt-part-archive-item qt-part-item-post-hero">
<div class="qt-item-header">
<div class="qt-header-top">
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/category/blog/" rel="category tag">Blog</a> </li>
</ul>
<h2 class="qt-title">
<a href="https://wdkx.com/chris-brown-reportedly-sued-by-miami-business-owner-accused-of-infringing-on-breezy-bowl-trademark/" class="qt-text-shadow qt-ellipsis-2 qt-t">
Chris Brown Reportedly Sued By Miami Business Owner, Accused Of Infringing On “Breezy Bowl” Trademark </a>
</h2>
<div class="qt-the-content qt-spacer-s small hide-on-med-and-down ">
<p class="qt-spacer-s qt-text-shadow small qt-ellipsis-2">
Chris Brown is facing a new lawsuit from a Miami business owner who claims Breezy’s “Breezy Bowl XX” tour name infringes on his trademark. Kris Izquierdo, the CEO of Breezy Swim, says he’s been using the name for his runway fashion show since 2023, and now he’s taking Brown, Live Nation, and others to court. […] </p>
<p><a href="https://wdkx.com/chris-brown-reportedly-sued-by-miami-business-owner-accused-of-infringing-on-breezy-bowl-trademark/" class="qt-btn qt-btn-l qt-btn-primary "><i class="dripicons-align-justify"></i></a></p>
</div>
</div>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/08/Chris-Brown-Reportedly-Sued-By-Miami-Businessman-For-Infringing-Breezy-Bowl-Tour-Name-IQ0DUY.png">
<img decoding="async" width="60" height="60" data-src="https://wdkx.com/wp-content/uploads/2025/08/Chris-Brown-Reportedly-Sued-By-Miami-Businessman-For-Infringing-Breezy-Bowl-Tour-Name-IQ0DUY.png" class="img-responsive activator wp-post-image lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 60px; --smush-placeholder-aspect-ratio: 60/60;" /> </div>
</div>
</div>
<!-- POST HERO ITEM END ========================= -->
</div>
<div class="qt-slick-opacity-fx qt-item">
<!-- POST HERO ITEM ========================= -->
<div class="qt-part-archive-item qt-part-item-post-hero">
<div class="qt-item-header">
<div class="qt-header-top">
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/category/blog/" rel="category tag">Blog</a> </li>
</ul>
<h2 class="qt-title">
<a href="https://wdkx.com/its-a-family-affair-shannon-sharpe-welcomes-brother-sterling-into-pro-football-hall-of-fame/" class="qt-text-shadow qt-ellipsis-2 qt-t">
It’s A Family Affair! Shannon Sharpe Welcomes Brother Sterling Into Pro Football Hall Of Fame </a>
</h2>
<div class="qt-the-content qt-spacer-s small hide-on-med-and-down ">
<p class="qt-spacer-s qt-text-shadow small qt-ellipsis-2">
Shannon Sharpe stood front and center as he welcomed his big brother, Sterling Sharpe, into the Pro Football Hall of Fame at the iconic Gold Jacket Dinner. From their humble beginnings in Georgia to sharing the ultimate football honor, their sweet on-stage moment is giving social media all the feels, y’all. Despite Shannon’s recent ESPN […] </p>
<p><a href="https://wdkx.com/its-a-family-affair-shannon-sharpe-welcomes-brother-sterling-into-pro-football-hall-of-fame/" class="qt-btn qt-btn-l qt-btn-primary "><i class="dripicons-align-justify"></i></a></p>
</div>
</div>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/08/Shannon-Sharpe-Welcomes-Brother-Sterling-Into-Pro-Football-Hall-Of-Fame-Following-ESPN-Exit-HJf8jm.png">
<img decoding="async" width="60" height="60" data-src="https://wdkx.com/wp-content/uploads/2025/08/Shannon-Sharpe-Welcomes-Brother-Sterling-Into-Pro-Football-Hall-Of-Fame-Following-ESPN-Exit-HJf8jm.png" class="img-responsive activator wp-post-image lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 60px; --smush-placeholder-aspect-ratio: 60/60;" /> </div>
</div>
</div>
<!-- POST HERO ITEM END ========================= -->
</div>
<div class="qt-slick-opacity-fx qt-item">
<!-- POST HERO ITEM ========================= -->
<div class="qt-part-archive-item qt-part-item-post-hero">
<div class="qt-item-header">
<div class="qt-header-top">
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/category/blog/" rel="category tag">Blog</a> </li>
</ul>
<h2 class="qt-title">
<a href="https://wdkx.com/eve-addresses-claims-shes-living-a-soft-life-due-to-marrying-her-billionaire-husband-maximillion-cooper-video/" class="qt-text-shadow qt-ellipsis-2 qt-t">
Eve Addresses Claims She’s Living A “Soft Life” Due To Marrying Her “Billionaire” Husband Maximillion Cooper (VIDEO) </a>
</h2>
<div class="qt-the-content qt-spacer-s small hide-on-med-and-down ">
<p class="qt-spacer-s qt-text-shadow small qt-ellipsis-2">
Eve is setting the record straight about her glow-up and that “soft life” folks keep associating her with. In a candid sit-down with Angie Martinez on the ‘In Real Life Podcast,’ the Philly rapper softly clapped back at claims that her luxe lifestyle is all thanks to her husband Maximillion Cooper‘s bank account. Eve reveals […] </p>
<p><a href="https://wdkx.com/eve-addresses-claims-shes-living-a-soft-life-due-to-marrying-her-billionaire-husband-maximillion-cooper-video/" class="qt-btn qt-btn-l qt-btn-primary "><i class="dripicons-align-justify"></i></a></p>
</div>
</div>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/08/Eve-Denies-22Soft-Life22-Claims-Are-Due-To-Marrying-A-Wealthy-Man-VIDEO-CGJzZB.png">
<img decoding="async" width="60" height="60" data-src="https://wdkx.com/wp-content/uploads/2025/08/Eve-Denies-22Soft-Life22-Claims-Are-Due-To-Marrying-A-Wealthy-Man-VIDEO-CGJzZB.png" class="img-responsive activator wp-post-image lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 60px; --smush-placeholder-aspect-ratio: 60/60;" /> </div>
</div>
</div>
<!-- POST HERO ITEM END ========================= -->
</div>
<div class="qt-slick-opacity-fx qt-item">
<!-- POST HERO ITEM ========================= -->
<div class="qt-part-archive-item qt-part-item-post-hero">
<div class="qt-item-header">
<div class="qt-header-top">
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/category/blog/" rel="category tag">Blog</a> </li>
</ul>
<h2 class="qt-title">
<a href="https://wdkx.com/im-a-survivor-michelle-williams-talks-destinys-child-reunion-and-the-trauma-that-still-haunts-her-from-her-group/" class="qt-text-shadow qt-ellipsis-2 qt-t">
I’m A Survivor! Michelle Williams Talks Destiny’s Child Reunion And The “Trauma” That Still Haunts Her From Her Group </a>
</h2>
<div class="qt-the-content qt-spacer-s small hide-on-med-and-down ">
<p class="qt-spacer-s qt-text-shadow small qt-ellipsis-2">
Y’all! Michelle Williams may have had fans screaming when she popped up alongside Beyoncé and Kelly Rowland during the ‘Cowboy Carter’ tour stop in Las Vegas, but behind that flawless performance was one very real fear—falling flat on her face. And, if you think she’s exaggerating, sis says she’s been carrying that fear for over […] </p>
<p><a href="https://wdkx.com/im-a-survivor-michelle-williams-talks-destinys-child-reunion-and-the-trauma-that-still-haunts-her-from-her-group/" class="qt-btn qt-btn-l qt-btn-primary "><i class="dripicons-align-justify"></i></a></p>
</div>
</div>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/08/Michelle-Williams-Talks-Destinys-Child-Reunion-And-Trauma-That-Still-Haunts-Her-From-The-Group-rjORv9.png">
<img decoding="async" width="60" height="60" data-src="https://wdkx.com/wp-content/uploads/2025/08/Michelle-Williams-Talks-Destinys-Child-Reunion-And-Trauma-That-Still-Haunts-Her-From-The-Group-rjORv9.png" class="img-responsive activator wp-post-image lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 60px; --smush-placeholder-aspect-ratio: 60/60;" /> </div>
</div>
</div>
<!-- POST HERO ITEM END ========================= -->
</div>
</div>
</div>
<!-- SLIDESHOW FULLSCREEN END ================================================== -->
</div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1663770958205 qt-custom-composer"><div class="qt-container"><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper"> <h3 class="qt-caption-med qt-capfont "><span>Blog Highlights</span></h3>
<hr class="qt-spacer-s">
<hr class="qt-spacer-s">
<h5 class="qt-caption-small qt-capfont "><span>Featured</span></h5>
<!-- SLIDESHOW POST ================================================== -->
<div class="qt-slickslider-container qt-slickslider-externalarrows">
<div class="row">
<div class="qt-slickslider qt-invisible qt-animated qt-slickslider-multiple"
data-slidestoshow="3"
data-variablewidth="false"
data-arrows="true"
data-dots="false"
data-infinite="true"
data-centermode="false"
data-pauseonhover="true"
data-autoplay="false"
data-arrowsmobile="false"
data-centermodemobile="true"
data-dotsmobile="false"
data-slidestoshowmobile="1"
data-variablewidthmobile="true"
data-infinitemobile="false">
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/2025-roc-summer-soul-music-festival/" class="qt-text-shadow">
2025 Roc Summer Soul Music Festival </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/luma/" title="Posts by luma" rel="author">luma</a></p>
<p class="qt-date">June 17, 2025</p>
</div>
</div> <a href="https://wdkx.com/2025-roc-summer-soul-music-festival/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/06/Untitled-design.png">
<img decoding="async" width="300" height="250" data-src="https://wdkx.com/wp-content/uploads/2025/06/Untitled-design.png" class="img-responsive activator wp-post-image lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/250;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/be-the-change-join-the-u-of-r-legal-academy/" class="qt-text-shadow">
Be the Change : Join the U of R Legal Academy </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/luma/" title="Posts by luma" rel="author">luma</a></p>
<p class="qt-date">June 14, 2025</p>
</div>
</div> <a href="https://wdkx.com/be-the-change-join-the-u-of-r-legal-academy/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/06/IMG_8167-1024x328.jpeg">
<img decoding="async" width="1024" height="328" data-src="https://wdkx.com/wp-content/uploads/2025/06/IMG_8167-1024x328.jpeg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/06/IMG_8167-1024x328.jpeg 1024w, https://wdkx.com/wp-content/uploads/2025/06/IMG_8167-300x96.jpeg 300w, https://wdkx.com/wp-content/uploads/2025/06/IMG_8167-768x246.jpeg 768w, https://wdkx.com/wp-content/uploads/2025/06/IMG_8167-600x192.jpeg 600w, https://wdkx.com/wp-content/uploads/2025/06/IMG_8167.jpeg 1241w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/328;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/featured/" class="qt-catid-11845">
featured </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/attorney-al-parisi/" class="qt-text-shadow">
Attorney Al Parisi </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/luma/" title="Posts by luma" rel="author">luma</a></p>
<p class="qt-date">January 22, 2025</p>
</div>
</div> <a href="https://wdkx.com/attorney-al-parisi/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/01/Dad_2.jpg">
<img decoding="async" width="300" height="200" data-src="https://wdkx.com/wp-content/uploads/2025/01/Dad_2.jpg" class="img-responsive activator wp-post-image lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/200;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/community/" class="qt-catid-11847">
Community </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/apply-for-federal-student-loan-forgiveness-here/" class="qt-text-shadow">
SCAN TO DOWNLOAD QR CODE </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/jazzytonairgmail-com/" title="Posts by Jazzy T" rel="author">Jazzy T</a></p>
<p class="qt-date">August 29, 2023</p>
</div>
</div> <a href="https://wdkx.com/apply-for-federal-student-loan-forgiveness-here/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-6-791x1024.png">
<img decoding="async" width="791" height="1024" data-src="https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-6-791x1024.png" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-6-791x1024.png 791w, https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-6-232x300.png 232w, https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-6-768x994.png 768w, https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-6-1187x1536.png 1187w, https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-6-600x777.png 600w, https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-6.png 1545w" data-sizes="(max-width: 791px) 100vw, 791px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 791px; --smush-placeholder-aspect-ratio: 791/1024;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/download-the-wdkx-app-today/" class="qt-text-shadow">
DOWNLOAD THE WDKX APP TODAY! </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/jazzytonairgmail-com/" title="Posts by Jazzy T" rel="author">Jazzy T</a></p>
<p class="qt-date">March 29, 2023</p>
</div>
</div> <a href="https://wdkx.com/download-the-wdkx-app-today/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-7-791x1024.png">
<img decoding="async" width="791" height="1024" data-src="https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-7-791x1024.png" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-7-791x1024.png 791w, https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-7-232x300.png 232w, https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-7-768x994.png 768w, https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-7-1187x1536.png 1187w, https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-7-600x777.png 600w, https://wdkx.com/wp-content/uploads/2023/03/Untitled-design-7.png 1545w" data-sizes="(max-width: 791px) 100vw, 791px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 791px; --smush-placeholder-aspect-ratio: 791/1024;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/business/" class="qt-catid-11868">
Business </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/are-you-crypto-curious/" class="qt-text-shadow">
Are you crypto-curious? </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/sitehub_admin/" title="Posts by Site Hub" rel="author">Site Hub</a></p>
<p class="qt-date">July 28, 2021</p>
</div>
</div> <a href="https://wdkx.com/are-you-crypto-curious/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2021/07/300-x-250.jpg">
<img decoding="async" width="300" height="250" data-src="https://wdkx.com/wp-content/uploads/2021/07/300-x-250.jpg" class="img-responsive activator wp-post-image lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/250;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/chris-rock-total-blackout-the-tambourine-extended-cut/" class="qt-text-shadow">
Chris Rock Total Blackout | The Tambourine Extended Cut </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/atudkxgmail-com/" title="Posts by Atu" rel="author">Atu</a></p>
<p class="qt-date">January 15, 2021</p>
</div>
</div> <a href="https://wdkx.com/chris-rock-total-blackout-the-tambourine-extended-cut/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2019/12/photo-1516280440614-37939bbacd81-scaled-1.jpeg">
<img decoding="async" width="1024" height="683" data-src="https://wdkx.com/wp-content/uploads/2019/12/photo-1516280440614-37939bbacd81-scaled-1.jpeg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2019/12/photo-1516280440614-37939bbacd81-scaled-1.jpeg 1024w, https://wdkx.com/wp-content/uploads/2019/12/photo-1516280440614-37939bbacd81-scaled-1-300x200.jpeg 300w, https://wdkx.com/wp-content/uploads/2019/12/photo-1516280440614-37939bbacd81-scaled-1-768x512.jpeg 768w, https://wdkx.com/wp-content/uploads/2019/12/photo-1516280440614-37939bbacd81-scaled-1-600x400.jpeg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/683;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/dj-reign-of-wdkx-joins-news-8-townhall-meeting/" class="qt-text-shadow">
DJ Reign of WDKX Joins News 8 Townhall Meeting </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/aundriuh/" title="Posts by Andria" rel="author">Andria</a></p>
<p class="qt-date">June 1, 2020</p>
</div>
</div> <a href="https://wdkx.com/dj-reign-of-wdkx-joins-news-8-townhall-meeting/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2020/06/73B9F429-4117-42DD-AD52-C96D0E38A326-1024x723.png">
<img decoding="async" width="1024" height="723" data-src="https://wdkx.com/wp-content/uploads/2020/06/73B9F429-4117-42DD-AD52-C96D0E38A326-1024x723.png" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2020/06/73B9F429-4117-42DD-AD52-C96D0E38A326-1024x723.png 1024w, https://wdkx.com/wp-content/uploads/2020/06/73B9F429-4117-42DD-AD52-C96D0E38A326-300x212.png 300w, https://wdkx.com/wp-content/uploads/2020/06/73B9F429-4117-42DD-AD52-C96D0E38A326-768x542.png 768w, https://wdkx.com/wp-content/uploads/2020/06/73B9F429-4117-42DD-AD52-C96D0E38A326-600x424.png 600w, https://wdkx.com/wp-content/uploads/2020/06/73B9F429-4117-42DD-AD52-C96D0E38A326.png 1280w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/723;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/listener-submitted-my-experience-at-the-protest/" class="qt-text-shadow">
Listener Submitted: My Experience at the Protest </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/aundriuh/" title="Posts by Andria" rel="author">Andria</a></p>
<p class="qt-date">May 31, 2020</p>
</div>
</div> <a href="https://wdkx.com/listener-submitted-my-experience-at-the-protest/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2020/05/image-7-768x1024.png">
<img decoding="async" width="768" height="1024" data-src="https://wdkx.com/wp-content/uploads/2020/05/image-7-768x1024.png" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2020/05/image-7-768x1024.png 768w, https://wdkx.com/wp-content/uploads/2020/05/image-7-225x300.png 225w, https://wdkx.com/wp-content/uploads/2020/05/image-7-600x800.png 600w, https://wdkx.com/wp-content/uploads/2020/05/image-7.png 1125w" data-sizes="(max-width: 768px) 100vw, 768px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 768px; --smush-placeholder-aspect-ratio: 768/1024;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
</div>
</div>
</div>
<!-- SLIDESHOW PODCAST END ================================================== -->
<hr class="qt-spacer-s">
<h5 class="qt-caption-small qt-capfont "><span>News</span></h5>
<hr class="qt-spacer-m">
<!-- SLIDESHOW POST ================================================== -->
<div class="qt-slickslider-container qt-slickslider-externalarrows">
<div class="row">
<div class="qt-slickslider qt-invisible qt-animated qt-slickslider-multiple"
data-slidestoshow="3"
data-variablewidth="false"
data-arrows="true"
data-dots="false"
data-infinite="true"
data-centermode="false"
data-pauseonhover="true"
data-autoplay="false"
data-arrowsmobile="false"
data-centermodemobile="true"
data-dotsmobile="false"
data-slidestoshowmobile="1"
data-variablewidthmobile="true"
data-infinitemobile="false">
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/fifth-alarm-blaze-destroys-former-tent-city-building/" class="qt-text-shadow">
Fifth-Alarm Blaze Destroys Former Tent City Building </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/djsightmp3gmail-com/" title="Posts by DJ Sight" rel="author">DJ Sight</a></p>
<p class="qt-date">August 1, 2025</p>
</div>
</div> <a href="https://wdkx.com/fifth-alarm-blaze-destroys-former-tent-city-building/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2024/10/shutterstock_1767049331-1024x683.jpg">
<img decoding="async" width="1024" height="683" data-src="https://wdkx.com/wp-content/uploads/2024/10/shutterstock_1767049331-1024x683.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2024/10/shutterstock_1767049331-1024x683.jpg 1024w, https://wdkx.com/wp-content/uploads/2024/10/shutterstock_1767049331-300x200.jpg 300w, https://wdkx.com/wp-content/uploads/2024/10/shutterstock_1767049331-768x512.jpg 768w, https://wdkx.com/wp-content/uploads/2024/10/shutterstock_1767049331-1536x1024.jpg 1536w, https://wdkx.com/wp-content/uploads/2024/10/shutterstock_1767049331-2048x1365.jpg 2048w, https://wdkx.com/wp-content/uploads/2024/10/shutterstock_1767049331-600x400.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/683;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/police-shoot-kill-armed-suspect-in-rochesters-19th-ward/" class="qt-text-shadow">
Police Shoot, Kill Armed Suspect in Rochester’s 19th Ward </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/djsightmp3gmail-com/" title="Posts by DJ Sight" rel="author">DJ Sight</a></p>
<p class="qt-date">August 1, 2025</p>
</div>
</div> <a href="https://wdkx.com/police-shoot-kill-armed-suspect-in-rochesters-19th-ward/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/02/shutterstock_2446121845-1024x540.jpg">
<img decoding="async" width="1024" height="540" data-src="https://wdkx.com/wp-content/uploads/2025/02/shutterstock_2446121845-1024x540.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/02/shutterstock_2446121845-1024x540.jpg 1024w, https://wdkx.com/wp-content/uploads/2025/02/shutterstock_2446121845-300x158.jpg 300w, https://wdkx.com/wp-content/uploads/2025/02/shutterstock_2446121845-768x405.jpg 768w, https://wdkx.com/wp-content/uploads/2025/02/shutterstock_2446121845-1536x810.jpg 1536w, https://wdkx.com/wp-content/uploads/2025/02/shutterstock_2446121845-2048x1080.jpg 2048w, https://wdkx.com/wp-content/uploads/2025/02/shutterstock_2446121845-600x316.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/540;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/study-finds-huge-decline-in-teen-drinking-since-2000s/" class="qt-text-shadow">
Study Finds Huge Decline in Teen Drinking Since 2000s </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/djsightmp3gmail-com/" title="Posts by DJ Sight" rel="author">DJ Sight</a></p>
<p class="qt-date">August 1, 2025</p>
</div>
</div> <a href="https://wdkx.com/study-finds-huge-decline-in-teen-drinking-since-2000s/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2024/06/iStock-1663481815-1024x683.jpg">
<img decoding="async" width="1024" height="683" data-src="https://wdkx.com/wp-content/uploads/2024/06/iStock-1663481815-1024x683.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2024/06/iStock-1663481815-1024x683.jpg 1024w, https://wdkx.com/wp-content/uploads/2024/06/iStock-1663481815-300x200.jpg 300w, https://wdkx.com/wp-content/uploads/2024/06/iStock-1663481815-768x512.jpg 768w, https://wdkx.com/wp-content/uploads/2024/06/iStock-1663481815-1536x1024.jpg 1536w, https://wdkx.com/wp-content/uploads/2024/06/iStock-1663481815-2048x1365.jpg 2048w, https://wdkx.com/wp-content/uploads/2024/06/iStock-1663481815-600x400.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/683;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/rochester-teachers-contract-extension-approved-by-board/" class="qt-text-shadow">
Rochester Teachers Contract Extension Approved By Board </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/tariqspencegmail-com/" title="Posts by Tariq" rel="author">Tariq</a></p>
<p class="qt-date">August 1, 2025</p>
</div>
</div> <a href="https://wdkx.com/rochester-teachers-contract-extension-approved-by-board/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2019/12/rcsd-logo.jpg">
<img decoding="async" width="800" height="450" data-src="https://wdkx.com/wp-content/uploads/2019/12/rcsd-logo.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2019/12/rcsd-logo.jpg 800w, https://wdkx.com/wp-content/uploads/2019/12/rcsd-logo-300x169.jpg 300w, https://wdkx.com/wp-content/uploads/2019/12/rcsd-logo-768x432.jpg 768w, https://wdkx.com/wp-content/uploads/2019/12/rcsd-logo-600x338.jpg 600w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/450;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/medicaid-millionaire-charged-after-buying-lamborghini-while-on-benefits/" class="qt-text-shadow">
Medicaid Millionaire” Charged After Buying Lamborghini While on Benefits </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/djsightmp3gmail-com/" title="Posts by DJ Sight" rel="author">DJ Sight</a></p>
<p class="qt-date">July 31, 2025</p>
</div>
</div> <a href="https://wdkx.com/medicaid-millionaire-charged-after-buying-lamborghini-while-on-benefits/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2019/03/iStock-618343578-1.jpg">
<img decoding="async" width="1024" height="351" data-src="https://wdkx.com/wp-content/uploads/2019/03/iStock-618343578-1.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2019/03/iStock-618343578-1.jpg 1024w, https://wdkx.com/wp-content/uploads/2019/03/iStock-618343578-1-300x103.jpg 300w, https://wdkx.com/wp-content/uploads/2019/03/iStock-618343578-1-768x263.jpg 768w, https://wdkx.com/wp-content/uploads/2019/03/iStock-618343578-1-600x206.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/351;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/cell-phone-ban-in-ny-schools-districts-submit-final-plans/" class="qt-text-shadow">
Cell Phone Ban in NY Schools: Districts Submit Final Plans </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/djsightmp3gmail-com/" title="Posts by DJ Sight" rel="author">DJ Sight</a></p>
<p class="qt-date">July 31, 2025</p>
</div>
</div> <a href="https://wdkx.com/cell-phone-ban-in-ny-schools-districts-submit-final-plans/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/07/iStock-2174672249-1024x745.jpg">
<img decoding="async" width="1024" height="745" data-src="https://wdkx.com/wp-content/uploads/2025/07/iStock-2174672249-1024x745.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/07/iStock-2174672249-1024x745.jpg 1024w, https://wdkx.com/wp-content/uploads/2025/07/iStock-2174672249-300x218.jpg 300w, https://wdkx.com/wp-content/uploads/2025/07/iStock-2174672249-768x558.jpg 768w, https://wdkx.com/wp-content/uploads/2025/07/iStock-2174672249-1536x1117.jpg 1536w, https://wdkx.com/wp-content/uploads/2025/07/iStock-2174672249-600x436.jpg 600w, https://wdkx.com/wp-content/uploads/2025/07/iStock-2174672249.jpg 2030w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/745;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/packaging-error-leads-to-vodka-in-energy-drink-cans/" class="qt-text-shadow">
Packaging Error Leads to Vodka in Energy Drink Cans </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/djsightmp3gmail-com/" title="Posts by DJ Sight" rel="author">DJ Sight</a></p>
<p class="qt-date">July 31, 2025</p>
</div>
</div> <a href="https://wdkx.com/packaging-error-leads-to-vodka-in-energy-drink-cans/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/07/iStock-1425805595-1024x587.jpg">
<img decoding="async" width="1024" height="587" data-src="https://wdkx.com/wp-content/uploads/2025/07/iStock-1425805595-1024x587.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/07/iStock-1425805595-1024x587.jpg 1024w, https://wdkx.com/wp-content/uploads/2025/07/iStock-1425805595-300x172.jpg 300w, https://wdkx.com/wp-content/uploads/2025/07/iStock-1425805595-768x440.jpg 768w, https://wdkx.com/wp-content/uploads/2025/07/iStock-1425805595-1536x880.jpg 1536w, https://wdkx.com/wp-content/uploads/2025/07/iStock-1425805595-2048x1173.jpg 2048w, https://wdkx.com/wp-content/uploads/2025/07/iStock-1425805595-600x344.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/587;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/4-ny-beaches-closed-due-to-algal-blooms-enterococci-see-the-list/" class="qt-text-shadow">
4 NY Beaches Closed Due to Algal Blooms, Enterococci: See the List </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/sitehub_admin/" title="Posts by Site Hub" rel="author">Site Hub</a></p>
<p class="qt-date">July 31, 2025</p>
</div>
</div> <a href="https://wdkx.com/4-ny-beaches-closed-due-to-algal-blooms-enterococci-see-the-list/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1-1024x683.jpg">
<img decoding="async" width="1024" height="683" data-src="https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1-1024x683.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1-1024x683.jpg 1024w, https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1-300x200.jpg 300w, https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1-768x512.jpg 768w, https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1-600x400.jpg 600w, https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1.jpg 1254w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/683;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/3-credit-debit-card-skimming-devices-found-in-gates-stores/" class="qt-text-shadow">
3 Credit/Debit Card Skimming Devices Found In Gates Stores </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/tariqspencegmail-com/" title="Posts by Tariq" rel="author">Tariq</a></p>
<p class="qt-date">July 30, 2025</p>
</div>
</div> <a href="https://wdkx.com/3-credit-debit-card-skimming-devices-found-in-gates-stores/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2020/02/54e1d54a4c53ac14f6da8c7dda79367a133fdeed57506c4870277ad3924bcd58b9_640.jpg">
<img decoding="async" width="640" height="425" data-src="https://wdkx.com/wp-content/uploads/2020/02/54e1d54a4c53ac14f6da8c7dda79367a133fdeed57506c4870277ad3924bcd58b9_640.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2020/02/54e1d54a4c53ac14f6da8c7dda79367a133fdeed57506c4870277ad3924bcd58b9_640.jpg 640w, https://wdkx.com/wp-content/uploads/2020/02/54e1d54a4c53ac14f6da8c7dda79367a133fdeed57506c4870277ad3924bcd58b9_640-300x199.jpg 300w, https://wdkx.com/wp-content/uploads/2020/02/54e1d54a4c53ac14f6da8c7dda79367a133fdeed57506c4870277ad3924bcd58b9_640-600x398.jpg 600w" data-sizes="(max-width: 640px) 100vw, 640px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 640px; --smush-placeholder-aspect-ratio: 640/425;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
</div>
</div>
</div>
<!-- SLIDESHOW PODCAST END ================================================== -->
<hr class="qt-spacer-m">
<h5 class="qt-caption-small qt-capfont "><span>Community</span></h5>
<hr class="qt-spacer-s">
<!-- SLIDESHOW POST ================================================== -->
<div class="qt-slickslider-container qt-slickslider-externalarrows">
<div class="row">
<div class="qt-slickslider qt-invisible qt-animated qt-slickslider-multiple"
data-slidestoshow="3"
data-variablewidth="false"
data-arrows="true"
data-dots="false"
data-infinite="true"
data-centermode="false"
data-pauseonhover="true"
data-autoplay="false"
data-arrowsmobile="false"
data-centermodemobile="true"
data-dotsmobile="false"
data-slidestoshowmobile="1"
data-variablewidthmobile="true"
data-infinitemobile="false">
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/memorial-service-for-rishard-harvey/" class="qt-text-shadow">
Memorial Service for Rishard Harvey </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/luma/" title="Posts by luma" rel="author">luma</a></p>
<p class="qt-date">August 1, 2025</p>
</div>
</div> <a href="https://wdkx.com/memorial-service-for-rishard-harvey/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/08/1000053665-1.png">
<img decoding="async" width="435" height="640" data-src="https://wdkx.com/wp-content/uploads/2025/08/1000053665-1.png" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/08/1000053665-1.png 435w, https://wdkx.com/wp-content/uploads/2025/08/1000053665-1-204x300.png 204w" data-sizes="(max-width: 435px) 100vw, 435px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 435px; --smush-placeholder-aspect-ratio: 435/640;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/rochester-teachers-contract-extension-approved-by-board/" class="qt-text-shadow">
Rochester Teachers Contract Extension Approved By Board </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/tariqspencegmail-com/" title="Posts by Tariq" rel="author">Tariq</a></p>
<p class="qt-date">August 1, 2025</p>
</div>
</div> <a href="https://wdkx.com/rochester-teachers-contract-extension-approved-by-board/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2019/12/rcsd-logo.jpg">
<img decoding="async" width="800" height="450" data-src="https://wdkx.com/wp-content/uploads/2019/12/rcsd-logo.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2019/12/rcsd-logo.jpg 800w, https://wdkx.com/wp-content/uploads/2019/12/rcsd-logo-300x169.jpg 300w, https://wdkx.com/wp-content/uploads/2019/12/rcsd-logo-768x432.jpg 768w, https://wdkx.com/wp-content/uploads/2019/12/rcsd-logo-600x338.jpg 600w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/450;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/4-ny-beaches-closed-due-to-algal-blooms-enterococci-see-the-list/" class="qt-text-shadow">
4 NY Beaches Closed Due to Algal Blooms, Enterococci: See the List </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/sitehub_admin/" title="Posts by Site Hub" rel="author">Site Hub</a></p>
<p class="qt-date">July 31, 2025</p>
</div>
</div> <a href="https://wdkx.com/4-ny-beaches-closed-due-to-algal-blooms-enterococci-see-the-list/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1-1024x683.jpg">
<img decoding="async" width="1024" height="683" data-src="https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1-1024x683.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1-1024x683.jpg 1024w, https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1-300x200.jpg 300w, https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1-768x512.jpg 768w, https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1-600x400.jpg 600w, https://wdkx.com/wp-content/uploads/2021/07/iStock-850370748-1.jpg 1254w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/683;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/chaka-khan-coming-to-rochester-oct-1st/" class="qt-text-shadow">
Chaka Khan Coming To Rochester Oct 1st </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/tariqspencegmail-com/" title="Posts by Tariq" rel="author">Tariq</a></p>
<p class="qt-date">July 30, 2025</p>
</div>
</div> <a href="https://wdkx.com/chaka-khan-coming-to-rochester-oct-1st/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2583988337-1024x683.jpg">
<img decoding="async" width="1024" height="683" data-src="https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2583988337-1024x683.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2583988337-1024x683.jpg 1024w, https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2583988337-300x200.jpg 300w, https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2583988337-768x513.jpg 768w, https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2583988337-1536x1025.jpg 1536w, https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2583988337-2048x1367.jpg 2048w, https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2583988337-600x400.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/683;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/3-credit-debit-card-skimming-devices-found-in-gates-stores/" class="qt-text-shadow">
3 Credit/Debit Card Skimming Devices Found In Gates Stores </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/tariqspencegmail-com/" title="Posts by Tariq" rel="author">Tariq</a></p>
<p class="qt-date">July 30, 2025</p>
</div>
</div> <a href="https://wdkx.com/3-credit-debit-card-skimming-devices-found-in-gates-stores/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2020/02/54e1d54a4c53ac14f6da8c7dda79367a133fdeed57506c4870277ad3924bcd58b9_640.jpg">
<img decoding="async" width="640" height="425" data-src="https://wdkx.com/wp-content/uploads/2020/02/54e1d54a4c53ac14f6da8c7dda79367a133fdeed57506c4870277ad3924bcd58b9_640.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2020/02/54e1d54a4c53ac14f6da8c7dda79367a133fdeed57506c4870277ad3924bcd58b9_640.jpg 640w, https://wdkx.com/wp-content/uploads/2020/02/54e1d54a4c53ac14f6da8c7dda79367a133fdeed57506c4870277ad3924bcd58b9_640-300x199.jpg 300w, https://wdkx.com/wp-content/uploads/2020/02/54e1d54a4c53ac14f6da8c7dda79367a133fdeed57506c4870277ad3924bcd58b9_640-600x398.jpg 600w" data-sizes="(max-width: 640px) 100vw, 640px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 640px; --smush-placeholder-aspect-ratio: 640/425;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/bills-to-unveil-new-rivalries-uniform-which-iconic-buffalo-symbols-should-make-the-cut/" class="qt-text-shadow">
Bills to Unveil New Rivalries Uniform. Which Iconic Buffalo Symbols Should Make the Cut? </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/sitehub_admin/" title="Posts by Site Hub" rel="author">Site Hub</a></p>
<p class="qt-date">July 30, 2025</p>
</div>
</div> <a href="https://wdkx.com/bills-to-unveil-new-rivalries-uniform-which-iconic-buffalo-symbols-should-make-the-cut/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2023/01/shutterstock_1889707675-scaled-1-1024x683.jpg">
<img decoding="async" width="1024" height="683" data-src="https://wdkx.com/wp-content/uploads/2023/01/shutterstock_1889707675-scaled-1-1024x683.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2023/01/shutterstock_1889707675-scaled-1-1024x683.jpg 1024w, https://wdkx.com/wp-content/uploads/2023/01/shutterstock_1889707675-scaled-1-300x200.jpg 300w, https://wdkx.com/wp-content/uploads/2023/01/shutterstock_1889707675-scaled-1-768x512.jpg 768w, https://wdkx.com/wp-content/uploads/2023/01/shutterstock_1889707675-scaled-1-1536x1024.jpg 1536w, https://wdkx.com/wp-content/uploads/2023/01/shutterstock_1889707675-scaled-1-2048x1366.jpg 2048w, https://wdkx.com/wp-content/uploads/2023/01/shutterstock_1889707675-scaled-1-600x400.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/683;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/thomas-bryant-basketball-camp/" class="qt-text-shadow">
Thomas Bryant Basketball Camp </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/luma/" title="Posts by luma" rel="author">luma</a></p>
<p class="qt-date">July 29, 2025</p>
</div>
</div> <a href="https://wdkx.com/thomas-bryant-basketball-camp/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/07/IMG_8457-787x1024.jpeg">
<img decoding="async" width="787" height="1024" data-src="https://wdkx.com/wp-content/uploads/2025/07/IMG_8457-787x1024.jpeg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/07/IMG_8457-787x1024.jpeg 787w, https://wdkx.com/wp-content/uploads/2025/07/IMG_8457-230x300.jpeg 230w, https://wdkx.com/wp-content/uploads/2025/07/IMG_8457-768x1000.jpeg 768w, https://wdkx.com/wp-content/uploads/2025/07/IMG_8457-600x781.jpeg 600w, https://wdkx.com/wp-content/uploads/2025/07/IMG_8457.jpeg 1179w" data-sizes="(max-width: 787px) 100vw, 787px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 787px; --smush-placeholder-aspect-ratio: 787/1024;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/saturday-august-16-roc-royal-12th-annual-back-2-school-giveaway-wellness-affair/" class="qt-text-shadow">
Saturday, August 16 – ROC ROYAL 12th Annual Back 2 School Giveaway & Wellness Affair </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/djsightmp3gmail-com/" title="Posts by DJ Sight" rel="author">DJ Sight</a></p>
<p class="qt-date">July 29, 2025</p>
</div>
</div> <a href="https://wdkx.com/saturday-august-16-roc-royal-12th-annual-back-2-school-giveaway-wellness-affair/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/07/Back-2-School-12th-Roc-Royal_1753802530484-696x1024.jpeg">
<img decoding="async" width="696" height="1024" data-src="https://wdkx.com/wp-content/uploads/2025/07/Back-2-School-12th-Roc-Royal_1753802530484-696x1024.jpeg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/07/Back-2-School-12th-Roc-Royal_1753802530484-696x1024.jpeg 696w, https://wdkx.com/wp-content/uploads/2025/07/Back-2-School-12th-Roc-Royal_1753802530484-204x300.jpeg 204w, https://wdkx.com/wp-content/uploads/2025/07/Back-2-School-12th-Roc-Royal_1753802530484-768x1130.jpeg 768w, https://wdkx.com/wp-content/uploads/2025/07/Back-2-School-12th-Roc-Royal_1753802530484-600x883.jpeg 600w, https://wdkx.com/wp-content/uploads/2025/07/Back-2-School-12th-Roc-Royal_1753802530484.jpeg 870w" data-sizes="(max-width: 696px) 100vw, 696px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 696px; --smush-placeholder-aspect-ratio: 696/1024;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
<div class="qt-item">
<!-- POST VERTICAL ITEM ========================= -->
<div class="qt-part-archive-item qt-vertical">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<li>
<a href="https://wdkx.com/category/blog/" class="qt-catid-11843">
Blog </a>
</li>
</li>
</ul>
<div class="qt-feedback">
</div>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h3 class="qt-title">
<a href="https://wdkx.com/drive-thru-coffee-chain-reveals-opening-dates-for-first-two-rochester-area-locations/" class="qt-text-shadow">
Drive-Thru Coffee Chain Reveals Opening Dates for First Two Rochester-Area Locations </a>
</h3>
</div>
</div>
<div class="qt-header-bottom">
<div class="qt-item-metas">
<div class="qt-texts">
<p class="qt-author qt-ellipsis"><a href="https://wdkx.com/author/sitehub_admin/" title="Posts by Site Hub" rel="author">Site Hub</a></p>
<p class="qt-date">July 29, 2025</p>
</div>
</div> <a href="https://wdkx.com/drive-thru-coffee-chain-reveals-opening-dates-for-first-two-rochester-area-locations/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-align-justify"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2502401963-1024x683.jpg">
<img decoding="async" width="1024" height="683" data-src="https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2502401963-1024x683.jpg" class="img-responsive activator wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2502401963-1024x683.jpg 1024w, https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2502401963-300x200.jpg 300w, https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2502401963-768x512.jpg 768w, https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2502401963-1536x1024.jpg 1536w, https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2502401963-2048x1365.jpg 2048w, https://wdkx.com/wp-content/uploads/2025/07/shutterstock_2502401963-600x400.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/683;" /> </div>
</div>
</div>
<!-- POST VERTICAL ITEM END ========================= -->
</div>
</div>
</div>
</div>
<!-- SLIDESHOW PODCAST END ================================================== -->
<hr class="qt-spacer-l">
<h3 class="qt-caption-med qt-capfont "><span>Events</span></h3>
<hr class="qt-spacer-s">
<!-- SLIDESHOW POST ================================================== -->
<div class="qt-slickslider-container qt-slickslider-externalarrows">
<div class="row">
<div class="qt-slickslider qt-invisible qt-animated qt-slickslider-multiple"
data-slidestoshow="3"
data-variablewidth="false"
data-arrows="true"
data-dots="false"
data-infinite="true"
data-centermode="false"
data-pauseonhover="true"
data-autoplay="false"
data-arrowsmobile="false"
data-centermodemobile="true"
data-dotsmobile="false"
data-slidestoshowmobile="1"
data-variablewidthmobile="true"
data-infinitemobile="false">
<div class="qt-item">
<!-- MEMBER ========================= -->
<div class="qt-part-archive-item qt-item-member">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/eventtype/night-out/" rel="tag">Night Out</a> </li>
</ul>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h4 class="qt-ellipsis qt-title ">
<a href="https://wdkx.com/event/dj-kid-capri-leo-season-black-out-party/" class="qt-text-shadow qt-text-white">
DJ Kid Capri Leo Season Black Out Party </a>
</h4>
<h5 class="qt-date qt-text-white">
<span class="qt-day">
02 </span>
<span class="qt-month">
Aug 2025 </span>
</h5>
</div>
</div>
<div class="qt-header-bottom">
<a href="https://wdkx.com/event/dj-kid-capri-leo-season-black-out-party/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-calendar"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/07/https___cdn.evbuc_.com_images_1050843503_565611640167_1_original-138x300.jpg">
<img decoding="async" width="138" height="300" data-src="https://wdkx.com/wp-content/uploads/2025/07/https___cdn.evbuc_.com_images_1050843503_565611640167_1_original-138x300.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/07/https___cdn.evbuc_.com_images_1050843503_565611640167_1_original-138x300.jpg 138w, https://wdkx.com/wp-content/uploads/2025/07/https___cdn.evbuc_.com_images_1050843503_565611640167_1_original-472x1024.jpg 472w, https://wdkx.com/wp-content/uploads/2025/07/https___cdn.evbuc_.com_images_1050843503_565611640167_1_original-768x1666.jpg 768w, https://wdkx.com/wp-content/uploads/2025/07/https___cdn.evbuc_.com_images_1050843503_565611640167_1_original-708x1536.jpg 708w, https://wdkx.com/wp-content/uploads/2025/07/https___cdn.evbuc_.com_images_1050843503_565611640167_1_original-600x1301.jpg 600w, https://wdkx.com/wp-content/uploads/2025/07/https___cdn.evbuc_.com_images_1050843503_565611640167_1_original.jpg 940w" data-sizes="(max-width: 138px) 100vw, 138px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 138px; --smush-placeholder-aspect-ratio: 138/300;" /> </div>
</div>
<div class="qt-item-content-xs qt-card">
<p class="qt-ellipsis-3">
It’s A Party For Leo Season With DJ Kid Capri Black Out Event Location Wyndham hotel 70 state street Rochester NY 14616 Date : Starts on Saturday, August 2 · 8pm EDT </p>
</div>
</div>
<!-- MEMBER END ========================= --> </div>
<div class="qt-item">
<!-- MEMBER ========================= -->
<div class="qt-part-archive-item qt-item-member">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/eventtype/blog/" rel="tag">Blog</a></li><li><a href="https://wdkx.com/eventtype/concert/" rel="tag">Concert</a></li><li><a href="https://wdkx.com/eventtype/night-out/" rel="tag">Night Out</a> </li>
</ul>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h4 class="qt-ellipsis qt-title ">
<a href="https://wdkx.com/event/lil-wayne-north-america-tour/" class="qt-text-shadow qt-text-white">
Lil Wayne North America Tour </a>
</h4>
<h5 class="qt-date qt-text-white">
<span class="qt-day">
09 </span>
<span class="qt-month">
Aug 2025 </span>
</h5>
</div>
</div>
<div class="qt-header-bottom">
<a href="https://wdkx.com/event/lil-wayne-north-america-tour/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-calendar"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/06/Static_Display-Amazon_300x250_LilWayne_2025_Regional_DarienLakeAmphitheater_0809.jpg">
<img decoding="async" width="300" height="250" data-src="https://wdkx.com/wp-content/uploads/2025/06/Static_Display-Amazon_300x250_LilWayne_2025_Regional_DarienLakeAmphitheater_0809.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/250;" /> </div>
</div>
<div class="qt-item-content-xs qt-card">
<p class="qt-ellipsis-3">
Win B4 You Buy WIN A CHANCE TO SEE LIL WAYNE WHEN WDKX LISTENERS HEAR ANY SONG FEATURING LIL WAYNE BETWEEN 6A-6PM & THEY CALL IN FIRST TO NAME THE SONG TITLE! LISTENERS WIN WHEN THEY CALL IN BETWEEN 6A-6PM DAILY FOR A CHANCE TO WIN BEFORE YOU BUY CHANCE TO SEE LIL WAYNE […] </p>
</div>
</div>
<!-- MEMBER END ========================= --> </div>
<div class="qt-item">
<!-- MEMBER ========================= -->
<div class="qt-part-archive-item qt-item-member">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/eventtype/blog/" rel="tag">Blog</a></li><li><a href="https://wdkx.com/eventtype/concert/" rel="tag">Concert</a></li><li><a href="https://wdkx.com/eventtype/music-festival/" rel="tag">Music Festival</a></li><li><a href="https://wdkx.com/eventtype/night-out/" rel="tag">Night Out</a> </li>
</ul>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h4 class="qt-ellipsis qt-title ">
<a href="https://wdkx.com/event/2025-roc-summer-soul-music-festival/" class="qt-text-shadow qt-text-white">
2025 Roc Summer Soul Music Festival </a>
</h4>
<h5 class="qt-date qt-text-white">
<span class="qt-day">
09 </span>
<span class="qt-month">
Aug 2025 </span>
</h5>
</div>
</div>
<div class="qt-header-bottom">
<a href="https://wdkx.com/event/2025-roc-summer-soul-music-festival/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-calendar"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/06/Untitled-design.png">
<img decoding="async" width="300" height="250" data-src="https://wdkx.com/wp-content/uploads/2025/06/Untitled-design.png" class="attachment-medium size-medium wp-post-image lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/250;" /> </div>
</div>
<div class="qt-item-content-xs qt-card">
<p class="qt-ellipsis-3">
</p>
</div>
</div>
<!-- MEMBER END ========================= --> </div>
<div class="qt-item">
<!-- MEMBER ========================= -->
<div class="qt-part-archive-item qt-item-member">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/eventtype/blog/" rel="tag">Blog</a></li><li><a href="https://wdkx.com/eventtype/music-festival/" rel="tag">Music Festival</a></li><li><a href="https://wdkx.com/eventtype/night-out/" rel="tag">Night Out</a> </li>
</ul>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h4 class="qt-ellipsis qt-title ">
<a href="https://wdkx.com/event/39th-carifest-parade-festival/" class="qt-text-shadow qt-text-white">
39th Carifest Parade & Festival </a>
</h4>
<h5 class="qt-date qt-text-white">
<span class="qt-day">
09 </span>
<span class="qt-month">
Aug 2025 </span>
</h5>
</div>
</div>
<div class="qt-header-bottom">
<a href="https://wdkx.com/event/39th-carifest-parade-festival/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-calendar"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/07/08092025_CARIFEST-213x300.jpeg">
<img decoding="async" width="213" height="300" data-src="https://wdkx.com/wp-content/uploads/2025/07/08092025_CARIFEST-213x300.jpeg" class="attachment-medium size-medium wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/07/08092025_CARIFEST-213x300.jpeg 213w, https://wdkx.com/wp-content/uploads/2025/07/08092025_CARIFEST-729x1024.jpeg 729w, https://wdkx.com/wp-content/uploads/2025/07/08092025_CARIFEST-768x1079.jpeg 768w, https://wdkx.com/wp-content/uploads/2025/07/08092025_CARIFEST-1093x1536.jpeg 1093w, https://wdkx.com/wp-content/uploads/2025/07/08092025_CARIFEST-600x843.jpeg 600w, https://wdkx.com/wp-content/uploads/2025/07/08092025_CARIFEST.jpeg 1350w" data-sizes="(max-width: 213px) 100vw, 213px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 213px; --smush-placeholder-aspect-ratio: 213/300;" /> </div>
</div>
<div class="qt-item-content-xs qt-card">
<p class="qt-ellipsis-3">
</p>
</div>
</div>
<!-- MEMBER END ========================= --> </div>
<div class="qt-item">
<!-- MEMBER ========================= -->
<div class="qt-part-archive-item qt-item-member">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/eventtype/community-event/" rel="tag">Community Event</a> </li>
</ul>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h4 class="qt-ellipsis qt-title ">
<a href="https://wdkx.com/event/146299/" class="qt-text-shadow qt-text-white">
Free Basketball Camp With Rochester Native & NBA Champion Thomas Bryant </a>
</h4>
<h5 class="qt-date qt-text-white">
<span class="qt-day">
09 </span>
<span class="qt-month">
Aug 2025 </span>
</h5>
</div>
</div>
<div class="qt-header-bottom">
<a href="https://wdkx.com/event/146299/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-calendar"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/07/523144413_1186558363512524_3579280428869326626_n-232x300.jpg">
<img decoding="async" width="232" height="300" data-src="https://wdkx.com/wp-content/uploads/2025/07/523144413_1186558363512524_3579280428869326626_n-232x300.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/07/523144413_1186558363512524_3579280428869326626_n-232x300.jpg 232w, https://wdkx.com/wp-content/uploads/2025/07/523144413_1186558363512524_3579280428869326626_n-791x1024.jpg 791w, https://wdkx.com/wp-content/uploads/2025/07/523144413_1186558363512524_3579280428869326626_n-768x994.jpg 768w, https://wdkx.com/wp-content/uploads/2025/07/523144413_1186558363512524_3579280428869326626_n-600x777.jpg 600w, https://wdkx.com/wp-content/uploads/2025/07/523144413_1186558363512524_3579280428869326626_n.jpg 989w" data-sizes="(max-width: 232px) 100vw, 232px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 232px; --smush-placeholder-aspect-ratio: 232/300;" /> </div>
</div>
<div class="qt-item-content-xs qt-card">
<p class="qt-ellipsis-3">
Calling all youth ages 9–18! Join NBA star and Rochester native Thomas Bryant for a FREE one-day basketball camp on Saturday, August 9 at Bishop Kearney High School. Develop your skills in ball handling, passing, and shooting — and receive a free t-shirt and meal!For Session 1 (Ages 9–13): 11:30 AM – 2 PM Click […] </p>
</div>
</div>
<!-- MEMBER END ========================= --> </div>
<div class="qt-item">
<!-- MEMBER ========================= -->
<div class="qt-part-archive-item qt-item-member">
<div class="qt-item-header">
<div class="qt-header-top">
<ul class="qt-tags">
<li>
<a href="https://wdkx.com/eventtype/blog/" rel="tag">Blog</a></li><li><a href="https://wdkx.com/eventtype/community-event/" rel="tag">Community Event</a> </li>
</ul>
</div>
<div class="qt-header-mid qt-vc">
<div class="qt-vi">
<h4 class="qt-ellipsis qt-title ">
<a href="https://wdkx.com/event/the-boys-girls-club-presents-the-give-back-with-melvin-council-jr/" class="qt-text-shadow qt-text-white">
The Boys & Girls Club presents the Give Back with Melvin Council Jr. </a>
</h4>
<h5 class="qt-date qt-text-white">
<span class="qt-day">
13 </span>
<span class="qt-month">
Aug 2025 </span>
</h5>
</div>
</div>
<div class="qt-header-bottom">
<a href="https://wdkx.com/event/the-boys-girls-club-presents-the-give-back-with-melvin-council-jr/" class="qt-btn qt-btn-primary qt-readmore"><i class="dripicons-calendar"></i></a>
</div>
<div class="qt-header-bg" data-bgimage="https://wdkx.com/wp-content/uploads/2025/08/IMG_9782-300x300.jpeg">
<img decoding="async" width="300" height="300" data-src="https://wdkx.com/wp-content/uploads/2025/08/IMG_9782-300x300.jpeg" class="attachment-medium size-medium wp-post-image lazyload" alt="" data-srcset="https://wdkx.com/wp-content/uploads/2025/08/IMG_9782-300x300.jpeg 300w, https://wdkx.com/wp-content/uploads/2025/08/IMG_9782-1024x1024.jpeg 1024w, https://wdkx.com/wp-content/uploads/2025/08/IMG_9782-150x150.jpeg 150w, https://wdkx.com/wp-content/uploads/2025/08/IMG_9782-768x768.jpeg 768w, https://wdkx.com/wp-content/uploads/2025/08/IMG_9782-1536x1536.jpeg 1536w, https://wdkx.com/wp-content/uploads/2025/08/IMG_9782-690x690.jpeg 690w, https://wdkx.com/wp-content/uploads/2025/08/IMG_9782-170x170.jpeg 170w, https://wdkx.com/wp-content/uploads/2025/08/IMG_9782-600x600.jpeg 600w, https://wdkx.com/wp-content/uploads/2025/08/IMG_9782-100x100.jpeg 100w, https://wdkx.com/wp-content/uploads/2025/08/IMG_9782.jpeg 2048w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/300;" /> </div>
</div>
<div class="qt-item-content-xs qt-card">
<p class="qt-ellipsis-3">
Sign up in person </p>
</div>
</div>
<!-- MEMBER END ========================= --> </div>
</div>
</div>
</div>
<!-- SLIDESHOW PODCAST END ================================================== -->
<hr class="qt-spacer-l">
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-3" id="vcSidebar"><div class="vc_column-inner"><div class="wpb_wrapper">
<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
<div class="wpb_wrapper">
<div class="advads-medium-rectangle-300x250" id="advads-1981860701"><div class="advads-adlabel">Advertisements</div><a href="https://www.wdkx.com/#app" target="_blank" aria-label="wdkx-app-rec1263"><img decoding="async" src="https://wdkx.com/wp-content/uploads/2022/10/wdkx-app-rec1263.png" alt="" class="no-lazyload" width="300" height="250" /></a></div>
</div>
</div>
<div class="wpb_text_column wpb_content_element" >
<div class="wpb_wrapper">
<h2 style="text-align: center; font-size: 30px;">Texts From <em>The Front Line</em></h2>
</div>
</div>
<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
<div class="wpb_wrapper">
<div id="post-grid-lazy-91681" class="post-grid-lazy"><img decoding="async" alt="" src="" /></div>
<script>
jQuery('#post-grid-lazy-91681').ready(function($) {
$('#post-grid-lazy-91681').fadeOut();
$('#post-grid-91681 ').fadeIn();
})
</script>
<style type="text/css">
#post-grid-91681 {
display: none;
}
.post-grid-lazy {
text-align: center;
}
</style>
<div data-options='{"id":"91681","lazy_load":"yes","masonry_enable":"no","view_type":"grid"}' id="post-grid-91681" class="post-grid grid">
<div class="grid-items">
<div class="item item-146916 skin flat even 0 ">
<div class="layer-wrapper layout-91686">
<div class="element element_1663768542134 post_date ">
August 2, 2025 </div>
<div class="element element_1663768707582 content ">
<p> Good afternoon, pleasant day isn't it (Ghetto Life by Rick James<br />
) have a blessed and safe day </p>
</div>
</div>
</div><div class="item item-146915 skin flat odd 1 ">
<div class="layer-wrapper layout-91686">
<div class="element element_1663768542134 post_date ">
August 2, 2025 </div>
<div class="element element_1663768707582 content ">
<p> Gm. Can you tell me when the accommodate show is scheduled for?</p>
</div>
</div>
</div><div class="item item-146910 skin flat even 2 ">
<div class="layer-wrapper layout-91686">
<div class="element element_1663768542134 post_date ">
August 2, 2025 </div>
<div class="element element_1663768707582 content ">
<p> Uniform Uniform Uniform From Start to Finish ππΏπ€πͺπΎπ€΄πΏ To respond<br />
to this text message, reply to this email or visit </p>
</div>
</div>
</div><div class="item item-146907 skin flat odd 3 ">
<div class="layer-wrapper layout-91686">
<div class="element element_1663768542134 post_date ">
August 2, 2025 </div>
<div class="element element_1663768707582 content ">
<p> Musuc tidbit: Rochester's own Steve Gadd created that drum sect<br />
on that Paul Simon song. Inducted to the Rochester Music Hall of Fame a few<br />
years ago. ~Grand Tone To respond to this</p>
</div>
</div>
</div><div class="item item-146909 skin flat even 4 ">
<div class="layer-wrapper layout-91686">
<div class="element element_1663768542134 post_date ">
August 2, 2025 </div>
<div class="element element_1663768707582 content ">
<p> Dre, you are the Man! Crossover So proud of WDKX glentricity</p>
</div>
</div>
</div> </div>
<style type="text/css">
.layout-91686 .element_1663768542134 {
text-align: left;
}
.layout-91686 .element_1663768542134 a {
}
</style>
<script>
</script>
<style type="text/css">
#post-grid-91681 {
padding: 10px;
}
#post-grid-91681 .item {
padding: 0px;
background: ;
}
#post-grid-91681 .item .layer-media {
height:auto; }
@media only screen and (min-width: 0px) and (max-width: 767px) {
#post-grid-91681 .grid-items {
display: grid;
grid-template-columns: 1fr ;
column-gap: 10px;
row-gap: 10px;
}
#post-grid-91681 .item {
height:auto; }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
#post-grid-91681 .grid-items {
display: grid;
grid-template-columns: 1fr ;
column-gap: 10px;
row-gap: 10px;
}
#post-grid-91681 .item {
max-height:auto; }
}
@media only screen and (min-width: 1024px) {
#post-grid-91681 .grid-items {
display: grid;
grid-template-columns: 1fr ;
column-gap: 10px;
row-gap: 10px;
}
#post-grid-91681 .item {
height:auto; }
}
</style>
</div>
</div>
</div>
<hr class="qt-spacer-m">
<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
<div class="wpb_wrapper">
<div class="advads-medium-rectangle-300x250" id="advads-476512597"><div class="advads-adlabel">Advertisements</div><a href="https://www.ticketmaster.com/event/00006296AD1329C5" target="_blank" aria-label="Katt-Williams_2025_Buffalo-NY_300x250"><img decoding="async" src="https://wdkx.com/wp-content/uploads/2025/04/Katt-Williams_2025_Buffalo-NY_300x250.jpg" alt="" class="no-lazyload" width="300" height="250" /></a></div>
</div>
</div>
<hr class="qt-spacer-m">
<div class="wpb_text_column wpb_content_element" >
<div class="wpb_wrapper">
<h2 style="text-align: center; font-size: 30px;">Featured Business</h2>
</div>
</div>
<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
<div class="wpb_wrapper">
<div id="post-grid-lazy-91687" class="post-grid-lazy"><img decoding="async" alt="" src="" /></div>
<script>
jQuery('#post-grid-lazy-91687').ready(function($) {
$('#post-grid-lazy-91687').fadeOut();
$('#post-grid-91687 ').fadeIn();
})
</script>
<style type="text/css">
#post-grid-91687 {
display: none;
}
.post-grid-lazy {
text-align: center;
}
</style>
<div data-options='{"id":"91687","lazy_load":"yes","masonry_enable":"no","view_type":"grid"}' id="post-grid-91687" class="post-grid grid">
<div class="grid-items">
<div class="item item-112677 skin flat even 0 ">
<div class="layer-wrapper layout-91688">
<div class="element element_1663771604489 post_date ">
May 4, 2024 </div>
<div class="element element_1663771748972 title_link ">
<a target="_self"
href="https://wdkx.com/business_listing/vision-auto-group/">Vision Auto Group</a>
</div>
<div class="element element_1663771841981 excerpt ">
Welcome to Vision Auto Group Thank you for considering the Vision Auto Group, your certified dealer serving drivers throughout Rochester and the surrounding areas. At our dealership, you’ll find a solid selection of new KIA, Hyundai, Jeep, Ram, Dodge, Nissan, Buick for sale, as well as a carefully inspected lineup of pre-owned vehicles. <a target="_self"
href="https://wdkx.com/business_listing/vision-auto-group/">...</a>
</div>
</div>
</div> </div>
<style type="text/css">
.layout-91688 .element_1663771604489 {
text-align: left;
}
.layout-91688 .element_1663771604489 a {
}
</style>
<style type="text/css">
.layout-91688 .element_1663771748972 {
color: #262626;
font-size: 16px;
text-align: left;
}
.layout-91688 .element_1663771748972 a {
color: #262626;
font-size: 16px;
}
</style>
<style type="text/css">
.layout-91688 .element_1663771841981 {
font-size: 15px;
margin: 10px 0;
text-align: left;
}
.layout-91688 .element_1663771841981 a {
font-size: 15px;
}
</style>
<script>
</script>
<style type="text/css">
#post-grid-91687 {
padding: 10px;
}
#post-grid-91687 .item {
padding: 0px;
background: #fff;
}
#post-grid-91687 .item .layer-media {
height:auto; }
@media only screen and (min-width: 0px) and (max-width: 767px) {
#post-grid-91687 .grid-items {
display: grid;
grid-template-columns: 1fr ;
column-gap: 10px;
row-gap: 10px;
}
#post-grid-91687 .item {
height:auto; }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
#post-grid-91687 .grid-items {
display: grid;
grid-template-columns: 1fr ;
column-gap: 10px;
row-gap: 10px;
}
#post-grid-91687 .item {
max-height:auto; }
}
@media only screen and (min-width: 1024px) {
#post-grid-91687 .grid-items {
display: grid;
grid-template-columns: 1fr ;
column-gap: 10px;
row-gap: 10px;
}
#post-grid-91687 .item {
height:auto; }
}
</style>
</div>
</div>
</div>
<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
<div class="wpb_wrapper">
<div class="advads-wide-skyscraper-160x600" id="advads-1450322959"><div class="advads-adlabel">Advertisements</div><a href="https://www.rocsummersoulfest.com/" target="_blank" aria-label="2025 RSSMF (160 x 600 px)"><img decoding="async" src="https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-160-x-600-px.png" alt="" srcset="https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-160-x-600-px.png 440w, https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-160-x-600-px-80x300.png 80w, https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-160-x-600-px-273x1024.png 273w" sizes="(max-width: 440px) 100vw, 440px" class="no-lazyload" width="160" height="600" /></a></div>
</div>
</div>
</div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1653929121333 vc_row-has-fill qt-custom-composer"><div class="qt-container"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1654580284774 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <hr class="qt-spacer-l">
<hr class="qt-spacer-l">
<h2 style="color: #ffffff;text-align: center" class="vc_custom_heading vc_do_custom_heading" >WDKX PODCAST NETWORK</h2> <hr class="qt-spacer-s">
<div class="wpb_text_column wpb_content_element text-white" >
<div class="wpb_wrapper">
<p style="text-align: center;">Listen to Wake Up Club On The Go and all of our Podcast Shows by clicking below!</p>
<p style="text-align: center;">powered by Microworx</p>
</div>
</div>
<hr class="qt-spacer-s">
<p class="aligncenter">
<a href="https://wdkx.com/podcasts/" class="qt-btn qw-disableembedding qt-btn-l qt-btn-l qt-btn-primary aligncenter ">Listen Now</a>
</p>
<hr class="qt-spacer-l">
<hr class="qt-spacer-l">
</div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid qt-custom-composer"><div class="qt-container"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <hr class="qt-spacer-m">
<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
<div class="wpb_wrapper">
<div class="advads-leaderboard-728x90" id="advads-1098862217"><div class="advads-adlabel">Advertisements</div><a href="https://www.rocsummersoulfest.com/" target="_blank" aria-label="2025 RSSMF Banner (728 x 90 px)"><img fetchpriority="high" decoding="async" src="https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px.png" alt="" srcset="https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px.png 1820w, https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px-300x37.png 300w, https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px-1024x127.png 1024w, https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px-768x95.png 768w, https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px-1536x190.png 1536w, https://wdkx.com/wp-content/uploads/2025/07/2025-RSSMF-Banner-728-x-90-px-600x74.png 600w" sizes="(max-width: 1820px) 100vw, 1820px" class="no-lazyload" width="1820" height="225" /></a></div>
</div>
</div>
<hr class="qt-spacer-m">
</div></div></div></div></div>
</div> </div>
</div>
</div>
</div><!-- .qt-main end -->
<div id="qtfooterwidgets" class="qt-footer qt-footerwidgets">
<div class="qt-section qt-footer-widgets">
<div class="qt-container">
<h2 class="qt-footer-logo">
<a href="https://wdkx.com" class="brand-logo qt-logo-text">
103.9 WDKX </a>
</h2>
<div id="qtfooterwidgetscontainer" class="qt-widgets qt-widgets-footer qt-spacer-m qt-masonry row">
<aside id="text-2" class="qt-widget col qt-ms-item widget_text"> <div class="textwidget"><p><strong><a href="https://publicfiles.fcc.gov/fm-profile/wdkx" data-type="URL" data-id="https://publicfiles.fcc.gov/fm-profile/wdkx">FCC Online Public File</a></strong><br />
<strong><a href="https://www.wdkx.com/eeo-files/" data-type="URL" data-id="https://www.wdkx.com/eeo-files/">EEO Public File Report</a></strong><br />
<a href="https://www.wdkx.com/fcc-applications/" data-type="URL" data-id="https://www.wdkx.com/fcc-applications/"><strong>FCC Applications</strong> </a></p>
</div>
</aside><aside id="qtcontacts-widget-2" class="qt-widget col qt-ms-item qtcontactswidget"><h5 class="qt-caption-small"><span>Contacts<span></h5>
<div class="qt-widget-contacts">
<p>
<i class="qticon-home"></i><a href="https://www.wdkx.com">https://www.wdkx.com</a>
</p>
<p>
<i class="qticon-phone"></i><a href="tel:585.262.2050(M-F9a-4:30p)">585.262.2050 (M-F 9a-4:30p)</a>
</p>
<p>
<i class="qticon-at-sign"></i><a href="mailto:info@wdkx.com">info@wdkx.com</a>
</p>
<p>
<i class="qticon-location"></i><a href="http://maps.google.com/?q=683+East+Main+St.Rochester,+NY+14605" target="_blank">683 East Main St. <br><i class="qticon-location qt-invisible"></i>Rochester, NY 14605 </a>
</p>
</div>
</aside><aside id="qtaboutwidget-widget-2" class="qt-widget col qt-ms-item qtaboutwidget"><h5 class="qt-caption-small"><span>About us<span></h5> <div class="qt-widget-about">
<p>
103.9 WDKX is Rochester, NY’s premier radio station. <br>
<a href="/blogs">Discover more <i class="dripicons-arrow-thin-right"></i></a> </p>
</div>
</aside><aside id="nav_menu-2" class="qt-widget col qt-ms-item widget_nav_menu"><h5 class="qt-caption-small"><span>Menu<span></h5><div class="menu-menu-container"><ul id="menu-menu-2" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-56264"><a href="https://wdkx.com/about/">About</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104369"><a href="https://wdkx.com/birthday-wall/">Birthday Wall</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104370"><a href="https://wdkx.com/radio/">Radio</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104371"><a href="https://wdkx.com/blogs/">Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104372"><a href="https://wdkx.com/events/">Events</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-104373"><a href="https://wdkx.com/podcasts/">Podcast Network</a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138166"><a href="https://wdkx.com/podcasts/">Audio Podcasts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138165"><a target="_blank" href="https://wdkx.com/video-podcast/">Video Podcasts</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112095"><a href="https://wdkx.com/check-your-health/">Check Your Health</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104374"><a href="https://wdkx.com/jobs/">Jobs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-101495"><a href="https://wdkx.com/contact/">Contact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104375"><a href="https://wdkx.com/weather/">Weather</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-142465"><a href="https://wdkx.com/radio-what-just-played/">What Just Played</a></li>
<li class="right qt-menu-btn btn-wd menu-item menu-item-type-custom menu-item-object-custom menu-item-70156"><a target="_blank" href="https://player.amperwave.net/7205"><i class="icon dripicons-media-play"></i> Listen Live</a></li>
</ul></div></aside><aside id="text-4" class="qt-widget col qt-ms-item widget_text"><h5 class="qt-caption-small"><span>Music Submission<span></h5> <div class="textwidget"><p><a href="mailto:music@wdkx.com">music@wdkx.com</a></p>
</div>
</aside><aside id="text-5" class="qt-widget col qt-ms-item widget_text"><h5 class="qt-caption-small"><span>Download Our Mobile App<span></h5> <div class="textwidget"><p><a href="https://apps.apple.com/us/app/wdkx/id1540638937">Available on the Apple App Store</a><br />
<a href="https://play.google.com/store/apps/details?id=com.mcb.wdkx&hl=en_US&gl=US&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1">And Google Play</a></p>
</div>
</aside> </div>
</div>
</div>
<div class="qt-footer-bottom qt-content-primary-dark">
<div class="qt-container">
<div class="row">
<div class="col s12 m12 l8">
<div id="text-3" class="widget widget_text"> <div class="textwidget"><p>© 2025 WDKX 103.9<br />
<a href="https://yoursitehub.com">Learn More About SMARTSite’s</a></p>
</div>
</div><div id="custom_html-4" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><script type="text/javascript">var _ning_embed = {"id":"32878","width":320,"height":50};</script><script type="text/javascript" src="https://wdkx.com?_dnembed=true"></script></div></div><div id="custom_html-2" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><script type="text/javascript">var _ning_embed = {"id":"21417","width":728,"height":90};</script><script type="text/javascript" src="https://wdkx.com?_dnembed=true"></script></div></div> <ul class="qt-menu-footer qt-small qt-list-chevron ">
</ul>
</div>
<div class="col s12 m12 l4">
<ul class="qt-menu-social">
<li class="right"><a href="https://twitter.com/1039WDKX" class="qw-disableembedding qw_social" target="_blank"><i class="qticon-twitter qt-socialicon"></i></a></li><li class="right"><a href="https://www.instagram.com/wdkx" class="qw-disableembedding qw_social" target="_blank"><i class="qticon-instagram qt-socialicon"></i></a></li><li class="right"><a href="https://www.facebook.com/1039WDKX/" class="qw-disableembedding qw_social" target="_blank"><i class="qticon-facebook qt-socialicon"></i></a></li> </ul>
</div>
</div>
</div>
</div>
</div> <div id="channelslist" class="side-nav qt-content-primary qt-right-sidebar" >
<a href="#" class="qt-btn qt-btn-secondary button-playlistswitch-close qt-close-sidebar-right" data-activates="channelslist"><i class="icon dripicons-cross"></i></a>
<!-- PLAYER ========================= -->
<div id="qtplayercontainer" data-fullstop="" data-playervolume="true" data-accentcolor="#dd0e34" data-accentcolordark="#ff0442" data-textcolor="#ffffff" data-soundmanagerurl="https://wdkx.com/wp-content/themes/onair2/components/soundmanager/swf/"
class="qt-playercontainer qt-playervolume qt-clearfix qt-content-primary">
<div class="qt-playercontainer-content qt-vertical-padding-m">
<div class="qt-playercontainer-musicplayer" id="qtmusicplayer">
<div class="qt-musicplayer">
<div class="ui360 ui360-vis qt-ui360">
<a id="playerlink" href=""></a>
</div>
</div>
</div>
<div id="qtPlayerTrackInfo" class="qt-playercontainer-data qt-container qt-text-shadow small">
<div class="qt-vc">
<div class="qt-vi">
<h6 class="qt-inline-textdeco">
<span>Current track</span>
</h6>
<div class="qt-t qt-current-track">
<h4 id="qtFeedPlayerTrack" class="qt-ellipsis">Title</h4>
<h5 id="qtFeedPlayerAuthor" class="qt-ellipsis">Artist</h5>
</div>
<hr class="qt-inline-textdeco">
</div>
</div>
</div>
<div class="qt-playercontainer-ads-mobile">
</div>
<div class="qt-playercontainer-ads-desktop">
</div>
</div>
</div>
<!-- this is for xml radio feed -->
<div id="qtShoutcastFeedData" class="hidden" data-style="" mp3_stream_url
data-useproxy=""
data-icymetadata="1"
data-playtrack=""
data-qtradioid="118916"
data-mp3_stream_url=""
data-icecasturl=""
data-icecastmountpoint=""
data-icecastchannel=""
data-radiodotco=""
data-airtime=""
data-radionomy=""
data-live365=""
data-securesystems=""
data-winmedia=""
data-textfeed=""
data-host="72.45.153.196"
data-port="8000"
data-channel=""
data-protocol=""
data-jazler=""
data-stats_path="" data-played_path="" ></div>
<!-- PLAYER END ========================= -->
<!-- CHANNELS LIST ========================= -->
<div id="qtchannelslistcontainer" class="qt-part-channels-list qt-content-primary">
<ul id="qtchannelslist" class="qt-content-aside qt-channelslist qt-negative">
<li class="qt-channel">
<a id="" href="#" class="qt-ellipsis"
data-title="WDKX Holiday Stream"
data-subtitle="Holiday Jams"
data-logo="101483"
data-playtrack=""
data-qtradioid="118916"
data-icymetadata="1"
data-host="72.45.153.196"
data-port="8000"
data-channel=""
data-protocol=""
data-icecasturl=""
data-icecastmountpoint=""
data-icecastchannel=""
data-radiodotco=""
data-airtime=""
data-radionomy=""
data-live365=""
data-securesystems=""
data-winmedia=""
data-textfeed=""
data-jazler=""
data-stats_path=""
data-played_path=""
data-channel="">
<img data-src="https://wdkx.com/wp-content/uploads/2022/10/wdkx-logo-170x146.png" class="qt-radiologo dripicons-media-play lazyload" alt="logo" width="170" height="146" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 170px; --smush-placeholder-aspect-ratio: 170/146;">
<i class="dripicons-media-play"></i>
WDKX Holiday Stream </a>
</li>
</ul>
</div>
<!-- CHANNELS LIST END ========================= -->
</div>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/onair2-child\/*","\/wp-content\/themes\/onair2\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<div id="qantumthemesproxyurl" class="qt-hidden" data-proxyurl="https://wdkx.com"></div>
<script type="text/html" id="wpb-modifications"> window.wpbCustomElement = 1; </script> <script type='text/javascript'>
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
</script>
<link rel='stylesheet' id='wc-blocks-style-css' href='https://wdkx.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.0.4' type='text/css' media='all' />
<link rel='stylesheet' id='post-grid-shortcode-style-css' href='https://wdkx.com/wp-content/plugins/post-grid/assets/css/post-grid-shortcode-style.css?ver=6.8.2' type='text/css' media='all' />
<link rel='stylesheet' id='vc_google_fonts_abril_fatfaceregular-css' href='https://fonts.googleapis.com/css?family=Abril+Fatface%3Aregular&ver=8.0.1' type='text/css' media='all' />
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/qt-videogalleries/assets/jquery.quicksand.js?ver=1.0.0" id="qtsubpages_quicksand-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/qt-videogalleries/assets/jquery.easing.1.3.js?ver=1.0.0" id="qtsubpages_easing-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/qt-videogalleries/assets/jquery-css-transform.js?ver=1.0.0" id="qtsubpages_csstransform-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/qt-videogalleries/assets/jquery-animate-css-rotate-scale.js?ver=1.0.0" id="qtsubpages_jquery-animate-css-rotate-scale-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/qt-videogalleries/assets/vdl-main.js?ver=1.0.0" id="vdl_subpages_js-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://wdkx.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/themes/onair2/js/modernizr-2.8.3-respond-1.4.2.min.js?ver=2.8.3" id="modernizr-js"></script>
<script type="text/javascript" src="https://www.youtube.com/iframe_api?ver=8.0.1" id="vc_youtube_iframe_api_js-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js?ver=8.0.1" id="vc_accordion_script-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/js_composer/assets/lib/vc/vc_waypoints/vc-waypoints.min.js?ver=8.0.1" id="vc_waypoints-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js?ver=8.0.1" id="vc_tta_autoplay_script-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=8.0.1" id="wpb_composer_front_js-js"></script>
<script type="text/javascript" id="mediaelement-core-js-before">
/* <![CDATA[ */
var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://wdkx.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17" id="mediaelement-core-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.8.2" id="mediaelement-migrate-js"></script>
<script type="text/javascript" id="mediaelement-js-extra">
/* <![CDATA[ */
var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"};
/* ]]> */
</script>
<script type="text/javascript" src="https://wdkx.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.8.2" id="wp-mediaelement-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script>
<script type="text/javascript" id="wp-util-js-extra">
/* <![CDATA[ */
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://wdkx.com/wp-includes/js/wp-util.min.js?ver=6.8.2" id="wp-util-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-includes/js/backbone.min.js?ver=1.6.0" id="backbone-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-includes/js/mediaelement/wp-playlist.min.js?ver=6.8.2" id="wp-playlist-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/themes/onair2/js/min/qt-main-min.js?ver=3.9.9.5" id="qantumthemes_main-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.0.4" id="sourcebuster-js-js"></script>
<script type="text/javascript" id="wc-order-attribution-js-extra">
/* <![CDATA[ */
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/wdkx.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.0.4" id="wc-order-attribution-js"></script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js?ver=3.20.0" id="smush-lazy-load-js"></script>
<script type="text/javascript" id="post-grid-shortcode-scripts-js-extra">
/* <![CDATA[ */
var post_grid_ajax = {"post_grid_ajaxurl":"https:\/\/wdkx.com\/wp-admin\/admin-ajax.php","_wpnonce":"c23d71def6"};
var post_grid_ajax = {"post_grid_ajaxurl":"https:\/\/wdkx.com\/wp-admin\/admin-ajax.php","_wpnonce":"c23d71def6"};
/* ]]> */
</script>
<script type="text/javascript" src="https://wdkx.com/wp-content/plugins/post-grid/assets/js/post-grid-shortcode-scripts.js?ver=6.8.2" id="post-grid-shortcode-scripts-js"></script>
<script></script><script>!function(){window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[],advanced_ads_ready_queue.push=window.advanced_ads_ready;for(var d=0,a=advanced_ads_ready_queue.length;d<a;d++)advanced_ads_ready(advanced_ads_ready_queue[d])}();</script><!-- QT CSS ID 965d9589af76c3c14efaa82748311a87 --> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'969132215fd42e60',t:'MTc1NDE3NTY3Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>