editor LogoutAccount PreferencesDid you know...Strangers abducting children is an extremely rare crime - only about 100 per year in the entire United States ? <!DOCTYPE html>
<html lang="en-US">
<head itemscope itemtype="https://schema.org/WebSite">
<meta charset="UTF-8" />
<meta name="description" content="91.9 KAVX Voice to Christ ® Teaching Talk Inspiration Praise Worship Gospel online radio station family artists Serve Share Connect God non-commercial listener support" />
<meta name="keywords" content="91.9 KAVX, Christian, teaching, talk, inspiration, praise, worship, voice, Christ" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Listen to KAVX A Voice To Christ teaching inspiration praise worship ministers artists online kavx.org on radio 91.9 .:. Serve Others Be Real, Share Hope Changes lives, Connect to a Real Loving God</title>
<script type="text/javascript">
/* <![CDATA[ */
window.JetpackScriptData = {"site":{"icon":"","title":"Listen to KAVX A Voice for Christ teaching inspiration praise worship ministers artists online kavx.org on radio 91.9 KAVX","host":"unknown","is_wpcom_platform":false}};
/* ]]> */
</script>
<meta name='robots' content='max-image-preview:large' />
<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
<style type="text/css">
.slide-excerpt { width: 100%; }
.slide-excerpt { top: 0; }
.slide-excerpt { left: 0; }
.flexslider { max-width: 1140px; max-height: 460px; }
.slide-image { max-height: 460px; }
</style><link rel='dns-prefetch' href='//stats.wp.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Listen to KAVX A Voice for Christ teaching inspiration praise worship ministers artists online kavx.org on radio 91.9 KAVX » Feed" href="https://kavx.org/feed/" />
<link rel="alternate" type="application/rss+xml" title="Listen to KAVX A Voice for Christ teaching inspiration praise worship ministers artists online kavx.org on radio 91.9 KAVX » Comments Feed" href="https://kavx.org/comments/feed/" />
<link rel='stylesheet' id='yabe_webfont-cache-css' href='https://kavx.org/wp-content/uploads/yabe-webfont/cache/fonts.css?ver=1750884045' type='text/css' media='all' />
<link rel="canonical" href="https://kavx.org/" />
<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":{"wpemoji":"https:\/\/kavx.org\/wp-includes\/js\/wp-emoji.js?ver=6.8.2","twemoji":"https:\/\/kavx.org\/wp-includes\/js\/twemoji.js?ver=6.8.2"}};
/**
* @output wp-includes/js/wp-emoji-loader.js
*/
/**
* Emoji Settings as exported in PHP via _print_emoji_detection_script().
* @typedef WPEmojiSettings
* @type {object}
* @property {?object} source
* @property {?string} source.concatemoji
* @property {?string} source.twemoji
* @property {?string} source.wpemoji
* @property {?boolean} DOMReady
* @property {?Function} readyCallback
*/
/**
* Support tests.
* @typedef SupportTests
* @type {object}
* @property {?boolean} flag
* @property {?boolean} emoji
*/
/**
* IIFE to detect emoji support and load Twemoji if needed.
*
* @param {Window} window
* @param {Document} document
* @param {WPEmojiSettings} settings
*/
( function wpEmojiLoader( window, document, settings ) {
if ( typeof Promise === 'undefined' ) {
return;
}
var sessionStorageKey = 'wpEmojiSettingsSupports';
var tests = [ 'flag', 'emoji' ];
/**
* Checks whether the browser supports offloading to a Worker.
*
* @since 6.3.0
*
* @private
*
* @returns {boolean}
*/
function supportsWorkerOffloading() {
return (
typeof Worker !== 'undefined' &&
typeof OffscreenCanvas !== 'undefined' &&
typeof URL !== 'undefined' &&
URL.createObjectURL &&
typeof Blob !== 'undefined'
);
}
/**
* @typedef SessionSupportTests
* @type {object}
* @property {number} timestamp
* @property {SupportTests} supportTests
*/
/**
* Get support tests from session.
*
* @since 6.3.0
*
* @private
*
* @returns {?SupportTests} Support tests, or null if not set or older than 1 week.
*/
function getSessionSupportTests() {
try {
/** @type {SessionSupportTests} */
var item = JSON.parse(
sessionStorage.getItem( sessionStorageKey )
);
if (
typeof item === 'object' &&
typeof item.timestamp === 'number' &&
new Date().valueOf() < item.timestamp + 604800 && // Note: Number is a week in seconds.
typeof item.supportTests === 'object'
) {
return item.supportTests;
}
} catch ( e ) {}
return null;
}
/**
* Persist the supports in session storage.
*
* @since 6.3.0
*
* @private
*
* @param {SupportTests} supportTests Support tests.
*/
function setSessionSupportTests( supportTests ) {
try {
/** @type {SessionSupportTests} */
var item = {
supportTests: supportTests,
timestamp: new Date().valueOf()
};
sessionStorage.setItem(
sessionStorageKey,
JSON.stringify( item )
);
} catch ( e ) {}
}
/**
* Checks if two sets of Emoji characters render the same visually.
*
* This is used to determine if the browser is rendering an emoji with multiple data points
* correctly. set1 is the emoji in the correct form, using a zero-width joiner. set2 is the emoji
* in the incorrect form, using a zero-width space. If the two sets render the same, then the browser
* does not support the emoji correctly.
*
* This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing
* scope. Everything must be passed by parameters.
*
* @since 4.9.0
*
* @private
*
* @param {CanvasRenderingContext2D} context 2D Context.
* @param {string} set1 Set of Emoji to test.
* @param {string} set2 Set of Emoji to test.
*
* @return {boolean} True if the two sets render the same.
*/
function emojiSetsRenderIdentically( context, set1, set2 ) {
// Cleanup from previous test.
context.clearRect( 0, 0, context.canvas.width, context.canvas.height );
context.fillText( set1, 0, 0 );
var rendered1 = new Uint32Array(
context.getImageData(
0,
0,
context.canvas.width,
context.canvas.height
).data
);
// Cleanup from previous test.
context.clearRect( 0, 0, context.canvas.width, context.canvas.height );
context.fillText( set2, 0, 0 );
var rendered2 = new Uint32Array(
context.getImageData(
0,
0,
context.canvas.width,
context.canvas.height
).data
);
return rendered1.every( function ( rendered2Data, index ) {
return rendered2Data === rendered2[ index ];
} );
}
/**
* Checks if the center point of a single emoji is empty.
*
* This is used to determine if the browser is rendering an emoji with a single data point
* correctly. The center point of an incorrectly rendered emoji will be empty. A correctly
* rendered emoji will have a non-zero value at the center point.
*
* This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing
* scope. Everything must be passed by parameters.
*
* @since 6.8.2
*
* @private
*
* @param {CanvasRenderingContext2D} context 2D Context.
* @param {string} emoji Emoji to test.
*
* @return {boolean} True if the center point is empty.
*/
function emojiRendersEmptyCenterPoint( context, emoji ) {
// Cleanup from previous test.
context.clearRect( 0, 0, context.canvas.width, context.canvas.height );
context.fillText( emoji, 0, 0 );
// Test if the center point (16, 16) is empty (0,0,0,0).
var centerPoint = context.getImageData(16, 16, 1, 1);
for ( var i = 0; i < centerPoint.data.length; i++ ) {
if ( centerPoint.data[ i ] !== 0 ) {
// Stop checking the moment it's known not to be empty.
return false;
}
}
return true;
}
/**
* Determines if the browser properly renders Emoji that Twemoji can supplement.
*
* This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing
* scope. Everything must be passed by parameters.
*
* @since 4.2.0
*
* @private
*
* @param {CanvasRenderingContext2D} context 2D Context.
* @param {string} type Whether to test for support of "flag" or "emoji".
* @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification.
* @param {Function} emojiRendersEmptyCenterPoint Reference to emojiRendersEmptyCenterPoint function, needed due to minification.
*
* @return {boolean} True if the browser can render emoji, false if it cannot.
*/
function browserSupportsEmoji( context, type, emojiSetsRenderIdentically, emojiRendersEmptyCenterPoint ) {
var isIdentical;
switch ( type ) {
case 'flag':
/*
* Test for Transgender flag compatibility. Added in Unicode 13.
*
* To test for support, we try to render it, and compare the rendering to how it would look if
* the browser doesn't render it correctly (white flag emoji + transgender symbol).
*/
isIdentical = emojiSetsRenderIdentically(
context,
'\uD83C\uDFF3\uFE0F\u200D\u26A7\uFE0F', // as a zero-width joiner sequence
'\uD83C\uDFF3\uFE0F\u200B\u26A7\uFE0F' // separated by a zero-width space
);
if ( isIdentical ) {
return false;
}
/*
* Test for Sark flag compatibility. This is the least supported of the letter locale flags,
* so gives us an easy test for full support.
*
* To test for support, we try to render it, and compare the rendering to how it would look if
* the browser doesn't render it correctly ([C] + [Q]).
*/
isIdentical = emojiSetsRenderIdentically(
context,
'\uD83C\uDDE8\uD83C\uDDF6', // as the sequence of two code points
'\uD83C\uDDE8\u200B\uD83C\uDDF6' // as the two code points separated by a zero-width space
);
if ( isIdentical ) {
return false;
}
/*
* Test for English flag compatibility. England is a country in the United Kingdom, it
* does not have a two letter locale code but rather a five letter sub-division code.
*
* To test for support, we try to render it, and compare the rendering to how it would look if
* the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]).
*/
isIdentical = emojiSetsRenderIdentically(
context,
// as the flag sequence
'\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F',
// with each code point separated by a zero-width space
'\uD83C\uDFF4\u200B\uDB40\uDC67\u200B\uDB40\uDC62\u200B\uDB40\uDC65\u200B\uDB40\uDC6E\u200B\uDB40\uDC67\u200B\uDB40\uDC7F'
);
return ! isIdentical;
case 'emoji':
/*
* Does Emoji 16.0 cause the browser to go splat?
*
* To test for Emoji 16.0 support, try to render a new emoji: Splatter.
*
* The splatter emoji is a single code point emoji. Testing for browser support
* required testing the center point of the emoji to see if it is empty.
*
* 0xD83E 0xDEDF (\uD83E\uDEDF) == 🫟 Splatter.
*
* When updating this test, please ensure that the emoji is either a single code point
* or switch to using the emojiSetsRenderIdentically function and testing with a zero-width
* joiner vs a zero-width space.
*/
var notSupported = emojiRendersEmptyCenterPoint( context, '\uD83E\uDEDF' );
return ! notSupported;
}
return false;
}
/**
* Checks emoji support tests.
*
* This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing
* scope. Everything must be passed by parameters.
*
* @since 6.3.0
*
* @private
*
* @param {string[]} tests Tests.
* @param {Function} browserSupportsEmoji Reference to browserSupportsEmoji function, needed due to minification.
* @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification.
* @param {Function} emojiRendersEmptyCenterPoint Reference to emojiRendersEmptyCenterPoint function, needed due to minification.
*
* @return {SupportTests} Support tests.
*/
function testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically, emojiRendersEmptyCenterPoint ) {
var canvas;
if (
typeof WorkerGlobalScope !== 'undefined' &&
self instanceof WorkerGlobalScope
) {
canvas = new OffscreenCanvas( 300, 150 ); // Dimensions are default for HTMLCanvasElement.
} else {
canvas = document.createElement( 'canvas' );
}
var context = canvas.getContext( '2d', { willReadFrequently: true } );
/*
* Chrome on OS X added native emoji rendering in M41. Unfortunately,
* it doesn't work when the font is bolder than 500 weight. So, we
* check for bold rendering support to avoid invisible emoji in Chrome.
*/
context.textBaseline = 'top';
context.font = '600 32px Arial';
var supports = {};
tests.forEach( function ( test ) {
supports[ test ] = browserSupportsEmoji( context, test, emojiSetsRenderIdentically, emojiRendersEmptyCenterPoint );
} );
return supports;
}
/**
* Adds a script to the head of the document.
*
* @ignore
*
* @since 4.2.0
*
* @param {string} src The url where the script is located.
*
* @return {void}
*/
function addScript( src ) {
var script = document.createElement( 'script' );
script.src = src;
script.defer = true;
document.head.appendChild( script );
}
settings.supports = {
everything: true,
everythingExceptFlag: true
};
// Create a promise for DOMContentLoaded since the worker logic may finish after the event has fired.
var domReadyPromise = new Promise( function ( resolve ) {
document.addEventListener( 'DOMContentLoaded', resolve, {
once: true
} );
} );
// Obtain the emoji support from the browser, asynchronously when possible.
new Promise( function ( resolve ) {
var supportTests = getSessionSupportTests();
if ( supportTests ) {
resolve( supportTests );
return;
}
if ( supportsWorkerOffloading() ) {
try {
// Note that the functions are being passed as arguments due to minification.
var workerScript =
'postMessage(' +
testEmojiSupports.toString() +
'(' +
[
JSON.stringify( tests ),
browserSupportsEmoji.toString(),
emojiSetsRenderIdentically.toString(),
emojiRendersEmptyCenterPoint.toString()
].join( ',' ) +
'));';
var blob = new Blob( [ workerScript ], {
type: 'text/javascript'
} );
var worker = new Worker( URL.createObjectURL( blob ), { name: 'wpTestEmojiSupports' } );
worker.onmessage = function ( event ) {
supportTests = event.data;
setSessionSupportTests( supportTests );
worker.terminate();
resolve( supportTests );
};
return;
} catch ( e ) {}
}
supportTests = testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically, emojiRendersEmptyCenterPoint );
setSessionSupportTests( supportTests );
resolve( supportTests );
} )
// Once the browser emoji support has been obtained from the session, finalize the settings.
.then( function ( supportTests ) {
/*
* Tests the browser support for flag emojis and other emojis, and adjusts the
* support settings accordingly.
*/
for ( var test in supportTests ) {
settings.supports[ test ] = supportTests[ test ];
settings.supports.everything =
settings.supports.everything && settings.supports[ test ];
if ( 'flag' !== test ) {
settings.supports.everythingExceptFlag =
settings.supports.everythingExceptFlag &&
settings.supports[ test ];
}
}
settings.supports.everythingExceptFlag =
settings.supports.everythingExceptFlag &&
! settings.supports.flag;
// Sets DOMReady to false and assigns a ready function to settings.
settings.DOMReady = false;
settings.readyCallback = function () {
settings.DOMReady = true;
};
} )
.then( function () {
return domReadyPromise;
} )
.then( function () {
// When the browser can not render everything we need to load a polyfill.
if ( ! settings.supports.everything ) {
settings.readyCallback();
var src = settings.source || {};
if ( src.concatemoji ) {
addScript( src.concatemoji );
} else if ( src.wpemoji && src.twemoji ) {
addScript( src.twemoji );
addScript( src.wpemoji );
}
}
} );
} )( window, document, window._wpemojiSettings );
/* ]]> */
</script>
<link rel='stylesheet' id='embed-pdf-viewer-css' href='https://kavx.org/wp-content/plugins/embed-pdf-viewer/css/embed-pdf-viewer.css?ver=2.4.6' type='text/css' media='screen' />
<link rel='stylesheet' id='outreach-pro-theme-css' href='https://kavx.org/wp-content/themes/outreach-pro/style.css?ver=1754166897' type='text/css' media='all' />
<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://kavx.org/wp-includes/css/dist/block-library/style.css?ver=6.8.2' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/**
* These rules are needed for backwards compatibility.
* They should match the button element rules in the base theme.json file.
*/
.wp-block-button__link {
color: #ffffff;
background-color: #32373c;
border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */
/* This needs a low specificity so it won't override the rules from the button element if defined in theme.json. */
box-shadow: none;
text-decoration: none;
/* The extra 2px are added to size solids the same as the outline versions.*/
padding: calc(0.667em + 2px) calc(1.333em + 2px);
font-size: 1.125em;
}
.wp-block-file__button {
background: #32373c;
color: #ffffff;
text-decoration: none;
}
</style>
<style id='kevinbatdorf-animate-in-view-style-inline-css' type='text/css'>
.animate-in-view,.animate-in-view>*{opacity:1!important;transform:translateX(0)!important;transition-duration:1.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}
</style>
<style id='atb-animated-text-style-inline-css' type='text/css'>
.dashicons{font-family:dashicons!important}.wp-block-atb-animated-text *{box-sizing:border-box}.wp-block-atb-animated-text .atbAnimatedText .content{line-height:0;margin:0!important}.wp-block-atb-animated-text .atbAnimatedText .content *{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wp-block-atb-animated-text .atbAnimatedText.type1{align-items:center;display:flex;justify-content:center;overflow:hidden}.wp-block-atb-animated-text .atbAnimatedText.type1 .content{position:relative;white-space:nowrap}.wp-block-atb-animated-text .atbAnimatedText.type1 .content span{display:inline-block;position:absolute}.wp-block-atb-animated-text .atbAnimatedText.type2{align-items:center;display:flex;justify-content:center;overflow:hidden}.wp-block-atb-animated-text .atbAnimatedText.type2 .content{line-height:1.2}.wp-block-atb-animated-text .atbAnimatedText.type3{justify-content:center}.wp-block-atb-animated-text .atbAnimatedText.type3,.wp-block-atb-animated-text .atbAnimatedText.type4{align-items:center;box-sizing:border-box;display:flex;overflow:hidden;position:relative}.wp-block-atb-animated-text .atbAnimatedText.type4 .content{opacity:0}.wp-block-atb-animated-text .atbAnimatedText.type4 .content .wrapper{align-items:center;display:flex;flex-direction:row;justify-content:left}.wp-block-atb-animated-text .atbAnimatedText.type4 .content .wrapper .txt{line-height:1;margin:0}.wp-block-atb-animated-text .atbAnimatedText.type4 .content .wrapper .txt .char{display:inline-block;opacity:0;transform-origin:center}.wp-block-atb-animated-text .atbAnimatedText.type5{align-items:center;display:flex;padding:0}.wp-block-atb-animated-text .atbAnimatedText.type5 .content{opacity:1}.wp-block-atb-animated-text .atbAnimatedText.type5 .content .wrapper{align-items:center;display:flex;flex-direction:row;overflow:hidden;text-transform:inherit}.wp-block-atb-animated-text .atbAnimatedText.type5 .content .wrapper .txt{color:#fff;line-height:1;margin:0;text-transform:inherit}.wp-block-atb-animated-text .atbAnimatedText.type5 .content .wrapper .txt .char{display:inline-block;opacity:1;text-transform:inherit;transform-origin:center center}.wp-block-atb-animated-text .atbAnimatedText.type6{align-items:center;cursor:grab;display:flex;font-family:Arial,sans-serif;overflow:hidden}.wp-block-atb-animated-text .atbAnimatedText.type6 .char{display:inline-block;position:relative;text-shadow:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wp-block-atb-animated-text .atbAnimatedText.type7{align-items:center;display:flex;font-family:Anybody,sans-serif;overflow:hidden}.wp-block-atb-animated-text .atbAnimatedText.type7 .content{line-height:0}.wp-block-atb-animated-text .atbAnimatedText.type7 .char{display:inline-block;font-stretch:300%}.wp-block-atb-animated-text .atbAnimatedText.type8{align-items:center;display:flex;overflow:hidden}.wp-block-atb-animated-text .atbAnimatedText.type8 .content .stage{align-items:center;display:flex}.wp-block-atb-animated-text .atbAnimatedText.type8 .content .cursor{animation:blink-animation .9s step-start infinite;background-color:#fff;bottom:4px;display:inline-block;height:1em;margin-left:4px;position:absolute;width:2px}@keyframes blink-animation{0%{opacity:1}50%{opacity:0}to{opacity:1}}.wp-block-atb-animated-text .atbAnimatedText.type9{align-items:center;display:flex;flex-direction:row;overflow:hidden;position:relative;text-align:center}.wp-block-atb-animated-text .atbAnimatedText.type9 .textAnimate{align-items:center;color:inherit;display:flex;flex-wrap:wrap;justify-content:center;max-width:100%;position:relative;text-align:center;word-break:break-word}.wp-block-atb-animated-text .atbAnimatedText.type9 .textAnimate span{font-size:inherit}.wp-block-atb-animated-text .atbAnimatedText.type9 .offscreen-text{position:absolute;visibility:hidden}.wp-block-atb-animated-text .atbAnimatedText.type9 .helloSvg{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}@media(max-width:768px){.wp-block-atb-animated-text .atbAnimatedText.type9 .textAnimate{font-size:2rem}.wp-block-atb-animated-text .atbAnimatedText.type9 .inputAnimate{font-size:1.2rem;width:40%}}.wp-block-atb-animated-text .atbAnimatedText.type10{align-items:center;display:flex}.wp-block-atb-animated-text .atbAnimatedText.type10 .content{display:flow-root}.wp-block-atb-animated-text .atbAnimatedText.type10 .animate-glitch{position:relative}.wp-block-atb-animated-text .atbAnimatedText.type10 .animate-glitch-1,.wp-block-atb-animated-text .atbAnimatedText.type10 .animate-glitch-2{inset:0;position:absolute}@keyframes wave{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes bounce-text{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}@layer components{.wp-block-atb-animated-text .atbAnimatedText.type10 .animate-wave{animation:wave 1s ease-in-out infinite;display:inline-block}.wp-block-atb-animated-text .atbAnimatedText.type10 .animate-bounce-text{animation:bounce-text 2s ease infinite}.wp-block-atb-animated-text .atbAnimatedText.type10 .animate-glitch{animation:glitch .8s ease-in-out infinite}.wp-block-atb-animated-text .atbAnimatedText.type10 .animate-glitch-1{animation:glitch .8s infinite;clip-path:polygon(0 0,100% 0,100% 45%,0 45%);transform:translate(-2px)}.wp-block-atb-animated-text .atbAnimatedText.type10 .animate-glitch-2{animation:glitch .8s infinite;clip-path:polygon(0 80%,100% 20%,100% 100%,0 100%);transform:translate(2px)}}
</style>
<style id='wphackers-qr-block-style-inline-css' type='text/css'>
.wp-block-wphackers-qr-block.is-size-small img {
width: 100px;
height: 100px;
}
.wp-block-wphackers-qr-block.is-size-medium img {
width: 200px;
height: 200px;
}
.wp-block-wphackers-qr-block.is-size-large img {
width: 300px;
height: 300px;
}
/*# sourceMappingURL=style-index.css.map*/
</style>
<link rel='stylesheet' id='mediaelement-css' href='https://kavx.org/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://kavx.org/wp-includes/js/mediaelement/wp-mediaelement.css?ver=6.8.2' type='text/css' media='all' />
<style id='jetpack-sharing-buttons-style-inline-css' type='text/css'>
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
</style>
<link rel='stylesheet' id='animate-css' href='https://kavx.org/wp-content/plugins/animated-text-block/public/css/animate.min.css?ver=4.1.1' type='text/css' media='all' />
<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='all-in-one-event-calendar-theme-css' href='https://kavx.org/wp-content/plugins/all-in-one-event-calendar/apiki/dist/styles/theme.css?ver=1715177062' type='text/css' media='all' />
<link rel='stylesheet' id='prefix-style-css' href='https://kavx.org/wp-content/plugins/bible-verse-of-the-day/bible-verse-of-the-day.css?ver=6.8.2' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='https://kavx.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1' type='text/css' media='all' />
<link rel='stylesheet' id='collapscore-css-css' href='https://kavx.org/wp-content/plugins/jquery-collapse-o-matic/css/core_style.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='collapseomatic-css-css' href='https://kavx.org/wp-content/plugins/jquery-collapse-o-matic/css/light_style.css?ver=1.6' type='text/css' media='all' />
<link rel='stylesheet' id='pta-sus-style-css' href='https://kavx.org/wp-content/plugins/pta-volunteer-sign-up-sheets/classes/../assets/css/style.min.css?ver=6.8.2' type='text/css' media='all' />
<link rel='stylesheet' id='google-fonts-css' href='//fonts.googleapis.com/css?family=Lato%3A400%2C700&ver=3.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='slider_styles-css' href='https://kavx.org/wp-content/plugins/genesis-responsive-slider/assets/style.css?ver=1.0.1' type='text/css' media='all' />
<script type="text/javascript" id="real3d-flipbook-global-js-extra">
/* <![CDATA[ */
var flipbookOptions_global = {"pages":[],"pdfUrl":"","printPdfUrl":"","tableOfContent":[],"id":"","bookId":"","date":"","lightboxThumbnailUrl":"","mode":"normal","viewMode":"webgl","pageTextureSize":"3000","pageTextureSizeSmall":"1500","pageTextureSizeMobile":"","pageTextureSizeMobileSmall":"1000","minPixelRatio":"1","pdfTextLayer":"true","zoomMin":"0.9","zoomStep":"2","zoomSize":"","zoomReset":"false","doubleClickZoom":"true","pageDrag":"true","singlePageMode":"false","pageFlipDuration":"1","sound":"true","startPage":"1","pageNumberOffset":"0","deeplinking":{"enabled":"false","prefix":""},"responsiveView":"true","responsiveViewTreshold":"768","responsiveViewRatio":"1","cover":"true","backCover":"true","scaleCover":"false","pageCaptions":"false","height":"400","responsiveHeight":"true","containerRatio":"","thumbnailsOnStart":"false","contentOnStart":"false","searchOnStart":"","searchResultsThumbs":"false","tableOfContentCloseOnClick":"true","thumbsCloseOnClick":"true","autoplayOnStart":"false","autoplayInterval":"3000","autoplayLoop":"true","autoplayStartPage":"1","rightToLeft":"false","pageWidth":"","pageHeight":"","thumbSize":"130","logoImg":"","logoUrl":"","logoUrlTarget":"","logoCSS":"position:absolute;left:0;top:0;","menuSelector":"","zIndex":"auto","preloaderText":"","googleAnalyticsTrackingCode":"","pdfBrowserViewerIfIE":"false","modeMobile":"","viewModeMobile":"","aspectMobile":"","aspectRatioMobile":"0.71","singlePageModeIfMobile":"false","logoHideOnMobile":"false","mobile":{"thumbnailsOnStart":"false","contentOnStart":"false","pagesInMemory":"6","bitmapResizeHeight":"","bitmapResizeQuality":"","currentPage":{"enabled":"false"},"pdfUrl":""},"lightboxCssClass":"","lightboxLink":"","lightboxLinkNewWindow":"true","lightboxBackground":"rgb(81, 85, 88)","lightboxBackgroundPattern":"","lightboxBackgroundImage":"","lightboxContainerCSS":"display:inline-block;padding:10px;","lightboxThumbnailHeight":"300","lightboxThumbnailUrlCSS":"display:block;","lightboxThumbnailInfo":"false","lightboxThumbnailInfoText":"","lightboxThumbnailInfoCSS":"top: 0; width: 100%; height: 100%; font-size: 16px; color: #000; background: rgba(255,255,255,.8); ","showTitle":"false","showDate":"false","hideThumbnail":"false","lightboxText":"","lightboxTextCSS":"display:block;","lightboxTextPosition":"top","lightBoxOpened":"false","lightBoxFullscreen":"false","lightboxStartPage":"","lightboxMarginV":"0","lightboxMarginH":"0","lights":"true","lightPositionX":"0","lightPositionY":"150","lightPositionZ":"1400","lightIntensity":"0.6","shadows":"true","shadowMapSize":"2048","shadowOpacity":"0.2","shadowDistance":"15","pageHardness":"2","coverHardness":"2","pageRoughness":"1","pageMetalness":"0","pageSegmentsW":"6","pageSegmentsH":"1","pagesInMemory":"20","bitmapResizeHeight":"","bitmapResizeQuality":"","pageMiddleShadowSize":"4","pageMiddleShadowColorL":"#7F7F7F","pageMiddleShadowColorR":"#AAAAAA","antialias":"false","pan":"0","tilt":"0","rotateCameraOnMouseDrag":"true","panMax":"20","panMin":"-20","tiltMax":"0","tiltMin":"0","currentPage":{"enabled":"true","title":"Current page","hAlign":"left","vAlign":"top"},"btnAutoplay":{"enabled":"true","title":"Autoplay"},"btnNext":{"enabled":"true","title":"Next Page"},"btnLast":{"enabled":"false","title":"Last Page"},"btnPrev":{"enabled":"true","title":"Previous Page"},"btnFirst":{"enabled":"false","title":"First Page"},"btnZoomIn":{"enabled":"true","title":"Zoom in"},"btnZoomOut":{"enabled":"true","title":"Zoom out"},"btnToc":{"enabled":"true","title":"Table of Contents"},"btnThumbs":{"enabled":"true","title":"Pages"},"btnShare":{"enabled":"true","title":"Share"},"btnNotes":{"enabled":"false","title":"Notes"},"btnDownloadPages":{"enabled":"false","url":"","title":"Download pages"},"btnDownloadPdf":{"enabled":"true","url":"","title":"Download PDF","forceDownload":"true","openInNewWindow":"true"},"btnSound":{"enabled":"true","title":"Sound"},"btnExpand":{"enabled":"true","title":"Toggle fullscreen"},"btnSingle":{"enabled":"true","title":"Toggle single page"},"btnSearch":{"enabled":"false","title":"Search"},"search":{"enabled":"false","title":"Search"},"btnBookmark":{"enabled":"false","title":"Bookmark"},"btnPrint":{"enabled":"true","title":"Print"},"btnTools":{"enabled":"true","title":"Tools"},"btnClose":{"enabled":"true","title":"Close"},"whatsapp":{"enabled":"true"},"twitter":{"enabled":"true"},"facebook":{"enabled":"true"},"pinterest":{"enabled":"true"},"email":{"enabled":"true"},"linkedin":{"enabled":"true"},"digg":{"enabled":"false"},"reddit":{"enabled":"false"},"shareUrl":"","shareTitle":"","shareImage":"","layout":"1","icons":"FontAwesome","skin":"light","useFontAwesome5":"true","sideNavigationButtons":"true","menuNavigationButtons":"false","backgroundColor":"rgb(81, 85, 88)","backgroundPattern":"","backgroundImage":"","backgroundTransparent":"false","menuBackground":"","menuShadow":"","menuMargin":"0","menuPadding":"0","menuOverBook":"false","menuFloating":"false","menuTransparent":"false","menu2Background":"","menu2Shadow":"","menu2Margin":"0","menu2Padding":"0","menu2OverBook":"true","menu2Floating":"false","menu2Transparent":"true","skinColor":"","skinBackground":"","hideMenu":"false","menuAlignHorizontal":"center","btnColor":"","btnColorHover":"","btnBackground":"none","btnRadius":"0","btnMargin":"0","btnSize":"18","btnPaddingV":"10","btnPaddingH":"10","btnShadow":"","btnTextShadow":"","btnBorder":"","arrowColor":"#fff","arrowColorHover":"#fff","arrowBackground":"rgba(0,0,0,0)","arrowBackgroundHover":"rgba(0, 0, 0, .15)","arrowRadius":"4","arrowMargin":"4","arrowSize":"40","arrowPadding":"10","arrowTextShadow":"0px 0px 1px rgba(0, 0, 0, 1)","arrowBorder":"","closeBtnColorHover":"#FFF","closeBtnBackground":"rgba(0,0,0,.4)","closeBtnRadius":"0","closeBtnMargin":"0","closeBtnSize":"20","closeBtnPadding":"5","closeBtnTextShadow":"","closeBtnBorder":"","floatingBtnColor":"","floatingBtnColorHover":"","floatingBtnBackground":"","floatingBtnBackgroundHover":"","floatingBtnRadius":"","floatingBtnMargin":"","floatingBtnSize":"","floatingBtnPadding":"","floatingBtnShadow":"","floatingBtnTextShadow":"","floatingBtnBorder":"","currentPageMarginV":"5","currentPageMarginH":"5","arrowsAlwaysEnabledForNavigation":"true","arrowsDisabledNotFullscreen":"true","touchSwipeEnabled":"true","fitToWidth":"false","rightClickEnabled":"true","linkColor":"rgba(0, 0, 0, 0)","linkColorHover":"rgba(255, 255, 0, 1)","linkOpacity":"0.4","linkTarget":"_blank","pdfAutoLinks":"false","disableRange":"false","strings":{"print":"Print","printLeftPage":"Print left page","printRightPage":"Print right page","printCurrentPage":"Print current page","printAllPages":"Print all pages","download":"Download","downloadLeftPage":"Download left page","downloadRightPage":"Download right page","downloadCurrentPage":"Download current page","downloadAllPages":"Download all pages","bookmarks":"Bookmarks","bookmarkLeftPage":"Bookmark left page","bookmarkRightPage":"Bookmark right page","bookmarkCurrentPage":"Bookmark current page","search":"Search","findInDocument":"Find in document","pagesFoundContaining":"pages found containing","noMatches":"No matches","matchesFound":"matches found","page":"Page","matches":"matches","thumbnails":"Thumbnails","tableOfContent":"Table of Contents","share":"Share","pressEscToClose":"Press ESC to close","password":"Password","addNote":"Add note","typeInYourNote":"Type in your note..."},"access":"free","backgroundMusic":"","cornerCurl":"false","pdfTools":{"pageHeight":1500,"thumbHeight":200,"quality":0.8,"textLayer":"true","autoConvert":"true"},"slug":"","convertPDFLinks":"true","convertPDFLinksWithClass":"","convertPDFLinksWithoutClass":"","overridePDFEmbedder":"true","overrideDflip":"true","overrideWonderPDFEmbed":"true","override3DFlipBook":"true","overridePDFjsViewer":"true","resumeReading":"false","previewPages":"","previewMode":""};
/* ]]> */
</script>
<script type="text/javascript" src="https://kavx.org/wp-includes/js/dist/development/react-refresh-runtime.js?ver=8f1acdfb845f670b0ef2" id="wp-react-refresh-runtime-js"></script>
<script type="text/javascript" src="https://kavx.org/wp-includes/js/dist/development/react-refresh-entry.js?ver=461b2e321e6e009f2209" id="wp-react-refresh-entry-js"></script>
<script type="text/javascript" src="https://kavx.org/wp-includes/js/dist/vendor/react.js?ver=18.3.1.1" id="react-js"></script>
<script type="text/javascript" src="https://kavx.org/wp-includes/js/dist/vendor/react-dom.js?ver=18.3.1.1" id="react-dom-js"></script>
<script type="text/javascript" src="https://kavx.org/wp-content/plugins/advance-custom-html/build/view.js?ver=71f7b087a768e865333f" id="bplugins-custom-html-script-js"></script>
<script type="text/javascript" src="https://kavx.org/wp-includes/js/jquery/jquery.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://kavx.org/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://kavx.org/wp-content/themes/outreach-pro/js/responsive-menu.js?ver=1.0.0" id="outreach-responsive-menu-js"></script>
<link rel="https://api.w.org/" href="https://kavx.org/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://kavx.org/xmlrpc.php?rsd" />
<style>img#wpstats{display:none}</style>
<link rel="icon" href="https://kavx.org/wp-content/plugins/genesis-favicon-uploader/favicons/favicon.ico" />
<link rel="pingback" href="https://kavx.org/xmlrpc.php" />
<link rel="next" href="https://kavx.org/page/2/" />
<meta itemprop="name" content="Listen to KAVX A Voice for Christ teaching inspiration praise worship ministers artists online kavx.org on radio 91.9 KAVX" />
<meta itemprop="url" content="https://kavx.org/" />
<script language="Javascript" src="http://www.nwrnetwork.com/listen/javascript/listen.js"></Script>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script><style type="text/css">.site-title a { background: url(https://kavx.org/wp-content/uploads/2016/10/kavx_family_cross.jpg) no-repeat !important; }</style>
<style type="text/css" id="custom-background-css">
body.custom-background { background-color: #ff0202; background-image: url("https://kavx.org/wp-content/uploads/2025/08/istockphoto-1147285020-612x612-1.jpg"); background-position: left top; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
</style>
<style type="text/css" id="wp-custom-css">
".menu-main-navigation" {background-color: #0fb0ea} </style>
</head>
<body class="home blog custom-background wp-theme-genesis wp-child-theme-outreach-pro gspbody gspb-bodyfront custom-header header-image full-width-content genesis-breadcrumbs-hidden genesis-footer-widgets-visible outreach-pro-blue outreach-pro-home" itemscope itemtype="https://schema.org/WebPage"><div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=211314478906279";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script><div class="site-container"><header class="site-header" itemscope itemtype="https://schema.org/WPHeader"><div class="wrap"><div class="title-area"><h1 class="site-title" itemprop="headline"><a href="https://kavx.org/" title="Listen to KAVX A Voice for Christ teaching inspiration praise worship ministers artists online kavx.org on radio 91.9 KAVX"><img src="https://kavx.org/wp-content/themes/outreach-pro/images/logo.png" title="Listen to KAVX A Voice for Christ teaching inspiration praise worship ministers artists online kavx.org on radio 91.9 KAVX" alt="Listen to KAVX A Voice for Christ teaching inspiration praise worship ministers artists online kavx.org on radio 91.9 KAVX"/></a></h1><p class="site-description" itemprop="description">Serve Others Be Real, Share Hope Changes lives, Connect to a Real Loving God</p></div><div class="widget-area header-widget-area"><section id="custom_html-14" class="widget_text widget widget_custom_html"><div class="widget_text widget-wrap"><div class="textwidget custom-html-widget"><a href="javascript:window.open('https://live365.com/embeds/v1/player/a02061?s=xl&m=light&c=aac', 'KAVX', 'width=800,height=296');"><img class="alignleft" src="https://kavx.org/wp-content/uploads/2016/06/Listen-Now.png" alt="" width="158" height="50" /></a></div></div></section>
<section id="custom_html-3" class="widget_text widget widget_custom_html"><div class="widget_text widget-wrap"><div class="textwidget custom-html-widget"><a href="https://kavx.org/give"><img class="alignleft" src="https://kavx.org/wp-content/uploads/2016/06/Donate-Now.png" alt="" width="158" height="50" /></a></div></div></section>
<section id="custom_html-19" class="widget_text widget widget_custom_html"><div class="widget_text widget-wrap"><div class="textwidget custom-html-widget"><img class="alignleft" src="https://kavx.org/wp-content/uploads/2013/04/ECFA_Accredited.jpg" alt="" width="50" height="50" />
href="https://www.ecfa.org"</div></div></section>
<section id="media_image-10" class="widget widget_media_image"><div class="widget-wrap"><a href="https://kswp.org/kswp-kavx-prayer-2/"><img width="211" height="74" src="https://kavx.org/wp-content/uploads/2025/03/Need-Prayer-1-285x100.jpg" class="image wp-image-6097409 attachment-250x74 size-250x74" alt="" style="max-width: 100%; height: auto;" decoding="async" /></a></div></section>
</div></div></header><nav class="nav-secondary" aria-label="Secondary" itemscope itemtype="https://schema.org/SiteNavigationElement"><div class="wrap"><ul id="menu-main-navigation" class="menu genesis-nav-menu menu-secondary"><li id="menu-item-7794" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7794"><a title="Programs etc." itemprop="url"><span itemprop="name">Programs</span></a>
<ul class="sub-menu">
<li id="menu-item-6076140" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6076140"><a href="https://kavx.org/programs/" itemprop="url"><span itemprop="name">Program Schedule</span></a></li>
<li id="menu-item-3705128" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3705128"><a href="http://kavx.org/personalities/" itemprop="url"><span itemprop="name">On Air Team</span></a></li>
<li id="menu-item-6094948" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6094948"><a href="https://kavx.org/meet-the-office-team/" itemprop="url"><span itemprop="name">Office Team</span></a></li>
<li id="menu-item-6097534" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097534"><a href="https://kswp.org/kswp-kavx-in-the-community/" itemprop="url"><span itemprop="name">KAVX In The Community</span></a></li>
<li id="menu-item-6097710" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097710"><a href="https://www.pluggedin.com/" itemprop="url"><span itemprop="name">Plugged In Movie Review</span></a></li>
</ul>
</li>
<li id="menu-item-6096227" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6096227"><a itemprop="url"><span itemprop="name">Free Devotionals</span></a>
<ul class="sub-menu">
<li id="menu-item-6097395" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097395"><a href="https://kswp.org/devotionals-for-women/" itemprop="url"><span itemprop="name">Devotionals For Women</span></a></li>
<li id="menu-item-6097396" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097396"><a href="https://kswp.org/devotionals-for-men/" itemprop="url"><span itemprop="name">Devotionals For Men</span></a></li>
<li id="menu-item-6097397" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097397"><a href="https://kswp.org/devotionals-for-marriage/" itemprop="url"><span itemprop="name">Devotionals For Marriage</span></a></li>
<li id="menu-item-6097398" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097398"><a href="https://kswp.org/devotionals-for-singles/" itemprop="url"><span itemprop="name">Devotionals For Singles</span></a></li>
<li id="menu-item-6097399" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097399"><a href="https://kswp.org/devotionals-for-grandparents/" itemprop="url"><span itemprop="name">Devotionals For Grandparents</span></a></li>
<li id="menu-item-6097400" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097400"><a href="https://kswp.org/devotionals-for-widows-widowers/" itemprop="url"><span itemprop="name">Devotionals For Widows/Widowers</span></a></li>
<li id="menu-item-6097401" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097401"><a href="https://kswp.org/devotionals-for-caregivers/" itemprop="url"><span itemprop="name">Devotionals For Caregivers</span></a></li>
<li id="menu-item-6097402" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097402"><a href="https://kswp.org/devotionals-for-young-adults/" itemprop="url"><span itemprop="name">Devotionals For Young Adults</span></a></li>
<li id="menu-item-6097403" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097403"><a href="https://kswp.org/devotionals-for-youth/" itemprop="url"><span itemprop="name">Devotionals For Youth</span></a></li>
<li id="menu-item-6097404" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097404"><a href="https://kswp.org/devotionals-for-kids/" itemprop="url"><span itemprop="name">Devotionals For Kids</span></a></li>
<li id="menu-item-6097405" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097405"><a href="https://kswp.org/daily-devotionals/" itemprop="url"><span itemprop="name">Daily Devotionals</span></a></li>
<li id="menu-item-6097406" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097406"><a href="https://kswp.org/bible-study-resources/" itemprop="url"><span itemprop="name">Bible Study Resources</span></a></li>
<li id="menu-item-6097407" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097407"><a href="https://kswp.org/online-bible-and-resource-tools/" itemprop="url"><span itemprop="name">Online Bible And Resources</span></a></li>
</ul>
</li>
<li id="menu-item-6095645" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6095645"><a itemprop="url"><span itemprop="name">Need Hope?</span></a>
<ul class="sub-menu">
<li id="menu-item-6055922" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6055922"><a href="https://kswp.org/god-is-your-only-hope/" title="Connect to a Real and Loving God" itemprop="url"><span itemprop="name">God, Our Only Hope</span></a></li>
<li id="menu-item-6095646" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6095646"><a href="https://kswp.org/new-life-video-testimonies/" itemprop="url"><span itemprop="name">New Life Video Testimonies</span></a></li>
<li id="menu-item-6097274" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097274"><a href="https://kswp.org/church-finder/" itemprop="url"><span itemprop="name">Church Finder</span></a></li>
</ul>
</li>
<li id="menu-item-6095644" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6095644"><a itemprop="url"><span itemprop="name">Apps/Social Media</span></a>
<ul class="sub-menu">
<li id="menu-item-6036614" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6036614"><a target="_blank" href="https://itunes.apple.com/ca/app/kavx/id900660465?mt=8" title="Get the KAVX iPhone App" itemprop="url"><span itemprop="name">KAVX iPhone App</span></a></li>
<li id="menu-item-6036616" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6036616"><a target="_blank" href="https://play.google.com/store/apps/details?id=com.kavx.android&hl=en" itemprop="url"><span itemprop="name">KAVX Android App</span></a></li>
<li id="menu-item-6076217" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6076217"><a href="https://kavx.org/shoutout/" itemprop="url"><span itemprop="name">Shout Out Instructions</span></a></li>
<li id="menu-item-4885" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4885"><a href="http://www.facebook.com/919KAVX" itemprop="url"><span itemprop="name">Facebook KAVX</span></a></li>
</ul>
</li>
<li id="menu-item-7480" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7480"><a itemprop="url"><span itemprop="name">Giving</span></a>
<ul class="sub-menu">
<li id="menu-item-3321068" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3321068"><a href="https://connect.clickandpledge.com/w/Form/4db09853-1545-45b9-8a5f-a12c9b312eea" title="Give Now " itemprop="url"><span itemprop="name">Give A Gift</span></a></li>
<li id="menu-item-57960" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-57960"><a href="http://www.kavx.org/underwriting/" itemprop="url"><span itemprop="name">Underwrite Programs</span></a></li>
<li id="menu-item-6870" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6870"><a href="https://kavx.org/financial-accountability/" itemprop="url"><span itemprop="name">Financial Accountability</span></a></li>
</ul>
</li>
<li id="menu-item-10014" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10014"><a itemprop="url"><span itemprop="name">Events</span></a>
<ul class="sub-menu">
<li id="menu-item-6096829" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6096829"><a href="http://kswp.org/events" itemprop="url"><span itemprop="name">Events</span></a></li>
<li id="menu-item-6089006" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6089006"><a href="https://kavx.org/submit-your-event/" itemprop="url"><span itemprop="name">Submit Your Event</span></a></li>
</ul>
</li>
<li id="menu-item-6400" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6400"><a itemprop="url"><span itemprop="name">Volunteer</span></a></li>
<li id="menu-item-6089685" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6089685"><a href="https://publicfiles.fcc.gov/fm-profile/kavx" itemprop="url"><span itemprop="name">FCC Public File</span></a>
<ul class="sub-menu">
<li id="menu-item-6097281" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097281"><a href="https://publicfiles.fcc.gov/fm-profile/kavx" itemprop="url"><span itemprop="name">Public File (FCC)</span></a></li>
<li id="menu-item-2302" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2302"><a href="https://kavx.org/jobspublic-file-eoe/" itemprop="url"><span itemprop="name">Jobs/EEO</span></a></li>
<li id="menu-item-9868" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9868"><a itemprop="url"><span itemprop="name">About</span></a>
<ul class="sub-menu">
<li id="menu-item-6097277" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6097277"><a href="https://kswp.org/944380-2/" itemprop="url"><span itemprop="name">KSWP & KAVX</span></a>
<ul class="sub-menu">
<li id="menu-item-3705184" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3705184"><a href="https://kavx.org/mission-statement/" itemprop="url"><span itemprop="name">Mission Statement</span></a></li>
<li id="menu-item-6097278" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097278"><a href="https://visitor.r20.constantcontact.com/manage/optin/ea?v=001nYvF8TS7VbJDoKoy9_QFW_MziElqrDz8WEAdAt-ewgTpNtw3CJExYHh8Er7Ut_Om0lscl-gHrJ0%3D" itemprop="url"><span itemprop="name">Newsletter Sign Up</span></a></li>
</ul>
</li>
<li id="menu-item-6055312" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6055312"><a href="http://www.kavx.org/general-giveaway-rules/" itemprop="url"><span itemprop="name">Giveaways</span></a>
<ul class="sub-menu">
<li id="menu-item-6055924" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6055924"><a href="http://www.kavx.org/general-giveaway-rules/" itemprop="url"><span itemprop="name">General Giveaway Rules</span></a></li>
<li id="menu-item-6096973" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6096973"><a href="https://kswp.org/name-of-give-away-sole-hope-color-run/" itemprop="url"><span itemprop="name">Sole Hope Color Run</span></a></li>
<li id="menu-item-6097049" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6097049"><a href="https://kswp.org/name-of-give-away-lone-star-lights-give-away-kavx/" itemprop="url"><span itemprop="name">Lone Star Lights Giveaway/KAVX</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul></div></nav><div class="site-inner"><div class="wrap"><div class="content-sidebar-wrap"><main class="content"><div class="home-top widget-area"><section id="genesisresponsiveslider-widget-3" class="widget genesis_responsive_slider"><div class="widget-wrap">
<div id="genesis-responsive-slider">
<div class="flexslider">
<ul class="slides">
<li>
<div class="slide-image">
<a href="https://kavx.org/fill-the-bus/" rel="bookmark"><img src="https://kavx.org/wp-content/uploads/2025/07/Fill-The-Bus-Thank-You.jpg" alt="FILL THE BUS" /></a>
</div><!-- end .slide-image -->
</li>
<li>
<div class="slide-image">
<a href="https://kavx.org/sharing-the-good-news/" rel="bookmark"><img src="https://kavx.org/wp-content/uploads/2025/07/Sharing-The-Good-News.jpg" alt="SHARING THE GOOD NEWS" /></a>
</div><!-- end .slide-image -->
</li>
<li>
<div class="slide-image">
<a href="https://kavx.org/programs-on-kavx-2-2-2-3-2/" rel="bookmark"><img src="https://kavx.org/wp-content/uploads/2025/06/KAVX-Programs.jpg" alt="KAVX WEEKENDS" /></a>
</div><!-- end .slide-image -->
</li>
<li>
<div class="slide-image">
<a href="https://kavx.org/pray-for-the-nation-2-2-3-2/" rel="bookmark"><img src="https://kavx.org/wp-content/uploads/2025/07/Pray-for-Texas-Hill-Country.jpg" alt="PRAY FOR CENTRAL TEXAS" /></a>
</div><!-- end .slide-image -->
</li>
</ul><!-- end ul.slides -->
</div><!-- end .flexslider -->
</div><!-- end #genesis-responsive-slider -->
</div></section>
</div></main></div></div></div><div class="home-bottom widget-area"><div class="wrap"><section id="media_image-2" class="widget widget_media_image"><div class="widget-wrap"><a href="https://kswp.org/cochran-and-co-in-concert/"><img width="2560" height="2560" src="https://kavx.org/wp-content/uploads/2025/08/Cochran-and-Co-scaled.jpg" class="image wp-image-6097779 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" srcset="https://kavx.org/wp-content/uploads/2025/08/Cochran-and-Co-scaled.jpg 2560w, https://kavx.org/wp-content/uploads/2025/08/Cochran-and-Co-280x280.jpg 280w, https://kavx.org/wp-content/uploads/2025/08/Cochran-and-Co-460x460.jpg 460w, https://kavx.org/wp-content/uploads/2025/08/Cochran-and-Co-768x768.jpg 768w, https://kavx.org/wp-content/uploads/2025/08/Cochran-and-Co-1536x1536.jpg 1536w, https://kavx.org/wp-content/uploads/2025/08/Cochran-and-Co-2048x2048.jpg 2048w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a></div></section>
<section id="media_image-3" class="widget widget_media_image"><div class="widget-wrap"><a href="https://kavx.org/40-acts-of-kindness-challenge/"><img width="2560" height="2560" src="https://kavx.org/wp-content/uploads/2025/08/40-Acts-of-Kindness-scaled.jpg" class="image wp-image-6097783 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" srcset="https://kavx.org/wp-content/uploads/2025/08/40-Acts-of-Kindness-scaled.jpg 2560w, https://kavx.org/wp-content/uploads/2025/08/40-Acts-of-Kindness-280x280.jpg 280w, https://kavx.org/wp-content/uploads/2025/08/40-Acts-of-Kindness-460x460.jpg 460w, https://kavx.org/wp-content/uploads/2025/08/40-Acts-of-Kindness-768x768.jpg 768w, https://kavx.org/wp-content/uploads/2025/08/40-Acts-of-Kindness-1536x1536.jpg 1536w, https://kavx.org/wp-content/uploads/2025/08/40-Acts-of-Kindness-2048x2048.jpg 2048w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a></div></section>
<section id="media_image-9" class="widget widget_media_image"><div class="widget-wrap"><a href="https://kswp.org/kswp-kavx-prayer-2/"><img width="460" height="460" src="https://kavx.org/wp-content/uploads/2025/06/Prayer-460x460.jpg" class="image wp-image-6097639 attachment-large size-large" alt="" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" srcset="https://kavx.org/wp-content/uploads/2025/06/Prayer-460x460.jpg 460w, https://kavx.org/wp-content/uploads/2025/06/Prayer-280x280.jpg 280w, https://kavx.org/wp-content/uploads/2025/06/Prayer-768x768.jpg 768w, https://kavx.org/wp-content/uploads/2025/06/Prayer-1536x1536.jpg 1536w, https://kavx.org/wp-content/uploads/2025/06/Prayer-2048x2048.jpg 2048w" sizes="auto, (max-width: 460px) 100vw, 460px" /></a></div></section>
<section id="media_image-8" class="widget widget_media_image"><div class="widget-wrap"><a href="https://kswp.org/961385-2/"><img width="2560" height="2560" src="https://kavx.org/wp-content/uploads/2025/06/Daily-Scripture-scaled.jpg" class="image wp-image-6097629 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" srcset="https://kavx.org/wp-content/uploads/2025/06/Daily-Scripture-scaled.jpg 2560w, https://kavx.org/wp-content/uploads/2025/06/Daily-Scripture-280x280.jpg 280w, https://kavx.org/wp-content/uploads/2025/06/Daily-Scripture-460x460.jpg 460w, https://kavx.org/wp-content/uploads/2025/06/Daily-Scripture-768x768.jpg 768w, https://kavx.org/wp-content/uploads/2025/06/Daily-Scripture-1536x1536.jpg 1536w, https://kavx.org/wp-content/uploads/2025/06/Daily-Scripture-2048x2048.jpg 2048w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a></div></section>
</div></div><div class="footer-widgets"><div class="wrap"><div class="widget-area footer-widgets-1 footer-widget-area"><section id="custom_html-13" class="widget_text widget widget_custom_html"><div class="widget_text widget-wrap"><h4 class="widget-title widgettitle">MISSION & VISION</h4>
<div class="textwidget custom-html-widget">Share the Hope of Christ, Connect You to a real & loving God, and Serve Others by being real<br /></div></div></section>
<section id="custom_html-21" class="widget_text widget widget_custom_html"><div class="widget_text widget-wrap"><div class="textwidget custom-html-widget"><span id="siteseal"><script async type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=DLnnNmgpQDxGno3a9WpcrYOjdrhhlIixQ1UKTH5DJ3Gy2NKaVXDf1Dhfp3fN"></script></span></div></div></section>
</div><div class="widget-area footer-widgets-2 footer-widget-area"><section id="dailyverseswidget-3" class="widget widget_dailyverseswidget"><div class="widget-wrap"><h4 class="widget-title widgettitle">Daily Bible Verse</h4>
<div class="dailyVerses bibleText">A wholesome tongue is a tree of life, But perverseness in it breaks the spirit.</div><div class="dailyVerses bibleVerse"><a href="https://dailyverses.net/2025/8/2/nkjv" rel="noopener" target="_blank">Proverbs 15:4</a></div><div class="dailyVerses linkToWebsite"><a href="https://dailyverses.net" target="_blank" rel="noopener">DailyVerses.net</a></div></div></section>
</div><div class="widget-area footer-widgets-3 footer-widget-area"><section id="text-83" class="widget widget_text"><div class="widget-wrap"><h4 class="widget-title widgettitle">QUESTIONPRO</h4>
<div class="textwidget"><p>Thanks to <a href="https://www.questionpro.com/" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://www.questionpro.com/&source=gmail&ust=1721337712703000&usg=AOvVaw1AvnHmQDU1IAFmzSbPRoLL">QuestionPro’s </a>wide range of <a href="https://www.questionpro.com/survey-templates/" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://www.questionpro.com/survey-templates/&source=gmail&ust=1721337712703000&usg=AOvVaw31ffi2s0Nw5PBdiKQ2VybG">free survey templates </a>designed by industry experts. We now know exactly where to improve.</p>
</div>
</div></section>
</div><div class="widget-area footer-widgets-4 footer-widget-area"><section id="featured-page-32" class="widget featured-content featuredpage"><div class="widget-wrap"><h4 class="widget-title widgettitle">Resources & Services</h4>
<article class="post-3706394 page type-page status-publish has-post-thumbnail entry" aria-label="RESOURCES AND SERVICES"><div class="entry-content"><p>Resources and Services for Angelina/Nacogdoches Counties
ANGELINA COUNTY SERVICES & … <a href="https://kavx.org/serve-others-in-real-ways/" class="more-link">[Click Here!]</a></p></div></article></div></section>
</div></div></div><footer class="site-footer" itemscope itemtype="https://schema.org/WPFooter"><div class="wrap"><!--<div align="center" font color="black"><p class="local">Lufkin Educational Broadcasting Foundation · <a href="http://kavx.net/wp/?page_id=958" target="_blank">KSWP and KAVX Station Information</a> · 151 Holmes Road Lufkin, Texas 75904 <br> <a href="mailto:919kavx@kavx.org">Email Us</a> · Voice (936)639-6400 · (936)560-6909 · (800)944-8443 · Fax (936)639-5677 · <a href="http://kavx.org/wp/?page_id=962" target="_blank"> EEO Public File</a><br></p></div>
<div align="right" font color="white"><p class="local">Copyright © <?php echo date('Y'); ?> <a href="http://kavx.org">LEBF, Inc. and kavx.org</a> · All Rights Reserved</p></div>-->
<div align="right" font color="white" ><p class="local"><a href="http://kavx.org"> Copyright © <?php echo date('Y'); ?> LEBF, Inc. and kavx.org </a> · All Rights Reserved</p></div></div></footer></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\/outreach-pro\/*","\/wp-content\/themes\/genesis\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="importmap" id="wp-importmap">
{"imports":{"@wordpress\/interactivity":"https:\/\/kavx.org\/wp-includes\/js\/dist\/script-modules\/interactivity\/debug.js?ver=beb31ebdbe898d3dd230"}}
</script>
<script type="module" src="https://kavx.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/../../dist/modules/form/view.js?ver=14.8" id="jp-forms-view-js-module"></script>
<link rel="modulepreload" href="https://kavx.org/wp-includes/js/dist/script-modules/interactivity/debug.js?ver=beb31ebdbe898d3dd230" id="@wordpress/interactivity-js-modulepreload"><script type="application/json" id="wp-script-module-data-@wordpress/interactivity">
{"config":{"jetpack/form":{"error_types":{"is_required":"This field is required.","invalid_form_empty":"The form you are trying to submit is empty.","invalid_form":"Please fill out the form correctly."}}}}
</script>
<script type='text/javascript'>jQuery(document).ready(function($) {$(".flexslider").flexslider({controlsContainer: "#genesis-responsive-slider",animation: "slide",directionNav: 1,controlNav: 1,animationDuration: 9000,slideshowSpeed: 2000 }); });</script><style id='core-block-supports-inline-css' type='text/css'>
/**
* Core styles: block-supports
*/
</style>
<script type="text/javascript" id="real3d-flipbook-forntend-js-extra">
/* <![CDATA[ */
var r3d_frontend = {"rootFolder":"https:\/\/kavx.org\/wp-content\/plugins\/real3d-flipbook-lite\/","version":"4.11.2"};
/* ]]> */
</script>
<script type="text/javascript" src="https://kavx.org/wp-content/plugins/real3d-flipbook-lite/js/frontend.js?ver=4.11.2" id="real3d-flipbook-forntend-js"></script>
<script type="text/javascript" src="https://kavx.org/wp-includes/js/dist/hooks.js?ver=be67dc331e61e06d52fa" id="wp-hooks-js"></script>
<script type="text/javascript" src="https://kavx.org/wp-includes/js/dist/i18n.js?ver=5edc734adb78e0d7d00e" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="text/javascript" src="https://kavx.org/wp-content/plugins/all-in-one-event-calendar/apiki/dist/theme.js?ver=1715177062" id="all-in-one-event-calendar-theme-js"></script>
<script type="text/javascript" id="animate-in-view-js-js-after">
/* <![CDATA[ */
(function() {
'use strict';
document.querySelectorAll('[animatein]').forEach(function (el) {
if (!Number(el.getAttribute('enabled'))) return;
const dir = el.getAttribute('direction');
const offset = el.getAttribute('offset');
el.style.opacity = 0;
el.style.overflow = 'hidden';
Array.from(el.children).forEach(function (child) {
child.style.transform = `translateX(calc(${offset} * ${dir}))`;
});
const observer = new IntersectionObserver(function (entries) {
if (entries[0].intersectionRatio === 0) {
el.classList.remove(el.getAttribute('animatein'));
el.style.overflow = 'hidden';
return;
}
if (entries[0].intersectionRatio < Number(el.getAttribute('threshold'))) {
return;
}
el.style.overflow = 'visible';
el.classList.add(el.getAttribute('animatein'));
Number(el.getAttribute('once')) && observer.unobserve(el);
}, { threshold: [Number(el.getAttribute('threshold')), 0] });
observer.observe(el);
});
})();
/* ]]> */
</script>
<script type="text/javascript" src="https://kavx.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1" id="swv-js"></script>
<script type="text/javascript" id="contact-form-7-js-before">
/* <![CDATA[ */
var wpcf7 = {
"api": {
"root": "https:\/\/kavx.org\/wp-json\/",
"namespace": "contact-form-7\/v1"
}
};
/* ]]> */
</script>
<script type="text/javascript" src="https://kavx.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1" id="contact-form-7-js"></script>
<script type="text/javascript" id="collapseomatic-js-js-before">
/* <![CDATA[ */
const com_options = {"colomatduration":"fast","colomatslideEffect":"slideFade","colomatpauseInit":"","colomattouchstart":""}
/* ]]> */
</script>
<script type="text/javascript" src="https://kavx.org/wp-content/plugins/jquery-collapse-o-matic/js/collapse.js?ver=1.7.2" id="collapseomatic-js-js"></script>
<script type="text/javascript" id="pta-sus-url-cleanup-js-after">
/* <![CDATA[ */
if(document.querySelector('.pta-sus-messages[data-clear-url]')) {
window.history.replaceState({}, '', window.location.pathname);
}
document.addEventListener('DOMContentLoaded', function() {
var clearLinks = document.querySelectorAll('.clear-signup-link');
clearLinks.forEach(function(link) {
link.addEventListener('click', function(e) {
e.preventDefault();
if(confirm('Are you sure you want to clear this signup?')) {
window.location.href = this.href;
}
});
});
});
/* ]]> */
</script>
<script type="text/javascript" src="https://kavx.org/wp-content/plugins/genesis-responsive-slider/assets/js/jquery.flexslider.js?ver=1.0.1" id="flexslider-js"></script>
<script type="text/javascript" id="jetpack-stats-js-before">
/* <![CDATA[ */
_stq = window._stq || [];
_stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"215819361\",\"post\":\"0\",\"tz\":\"-5\",\"srv\":\"kavx.org\",\"arch_home\":\"1\",\"j\":\"1:14.8\"}") ]);
_stq.push([ "clickTrackerInit", "215819361", "0" ]);
/* ]]> */
</script>
<script type="text/javascript" src="https://stats.wp.com/e-202531.js" id="jetpack-stats-js" defer="defer" data-wp-strategy="defer"></script>
</body></html>