Men's breakfast
I will therefore that men pray every where, lifting up holy hands, without wrath and doubting
Saturday, 7:30 am - 9:00 am
Men's Breakfast - the best breakfast in town.
A meeting for Bible study, discussion, and prayer.
Come for the Word of God, a cup of coffee, and encouragement.
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);
}); */