Bible study groups
And they, continuing daily with one accord in the temple, and breaking bread from house to house, did eat their meat with gladness and singleness of heart
Different locations and times
The joy of fellowship, mutual assistance, support, prayer, seeking answers, and studying Scriptures—all these happen during our weekly meetings!
Join a small group for warm conversations over a cup of tea!
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);
}); */