"Awana" (Kids Sport Club)
Train up a child in the way he should go: and when he is old, he will not depart from it.”- Proverbs 22:6
Thursday, 7:00 pm - 8:30 pm
Awana is always fun, engaging, and interactive!
This weekly Bible-based program for children aged 4-11 includes fun games, a journey into the world of the Bible, rewards, treats, and simply great times with friends!
Every Thursday at 7 PM.
jQuery(".ep-box-card-item").hover(
function() {
jQuery(this).addClass("ep-shadow");
jQuery(this).find(".ep-box-card-thumb img").css("transform", "scale(1.1,1.1)");
},
function() {
jQuery(this).removeClass("ep-shadow");
jQuery(this).find(".ep-box-card-thumb img").css("transform", "scale(1,1)");
}
);
/* jQuery(document).ready(function() {
var epColorRgbValue = jQuery('.emagic, #primary.content-area .entry-content').find('a').css('color');
var epColorRgb = epColorRgbValue;
var avoid = "rgb";
var eprgbRemover = epColorRgb.replace(avoid, '');
var emColor = eprgbRemover.substring(eprgbRemover.indexOf('(') + 1, eprgbRemover.indexOf(')'));
jQuery(':root').css('--themeColor', emColor);
}); */