<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie8 no-js" lang="en-US"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<meta charset="UTF-8" />
<link rel="pingback" href="https://wpcbryan.org/xmlrpc.php" />
<title>Sermons &#8211; Westminster Presbyterian Church &#8211; Bryan</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Westminster Presbyterian Church - Bryan &raquo; Feed" href="https://wpcbryan.org/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://wpcbryan.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwpcbryan.org%2Fsermons-2%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://wpcbryan.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwpcbryan.org%2Fsermons-2%2F&#038;format=xml" />
		<!-- This site uses the Google Analytics by ExactMetrics plugin v8.1.0 - Using Analytics tracking - https://www.exactmetrics.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-R45K9MPBLH"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var em_version = '8.1.0';
				var em_track_user = true;
				var em_no_track_reason = '';
								var ExactMetricsDefaultLocations = {"page_location":"https:\/\/wpcbryan.org\/sermons-2\/?podcast"};
				if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) {
					var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations );
				} else {
					var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-R45K9MPBLH',
									];

				/* 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.ExactMetricsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (em_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 = exactmetrics_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') {
								ExactMetricsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dNDMyYj': true,
											});
					if ( ExactMetricsLocations.page_location ) {
						__gtagTracker('set', ExactMetricsLocations);
					}
										__gtagTracker('config', 'G-R45K9MPBLH', {"forceSSL":"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 ExactMetrics -->
		<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='twb-open-sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C500%2C600%2C700%2C800&#038;display=swap&#038;ver=6.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='twbbwg-global-css' href='https://wpcbryan.org/wp-content/plugins/photo-gallery/booster/assets/css/global.css?ver=1.0.0' 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;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */
</style>
<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}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</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,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}: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;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='cforms2-css' href='https://wpcbryan.org/wp-content/plugins/cforms2/styling/cforms2012.css?ver=15.0.7' type='text/css' media='all' />
<link rel='stylesheet' id='bwg_fonts-css' href='https://wpcbryan.org/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts.css?ver=0.0.1' type='text/css' media='all' />
<link rel='stylesheet' id='sumoselect-css' href='https://wpcbryan.org/wp-content/plugins/photo-gallery/css/sumoselect.min.css?ver=3.4.6' type='text/css' media='all' />
<link rel='stylesheet' id='mCustomScrollbar-css' href='https://wpcbryan.org/wp-content/plugins/photo-gallery/css/jquery.mCustomScrollbar.min.css?ver=3.1.5' type='text/css' media='all' />
<link rel='stylesheet' id='bwg_googlefonts-css' href='https://fonts.googleapis.com/css?family=Ubuntu&#038;subset=greek,latin,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic' type='text/css' media='all' />
<link rel='stylesheet' id='bwg_frontend-css' href='https://wpcbryan.org/wp-content/plugins/photo-gallery/css/styles.min.css?ver=1.8.33' type='text/css' media='all' />
<link rel='stylesheet' id='UserAccessManagerLoginForm-css' href='https://wpcbryan.org/wp-content/plugins/user-access-manager/assets/css/uamLoginForm.css?ver=2.2.23' type='text/css' media='screen' />
<link rel='stylesheet' id='resurrect-google-fonts-css' href='//fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic%7COswald:400,700' type='text/css' media='all' />
<link rel='stylesheet' id='elusive-webfont-css' href='https://wpcbryan.org/wp-content/themes/resurrect/css/elusive-webfont.css?ver=2.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='resurrect-style-css' href='https://wpcbryan.org/wp-content/themes/resurrect/style.css?ver=2.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='resurrect-responsive-css' href='https://wpcbryan.org/wp-content/themes/resurrect/css/responsive.css?ver=2.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='resurrect-color-css' href='https://wpcbryan.org/wp-content/themes/resurrect/colors/light/style.css?ver=2.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='__EPYT__style-css' href='https://wpcbryan.org/wp-content/plugins/youtube-embed-plus/styles/ytprefs.min.css?ver=14.2.1.3' type='text/css' media='all' />
<style id='__EPYT__style-inline-css' type='text/css'>

                .epyt-gallery-thumb {
                        width: 33.333%;
                }
                
/*# sourceURL=__EPYT__style-inline-css */
</style>
<link rel='stylesheet' id='wp-add-custom-css-css' href='https://wpcbryan.org?display_custom_css=css&#038;ver=6.9.4' type='text/css' media='all' />
<script type="text/javascript" src="https://wpcbryan.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/photo-gallery/booster/assets/js/circle-progress.js?ver=1.2.2" id="twbbwg-circle-js"></script>
<script type="text/javascript" id="twbbwg-global-js-extra">
/* <![CDATA[ */
var twb = {"nonce":"98c34380b6","ajax_url":"https://wpcbryan.org/wp-admin/admin-ajax.php","plugin_url":"https://wpcbryan.org/wp-content/plugins/photo-gallery/booster","href":"https://wpcbryan.org/wp-admin/admin.php?page=twbbwg_photo-gallery"};
var twb = {"nonce":"98c34380b6","ajax_url":"https://wpcbryan.org/wp-admin/admin-ajax.php","plugin_url":"https://wpcbryan.org/wp-content/plugins/photo-gallery/booster","href":"https://wpcbryan.org/wp-admin/admin.php?page=twbbwg_photo-gallery"};
//# sourceURL=twbbwg-global-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/photo-gallery/booster/assets/js/global.js?ver=1.0.0" id="twbbwg-global-js"></script>
<script type="text/javascript" id="ctfw-ie-unsupported-js-extra">
/* <![CDATA[ */
var ctfw_ie_unsupported = {"default_version":"7","min_version":"5","max_version":"9","version":"7","message":"You are using an outdated version of Internet Explorer. Please upgrade your browser to use this site.","redirect_url":"http://browsehappy.com/"};
//# sourceURL=ctfw-ie-unsupported-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/themes/resurrect/framework/js/ie-unsupported.js?ver=2.2.1" id="ctfw-ie-unsupported-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.1.0" id="exactmetrics-frontend-script-js" async="async" data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */
var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/out\\\/\",\"label\":\"Affiliate\"}]","home_url":"https:\/\/wpcbryan.org","hash_tracking":"false","v4_id":"G-R45K9MPBLH"};/* ]]> */
</script>
<script type="text/javascript" id="cforms2-js-extra">
/* <![CDATA[ */
var cforms2_ajax = {"url":"https://wpcbryan.org/wp-admin/admin-ajax.php","nonces":{"submitcform":"81bd97cfb0"}};
//# sourceURL=cforms2-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/cforms2/js/cforms.js?ver=15.0.7" id="cforms2-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/photo-gallery/js/jquery.sumoselect.min.js?ver=3.4.6" id="sumoselect-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/photo-gallery/js/tocca.min.js?ver=2.0.9" id="bwg_mobile-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/photo-gallery/js/jquery.mCustomScrollbar.concat.min.js?ver=3.1.5" id="mCustomScrollbar-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/photo-gallery/js/jquery.fullscreen.min.js?ver=0.6.0" id="jquery-fullscreen-js"></script>
<script type="text/javascript" id="bwg_frontend-js-extra">
/* <![CDATA[ */
var bwg_objectsL10n = {"bwg_field_required":"field is required.","bwg_mail_validation":"This is not a valid email address.","bwg_search_result":"There are no images matching your search.","bwg_select_tag":"Select Tag","bwg_order_by":"Order By","bwg_search":"Search","bwg_show_ecommerce":"Show Ecommerce","bwg_hide_ecommerce":"Hide Ecommerce","bwg_show_comments":"Show Comments","bwg_hide_comments":"Hide Comments","bwg_restore":"Restore","bwg_maximize":"Maximize","bwg_fullscreen":"Fullscreen","bwg_exit_fullscreen":"Exit Fullscreen","bwg_search_tag":"SEARCH...","bwg_tag_no_match":"No tags found","bwg_all_tags_selected":"All tags selected","bwg_tags_selected":"tags selected","play":"Play","pause":"Pause","is_pro":"","bwg_play":"Play","bwg_pause":"Pause","bwg_hide_info":"Hide info","bwg_show_info":"Show info","bwg_hide_rating":"Hide rating","bwg_show_rating":"Show rating","ok":"Ok","cancel":"Cancel","select_all":"Select all","lazy_load":"0","lazy_loader":"https://wpcbryan.org/wp-content/plugins/photo-gallery/images/ajax_loader.png","front_ajax":"0","bwg_tag_see_all":"see all tags","bwg_tag_see_less":"see less tags"};
//# sourceURL=bwg_frontend-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/photo-gallery/js/scripts.min.js?ver=1.8.33" id="bwg_frontend-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/themes/resurrect/framework/js/jquery.fitvids.js?ver=2.2.1" id="fitvids-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/themes/resurrect/framework/js/responsive-embeds.js?ver=2.2.1" id="ctfw-responsive-embeds-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/themes/resurrect/js/modernizr.custom.js?ver=2.2.1" id="modernizr-custom-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/themes/resurrect/js/jquery.backstretch.min.js?ver=2.2.1" id="jquery-backstretch-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/themes/resurrect/js/jquery.meanmenu.min.js?ver=2.2.1" id="jquery-meanmenu-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/themes/resurrect/js/superfish.min.js?ver=2.2.1" id="superfish-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/themes/resurrect/js/supersubs.js?ver=2.2.1" id="supersubs-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/themes/resurrect/js/jquery.smooth-scroll.min.js?ver=2.2.1" id="jquery-smooth-scroll-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/themes/resurrect/js/jquery_cookie.min.js?ver=2.2.1" id="jquery-cookie-js"></script>
<script type="text/javascript" id="resurrect-main-js-extra">
/* <![CDATA[ */
var resurrect_main = {"site_path":"/","home_url":"https://wpcbryan.org","color_url":"https://wpcbryan.org/wp-content/themes/resurrect/colors/light","is_ssl":"1","current_protocol":"https","background_image_url":"https://wpcbryan.org/wp-content/themes/resurrect/images/backgrounds/horizontal.png","background_image_fullscreen":"","mobile_menu_label":"Menu","slider_slideshow":"1","slider_speed":"6000","comment_name_required":"1","comment_email_required":"1","comment_name_error_required":"Required","comment_email_error_required":"Required","comment_email_error_invalid":"Invalid Email","comment_url_error_invalid":"Invalid URL","comment_message_error_required":"Comment Required"};
//# sourceURL=resurrect-main-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/themes/resurrect/js/main.js?ver=2.2.1" id="resurrect-main-js"></script>
<script type="text/javascript" id="__ytprefs__-js-extra">
/* <![CDATA[ */
var _EPYT_ = {"ajaxurl":"https://wpcbryan.org/wp-admin/admin-ajax.php","security":"e987ee2ead","gallery_scrolloffset":"20","eppathtoscripts":"https://wpcbryan.org/wp-content/plugins/youtube-embed-plus/scripts/","eppath":"https://wpcbryan.org/wp-content/plugins/youtube-embed-plus/","epresponsiveselector":"[\"iframe.__youtube_prefs__\"]","epdovol":"1","version":"14.2.1.3","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com/embed/\"], iframe[src*=\"youtube-nocookie.com/embed/\"]","ajax_compat":"","maxres_facade":"eager","ytapi_load":"light","pause_others":"","stopMobileBuffer":"1","facade_mode":"","not_live_on_channel":"","vi_active":"","vi_js_posttypes":[]};
//# sourceURL=__ytprefs__-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/youtube-embed-plus/scripts/ytprefs.min.js?ver=14.2.1.3" id="__ytprefs__-js"></script>
<link rel="https://api.w.org/" href="https://wpcbryan.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://wpcbryan.org/wp-json/wp/v2/pages/4" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://wpcbryan.org/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.9.4" />
<link rel="canonical" href="https://wpcbryan.org/sermons-2/" />
<link rel='shortlink' href='https://wpcbryan.org/?p=4' />

		<!-- GA Google Analytics @ https://m0n.co/ga -->
		<script>
			(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
			(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
			m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
			})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
			ga('create', 'UA-155594347-1', 'auto');
			ga('send', 'pageview');
		</script>

	<style type="text/css">
#resurrect-logo-text {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

body, input, textarea, select, .sf-menu li li a, .flex-description, #cancel-comment-reply-link, .resurrect-accordion-section-title, a.resurrect-button, a.comment-reply-link, a.comment-edit-link, a.post-edit-link, .resurrect-nav-left-right a, input[type=submit] {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

#resurrect-header-menu-links > li > a .ctfw-header-menu-link-title, #resurrect-footer-menu-links {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

#resurrect-intro-heading, .resurrect-main-title, .resurrect-entry-content h1:not(.resurrect-calendar-list-entry-title), .resurrect-entry-content h2, .resurrect-entry-content h3, .resurrect-entry-content h4, .resurrect-entry-content h5, .resurrect-entry-content h6, .resurrect-author-box h1, .resurrect-person header h1, .resurrect-location header h1, .resurrect-entry-short h1, #reply-title, #resurrect-comments-title, .flex-title, .resurrect-caption-image-title, #resurrect-banner h1, h1.resurrect-widget-title, .resurrect-header-right-item-date, .resurrect-calendar-table-header-row {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

#resurrect-logo-image {
	left: 2px;
}

</style>
<script type="text/javascript">
if ( jQuery.cookie( 'resurrect_responsive_off' ) ) {

	// Add helper class without delay
	jQuery( 'html' ).addClass( 'resurrect-responsive-off' );

	// Disable responsive.css
	jQuery( '#resurrect-responsive-css' ).remove();

} else {

	// Add helper class without delay
	jQuery( 'html' ).addClass( 'resurrect-responsive-on' );

	// Add viewport meta to head -- IMMEDIATELY, not on ready()
	jQuery( 'head' ).append(' <meta name="viewport" content="width=device-width, initial-scale=1">' );

}
</script>
<style type="text/css" id="custom-background-css">
body.custom-background { background-color: #ffffff; background-image: url("https://wpcbryan.org/wp-content/themes/resurrect/images/backgrounds/horizontal.png"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: fixed; }
</style>
	<link rel="icon" href="https://wpcbryan.org/wp-content/uploads/2017/10/cropped-favicon-100x100.png" sizes="32x32" />
<link rel="icon" href="https://wpcbryan.org/wp-content/uploads/2017/10/cropped-favicon-300x300.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://wpcbryan.org/wp-content/uploads/2017/10/cropped-favicon-300x300.png" />
<meta name="msapplication-TileImage" content="https://wpcbryan.org/wp-content/uploads/2017/10/cropped-favicon-300x300.png" />
		<style type="text/css" id="wp-custom-css">
			/*
You can add your own CSS here.

.TopMenu {
font-size: 8px;
letter-spacing: 1px;
}



Click the help icon above to learn more.
*/		</style>
			<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/28bea932e6665bdfc3736e759/a8e67f42747c618f08c7c380a.js");</script>
<link rel='stylesheet' id='wpfc-sm-styles-css' href='https://wpcbryan.org/wp-content/plugins/sermon-manager-for-wordpress/assets/css/sermon.min.css?ver=2.30.0' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://wpcbryan.org/wp-includes/css/dashicons.min.css?ver=6.9.4' type='text/css' media='all' />

</head>
<body class="wp-singular page-template page-template-page-templates page-template-sermons page-template-page-templatessermons-php page page-id-4 custom-background wp-theme-resurrect sp-easy-accordion-enabled resurrect-logo-font-roboto resurrect-heading-font-oswald resurrect-menu-font-oswald resurrect-body-font-roboto resurrect-background-image-file-horizontal resurrect-has-banner">

<div id="resurrect-container">

	
		<div id="resurrect-top" class="resurrect-top-has-icons resurrect-top-no-menu resurrect-top-has-search">

			<div id="resurrect-top-inner">

				<div id="resurrect-top-content" class="resurrect-clearfix">

					<ul class="resurrect-list-icons">
	<li><a href="https://wpcbryan.org/feed/rss/" class="el-icon-rss" title="RSS" target="_blank"></a></li>
	<li><a href="http://feeds.feedburner.com/WPCPodcast" class="el-icon-podcast" title="Podcast" target="_blank"></a></li>
	<li><a href="https://www.facebook.com/westminsterBryan/" class="el-icon-facebook" title="Facebook" target="_blank"></a></li>
	<li><a href="https://www.instagram.com/westminsterbryan/" class="el-icon-instagram" title="Instagram" target="_blank"></a></li>
	<li><a href="http://twitter.com/westminbryantx" class="el-icon-twitter" title="Twitter" target="_blank"></a></li>
	<li><a href="https://www.youtube.com/channel/UCy11o9Lh2rpggm_lpJOHO-g/featured?view_as=subscriber" class="el-icon-youtube" title="YouTube" target="_blank"></a></li>
</ul>
					<div id="resurrect-top-right">

						<div id="resurrect-top-menu">

							
						</div>

						
							<div id="resurrect-top-search">
								
<div class="resurrect-search-form">
	<form method="get" action="https://wpcbryan.org/">
		<label class="screen-reader-text">Search</label>
		<div class="resurrect-search-field">
			<input type="text" name="s" />
		</div>
		<a href="#" class="resurrect-search-button el-icon-search"></a>
	</form>
</div>							</div>

						
					</div>

				</div>

			</div>

		</div>

	
	<div id="resurrect-middle">

		<div id="resurrect-middle-content" class="resurrect-clearfix">

			<header id="resurrect-header" class="resurrect-header-text-light">

				<div id="resurrect-header-inner">

					<div id="resurrect-header-content">

						<div id="resurrect-logo">

							<div id="resurrect-logo-content">

								
									
									<div id="resurrect-logo-image">

										<a href="https://wpcbryan.org/">

											<img src="https://wpcbryan.org/wp-content/uploads/2018/01/WPC_Bryan_Hor_Transparent-1.png" alt="Westminster Presbyterian Church - Bryan" id="resurrect-logo-regular">

											
										</a>

									</div>

								
								
							</div>

						</div>

						<div id="resurrect-header-right">

							<div id="resurrect-header-right-inner">

								<div id="resurrect-header-right-content">

									
	
	<div id="resurrect-header-right-items" class="resurrect-header-right-items-count- resurrect-clearfix">

		
	</div>


								</div>

							</div>

						</div>

					</div>

				</div>

				<nav id="resurrect-header-menu" class="resurrect-clearfix">

					<div id="resurrect-header-menu-inner" class="resurrect-clearfix">

						<ul id="resurrect-header-menu-links" class="sf-menu"><li id="menu-item-6564" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6564 ctfw-header-menu-link-no-description"><a href="#"><div class="ctfw-header-menu-link-inner"><div class="ctfw-header-menu-link-title">Visit</div></div></a>
<ul class="sub-menu">
	<li id="menu-item-6563" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6563"><a href="https://wpcbryan.org/visitors/">Worship With Us</a></li>
	<li id="menu-item-2121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2121"><a href="https://wpcbryan.org/what-we-believe/">What We Believe</a></li>
	<li id="menu-item-6740" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6740"><a href="https://wpcbryan.org/contact/">Contact Us</a></li>
</ul>
</li>
<li id="menu-item-2103" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2103 ctfw-header-menu-link-no-description"><a href="#"><div class="ctfw-header-menu-link-inner"><div class="ctfw-header-menu-link-title">About</div></div></a>
<ul class="sub-menu">
	<li id="menu-item-12155" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12155"><a href="https://wpcbryan.org/history-vision/">Westminster History</a></li>
	<li id="menu-item-4662" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4662"><a href="https://wpcbryan.org/mission-commitments/">Mission + Values</a></li>
	<li id="menu-item-4663" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4663"><a href="https://wpcbryan.org/principles-priorities/">Priorities</a></li>
	<li id="menu-item-4400" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4400"><a href="https://wpcbryan.org/diaconate/">Diaconate + Deacon Assistants</a></li>
	<li id="menu-item-4399" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4399"><a href="https://wpcbryan.org/session-2/">Session</a></li>
	<li id="menu-item-2073" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2073"><a href="https://wpcbryan.org/people-profiles/">Meet the Staff</a></li>
</ul>
</li>
<li id="menu-item-2010" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2010 ctfw-header-menu-link-no-description"><a href="#"><div class="ctfw-header-menu-link-inner"><div class="ctfw-header-menu-link-title">WPC LIFE</div></div></a>
<ul class="sub-menu">
	<li id="menu-item-6729" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6729"><a href="#">Worship</a>
	<ul class="sub-menu">
		<li id="menu-item-2105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2105"><a href="https://wpcbryan.org/ministries/choir/">Choir</a></li>
		<li id="menu-item-2364" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2364"><a href="https://wpcbryan.org/ministries/worship-kidz/">Worship Kidz</a></li>
		<li id="menu-item-2118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2118"><a href="https://wpcbryan.org/ministries/worship-team/">Worship Team</a></li>
		<li id="menu-item-2111" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2111"><a href="https://wpcbryan.org/ministries/nursery/">Nursery</a></li>
	</ul>
</li>
	<li id="menu-item-6730" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6730"><a href="#">Grow</a>
	<ul class="sub-menu">
		<li id="menu-item-2115" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2115"><a href="https://wpcbryan.org/adult/">Adult Life Groups</a></li>
		<li id="menu-item-12637" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12637"><a href="https://wpcbryan.org/wednesdays-westminster/">Wednesdays @ Westminster</a>
		<ul class="sub-menu">
			<li id="menu-item-2107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2107"><a href="https://wpcbryan.org/ministries/covenant-family-ministries/">Covenant Kids</a></li>
		</ul>
</li>
		<li id="menu-item-2116" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2116"><a href="https://wpcbryan.org/children-youth/">Life Groups for Children</a></li>
		<li id="menu-item-12100" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12100"><a href="#">Women in the Church</a>
		<ul class="sub-menu">
			<li id="menu-item-2117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2117"><a href="https://wpcbryan.org/ministries/women-in-the-church/">Women&#8217;s Ministry Team</a></li>
			<li id="menu-item-6381" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6381"><a href="https://wpcbryan.org/ministries/women-in-the-church/bible-studies-for-women/">Bible Studies for Women</a></li>
			<li id="menu-item-10573" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10573"><a href="https://wpcbryan.org/ministries/women-in-the-church/heart-to-heart-titus-2-discipleship-ministry/">Titus 2 Discipleship Ministry</a></li>
		</ul>
</li>
	</ul>
</li>
	<li id="menu-item-6727" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6727"><a href="#">Share</a>
	<ul class="sub-menu">
		<li id="menu-item-6705" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6705"><a href="https://wpcbryan.org/ministries/men-in-the-church/">Men in the Church</a></li>
		<li id="menu-item-2119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2119"><a href="https://wpcbryan.org/ministries/youth/">(WYM) Westminster Youth Ministry</a>
		<ul class="sub-menu">
			<li id="menu-item-7830" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7830"><a href="https://WYM.sermon.net/embed">WYM Audio</a></li>
			<li id="menu-item-7956" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7956"><a href="https://wpcbryan.org/wp-content/uploads/2019/08/Audio-App-Instructions-pdf.jpg">Get Our Mobile App</a></li>
		</ul>
</li>
		<li id="menu-item-6738" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6738"><a href="https://wpcbryan.org/nehemiah-project/">Sexual Integrity</a></li>
	</ul>
</li>
	<li id="menu-item-6733" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6733"><a href="#">Serve</a>
	<ul class="sub-menu">
		<li id="menu-item-11032" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11032"><a href="https://wpcbryan.org/local-serve-team/">Local Serve Team</a></li>
		<li id="menu-item-2110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2110"><a href="https://wpcbryan.org/ministries/missions/">Missionaries</a></li>
		<li id="menu-item-2112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2112"><a href="https://wpcbryan.org/ministries/reformed-university-fellowship/">Reformed University Fellowship</a></li>
		<li id="menu-item-2113" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2113"><a href="https://wpcbryan.org/ministries/reformed-university-fellowship-international/">Reformed University Fellowship International</a></li>
	</ul>
</li>
</ul>
</li>
<li id="menu-item-6078" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-6078 ctfw-header-menu-link-no-description"><a href="https://wpcbryan.org/blog/"><div class="ctfw-header-menu-link-inner"><div class="ctfw-header-menu-link-title">News + Events</div></div></a>
<ul class="sub-menu">
	<li id="menu-item-6182" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6182"><a href="https://wpcbryan.org/calendar/">Calendar</a></li>
	<li id="menu-item-11677" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11677"><a href="https://westminsterbryan.churchtrac.com">Church Connect</a></li>
	<li id="menu-item-6566" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6566"><a href="https://wpcbryan.org/category/westminster_weekly/">Westminster Weekly</a></li>
</ul>
</li>
<li id="menu-item-5106" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5106 ctfw-header-menu-link-no-description"><a href="https://wpcbryan.org/ministries/giving/the-importance-of-giving/"><div class="ctfw-header-menu-link-inner"><div class="ctfw-header-menu-link-title">Giving + Membership</div></div></a>
<ul class="sub-menu">
	<li id="menu-item-11011" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11011"><a href="https://wpcbryan.org/ministries/giving/the-importance-of-giving/">Why Give?</a></li>
	<li id="menu-item-5108" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5108"><a href="https://westminsterbryan.churchtrac.com/give">Give Online Now</a></li>
	<li id="menu-item-11674" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11674"><a href="https://westminsterbryan.churchtrac.com">Church Connect</a></li>
</ul>
</li>
<li id="menu-item-9274" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9274 ctfw-header-menu-link-no-description"><a href="https://www.youtube.com/c/wpcbryan/live"><div class="ctfw-header-menu-link-inner"><div class="ctfw-header-menu-link-title">Livestream</div></div></a></li>
</ul>
					</div>

				</nav>

				

	<div id="resurrect-banner">

		<img width="960" height="250" src="https://wpcbryan.org/wp-content/uploads/2013/06/SermonArchiveBanner-960x250.jpg" class="attachment-resurrect-banner size-resurrect-banner wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://wpcbryan.org/wp-content/uploads/2013/06/SermonArchiveBanner.jpg 960w, https://wpcbryan.org/wp-content/uploads/2013/06/SermonArchiveBanner-300x78.jpg 300w, https://wpcbryan.org/wp-content/uploads/2013/06/SermonArchiveBanner-900x234.jpg 900w" sizes="(max-width: 960px) 100vw, 960px" />
		
			<h1>
				<a href="https://wpcbryan.org/sermon-archive/" title="Sermon Archive">
					Sermon Archive				</a>
			</h1>

			<div class="ctfw-breadcrumbs"><a href="https://wpcbryan.org/">Home</a> > <a href="https://wpcbryan.org/sermons-2/">Sermons</a></div>
		
	</div>


			</header>

<div id="resurrect-content" class="resurrect-no-sidebar">

	<div id="resurrect-content-inner">

		
		<div class="resurrect-content-block resurrect-content-block-close resurrect-clearfix">

			
			

	
		
	<article id="post-4" class="resurrect-entry-full post-4 page type-page status-publish hentry ctfw-no-image">

					<h1 class="resurrect-entry-title resurrect-main-title">Sermons</h1>
		
		<div class="resurrect-entry-content resurrect-clearfix">

							<div id="wpfc-sermons-shortcode">
					<div id="wpfc-sermons-container">
						<div class="wpfc-sermon wpfc-sermon-shortcode">		<div class="wpfc-sermon-inner entry-wrap">
								
		
		<div class="wpfc-sermon-main no-image">
			<div class="wpfc-sermon-header ">
				<div class="wpfc-sermon-header-main">
											<div class="wpfc-sermon-meta-item wpfc-sermon-meta-series">
							<a href="https://wpcbryan.org/sermons-3/series/revelation-the-returning-king/" rel="tag">Revelation: The Returning King</a>						</div>
										
												<h3 class="wpfc-sermon-title">
							<a class="wpfc-sermon-title-text" href="https://wpcbryan.org/sermons-3/the-judgment-of-god/">The Judgment of God</a>
						</h3>
																<div class="wpfc-sermon-meta-item wpfc-sermon-meta-date">
													April 12, 2026											</div>
				</div>
							</div>

			
								<div class="wpfc-sermon-description">
					<div class="sermon-description-content">
																									<br/>
					</div>
									</div>
			

							
			<div class="wpfc-sermon-footer">
									<div class="wpfc-sermon-meta-item wpfc-sermon-meta-preacher">
												<span class="wpfc-sermon-meta-prefix">
							Preacher							:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/preacher/rev-wade-coleman/" rel="tag">Rev. Wade Coleman</a></span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-passage">
						<span class="wpfc-sermon-meta-prefix">
							Passage:</span>
						<span class="wpfc-sermon-meta-text">Revelation 16:1-11</span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-service">
						<span class="wpfc-sermon-meta-prefix">
							Service Type:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/service-type/sunday-morning/" rel="tag">Sunday Morning</a></span>
					</div>
							</div>
		</div>
	</div>

	</div><div class="wpfc-sermon wpfc-sermon-shortcode">		<div class="wpfc-sermon-inner entry-wrap">
								
		
		<div class="wpfc-sermon-main no-image">
			<div class="wpfc-sermon-header ">
				<div class="wpfc-sermon-header-main">
											<div class="wpfc-sermon-meta-item wpfc-sermon-meta-series">
							<a href="https://wpcbryan.org/sermons-3/series/revelation-the-returning-king/" rel="tag">Revelation: The Returning King</a>						</div>
										
												<h3 class="wpfc-sermon-title">
							<a class="wpfc-sermon-title-text" href="https://wpcbryan.org/sermons-3/the-king-triumphant/">The King Triumphant</a>
						</h3>
																<div class="wpfc-sermon-meta-item wpfc-sermon-meta-date">
													April 5, 2026											</div>
				</div>
							</div>

			
								<div class="wpfc-sermon-description">
					<div class="sermon-description-content">
																									<br/>
					</div>
									</div>
			

							
			<div class="wpfc-sermon-footer">
									<div class="wpfc-sermon-meta-item wpfc-sermon-meta-preacher">
												<span class="wpfc-sermon-meta-prefix">
							Preacher							:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/preacher/rev-wade-coleman/" rel="tag">Rev. Wade Coleman</a></span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-passage">
						<span class="wpfc-sermon-meta-prefix">
							Passage:</span>
						<span class="wpfc-sermon-meta-text">Revelation 11:15-19, 20:6</span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-service">
						<span class="wpfc-sermon-meta-prefix">
							Service Type:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/service-type/sunday-morning/" rel="tag">Sunday Morning</a></span>
					</div>
							</div>
		</div>
	</div>

	</div><div class="wpfc-sermon wpfc-sermon-shortcode">		<div class="wpfc-sermon-inner entry-wrap">
								
		
		<div class="wpfc-sermon-main no-image">
			<div class="wpfc-sermon-header ">
				<div class="wpfc-sermon-header-main">
											<div class="wpfc-sermon-meta-item wpfc-sermon-meta-series">
							<a href="https://wpcbryan.org/sermons-3/series/revelation-the-returning-king/" rel="tag">Revelation: The Returning King</a>						</div>
										
												<h3 class="wpfc-sermon-title">
							<a class="wpfc-sermon-title-text" href="https://wpcbryan.org/sermons-3/ransomed-for-god/">Ransomed for God</a>
						</h3>
																<div class="wpfc-sermon-meta-item wpfc-sermon-meta-date">
													April 2, 2026											</div>
				</div>
							</div>

			
								<div class="wpfc-sermon-description">
					<div class="sermon-description-content">
																									<br/>
					</div>
									</div>
			

							
			<div class="wpfc-sermon-footer">
									<div class="wpfc-sermon-meta-item wpfc-sermon-meta-preacher">
												<span class="wpfc-sermon-meta-prefix">
							Preacher							:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/preacher/rev-wade-coleman/" rel="tag">Rev. Wade Coleman</a></span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-passage">
						<span class="wpfc-sermon-meta-prefix">
							Passage:</span>
						<span class="wpfc-sermon-meta-text">Revelation 5:8-10</span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-service">
						<span class="wpfc-sermon-meta-prefix">
							Service Type:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/service-type/special-event/" rel="tag">Special Event</a></span>
					</div>
							</div>
		</div>
	</div>

	</div><div class="wpfc-sermon wpfc-sermon-shortcode">		<div class="wpfc-sermon-inner entry-wrap">
								
		
		<div class="wpfc-sermon-main no-image">
			<div class="wpfc-sermon-header ">
				<div class="wpfc-sermon-header-main">
											<div class="wpfc-sermon-meta-item wpfc-sermon-meta-series">
							<a href="https://wpcbryan.org/sermons-3/series/revelation-the-returning-king/" rel="tag">Revelation: The Returning King</a>						</div>
										
												<h3 class="wpfc-sermon-title">
							<a class="wpfc-sermon-title-text" href="https://wpcbryan.org/sermons-3/the-hope-of-judgment/">The Hope of Judgment</a>
						</h3>
																<div class="wpfc-sermon-meta-item wpfc-sermon-meta-date">
													March 29, 2026											</div>
				</div>
							</div>

			
								<div class="wpfc-sermon-description">
					<div class="sermon-description-content">
																									<br/>
					</div>
									</div>
			

							
			<div class="wpfc-sermon-footer">
									<div class="wpfc-sermon-meta-item wpfc-sermon-meta-preacher">
												<span class="wpfc-sermon-meta-prefix">
							Preacher							:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/preacher/rev-titus-bagby/" rel="tag">Rev. Titus Bagby</a></span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-passage">
						<span class="wpfc-sermon-meta-prefix">
							Passage:</span>
						<span class="wpfc-sermon-meta-text">Revelation 15:1-8</span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-service">
						<span class="wpfc-sermon-meta-prefix">
							Service Type:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/service-type/sunday-morning/" rel="tag">Sunday Morning</a></span>
					</div>
							</div>
		</div>
	</div>

	</div><div class="wpfc-sermon wpfc-sermon-shortcode">		<div class="wpfc-sermon-inner entry-wrap">
								
		
		<div class="wpfc-sermon-main no-image">
			<div class="wpfc-sermon-header ">
				<div class="wpfc-sermon-header-main">
											<div class="wpfc-sermon-meta-item wpfc-sermon-meta-series">
							<a href="https://wpcbryan.org/sermons-3/series/revelation-the-returning-king/" rel="tag">Revelation: The Returning King</a>						</div>
										
												<h3 class="wpfc-sermon-title">
							<a class="wpfc-sermon-title-text" href="https://wpcbryan.org/sermons-3/harvest-time-2/">Harvest Time</a>
						</h3>
																<div class="wpfc-sermon-meta-item wpfc-sermon-meta-date">
													March 22, 2026											</div>
				</div>
							</div>

			
								<div class="wpfc-sermon-description">
					<div class="sermon-description-content">
																									<br/>
					</div>
									</div>
			

							
			<div class="wpfc-sermon-footer">
									<div class="wpfc-sermon-meta-item wpfc-sermon-meta-preacher">
												<span class="wpfc-sermon-meta-prefix">
							Preacher							:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/preacher/rev-wade-coleman/" rel="tag">Rev. Wade Coleman</a></span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-passage">
						<span class="wpfc-sermon-meta-prefix">
							Passage:</span>
						<span class="wpfc-sermon-meta-text">Revelation 14:14-20</span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-service">
						<span class="wpfc-sermon-meta-prefix">
							Service Type:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/service-type/sunday-morning/" rel="tag">Sunday Morning</a></span>
					</div>
							</div>
		</div>
	</div>

	</div><div class="wpfc-sermon wpfc-sermon-shortcode">		<div class="wpfc-sermon-inner entry-wrap">
								
		
		<div class="wpfc-sermon-main no-image">
			<div class="wpfc-sermon-header ">
				<div class="wpfc-sermon-header-main">
											<div class="wpfc-sermon-meta-item wpfc-sermon-meta-series">
							<a href="https://wpcbryan.org/sermons-3/series/revelation-the-returning-king/" rel="tag">Revelation: The Returning King</a>						</div>
										
												<h3 class="wpfc-sermon-title">
							<a class="wpfc-sermon-title-text" href="https://wpcbryan.org/sermons-3/the-lamb-and-the-redeemed/">The Lamb and the Redeemed</a>
						</h3>
																<div class="wpfc-sermon-meta-item wpfc-sermon-meta-date">
													March 15, 2026											</div>
				</div>
							</div>

			
								<div class="wpfc-sermon-description">
					<div class="sermon-description-content">
																									<br/>
					</div>
									</div>
			

							
			<div class="wpfc-sermon-footer">
									<div class="wpfc-sermon-meta-item wpfc-sermon-meta-preacher">
												<span class="wpfc-sermon-meta-prefix">
							Preacher							:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/preacher/rev-wade-coleman/" rel="tag">Rev. Wade Coleman</a></span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-passage">
						<span class="wpfc-sermon-meta-prefix">
							Passage:</span>
						<span class="wpfc-sermon-meta-text">Revelation 14:1-13</span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-service">
						<span class="wpfc-sermon-meta-prefix">
							Service Type:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/service-type/sunday-morning/" rel="tag">Sunday Morning</a></span>
					</div>
							</div>
		</div>
	</div>

	</div><div class="wpfc-sermon wpfc-sermon-shortcode">		<div class="wpfc-sermon-inner entry-wrap">
								
		
		<div class="wpfc-sermon-main no-image">
			<div class="wpfc-sermon-header ">
				<div class="wpfc-sermon-header-main">
											<div class="wpfc-sermon-meta-item wpfc-sermon-meta-series">
							<a href="https://wpcbryan.org/sermons-3/series/revelation-the-returning-king/" rel="tag">Revelation: The Returning King</a>						</div>
										
												<h3 class="wpfc-sermon-title">
							<a class="wpfc-sermon-title-text" href="https://wpcbryan.org/sermons-3/what-a-beast/">What a Beast</a>
						</h3>
																<div class="wpfc-sermon-meta-item wpfc-sermon-meta-date">
													March 8, 2026											</div>
				</div>
							</div>

			
								<div class="wpfc-sermon-description">
					<div class="sermon-description-content">
																									<br/>
					</div>
									</div>
			

							
			<div class="wpfc-sermon-footer">
									<div class="wpfc-sermon-meta-item wpfc-sermon-meta-preacher">
												<span class="wpfc-sermon-meta-prefix">
							Preacher							:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/preacher/rev-wade-coleman/" rel="tag">Rev. Wade Coleman</a></span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-passage">
						<span class="wpfc-sermon-meta-prefix">
							Passage:</span>
						<span class="wpfc-sermon-meta-text">Revelation 13:1-18</span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-service">
						<span class="wpfc-sermon-meta-prefix">
							Service Type:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/service-type/sunday-morning/" rel="tag">Sunday Morning</a></span>
					</div>
							</div>
		</div>
	</div>

	</div><div class="wpfc-sermon wpfc-sermon-shortcode">		<div class="wpfc-sermon-inner entry-wrap">
								
		
		<div class="wpfc-sermon-main no-image">
			<div class="wpfc-sermon-header ">
				<div class="wpfc-sermon-header-main">
											<div class="wpfc-sermon-meta-item wpfc-sermon-meta-series">
							<a href="https://wpcbryan.org/sermons-3/series/revelation-the-returning-king/" rel="tag">Revelation: The Returning King</a>						</div>
										
												<h3 class="wpfc-sermon-title">
							<a class="wpfc-sermon-title-text" href="https://wpcbryan.org/sermons-3/hes-an-angry-dragon/">He&#8217;s an Angry Dragon</a>
						</h3>
																<div class="wpfc-sermon-meta-item wpfc-sermon-meta-date">
													March 1, 2026											</div>
				</div>
							</div>

			
								<div class="wpfc-sermon-description">
					<div class="sermon-description-content">
																									<br/>
					</div>
									</div>
			

							
			<div class="wpfc-sermon-footer">
									<div class="wpfc-sermon-meta-item wpfc-sermon-meta-preacher">
												<span class="wpfc-sermon-meta-prefix">
							Preacher							:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/preacher/rev-tree-triolo/" rel="tag">Rev. Andrew "Tree" Triolo</a></span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-passage">
						<span class="wpfc-sermon-meta-prefix">
							Passage:</span>
						<span class="wpfc-sermon-meta-text">Revelation 12:7-17</span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-service">
						<span class="wpfc-sermon-meta-prefix">
							Service Type:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/service-type/sunday-morning/" rel="tag">Sunday Morning</a></span>
					</div>
							</div>
		</div>
	</div>

	</div><div class="wpfc-sermon wpfc-sermon-shortcode">		<div class="wpfc-sermon-inner entry-wrap">
								
		
		<div class="wpfc-sermon-main no-image">
			<div class="wpfc-sermon-header ">
				<div class="wpfc-sermon-header-main">
										
												<h3 class="wpfc-sermon-title">
							<a class="wpfc-sermon-title-text" href="https://wpcbryan.org/sermons-3/the-fourth-man/">The Fourth Man</a>
						</h3>
																<div class="wpfc-sermon-meta-item wpfc-sermon-meta-date">
													February 22, 2026											</div>
				</div>
							</div>

			
								<div class="wpfc-sermon-description">
					<div class="sermon-description-content">
																									<br/>
					</div>
									</div>
			

							
			<div class="wpfc-sermon-footer">
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-passage">
						<span class="wpfc-sermon-meta-prefix">
							Passage:</span>
						<span class="wpfc-sermon-meta-text">Daniel 3:1-4:3</span>
					</div>
													<div class="wpfc-sermon-meta-item wpfc-sermon-meta-service">
						<span class="wpfc-sermon-meta-prefix">
							Service Type:</span>
						<span class="wpfc-sermon-meta-text"><a href="https://wpcbryan.org/sermons-3/service-type/special-event/" rel="tag">Special Event</a></span>
					</div>
							</div>
		</div>
	</div>

	</div><div class="wpfc-sermon wpfc-sermon-shortcode">		<div class="wpfc-sermon-inner entry-wrap">
								
		
		<div class="wpfc-sermon-main no-image">
			<div class="wpfc-sermon-header ">
				<div class="wpfc-sermon-header-main">
										
												<h3 class="wpfc-sermon-title">
							<a class="wpfc-sermon-title-text" href="https://wpcbryan.org/sermons-3/love-the-place-but-dont-eat-the-food/">Love the Place, but Don&#8217;t Eat the Food</a>
						</h3>
																<div class="wpfc-sermon-meta-item wpfc-sermon-meta-date">
													February 22, 2026											</div>
				</div>
							</div>

			
								<div class="wpfc-sermon-description">
					<div class="sermon-description-content">
																									<br/>
					</div>
									</div>
			

							
			<div class="wpfc-sermon-footer">
															</div>
		</div>
	</div>

	</div>					</div>

					
																		<div id="wpfc-sermons-shortcode-navigation">
								<a class="page-numbers" href="https://wpcbryan.org/sermons-2/?podcast">1</a>
<a class="page-numbers" href="https://wpcbryan.org/sermons-2/page/2/?podcast">2</a>
<a class="page-numbers" href="https://wpcbryan.org/sermons-2/page/3/?podcast">3</a>
<span class="page-numbers dots">&hellip;</span>
<a class="page-numbers" href="https://wpcbryan.org/sermons-2/page/122/?podcast">122</a>
<a class="page-numbers" href="https://wpcbryan.org/sermons-2/page/123/?podcast">123</a>
<a class="page-numbers" href="https://wpcbryan.org/sermons-2/page/124/?podcast">124</a> <a class="next page-numbers" href="https://wpcbryan.org/sermons-2/page/2">Next &raquo;</a>							</div>
															</div>
				
<p>Unless otherwise indicated, all Scripture quotations are from the ESV® Bible (The Holy Bible, English Standard Version®), copyright © 2001 by Crossway, a publishing ministry of Good News Publishers. Used by permission. All rights reserved. You may not copy or download more than 500 consecutive verses of the ESV Bible or more than one half of any book of the ESV Bible.</p>

			<section id="resurrect-loop-after-content" class="resurrect-loop-after-content">
</section>
		</div>

		

	</article>


	

		</div>

		
		
	

		
	</div>

</div>



		</div>

	</div>

	<!-- Middle End -->

	<!-- Footer Start -->

	<footer id="resurrect-footer">

		<div id="resurrect-footer-inner">

			<div id="resurrect-footer-content" class="resurrect-clearfix">

				<div id="resurrect-footer-responsive-toggle">

					<a id="resurrect-footer-full-site" href="#">
						View Full Site					</a>

					<a id="resurrect-footer-mobile-site" href="#">
						View Mobile Site					</a>

				</div>

				<div id="resurrect-footer-left" class="resurrect-clearfix">

					
											<div id="resurrect-footer-social-icons">
							<ul class="resurrect-list-icons">
	<li><a href="https://wpcbryan.org/feed/rss/" class="el-icon-rss" title="RSS" target="_blank"></a></li>
	<li><a href="http://feeds.feedburner.com/WPCPodcast" class="el-icon-podcast" title="Podcast" target="_blank"></a></li>
	<li><a href="https://www.facebook.com/westminsterBryan/" class="el-icon-facebook" title="Facebook" target="_blank"></a></li>
	<li><a href="https://www.instagram.com/westminsterbryan/" class="el-icon-instagram" title="Instagram" target="_blank"></a></li>
	<li><a href="http://twitter.com/westminbryantx" class="el-icon-twitter" title="Twitter" target="_blank"></a></li>
	<li><a href="https://www.youtube.com/channel/UCy11o9Lh2rpggm_lpJOHO-g/featured?view_as=subscriber" class="el-icon-youtube" title="YouTube" target="_blank"></a></li>
	<li><a href="https://wpcbryan.org/wp-login.php" class="el-icon-website-alt" title="wpcbryan.org" target="_blank"></a></li>
</ul>						</div>
					
				</div>

				<div id="resurrect-footer-right">

					
						<ul id="resurrect-footer-contact">

														<li><span id="resurrect-footer-icon-address" class="el-icon-map-marker"></span> <span id="resurrect-footer-address">3333 Oak Ridge Drive, Bryan, TX 77802</span></li>
							
														<li><span id="resurrect-footer-icon-phone" class="el-icon-phone-alt"></span> <span id="resurrect-footer-phone">(979) 776-1185</span></li>
							
						</ul>

					
											<div id="resurrect-notice">
							Copyright © 2026 Westminster Presbyterian Church &#8211; Bryan						</div>
					
				</div>

			</div>

		</div>

	</footer>

	<!-- Footer End -->

</div>

<!-- Container End -->

<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/resurrect/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="text/javascript" src="https://wpcbryan.org/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.7" id="page-links-to-js"></script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/youtube-embed-plus/scripts/fitvids.min.js?ver=14.2.1.3" id="__ytprefsfitvids__-js"></script>
<script type="text/javascript" id="wpfc-sm-verse-script-js-extra">
/* <![CDATA[ */
var verse = {"bible_version":"ESV","language":"en_US"};
//# sourceURL=wpfc-sm-verse-script-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://wpcbryan.org/wp-content/plugins/sermon-manager-for-wordpress/assets/vendor/js/verse.js?ver=2.30.0" id="wpfc-sm-verse-script-js"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://wpcbryan.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4"}}
</script>
<script type="module">
/* <![CDATA[ */
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(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\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let 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("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://wpcbryan.org/wp-includes/js/wp-emoji-loader.min.js
/* ]]> */
</script>

</body>
</html>