/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.9
	Stable tag: 3.4.9
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* Church site-wide accessibility refresh. */
:root {
	--church-ink: #17202a;
	--church-muted: #4a5563;
	--church-paper: #fbfaf6;
	--church-soft: #f1eadf;
	--church-line: #d7c9b6;
	--church-primary: #244c5a;
	--church-primary-dark: #183740;
	--church-accent: #8a5a22;
	--church-accent-soft: #efe2ce;
	--church-success: #3f6748;
	--church-white: #ffffff;
	--church-shadow: 0 14px 36px rgba(23, 32, 42, 0.12);
	--church-radius: 8px;
	--church-max-width: 1180px;
}

html {
	font-size: 18px;
	scroll-behavior: smooth;
}

body {
	background: var(--church-paper);
	color: var(--church-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.75;
	text-rendering: optimizeLegibility;
}

.church-site-visuals {
	background: var(--church-paper);
	border-bottom: 1px solid var(--church-line);
	position: relative;
	z-index: 1;
}

.church-site-visuals__hero {
	align-items: flex-end;
	background-color: var(--church-primary);
	background-position: center;
	background-size: cover;
	display: flex;
	min-height: clamp(280px, 38vh, 460px);
	padding: clamp(1.7rem, 5vw, 4rem) max(1rem, calc((100vw - var(--church-max-width)) / 2));
}

.church-site-visuals__copy {
	animation: churchHeroReveal 1000ms ease both;
	max-width: 780px;
}

.church-site-visuals__eyebrow {
	color: var(--church-accent-soft);
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 0.35rem;
	text-transform: uppercase;
}

.church-site-visuals h1 {
	color: var(--church-white);
	font-size: clamp(2.4rem, 5vw, 4.6rem);
	margin: 0;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
}

.church-site-visuals__quick-links {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: -1.35rem auto 0;
	max-width: var(--church-max-width);
	padding: 0 1rem;
	position: relative;
	z-index: 2;
}

.church-site-visuals__quick-link {
	align-items: center;
	animation: churchIconPop 700ms ease both;
	background: var(--church-white);
	border: 1px solid var(--church-line);
	border-radius: var(--church-radius);
	box-shadow: var(--church-shadow);
	color: var(--church-ink);
	display: flex;
	font-size: 0.98rem;
	font-weight: 800;
	gap: 0.6rem;
	min-height: 58px;
	padding: 0.65rem 0.8rem;
}

.church-site-visuals__quick-link:nth-child(2) {
	animation-delay: 120ms;
}

.church-site-visuals__quick-link:nth-child(3) {
	animation-delay: 240ms;
}

.church-site-visuals__quick-link:nth-child(4) {
	animation-delay: 360ms;
}

.church-site-visuals__quick-link img {
	border-radius: 0;
	flex: 0 0 30px;
	height: 30px;
	width: 30px;
}

.church-site-visuals__photos {
	display: grid;
	gap: 1.1rem;
	grid-template-columns: 1.15fr 0.85fr;
	margin: 1.1rem auto 2rem;
	max-width: var(--church-max-width);
	padding: 0 1rem;
}

.church-site-visuals__photos img {
	animation: churchPhotoLift 1000ms ease both;
	aspect-ratio: 16 / 10;
	border: 1px solid var(--church-line);
	border-radius: var(--church-radius);
	box-shadow: 0 10px 24px rgba(23, 32, 42, 0.12);
	object-fit: cover;
	width: 100%;
}

.church-site-visuals__photos img:nth-child(2) {
	animation-delay: 100ms;
}

.church-renovation-notice {
	align-items: flex-start;
	animation: churchNoticeReveal 850ms ease both;
	background: #fff8eb;
	border: 2px solid var(--church-accent);
	border-left-width: 9px;
	border-radius: var(--church-radius);
	box-shadow: var(--church-shadow);
	display: flex;
	gap: 1rem;
	margin: 1.15rem auto 0;
	max-width: var(--church-max-width);
	padding: clamp(1rem, 2vw, 1.35rem);
	width: calc(100% - 2rem);
}

.church-renovation-notice__icon {
	align-items: center;
	background: var(--church-white);
	border: 1px solid var(--church-line);
	border-radius: 50%;
	display: flex;
	flex: 0 0 52px;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.church-renovation-notice__icon img {
	border-radius: 0;
	height: 30px;
	width: 30px;
}

.church-renovation-notice__label {
	color: var(--church-accent);
	font-size: 0.95rem;
	font-weight: 900;
	margin: 0 0 0.2rem;
	text-transform: uppercase;
}

.church-renovation-notice h2 {
	color: var(--church-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-weight: 900;
	margin: 0 0 0.35rem;
}

.church-renovation-notice p {
	color: var(--church-ink);
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.55;
	margin: 0;
}

.church-home-overview {
	margin: 2rem auto 2.6rem !important;
	max-width: var(--church-max-width);
	padding: 0 1rem;
}

.church-home-overview__intro {
	background: var(--church-white);
	border: 1px solid var(--church-line);
	border-left: 8px solid var(--church-primary);
	border-radius: var(--church-radius);
	box-shadow: var(--church-shadow);
	margin-bottom: 1rem;
	padding: clamp(1.35rem, 3vw, 2.2rem);
}

.church-home-overview__eyebrow {
	color: var(--church-accent);
	font-size: 0.95rem;
	font-weight: 900;
	margin: 0 0 0.35rem;
	text-transform: uppercase;
}

.church-home-overview h2 {
	color: var(--church-ink);
	font-size: clamp(1.9rem, 3.4vw, 3rem);
	margin: 0 0 0.55rem;
}

.church-home-overview__intro p:last-child {
	color: var(--church-muted);
	font-size: clamp(1.08rem, 1.4vw, 1.25rem);
	font-weight: 700;
	line-height: 1.65;
	margin: 0;
	max-width: 900px;
}

.church-home-overview__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.church-home-card {
	align-items: flex-start;
	background: var(--church-white);
	border: 1px solid var(--church-line);
	border-radius: var(--church-radius);
	box-shadow: 0 10px 24px rgba(23, 32, 42, 0.09);
	display: grid;
	gap: 0 0.85rem;
	grid-template-columns: 46px minmax(0, 1fr);
	min-height: 100%;
	padding: 1rem;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

a.church-home-card:hover {
	border-color: rgba(138, 90, 34, 0.48);
	box-shadow: var(--church-shadow);
	transform: translateY(-3px);
}

article.church-home-card {
	background: rgba(255, 255, 255, 0.72);
}

.church-home-card::before {
	background: var(--church-accent-soft);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 1px solid var(--church-line);
	border-radius: 50%;
	content: "";
	grid-row: 1 / 4;
	height: 44px;
	width: 44px;
}

.church-home-card--book::before {
	background-image: url("../hello-elementor-child/assets/icons/book.svg");
}

.church-home-card--clock::before {
	background-image: url("../hello-elementor-child/assets/icons/clock.svg");
}

.church-home-card--calendar::before {
	background-image: url("../hello-elementor-child/assets/icons/calendar.svg");
}

.church-home-card--mail::before {
	background-image: url("../hello-elementor-child/assets/icons/mail.svg");
}

.church-home-card--cross::before {
	background-image: url("../hello-elementor-child/assets/icons/cross.svg");
}

.church-home-card--heart::before {
	background-image: url("../hello-elementor-child/assets/icons/heart.svg");
}

.church-home-card--gift::before {
	background-image: url("../hello-elementor-child/assets/icons/gift.svg");
}

.church-home-card--users::before {
	background-image: url("../hello-elementor-child/assets/icons/users.svg");
}

.church-home-card h3 {
	color: var(--church-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 0.45rem;
}

.church-home-card p {
	color: var(--church-muted);
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.6;
	margin: 0 0 0.6rem;
}

.church-home-card a,
.church-home-card span {
	color: var(--church-primary);
	font-size: 1rem;
	font-weight: 900;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
}

.church-home-card span a {
	display: inline-block;
	margin-right: 0.8rem;
}

a.church-home-card:hover span,
a.church-home-card:focus span {
	color: var(--church-accent);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
}

.church-history-page {
	background: var(--church-paper);
	margin: 0 auto;
	max-width: var(--church-max-width);
	padding: clamp(1.4rem, 4vw, 3rem) 1rem 4rem;
}

.church-history-hero {
	align-items: center;
	display: grid;
	gap: clamp(1.25rem, 3vw, 2.25rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	margin-bottom: 1.2rem;
}

.church-history-hero > div {
	animation: churchHistorySlideIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.church-history-eyebrow {
	color: var(--church-accent);
	font-size: 1rem;
	font-weight: 900;
	margin: 0 0 0.4rem;
	text-transform: uppercase;
}

.church-history-hero h1 {
	font-size: clamp(2.25rem, 5vw, 4rem);
	margin-bottom: 0.55rem;
}

.church-history-hero p {
	color: var(--church-muted);
	font-size: clamp(1.12rem, 1.7vw, 1.35rem);
	font-weight: 700;
	line-height: 1.65;
	margin: 0;
}

.church-history-hero img,
.church-history-gallery img {
	animation: churchHistoryPhotoIn 1000ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
	aspect-ratio: 4 / 3;
	border: 1px solid var(--church-line);
	border-radius: var(--church-radius);
	box-shadow: var(--church-shadow);
	object-fit: cover;
	width: 100%;
}

.church-history-alert {
	align-items: flex-start;
	animation: churchNoticeReveal 850ms ease 180ms both;
	background: #fff8eb;
	border: 2px solid var(--church-accent);
	border-left-width: 9px;
	border-radius: var(--church-radius);
	box-shadow: var(--church-shadow);
	display: flex;
	gap: 1rem;
	margin: 1rem 0 1.4rem;
	padding: clamp(1rem, 2vw, 1.35rem);
}

.church-history-alert img {
	background: var(--church-white);
	border: 1px solid var(--church-line);
	border-radius: 50%;
	flex: 0 0 48px;
	height: 48px;
	padding: 0.55rem;
	width: 48px;
}

.church-history-alert h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35rem;
	margin: 0 0 0.3rem;
}

.church-history-alert p {
	color: var(--church-ink);
	font-weight: 750;
	line-height: 1.6;
	margin: 0;
}

.church-history-stats {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 1.2rem 0;
}

.church-history-stats div {
	animation: churchHistoryPop 760ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
	background: var(--church-primary);
	border-radius: var(--church-radius);
	box-shadow: var(--church-shadow);
	color: var(--church-white);
	padding: 1rem;
}

.church-history-stats div:nth-child(2) {
	animation-delay: 120ms;
}

.church-history-stats div:nth-child(3) {
	animation-delay: 240ms;
}

.church-history-stats div:nth-child(4) {
	animation-delay: 360ms;
}

.church-history-stats strong {
	color: var(--church-white);
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 0.45rem;
}

.church-history-stats span {
	color: var(--church-white);
	display: block;
	font-size: 0.98rem;
	font-weight: 750;
	line-height: 1.35;
}

.church-history-layout {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
	margin: 1.2rem 0;
}

.church-history-story,
.church-history-aside,
.church-history-sources {
	animation: churchHistorySlideIn 850ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
	background: var(--church-white);
	border: 1px solid var(--church-line);
	border-radius: var(--church-radius);
	box-shadow: 0 10px 24px rgba(23, 32, 42, 0.09);
	padding: clamp(1.2rem, 2.5vw, 1.8rem);
}

.church-history-aside {
	animation-delay: 140ms;
}

.church-history-story p {
	color: var(--church-muted);
	font-size: 1.08rem;
	font-weight: 650;
	line-height: 1.78;
}

.church-history-aside ul,
.church-history-sources ul {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0;
	padding-left: 1.25rem;
}

.church-history-aside li,
.church-history-sources li {
	color: var(--church-muted);
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0.65rem;
}

.church-history-timeline {
	border-left: 5px solid var(--church-accent);
	display: grid;
	gap: 0.9rem;
	margin: 1.6rem 0;
	padding-left: 1rem;
}

.church-history-timeline-item {
	animation: churchHistoryTimelineIn 850ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
	background: var(--church-white);
	border: 1px solid var(--church-line);
	border-radius: var(--church-radius);
	box-shadow: 0 8px 20px rgba(23, 32, 42, 0.08);
	padding: 1rem;
	position: relative;
}

.church-history-timeline-item:nth-child(2) {
	animation-delay: 100ms;
}

.church-history-timeline-item:nth-child(3) {
	animation-delay: 200ms;
}

.church-history-timeline-item:nth-child(4) {
	animation-delay: 300ms;
}

.church-history-timeline-item:nth-child(5) {
	animation-delay: 400ms;
}

.church-history-timeline-item:nth-child(6) {
	animation-delay: 500ms;
}

.church-history-timeline-item::before {
	background: var(--church-accent);
	border: 4px solid var(--church-paper);
	border-radius: 50%;
	content: "";
	height: 18px;
	left: -31px;
	position: absolute;
	top: 1.2rem;
	width: 18px;
}

.church-history-timeline-item span {
	color: var(--church-primary);
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 0.35rem;
}

.church-history-timeline-item p {
	color: var(--church-muted);
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
}

.church-history-gallery {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 1.5rem 0;
}

.church-history-gallery figure {
	animation: churchHistoryPhotoIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
	margin: 0;
}

.church-history-gallery figure:nth-child(2) {
	animation-delay: 140ms;
}

.church-history-gallery figure:nth-child(3) {
	animation-delay: 280ms;
}

.church-history-gallery figcaption {
	color: var(--church-muted);
	font-size: 0.98rem;
	font-weight: 800;
	margin-top: 0.45rem;
}

.church-history-sources {
	margin-top: 1.2rem;
}

.church-scrambled-home-original {
	display: none !important;
}

body,
button,
input,
select,
textarea {
	letter-spacing: 0;
}

::selection {
	background: var(--church-primary);
	color: var(--church-white);
}

a {
	color: var(--church-primary);
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--church-accent);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 4px solid rgba(138, 90, 34, 0.55);
	outline-offset: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
	color: var(--church-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 800;
	line-height: 1.16;
	margin-block: 0 0.55em;
}

h1,
.elementor-widget-heading h1.elementor-heading-title {
	font-size: clamp(2.25rem, 5vw, 4.4rem);
}

h2,
.elementor-widget-heading h2.elementor-heading-title {
	font-size: clamp(1.8rem, 3.4vw, 3rem);
}

h3,
.elementor-widget-heading h3.elementor-heading-title {
	font-size: clamp(1.45rem, 2.2vw, 2.1rem);
}

h4 {
	font-size: 1.25rem;
}

p,
li,
.elementor-widget-text-editor {
	color: var(--church-muted);
	font-size: 1.05rem;
}

strong,
b {
	color: var(--church-ink);
	font-weight: 800;
}

small {
	font-size: 0.95rem;
}

hr {
	border: 0;
	border-top: 2px solid var(--church-line);
	margin: 2.5rem 0;
}

img {
	border-radius: var(--church-radius);
}

blockquote,
.wp-block-quote {
	background: var(--church-soft);
	border-left: 8px solid var(--church-accent);
	border-radius: var(--church-radius);
	color: var(--church-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.55;
	margin: 2rem 0;
	padding: 1.35rem 1.5rem;
}

table {
	background: var(--church-white);
	border-collapse: collapse;
	box-shadow: 0 0 0 1px var(--church-line);
	width: 100%;
}

th,
td {
	border-bottom: 1px solid var(--church-line);
	padding: 0.9rem 1rem;
	text-align: left;
}

th {
	background: var(--church-primary);
	color: var(--church-white);
	font-weight: 800;
}

input,
select,
textarea {
	background: var(--church-white);
	border: 2px solid var(--church-line);
	border-radius: var(--church-radius);
	color: var(--church-ink);
	font-size: 1.05rem;
	min-height: 48px;
	padding: 0.8rem 0.95rem;
	width: 100%;
}

textarea {
	min-height: 150px;
}

label {
	color: var(--church-ink);
	display: inline-block;
	font-weight: 800;
	margin-bottom: 0.35rem;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
.wp-block-button__link,
.elementor-button {
	background: var(--church-primary);
	border: 2px solid var(--church-primary);
	border-radius: var(--church-radius);
	box-shadow: none;
	color: var(--church-white);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.25;
	min-height: 50px;
	padding: 0.85rem 1.25rem;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover,
.wp-block-button__link:hover,
.elementor-button:hover {
	background: var(--church-primary-dark);
	border-color: var(--church-primary-dark);
	color: var(--church-white);
	transform: translateY(-1px);
}

.is-style-outline .wp-block-button__link,
.elementor-button.elementor-size-sm {
	background: var(--church-white);
	color: var(--church-primary);
}

.site-header,
#site-header,
.elementor-location-header {
	background: rgba(251, 250, 246, 0.96);
	border-bottom: 1px solid var(--church-line);
	box-shadow: 0 2px 16px rgba(23, 32, 42, 0.08);
}

.site-header a,
#site-header a,
.elementor-location-header a {
	color: var(--church-ink);
	font-size: 1.05rem;
	font-weight: 800;
	text-decoration: none;
}

.site-header a:hover,
#site-header a:hover,
.elementor-location-header a:hover {
	color: var(--church-accent);
}

.site-navigation ul.menu li a,
.elementor-nav-menu a {
	border-radius: var(--church-radius);
	padding: 0.7rem 0.9rem;
}

.site-navigation ul.menu li.current-menu-item > a,
.elementor-nav-menu .current-menu-item > a,
.elementor-nav-menu .elementor-item-active {
	background: var(--church-accent-soft);
	color: var(--church-ink);
}

.site-main,
#content,
.elementor-location-single,
.elementor-location-archive {
	background: var(--church-paper);
}

.site-main {
	padding-block: clamp(1rem, 3vw, 2.25rem);
}

.page-content,
.entry-content,
.site-main > article {
	margin-inline: auto;
	max-width: var(--church-max-width);
}

.entry-content,
.page-content,
.elementor-widget-theme-post-content,
.site-main .elementor-widget-wrap {
	overflow-wrap: anywhere;
}

.entry-content > *:not(.alignfull),
.page-content > *:not(.alignfull),
.site-main .elementor-widget:not(.elementor-widget-image):not(.elementor-widget-spacer):not(.elementor-widget-divider) {
	margin-bottom: clamp(1rem, 2.4vw, 1.8rem);
}

.site-main .elementor-widget-heading,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3 {
	margin-bottom: 0.65rem;
}

.site-main .elementor-widget-text-editor,
.entry-content > p,
.entry-content > ul,
.entry-content > ol {
	max-width: 820px;
}

.site-main .elementor-widget-text-editor p,
.entry-content p,
.entry-content li {
	font-size: clamp(1.05rem, 1.1vw, 1.18rem);
	font-weight: 600;
	line-height: 1.78;
}

.site-main .elementor-section:not(.elementor-inner-section):not(.church-hero):not(.church-auto-hero) {
	clear: both;
}

.site-main .elementor-section:not(.elementor-inner-section):nth-of-type(even) {
	background: rgba(241, 234, 223, 0.54);
}

.site-main .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.site-main .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated,
.site-main .elementor-column-gap-extended > .elementor-column > .elementor-element-populated,
.site-main .elementor-column-gap-wide > .elementor-column > .elementor-element-populated,
.site-main .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
	padding: clamp(1rem, 2.5vw, 1.6rem);
}

.site-main .elementor-widget-text-editor ul,
.site-main .elementor-widget-text-editor ol,
.entry-content ul,
.entry-content ol {
	background: var(--church-white);
	border: 1px solid var(--church-line);
	border-radius: var(--church-radius);
	box-shadow: 0 8px 22px rgba(23, 32, 42, 0.08);
	padding: 1.1rem 1.25rem 1.1rem 2.1rem;
}

.site-main .elementor-widget-text-editor li::marker,
.entry-content li::marker {
	color: var(--church-accent);
	font-weight: 900;
}

.entry-title {
	margin-top: 1.3rem;
}

.elementor-section,
.elementor-section-wrap > .elementor-section,
.wp-block-group {
	position: relative;
}

.elementor-section:not(.elementor-inner-section),
.wp-block-group.alignfull {
	padding-block: clamp(2.6rem, 6vw, 5.5rem);
}

.elementor-section-boxed > .elementor-container,
.elementor-container,
.wp-block-group__inner-container,
.alignwide {
	max-width: var(--church-max-width);
}

.elementor-widget-text-editor p:last-child,
.wp-block-group p:last-child {
	margin-bottom: 0;
}

.elementor-widget-container > ul,
.entry-content ul,
.entry-content ol {
	padding-left: 1.4rem;
}

.elementor-widget-container > ul li,
.entry-content li {
	margin-bottom: 0.45rem;
}

.wp-block-cover,
.elementor-section.church-hero,
.elementor-section.church-auto-hero,
.church-hero {
	background-image: linear-gradient(90deg, rgba(23, 32, 42, 0.82), rgba(23, 32, 42, 0.44)), url("../hello-elementor-child/assets/images/church-hero.jpg");
	background-position: center;
	background-size: cover;
	background-color: var(--church-primary);
	color: var(--church-white);
	min-height: clamp(430px, 62vh, 680px);
	overflow: hidden;
}

.wp-block-cover::before,
.church-hero::before {
	background: linear-gradient(90deg, rgba(23, 32, 42, 0.82), rgba(23, 32, 42, 0.44));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

.wp-block-cover > *,
.church-hero > * {
	position: relative;
	z-index: 1;
}

.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover p,
.church-auto-hero h1,
.church-auto-hero h2,
.church-auto-hero p,
.church-auto-hero .elementor-heading-title,
.church-hero h1,
.church-hero h2,
.church-hero p,
.church-hero .elementor-heading-title {
	color: var(--church-white);
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.church-hero p,
.wp-block-cover p {
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 700;
	max-width: 780px;
}

.church-photo-placeholder,
.church-photo-exterior,
.church-photo-sanctuary,
.church-photo-pastor,
.church-photo-fellowship,
.church-photo-detail,
.church-photo-outreach {
	aspect-ratio: 4 / 3;
	background-color: var(--church-soft);
	background-position: center;
	background-size: cover;
	border: 1px solid var(--church-line);
	border-radius: var(--church-radius);
	box-shadow: var(--church-shadow);
	min-height: 260px;
	overflow: hidden;
}

.church-photo-exterior {
	background-image: url("../hello-elementor-child/assets/images/church-exterior.jpg");
}

.church-photo-sanctuary {
	background-image: url("../hello-elementor-child/assets/images/church-sanctuary.jpg");
}

.church-photo-pastor {
	aspect-ratio: 4 / 5;
	background-image: url("../hello-elementor-child/assets/images/church-pastor.jpg");
}

.church-photo-fellowship {
	background-image: url("../hello-elementor-child/assets/images/church-fellowship.jpg");
}

.church-photo-detail {
	background-image: url("../hello-elementor-child/assets/images/church-detail.jpg");
}

.church-photo-outreach {
	background-image: url("../hello-elementor-child/assets/images/church-outreach.jpg");
}

.church-photo-strip {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: clamp(1.2rem, 3vw, 2.2rem) auto;
	max-width: var(--church-max-width);
	padding-inline: 1rem;
}

.church-photo-strip > div {
	animation: churchPhotoLift 900ms ease both;
}

.church-photo-strip > div:nth-child(2) {
	animation-delay: 120ms;
}

.church-photo-strip > div:nth-child(3) {
	animation-delay: 240ms;
}

.church-image-frame img,
.elementor-widget-image.church-image-frame img,
.wp-block-image.church-image-frame img {
	aspect-ratio: 4 / 3;
	border: 1px solid var(--church-line);
	border-radius: var(--church-radius);
	box-shadow: var(--church-shadow);
	object-fit: cover;
	width: 100%;
}

.church-info-item,
.church-icon {
	align-items: flex-start;
	display: flex;
	gap: 0.8rem;
}

.church-info-item::before,
.church-icon::before {
	background: var(--church-accent-soft);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 1px solid var(--church-line);
	border-radius: 50%;
	content: "";
	flex: 0 0 42px;
	height: 42px;
	width: 42px;
}

.church-icon-clock::before {
	background-image: url("../hello-elementor-child/assets/icons/clock.svg");
}

.church-icon-map::before {
	background-image: url("../hello-elementor-child/assets/icons/map-pin.svg");
}

.church-icon-calendar::before {
	background-image: url("../hello-elementor-child/assets/icons/calendar.svg");
}

.church-icon-phone::before {
	background-image: url("../hello-elementor-child/assets/icons/phone.svg");
}

.church-icon-mail::before {
	background-image: url("../hello-elementor-child/assets/icons/mail.svg");
}

.church-icon-cross::before {
	background-image: url("../hello-elementor-child/assets/icons/cross.svg");
}

.church-icon-heart::before {
	background-image: url("../hello-elementor-child/assets/icons/heart.svg");
}

.church-icon-book::before {
	background-image: url("../hello-elementor-child/assets/icons/book.svg");
}

.church-icon-gift::before {
	background-image: url("../hello-elementor-child/assets/icons/gift.svg");
}

.church-icon-users::before {
	background-image: url("../hello-elementor-child/assets/icons/users.svg");
}

.church-auto-icon {
	align-items: flex-start;
	display: flex;
	gap: 0.8rem;
}

.church-auto-icon::before {
	background: var(--church-accent-soft);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 1px solid var(--church-line);
	border-radius: 50%;
	content: "";
	flex: 0 0 42px;
	height: 42px;
	margin-top: 0.15rem;
	width: 42px;
}

.church-auto-icon[data-church-icon="clock"]::before {
	background-image: url("../hello-elementor-child/assets/icons/clock.svg");
}

.church-auto-icon[data-church-icon="map"]::before {
	background-image: url("../hello-elementor-child/assets/icons/map-pin.svg");
}

.church-auto-icon[data-church-icon="calendar"]::before {
	background-image: url("../hello-elementor-child/assets/icons/calendar.svg");
}

.church-auto-icon[data-church-icon="phone"]::before {
	background-image: url("../hello-elementor-child/assets/icons/phone.svg");
}

.church-auto-icon[data-church-icon="mail"]::before {
	background-image: url("../hello-elementor-child/assets/icons/mail.svg");
}

.church-auto-icon[data-church-icon="cross"]::before {
	background-image: url("../hello-elementor-child/assets/icons/cross.svg");
}

.church-auto-icon[data-church-icon="heart"]::before {
	background-image: url("../hello-elementor-child/assets/icons/heart.svg");
}

.church-auto-icon[data-church-icon="book"]::before {
	background-image: url("../hello-elementor-child/assets/icons/book.svg");
}

.church-auto-icon[data-church-icon="gift"]::before {
	background-image: url("../hello-elementor-child/assets/icons/gift.svg");
}

.church-auto-icon[data-church-icon="users"]::before {
	background-image: url("../hello-elementor-child/assets/icons/users.svg");
}

.church-band,
.wp-block-group.church-band,
.elementor-section.church-band {
	background: var(--church-soft);
	border-block: 1px solid var(--church-line);
}

.church-band-dark,
.wp-block-group.church-band-dark,
.elementor-section.church-band-dark {
	background: var(--church-primary);
	color: var(--church-white);
}

.church-band-dark h1,
.church-band-dark h2,
.church-band-dark h3,
.church-band-dark p,
.church-band-dark li,
.church-band-dark a,
.church-band-dark .elementor-heading-title {
	color: var(--church-white);
}

.church-card,
.wp-block-column,
.elementor-widget-container:has(.church-card),
.elementor-post,
.elementor-portfolio-item,
.wp-block-latest-posts__post-excerpt {
	background: var(--church-white);
	border: 1px solid var(--church-line);
	border-radius: var(--church-radius);
	box-shadow: var(--church-shadow);
}

.church-card,
.wp-block-column {
	padding: clamp(1.2rem, 2.5vw, 1.8rem);
}

.wp-block-columns {
	gap: 1.4rem;
}

.wp-block-column > *:last-child,
.church-card > *:last-child {
	margin-bottom: 0;
}

.elementor-post,
.elementor-portfolio-item {
	overflow: hidden;
}

.elementor-post__text,
.elementor-post__card .elementor-post__text {
	padding: 1.2rem;
}

.elementor-post__title,
.elementor-post__title a {
	color: var(--church-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.25;
}

.elementor-post__excerpt p {
	color: var(--church-muted);
	font-size: 1rem;
}

.church-service-time,
.church-callout,
.wp-block-media-text,
.elementor-alert {
	background: var(--church-accent-soft);
	border: 1px solid var(--church-line);
	border-left: 8px solid var(--church-accent);
	border-radius: var(--church-radius);
	color: var(--church-ink);
	padding: clamp(1.1rem, 2.5vw, 1.8rem);
}

.church-service-time h2,
.church-service-time h3,
.church-callout h2,
.church-callout h3 {
	margin-bottom: 0.35rem;
}

.elementor-icon,
.wp-block-social-links .wp-social-link {
	color: var(--church-primary);
}

.elementor-divider-separator {
	border-color: var(--church-accent);
	border-width: 3px;
}

.elementor-accordion .elementor-tab-title,
.elementor-toggle .elementor-tab-title {
	background: var(--church-white);
	border: 1px solid var(--church-line);
	color: var(--church-ink);
	font-size: 1.1rem;
	font-weight: 800;
	padding: 1rem 1.1rem;
}

.elementor-accordion .elementor-tab-content,
.elementor-toggle .elementor-tab-content {
	background: var(--church-paper);
	border: 1px solid var(--church-line);
	border-top: 0;
	color: var(--church-muted);
	font-size: 1.05rem;
	line-height: 1.7;
	padding: 1rem 1.1rem;
}

.elementor-testimonial,
.wp-block-pullquote {
	background: var(--church-white);
	border-top: 5px solid var(--church-accent);
	border-radius: var(--church-radius);
	box-shadow: var(--church-shadow);
	padding: clamp(1.3rem, 3vw, 2rem);
}

.wp-block-calendar table caption,
.wp-block-calendar th {
	font-weight: 800;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	border-color: var(--church-line);
	font-size: 1rem;
}

.site-footer,
#site-footer,
.elementor-location-footer {
	background: var(--church-primary-dark);
	color: var(--church-white);
	font-size: 1rem;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer p,
.site-footer li,
.site-footer a,
#site-footer h1,
#site-footer h2,
#site-footer h3,
#site-footer p,
#site-footer li,
#site-footer a,
.elementor-location-footer h1,
.elementor-location-footer h2,
.elementor-location-footer h3,
.elementor-location-footer p,
.elementor-location-footer li,
.elementor-location-footer a {
	color: var(--church-white);
}

.site-footer a,
#site-footer a,
.elementor-location-footer a {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
}

.church-fade-in,
.elementor-widget,
.wp-block-group,
.wp-block-columns,
.wp-block-media-text {
	animation: churchFadeUp 850ms ease both;
}

@keyframes churchFadeUp {
	from {
		opacity: 0;
		transform: translateY(22px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes churchHeroReveal {
	from {
		opacity: 0;
		transform: translateY(34px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes churchIconPop {
	from {
		opacity: 0;
		transform: translateY(20px) scale(0.94);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes churchNoticeReveal {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes churchHistorySlideIn {
	from {
		opacity: 0;
		transform: translateX(-26px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes churchHistoryPhotoIn {
	from {
		opacity: 0;
		transform: translateY(32px) scale(0.96);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes churchHistoryPop {
	from {
		opacity: 0;
		transform: translateY(24px) scale(0.92);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes churchHistoryTimelineIn {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes churchPhotoLift {
	from {
		opacity: 0;
		transform: translateY(28px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Clergy and facilities: clear, high-contrast layouts for visitors of all ages. */
.church-clergy-page .page-header,
.church-facilities-page .page-header,
.church-clergy-page .entry-title,
.church-facilities-page .entry-title {
	display: none;
}

.church-clergy-page main,
.church-facilities-page main {
	overflow: hidden;
}

.church-info-intro,
.church-info-content {
	width: min(1180px, calc(100% - 2rem));
	margin-inline: auto;
}

.church-info-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
	margin-block: clamp(2rem, 5vw, 4.5rem);
	padding: clamp(2rem, 5vw, 4.5rem);
	border: 1px solid #d8e2df;
	border-radius: 28px;
	background: linear-gradient(135deg, #f7fbfa 0%, #edf5f2 100%);
	box-shadow: 0 22px 55px rgba(28, 55, 48, 0.12);
	animation: churchFadeUp 700ms ease both;
}

.church-info-intro__eyebrow {
	margin: 0 0 0.75rem;
	color: #8a5c20;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.church-info-intro h1 {
	margin: 0 0 1rem;
	color: #17362f;
	font-size: clamp(2.35rem, 5vw, 4.6rem);
	line-height: 1.04;
	letter-spacing: -0.035em;
}

.church-info-intro__copy > p:last-child {
	max-width: 670px;
	margin: 0;
	color: #334b45;
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	line-height: 1.7;
}

.church-info-diagram__centre {
	position: relative;
	z-index: 1;
	width: 190px;
	margin: 0 auto -1rem;
	padding: 1.6rem 1rem;
	border-radius: 50%;
	background: #17362f;
	color: #fff;
	text-align: center;
	line-height: 1.45;
	box-shadow: 0 14px 30px rgba(23, 54, 47, 0.24);
}

.church-info-diagram__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.55rem;
}

.church-info-diagram__items span,
.church-facility-visual div {
	background: #fff;
	border: 1px solid #d4dfdc;
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(23, 54, 47, 0.09);
}

.church-info-diagram__items span {
	display: grid;
	place-items: center;
	min-height: 90px;
	padding: 1.5rem 0.65rem 0.75rem;
	color: #17362f;
	font-size: 0.95rem;
	font-weight: 800;
	text-align: center;
}

.church-facility-visual {
	display: grid;
	gap: 0.8rem;
}

.church-facility-visual div {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 1rem;
	align-items: center;
	padding: 1.15rem 1.25rem;
	animation: churchHistoryTimelineIn 650ms ease both;
}

.church-facility-visual div:nth-child(2) { animation-delay: 100ms; }
.church-facility-visual div:nth-child(3) { animation-delay: 200ms; }
.church-facility-visual strong { color: #8a5c20; font-size: 1.05rem; }
.church-facility-visual span { color: #334b45; line-height: 1.45; }

.church-info-content {
	margin-block: 0 clamp(3rem, 7vw, 6rem);
}

.church-info-content,
.church-info-content * {
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	word-break: normal !important;
	overflow-wrap: break-word;
}

.church-info-content .elementor-container,
.church-info-content .e-con-inner {
	width: 100%;
	max-width: 1180px;
}

.church-info-content .elementor-column,
.church-info-content .elementor-widget-wrap,
.church-info-content .e-con,
.church-info-content .elementor-element {
	min-width: 0;
}

.church-info-content h1 { display: none; }
.church-info-content h2 {
	color: #17362f;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	line-height: 1.2;
}

.church-info-content h3 { color: #254b42; font-size: clamp(1.25rem, 2vw, 1.55rem); line-height: 1.3; }
.church-info-content p,
.church-info-content li { color: #293b37; font-size: 1.125rem; line-height: 1.75; }

.church-info-content .elementor-widget:not(.elementor-widget-spacer):not(.elementor-widget-divider),
.church-info-content .wp-block-group,
.church-info-content article {
	border-radius: 18px;
}

.church-info-content img {
	border-radius: 18px;
	box-shadow: 0 14px 35px rgba(23, 54, 47, 0.16);
}

@media (max-width: 767px) {
	.church-info-intro { grid-template-columns: 1fr; padding: 1.75rem; border-radius: 20px; }
	.church-info-diagram__items { grid-template-columns: 1fr; }
	.church-info-diagram__centre { margin-bottom: 0.75rem; }
	.church-info-diagram__items span { min-height: 64px; padding: 0.8rem; }
	.church-facility-visual div { grid-template-columns: 1fr; gap: 0.2rem; }
	.church-info-content .elementor-row,
	.church-info-content .elementor-container { flex-wrap: wrap !important; }
	.church-info-content .elementor-column { width: 100% !important; }
}

/* Force the legacy Facilities builder rows out of letter-wide columns. */
.church-facilities-page main .elementor-section .elementor-container,
.church-facilities-page main .elementor-row,
.church-facilities-page main .e-con-inner {
	display: grid !important;
	grid-template-columns: 1fr !important;
	width: 100% !important;
}

.church-facilities-page main .elementor-column,
.church-facilities-page main .e-con,
.church-facilities-page main [class*="elementor-col-"] {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

.church-facilities-page main h2,
.church-facilities-page main h3,
.church-facilities-page main p,
.church-facilities-page main li,
.church-facilities-page main span {
	display: block;
	width: auto !important;
	max-width: none !important;
	white-space: normal !important;
	word-break: keep-all !important;
	hyphens: none !important;
	letter-spacing: normal !important;
	transform: none !important;
}

/* Restore the four-column rate chart after removing the legacy narrow page split. */
.church-facilities-page .church-info-content .vc_row_inner {
	display: none !important;
}

.church-rates {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto clamp(2.5rem, 6vw, 5rem);
	padding: clamp(1.25rem, 3vw, 2.25rem);
	background: var(--church-white);
	border: 1px solid var(--church-line);
	border-radius: 18px;
	box-shadow: var(--church-shadow);
}

.church-rates__heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.25rem; }
.church-rates__heading h2 { margin: 0; color: var(--church-primary-dark); font-size: clamp(1.7rem, 4vw, 2.5rem); }
.church-rates__heading > p { margin: 0; color: var(--church-muted); font-weight: 700; }
.church-rates__scroll { overflow-x: auto; border: 1px solid var(--church-line); border-radius: 12px; }
.church-rates table { width: 100%; min-width: 620px; border-collapse: collapse; background: var(--church-white); }
.church-rates th, .church-rates td { padding: 1rem; border-bottom: 1px solid var(--church-line); text-align: center; font-size: 1.05rem; white-space: nowrap; }
.church-rates thead th { background: var(--church-primary); color: var(--church-white); font-weight: 800; }
.church-rates tbody th { color: var(--church-primary-dark); text-align: left; font-weight: 800; }
.church-rates tbody tr:nth-child(even) { background: var(--church-soft); }
.church-rates tbody tr:last-child th, .church-rates tbody tr:last-child td { border-bottom: 0; }

.church-facilities-page .church-info-content > .vc_row > .vc_col-sm-6 {
	float: none !important;
	width: 100% !important;
	padding-inline: clamp(0.75rem, 3vw, 2rem) !important;
}

.church-facilities-page .church-info-content .vc_row_inner {
	display: flex !important;
	align-items: stretch;
	width: 100% !important;
	margin-inline: 0 !important;
}

.church-facilities-page .church-info-content .vc_row_inner > .vc_col-sm-3 {
	display: block !important;
	float: none !important;
	flex: 0 0 25% !important;
	width: 25% !important;
	max-width: 25% !important;
	min-width: 0 !important;
	padding: 0.7rem !important;
}

.church-facilities-page .church-info-content .vc_row_inner p {
	margin: 0 0 0.8rem;
	font-size: clamp(0.95rem, 1.8vw, 1.12rem);
	line-height: 1.55;
}

.church-facilities-page .church-info-content > .vc_row .vc_row_inner {
	display: none !important;
}

/* The new semantic table replaces every legacy nested rates row. */
.church-facilities-page .church-info-content .vc_inner,
.church-facilities-page .church-info-content .vc_row_inner,
.church-facilities-page .church-info-content .wpb_row.vc_inner {
	display: none !important;
}

.church-page-feature,
.church-refreshed-content {
	width: min(var(--church-max-width), calc(100% - 2rem));
	margin-inline: auto;
}

.church-page-feature {
	margin-block: clamp(2rem, 5vw, 4rem);
	padding: clamp(1.6rem, 4vw, 3.5rem);
	background: linear-gradient(135deg, var(--church-white), var(--church-soft));
	border: 1px solid var(--church-line);
	border-top: 7px solid var(--church-primary);
	border-radius: 18px;
	box-shadow: var(--church-shadow);
	animation: churchFadeUp 700ms ease both;
}

.church-page-feature__heading { display: flex; align-items: flex-start; gap: 1.25rem; margin-bottom: 2rem; }
.church-page-feature__heading h1 { margin: 0.15rem 0 0.5rem; color: var(--church-primary-dark); font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.08; }
.church-page-feature__heading p:last-child { margin: 0; max-width: 760px; color: var(--church-muted); font-size: 1.2rem; }
.church-feature-icon { display: grid; place-items: center; flex: 0 0 64px; width: 64px; height: 64px; border-radius: 50%; background: var(--church-accent-soft); color: var(--church-accent); font-family: Arial, sans-serif; font-size: 2rem; font-weight: 800; }

.church-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
.church-news-card { display: flex; align-items: flex-start; gap: 1rem; padding: clamp(1.25rem, 3vw, 2rem); background: var(--church-white); border: 1px solid var(--church-line); border-radius: 14px; box-shadow: 0 8px 22px rgba(23,32,42,.08); animation: churchIconPop 650ms ease both; }
.church-news-card:nth-child(2) { animation-delay: 90ms; }
.church-news-card:nth-child(3) { animation-delay: 180ms; }
.church-news-card:nth-child(4) { animation-delay: 270ms; }
.church-news-card--notice { border-left: 7px solid var(--church-accent); }
.church-news-card--music { grid-column: 1 / -1; border-left: 7px solid var(--church-primary); }
.church-news-card h2 { margin: 0 0 0.5rem; color: var(--church-primary-dark); font-size: 1.45rem; }
.church-news-card p { margin: 0; color: var(--church-ink); font-size: 1.08rem; line-height: 1.65; }

.church-date-graph { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.65rem; margin-top: 1.25rem; }
.church-date-graph span { padding: 0.75rem; background: var(--church-soft); color: var(--church-accent); border-radius: 10px; text-align: center; font-weight: 800; }
.church-date-graph strong { display: block; color: var(--church-primary-dark); font-size: 1.6rem; }

.church-action-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.church-action-steps div { display: flex; align-items: center; gap: 0.85rem; padding: 1.15rem; background: var(--church-white); border: 1px solid var(--church-line); border-radius: 12px; font-weight: 700; }
.church-action-steps strong { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; background: var(--church-primary); color: var(--church-white); }

.church-impact-graph { display: grid; gap: 1rem; }
.church-impact-graph div { display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 1rem; color: var(--church-primary-dark); font-weight: 800; }
.church-impact-graph i { height: 18px; border-radius: 20px; background: linear-gradient(90deg, var(--church-accent) var(--impact), var(--church-line) var(--impact)); box-shadow: inset 0 1px 3px rgba(0,0,0,.12); }

.church-calendar-event { display: block; margin-top: .35rem; padding: .35rem; background: var(--church-primary); color: var(--church-white) !important; border-radius: 5px; font-size: .72rem; font-weight: 800; line-height: 1.25; }

.church-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.church-contact-grid > a,
.church-contact-grid > article { min-width: 0; padding: clamp(1.25rem, 3vw, 2rem); background: var(--church-white); border: 1px solid var(--church-line); border-radius: 14px; box-shadow: 0 8px 22px rgba(23,32,42,.08); }
.church-contact-grid > a { display: grid; grid-template-columns: 48px 1fr; column-gap: 1rem; align-items: center; color: var(--church-primary-dark); text-decoration: none; }
.church-contact-grid > a > span { grid-row: 1 / 3; display: grid; place-items: center; width: 48px; height: 48px; background: var(--church-accent-soft); border-radius: 50%; color: var(--church-accent); font-size: 1.4rem; }
.church-contact-grid small { display: block; color: var(--church-muted); font-size: .9rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.church-contact-grid strong { overflow-wrap: anywhere; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.church-contact-grid > article { grid-column: 1 / -1; display: flex; gap: 1.2rem; border-left: 7px solid var(--church-primary); }
.church-contact-grid > article > span { font-size: 2rem; color: var(--church-accent); }
.church-contact-grid h2 { margin: .2rem 0 .65rem; color: var(--church-primary-dark); font-size: clamp(1.3rem, 3vw, 1.8rem); }
.church-contact-grid p { margin: .3rem 0; font-size: 1.08rem; line-height: 1.65; }

/* Normalize the old Visual Composer layouts on the real map and donation pages. */
.church-directions-page .church-refreshed-content > .vc_row,
.church-donation-page .church-refreshed-content > .vc_row { width: min(var(--church-max-width), calc(100% - 2rem)) !important; margin: 1.25rem auto !important; padding: clamp(1rem, 3vw, 2rem) !important; }
.church-directions-page .church-refreshed-content .vc_row,
.church-donation-page .church-refreshed-content .vc_row { margin-left: auto !important; margin-right: auto !important; }
.church-directions-page .church-refreshed-content .vc_column_container,
.church-donation-page .church-refreshed-content .vc_column_container { min-width: 0; }
.church-directions-page .church-refreshed-content iframe { display: block; width: 100% !important; min-height: 380px; margin: 0 0 2rem !important; border: 0; border-radius: 14px; box-shadow: var(--church-shadow); }
.church-directions-page .church-refreshed-content iframe + * { margin-top: 1.5rem !important; }
.church-directions-page .church-refreshed-content h3 { clear: both; position: relative; z-index: 2; margin-top: 1.5rem; }
.church-directions-page .church-refreshed-content h1,
.church-donation-page .church-refreshed-content h1 { display: none; }
.church-directions-page .church-refreshed-content h3,
.church-donation-page .church-refreshed-content h3 { color: var(--church-primary-dark); font-size: 1.55rem; }
.church-directions-page .church-refreshed-content p,
.church-directions-page .church-refreshed-content li,
.church-donation-page .church-refreshed-content p { color: var(--church-ink); font-size: 1.08rem; line-height: 1.7; }
.church-directions-page .church-refreshed-content li { margin-bottom: .7rem; padding-left: .35rem; }
.church-donation-page .church-refreshed-content .vc_col-sm-4 { background: var(--church-primary-dark) !important; border-radius: 16px; box-shadow: var(--church-shadow); }
.church-donation-page .church-refreshed-content a { overflow-wrap: anywhere; }

.church-contact-page .page-header,
.church-directions-page .page-header,
.church-donation-page .page-header,
.church-news-page .page-header { display: none; }

@media (max-width: 767px) {
	.church-news-grid, .church-action-steps { grid-template-columns: 1fr; }
	.church-news-card--music { grid-column: auto; }
	.church-page-feature__heading { display: block; }
	.church-feature-icon { margin-bottom: .8rem; }
	.church-date-graph { grid-template-columns: repeat(2, 1fr); }
	.church-impact-graph div { grid-template-columns: 1fr; gap: .35rem; }
	.church-contact-grid { grid-template-columns: 1fr; }
	.church-contact-grid > article { grid-column: auto; }
	.church-directions-page .church-refreshed-content .vc_column_container,
	.church-donation-page .church-refreshed-content .vc_column_container { float: none !important; width: 100% !important; padding: .5rem 0 !important; }
	.church-directions-page .church-refreshed-content iframe { min-height: 300px; }
	.church-facilities-page .church-info-content .vc_row_inner { flex-wrap: wrap !important; }
	.church-facilities-page .church-info-content .vc_row_inner > .vc_col-sm-3 { flex-basis: 50% !important; width: 50% !important; max-width: 50% !important; }
	.church-rates__heading { display: block; }
	.church-rates__heading > p { margin-top: .45rem; }

	/* Mobile safety layer for legacy WPBakery and Elementor page layouts. */
	body.page main,
	body.page .site-main,
	body.page .page-content,
	body.page .entry-content {
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden;
	}

	body.page main > .vc_row,
	body.page .entry-content > .vc_row,
	body.page .church-refreshed-content > .vc_row,
	body.page .wpb-content-wrapper > .vc_row {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	body.page .vc_row:not(.vc_inner) {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.page .vc_column_container,
	body.page [class*="vc_col-sm-"],
	body.page [class*="vc_col-md-"],
	body.page .elementor-column,
	body.page [class*="elementor-col-"] {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0.65rem !important;
		padding-left: 0.65rem !important;
	}

	body.page .vc_column-inner,
	body.page .wpb_wrapper,
	body.page .elementor-widget-wrap,
	body.page .e-con,
	body.page .e-con-inner {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.page .vc_empty_space {
		height: 28px !important;
		max-height: 28px !important;
	}

	body.page .parallax_section_holder,
	body.page [data-parallax-background-ratio],
	body.page .vc_row-has-fill {
		min-height: 180px !important;
		background-position: center !important;
		background-size: cover !important;
	}

	body.page img,
	body.page iframe,
	body.page video,
	body.page embed,
	body.page object {
		max-width: 100% !important;
		height: auto;
	}

	body.page iframe {
		width: 100% !important;
		min-height: 280px;
	}

	body.page h1,
	body.page h2,
	body.page h3,
	body.page h4,
	body.page p,
	body.page li,
	body.page a,
	body.page span {
		max-width: 100%;
		word-break: normal;
		overflow-wrap: break-word;
	}

	body.page table:not(.church-rates table) {
		display: block;
		width: 100% !important;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.church-donation-page .church-impact-graph,
	.church-donation-page .church-refreshed-content,
	.church-donation-page .church-refreshed-content > .vc_row {
		width: 100% !important;
		max-width: 100% !important;
	}

	.church-donation-page .church-refreshed-content .vc_col-sm-4,
	.church-donation-page .church-refreshed-content .vc_col-sm-8 {
		margin-bottom: 1rem !important;
		padding: 1.15rem !important;
	}
}

@media (max-width: 480px) {
	.church-facilities-page .church-info-content .vc_row_inner > .vc_col-sm-3 { flex-basis: 100% !important; width: 100% !important; max-width: 100% !important; }
}

@media (max-width: 767px) {
	html {
		font-size: 17px;
	}

	body {
		line-height: 1.68;
	}

	.church-site-visuals__quick-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.church-site-visuals__photos {
		grid-template-columns: 1fr;
	}

	.church-home-overview__grid {
		grid-template-columns: 1fr;
	}

	.church-history-hero,
	.church-history-layout,
	.church-history-gallery {
		grid-template-columns: 1fr;
	}

	.church-history-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.church-renovation-notice {
		display: block;
	}

	.church-renovation-notice__icon {
		margin-bottom: 0.75rem;
	}

	.elementor-section:not(.elementor-inner-section),
	.wp-block-group.alignfull {
		padding-block: 2.4rem;
	}

	.site-navigation ul.menu li a,
	.elementor-nav-menu a {
		font-size: 1.1rem;
		padding: 0.85rem 0.9rem;
	}

	button,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	.wp-block-button__link,
	.elementor-button {
		width: 100%;
	}

	.wp-block-column {
		margin-bottom: 1rem;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.church-home-overview__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.church-history-hero,
	.church-history-layout {
		grid-template-columns: 1fr;
	}

	.church-history-stats,
	.church-history-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

