/* =================================
------------------------------------
  LibChurch - Event Template
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
	height: 100%;
	font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #252525;
	margin: 0;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}
html { scroll-behavior: smooth;}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 14px;
}

p {
	font-size: 16px;
	color: #636363;
	line-height: 1.8;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */
.site-btn {
	padding: 14px 23px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
	color: #fff;
	border-radius: 2px;
	background: #482452ff;
	letter-spacing: 1px;
	text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-wide {
	padding: 14px 35px;
}

.site-btn.sb-line {
	background-color: transparent;
	border: 2px solid #195B5Eff;
	color: #fff;
	letter-spacing: 2px;
}

.site-btn.sb-light-line {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	letter-spacing: 2px;
}

.site-btn.sb-full {
	width: 100%;
	display: block;
}

/* Preloder */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
	Helper CSS
-----------------------*/
.section-title {
	text-align: center;
	margin-bottom: 70px;
}

.section-title.title-left {
	text-align: left;
}

.section-title span {
	font-size: 16px;
	font-weight: 700;
	color: #195B5Eff;
	margin-bottom: 10px;
	display: block;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

.spad {
	padding: 100px 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

/*---------------------
	Header section
-----------------------*/

/* header top */
.top-nav-section {
	background: #195B5Eff;
	padding: 15px 0;
}

.top-nav-section .social {
	display: inline-block;
	margin-top: 10px;
}

.top-nav-section .social a {
	color: #fff;
	margin-right: 30px;
}

.counter-top {
	text-align: center;
}

.counter-top h5 {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	top: -9px;
	position: relative;
}

.counter-top .counter {
	display: inline-block;
	margin: 0 20px;
}

.counter-top .counter .counter-item {
	padding: 0 20px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #503030;
	display: inline-block;
}

.counter-top .counter .counter-item:last-child {
	border-right: none;
}

.counter-top .counter .counter-item h4 {
	font-size: 20px;
	color: #fff;
}

.counter-top .top-readmore {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #195B5Eff;
	top: -9px;
	position: relative;
}

.user-input {
	float: right;
	padding-top: 10px;
}

.user-input a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.header-section {
	padding: 30px 0;
	position: relative;
}

.header-section .site-btn {
	float: right;
	margin-left: 100px;
}

.site-logo {
	width: 15vw;
	display: inline-block;
	margin-right: 20px;
	padding-top: 1.5px;

}

.nav-switch {
	display: none;
}

.main-menu {
	display: inline-block;
	float: right;
	padding-top: 5px;
}

.main-menu ul {
	list-style: none;
}

.main-menu ul li {
	display: inline;
}

.main-menu ul li a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #252525;
	margin-left: 20px;
	padding: 10px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.main-menu ul li a:hover {
	color: #195B5Eff;
}

.main-menu ul li.active a {
	color: #195B5Eff;
}

/*---------------------
	Hero Section
-----------------------*/
.hero-section {
	height: 800px;
	position: relative;
}

.hero-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.65;
}

.hero-section .hero-content {
	position: relative;
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
	z-index: 2;
}

.hero-section .hero-content .hc-inner {
	display: table-cell;
	vertical-align: middle;
}

.hero-section .hero-content h2 {
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

.hero-section .hero-content p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
}

/*---------------------
	Event Section
-----------------------*/
.event-section {
	background: #195B5Eff;
	padding: 20px 0;
}

.event-section .counter {
	display: inline-block;
	margin: 0 20px;
}

.event-section .counter .counter-item {
	padding: 15px 25px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #e05252;
	text-align: center;
	display: inline-block;
}

.event-section .counter .counter-item:last-child {
	border-right: none;
}

.event-section .counter .counter-item h4 {
	font-size: 30px;
	color: #fff;
}

.event-section .site-btn {
	position: relative;
	top: -15px;
}

.event-date {
	display: inline-block;
	float: left;
	text-align: center;
	background: #252525;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	width: 75px;
	font-size: 12px;
	margin-right: 30px;
	padding-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.event-date h2 {
	display: block;
	background: #fff;
	color: #195B5Eff;
	padding: 8px 0;
	font-weight: 700;
	margin-bottom: 5px;
}

.event-info h3 {
	padding-top: 5px;
	margin-bottom: 5px;
	color: #fff;
}

.event-info p {
	color: #fff;
	font-family: "Lora", serif;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 0;
}

.event-info p i:last-child {
	margin-left: 15px;
}

/*---------------------
	About Section
-----------------------*/
.about-content h2 {
	margin-bottom: 30px;
}

.about-content .site-btn {
	margin-top: 40px;
}

/*---------------------
	Service Section
-----------------------*/
.services-section {
	background: #f6f8f9;
}

.services-section .row {
	display: flex;
	flex-wrap: wrap;
}

.services-section .row > div {
	display: flex;
}

.service-box h4 {
	margin-bottom: 15px;
}

.service-box h4 i {
	color: #195B5Eff;
	margin-right: 10px;
}

.service-box p {
	margin-bottom: 20px;
}

.service-box .s-readmore {
	color: #b7b7b7;
	font-size: 17px;
}

.service-box .s-readmore i {
	color: #195B5Eff;
}

/*---------------------
	Sermone Section
-----------------------*/
.sermon-section {
	padding-bottom: 0;
}

.sermon-warp {
	background: #f6f8f9;
	position: relative;
}

.sermon-left-bg {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}

.sermon-content {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 70px;
}

.sermon-content h2 {
	margin-bottom: 30px;
}

.sermon-info {
	list-style: none;
	margin-bottom: 20px;
}

.sermon-info li {
	font-size: 18px;
	font-family: "Lora", serif;
	font-style: italic;
	margin-bottom: 10px;
}

.sermon-info li span {
	color: #195B5Eff;
}

.icon-links {
	margin-top: 40px;
}

.icon-links a {
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	color: #000000;
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
	padding-top: 12px;
	-webkit-box-shadow: 0 0 0px 2px #f0f1f1;
	        box-shadow: 0 0 0px 2px #f0f1f1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	margin-top: 10px;
}

.icon-links a:hover {
	background: #195B5Eff;
	color: #fff;
}

/*---------------------
	Event Section
-----------------------*/
.event-list .el-item {
	margin-bottom: 50px;
}

.event-list .el-item:last-child {
	margin-bottom: 0;
}

.event-list .el-thubm {
	height: 360px;
	
}

.event-list .el-header {
	display: block;
	margin-bottom: 25px;
}

.event-list .el-date {
	display: inline-block;
	float: left;
	text-align: center;
	background: #195B5Eff;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	width: 75px;
	font-size: 12px;
	margin-right: 30px;
	padding-bottom: 5px;
	border-radius: 5px;
}

.event-list .el-date h2 {
	display: block;
	background: #f5f5f5;
	color: #000;
	padding: 8px 0;
	font-weight: 700;
	margin-bottom: 5px;
	border-radius: 4px 4px 0 0;
}

.event-list h3 {
	padding-top: 5px;
}

.event-list .el-metas {
	padding-top: 15px;
}

.event-list .el-metas .el-meta {
	display: inline-block;
	font-family: "Lora", serif;
	font-style: italic;
	font-size: 16px;
	margin-right: 15px;
}

.event-list .el-metas .el-meta i {
	color: #195B5Eff;
}

.event-list .el-metas .el-meta:last-child {
	margin-right: 0;
}

.event-list p {
	margin-bottom: 25px;
}

.event-list .site-btn {
	color: #195B5Eff;
}

/*---------------------
	Donate Section
-----------------------*/
.donate-section {
	position: relative;
	background-position: center center;
}

.donate-section .container {
	position: relative;
	z-index: 1;
}

.donate-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.65;
}

.donate-content {
	padding-right: 0;
}

.donate-content h2 {
	color: #333;
	margin-bottom: 30px;
}

.donate-content p {
	color: #333;
	margin-bottom: 0;
}

.donate-info {
	list-style: none;
	margin-bottom: 30px;
}

.donate-info li {
	font-size: 18px;
	font-family: "Lora", serif;
	font-style: italic;
	margin-bottom: 10px;
	color: #fff;
}

.donate-info li span {
	color: #195B5Eff;
}

.donate-card {
	margin-left: 30px;
	padding: 40px 50px;
	background: #fff;
	border-radius: 4px;
}

.donate-card h2 {
	font-weight: 700;
	color: #195B5Eff;
	margin-bottom: 60px;
}

.donate-card h2 span {
	font-family: "Lora", serif;
	color: #636363;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin-left: 20px;
}

.donate-card .donate-progress-bar {
	display: block;
	width: 100%;
	height: 10px;
	background: #ebebeb;
	position: relative;
	margin-bottom: 15px;
}

.donate-card .donate-progress-bar .pb-inner {
	position: absolute;
	height: 100%;
	width: 60%;
	left: 0;
	top: 0;
	background: #195B5Eff;
}

.donate-card .donate-progress-bar .pb-inner span {
	position: absolute;
	width: 48px;
	height: 22px;
	top: -35px;
	right: -24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 2px;
	background: #252525;
}

.donate-card .donate-progress-bar .pb-inner span:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #252525;
	bottom: -3px;
	left: 21px;
	-webkit-transform: rotate(47deg);
	    -ms-transform: rotate(47deg);
	        transform: rotate(47deg);
}

.donate-progress-info {
	display: block;
	margin-bottom: 60px;
	font-size: 14px;
	color: #636363;
}

.donate-progress-info span {
	color: #252525;
	font-size: 18px;
	font-weight: 600;
}

.donate-progress-info .di-left {
	float: left;
}

.donate-progress-info .di-right {
	float: right;
}

/*---------------------
	Blog Section
-----------------------*/
.blog-section {
	background: #f7f8f8;
}

.blog-item .bi-thumb {
	width: 100%;
	height: 250px;
}

.blog-item .bi-content {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 30px 40px rgba(231, 234, 236, 0.7);
	        box-shadow: 0 30px 40px rgba(231, 234, 236, 0.7);
}

.blog-item .bi-content .date {
	font-size: 14px;
	font-family: "Lora", serif;
	font-style: italic;
	color: #195B5Eff;
	margin-bottom: 10px;
}

.blog-item .bi-content h4 {
	line-height: 1.4;
	margin-bottom: 20px;
}

.blog-item .bi-content h4 a {
	color: #252525;
}

.blog-item .bi-content .bi-author {
	display: inline-block;
	font-size: 14px;
	font-family: "Lora", serif;
	font-style: italic;
	color: #b7b7b7;
	margin-top: 3px;
}

.blog-item .bi-content .bi-author a {
	color: #252525;
}

.blog-item .bi-content .bi-cata {
	float: right;
	display: inline-block;
	background: #ebebeb;
	color: #252525;
	padding: 6px 10px;
	font-size: 11px;
	text-transform: uppercase;
}

/*---------------------
	Newsletter Section
-----------------------*/
.newsletter-section {
	padding: 55px 0;
	background: #195B5Eff;
}

.newsletter-section h4 {
	color: #fff;
	font-weight: 700;
	padding-top: 8px;
}

.newsletter-form {
	position: relative;
	padding-left: 30px;
}

.newsletter-form input {
	background: #232121ff;
	border: none;
	width: 100%;
	height: 47px;
	padding-left: 25px;
	border-radius: 2px;
	padding-right: 170px;
	color: #fff;
}

.newsletter-form .nl-send-btn {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	color: #195B5Eff;
	border: none;
	padding: 0 25px;
	border-radius: 2px;
}

.newsletter-form ::-webkit-input-placeholder {
	color: #fff;
}

.newsletter-form :-ms-input-placeholder {
	color: #fff;
}

.newsletter-form ::-ms-input-placeholder {
	color: #fff;
}

.newsletter-form ::placeholder {
	color: #fff;
}

/*---------------------
	Footer top Section
-----------------------*/
.footer-top-section {
	position: relative;
}

.footer-top-section .map-area {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	bottom: 0;
	background: #f6f6f6;
}

.footer-top-content h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.footer-top-content h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.footer-top-content h5 {
	font-size: 24px;
	font-weight: 400;
}

.footer-top-content p {
	font-size: 18px;
	color: #636363;
	margin-bottom: 25px;
}

.footer-top-content p span {
	color: #252525;
	font-weight: 600;
}

/*---------------------
	Footer Section
-----------------------*/
.footer-section {
	padding: 20px 0;
	background: #000000ff;
}

.footer-section .social {
	text-align: right;
	display: block;
	padding-top: 5px;
}

.footer-section .social a {
	color: #fff;
	margin-right: 30px;
}

.footer-section .social a:last-child {
	margin-right: 0;
}

.copyright p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}

/* Modern Footer Styles */
.footer-section {
	padding: 60px 0 20px;
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	border-top: 3px solid #482452ff;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}

.footer-widget h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #482452ff;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 8px;
}

.footer-links li a {
	color: #ccc;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 14px;
}

.footer-links li a:hover {
	color: #482452ff;
	padding-left: 5px;
}

.footer-links li {
	color: #ccc;
	font-size: 14px;
}

.footer-section .social {
	text-align: left;
	display: block;
	margin-bottom: 20px;
}

.footer-section .social a {
	color: #fff;
	margin-right: 15px;
	font-size: 18px;
	transition: all 0.3s ease;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.footer-section .social a:hover {
	background: #482452ff;
	color: #fff;
	transform: translateY(-2px);
}

.footer-section .social a:last-child {
	margin-right: 0;
}

.contact-info p {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.contact-info p i {
	color: #482452ff;
	margin-right: 10px;
	width: 16px;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.footer-bottom .copyright p {
	color: #ccc;
	font-size: 14px;
	margin: 0;
}

.footer-bottom .powered-by p {
	color: #ccc;
	font-size: 14px;
	margin: 0;
}

.footer-bottom .powered-by a {
	color: #e74c3c !important;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-bottom .powered-by a:hover {
	color: #c0392b !important;
	text-decoration: underline;
}

/* Responsive Footer */
@media only screen and (max-width: 767px) {
	.footer-section {
		padding: 40px 0 20px;
	}
	
	.footer-bottom {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}
	
	.footer-section .social {
		text-align: center;
	}
}

/*---------------------
	Other Pages
-----------------------
=======================*/

.page-info-section {
	height: 200px;
	position: relative;
}

.page-info-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.65;
}

.page-info-section .page-info-content {
	position: relative;
	height: 100%;
	width: 100%;
	display: table;
	z-index: 2;
}

.page-info-section .page-info-content .pi-inner {
	display: table-cell;
	vertical-align: middle;
}

.page-info-section .page-info-content h2 {
	color: #fff;
	margin-bottom: 15px;
}

.page-info-section .site-breadcrumb {
	padding-left: 2px;
}

.page-info-section .site-breadcrumb a,
.page-info-section .site-breadcrumb span {
	color: #fff;
}

.page-info-section .site-breadcrumb i {
	color: #fff;
	margin: 0 8px;
}

.pagination-area {
	padding-top: 60px;
	position: relative;
}

.pagination-area p {
	float: right;
	margin-bottom: 0;
	padding-top: 9px;
}

.pageination-list {
	list-style: none;
	display: inline-block;
}

.pageination-list li {
	display: inline;
}

.pageination-list a {
	display: inline-block;
	color: #252525;
	border: 1px solid #ebebeb;
	padding: 10px 14px;
	margin-right: 3px;
	font-size: 16px;
	border-radius: 2px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.pageination-list a:hover {
	color: #fff;
	background: #195B5Eff;
	border: 1px solid #195B5Eff;
}

/*---------------------
	About Page
-----------------------*/
.pastor {
	text-align: center;
	padding: 30px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 15px 60px rgba(76, 74, 74, 0.14);
	        box-shadow: 0px 15px 60px rgba(76, 74, 74, 0.14);
}

.pastor .pastor-img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin: 0 auto 28px;
}

.pastor h3 {
	font-size: 20px;
}

.pastor p {
	font-family: "Lora", serif;
	font-style: italic;
	margin-bottom: 0;
	color: #195B5Eff;
}

/*---------------------
	Sermons Page
-----------------------*/
.sermons-list-section .pagination-area {
	padding-top: 10px;
}

.sermon-item {
	margin-bottom: 50px;
}

.sermon-item .si-thumb {
	height: 250px;
}

.sermon-item .sermon-info {
	margin-bottom: 10px;
}

.sermon-item .si-content {
	padding: 30px;
	text-align: center;
	-webkit-box-shadow: 0 30px 40px rgba(231, 234, 236, 0.8);
	        box-shadow: 0 30px 40px rgba(231, 234, 236, 0.8);
}

.sermon-item .si-content h4 {
	margin-bottom: 15px;
}

.sermon-item .icon-links {
	margin-top: 0;
}

.sermon-item .icon-links a {
	background: #f6f8f9;
	-webkit-box-shadow: 0 0 0px 1px #ebebeb;
	        box-shadow: 0 0 0px 1px #ebebeb;
}

.sermon-item .icon-links a:hover {
	background: #195B5Eff;
}

/*---------------------
	Blog Page
-----------------------*/
.blog-page .pagination-area {
	padding-top: 10px;
}

.blog-page .blog-item {
	margin-bottom: 50px;
}

/*---------------------
	Single Blog Page
-----------------------*/
.single-post .post-content {
	margin-bottom: 35px;
}

.single-post .post-thumb {
	margin-bottom: 40px;
}

.single-post .date {
	font-size: 14px;
	font-family: "Lora", serif;
	font-style: italic;
	color: #195B5Eff;
	margin-bottom: 10px;
}

.single-post .post-title {
	font-weight: 400;
	margin-bottom: 15px;
}

.single-post .post-metas {
	margin-bottom: 30px;
}

.single-post .post-metas .post-meta {
	display: inline-block;
	font-size: 14px;
	font-family: "Lora", serif;
	font-style: italic;
	color: #b7b7b7;
	margin-top: 3px;
}

.single-post .post-metas .post-meta a {
	color: #252525;
}

.single-post p {
	font-size: 14px;
}

.single-post blockquote {
	margin: 30px 0;
	border-left: 2px solid #195B5Eff;
	padding: 8px 28px;
	font-size: 18px;
	font-family: "Lora", serif;
	font-style: italic;
	color: #636363;
}

.single-post blockquote span {
	display: block;
	font-family: "Open Sans", sans-serif;
	color: #195B5Eff;
	font-style: normal;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.single-post .post-tags a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 15px;
	margin-right: 2px;
	margin-top: 5px;
	color: #636363;
	background: #ebebeb;
}

.single-post .social-share {
	display: block;
	text-align: right;
}

.single-post .social-share p {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
}

.single-post .social-share a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 6px;
	text-align: center;
	border-radius: 40px;
	background: #f1f1f1;
	color: #343e51;
	padding-top: 10px;
	font-size: 14px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.single-post .social-share a:hover {
	color: #fff;
	background: #195B5Eff;
}

.single-post .post-nav {
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 50px;
	border-top: 1px solid #ebebeb;
}

.single-post .post-nav a {
	font-size: 16px;
	color: #636363;
}

.single-post .post-nav a i {
	color: #195B5Eff;
}

.single-post .post-nav .next-post {
	float: right;
}

.comment-form h2 {
	margin-bottom: 40px;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	padding: 16px 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.comment-form input[type='text']:focus,
.comment-form input[type='email']:focus,
.comment-form textarea:focus {
	border-color: #232d37;
	outline: none;
}

.comment-form textarea {
	height: 120px;
	margin-bottom: 40px;
}

.widget {
	padding-left: 25px;
	margin-bottom: 50px;
}

.widget .widget-title {
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
}

.widget ul a {
	display: block;
	position: relative;
	color: #636363;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 25px;
}

.widget ul a:after {
	position: absolute;
	content: "\f0da";
	font-family: 'FontAwesome';
	left: 0;
}

.widget ul a:hover,
.widget ul a:hover:after {
	color: #195B5Eff;
}

.widget .search-widget {
	max-width: 270px;
	position: relative;
}

.widget .search-widget input {
	width: 100%;
	padding: 15px 20px;
	padding-right: 50px;
	background: #ebebeb;
	border: none;
	font-size: 14px;
}

.widget .search-widget button {
	position: absolute;
	right: 10px;
	top: 0;
	color: #195B5Eff;
	height: 100%;
	border: none;
	background-color: transparent;
}

.widget .recent-post-widget .rp-item {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}

.widget .recent-post-widget .rp-thumb {
	width: 83px;
	height: 83px;
	float: left;
	margin-right: 30px;
}

.widget .recent-post-widget .rp-content p {
	font-size: 14px;
	font-family: "Lora", serif;
	font-style: italic;
	color: #195B5Eff;
	line-height: normal;
	margin-bottom: 18px;
}

.widget .recent-post-widget .rp-content h5 {
	font-size: 18px;
	line-height: 1.4;
}

.widget .archive a {
	padding-left: 0;
	font-family: "Lora", serif;
	font-style: italic;
}

.widget .archive a:after {
	display: none;
}

.widget .tags a {
	display: inline-block;
	min-width: 75px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 9px 20px;
	margin-right: 8px;
	margin-bottom: 8px;
	color: #636363;
	border: 1px solid #e5e5e5;
}

/*---------------------
	Contact Page
-----------------------*/
.full-map {
	height: 520px;
	background: #ddd;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
	width: 100%;
	border: 1px solid #ebebeb;
	background: #f6f8f9;
	font-size: 16px;
	padding: 16px 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.contact-form textarea {
	height: 120px;
	margin-bottom: 40px;
}

/* Medium screen : 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter-top .counter {
		margin: 0 15px;
	}
	.main-menu ul li a,
	.header-section .site-btn {
		margin-left: 10px;
	}
	.event-section .counter {
		margin: 0 10px;
	}
	.event-list .el-metas {
		padding-top: 25px;
	}
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.top-nav-section .social {
		margin-top: 30px;
	}
	.top-nav-section .social a {
		margin-right: 20px;
	}
	.user-input {
		padding-top: 30px;
	}
	.site-logo {
		display: block;
		margin-bottom: 20px;
	}
	.main-menu {
		float: left;
	}
	.main-menu ul li:first-child a {
		padding-left: 0;
		margin-left: 0;
	}
	.main-menu ul li a {
		margin-left: 10px;
	}
	.header-section .site-btn {
		margin-left: 10px;
	}
	.event-info {
		margin-bottom: 40px;
	}
	.event-section .counter .counter-item:first-child {
		padding-left: 0;
	}
	.about-content {
		margin-bottom: 40px;
	}
	.sermon-left-bg {
		display: none;
	}
	.event-more {
		text-align: left;
	}
	.event-more .site-btn {
		margin-bottom: 40px;
	}
	.event-list .el-thubm {
		margin-bottom: 30px;
	}
	.donate-card {
		margin-left: 0;
		margin-top: 40px;
	}
	.blog-item {
		margin-bottom: 40px;
	}
	.newsletter-section {
		text-align: center;
	}
	.newsletter-form {
		margin-top: 30px;
		padding-left: 0;
	}
	.pastor {
		margin-bottom: 40px;
	}
	.widget {
		padding-left: 0;
	}
	.sidebar {
		padding-top: 50px;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	.site-logo {
		display: none;
		width: 40vw;
		margin-right: 60px;
	}
	.header-section .site-btn {
		margin-left: 0;
		float: none;
		margin-top: 20px;
	}
	.nav-switch {
		position: absolute;
		right: 30px;
		font-size: 30px;
		color: #232d37;
		top: 1vh;
		display: block;
		cursor: pointer;
	}
	.main-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 111;
		background: #fff;
		width: 100%;
		padding-top: 0;
		padding: 0 20px;
		-webkit-box-shadow: 0px 40px 50px rgba(125, 125, 125, 0.13);
		        box-shadow: 0px 40px 50px rgba(125, 125, 125, 0.13);
	}
	.main-menu ul li {
		display: block;
		border-bottom: 1px solid #f1f1f1;
	}
	.main-menu ul li a {
		display: block;
	}
	.main-menu ul li {
		padding: 5px 0;
	}
	.hero-section .hero-content h2 {
		font-size: 45px;
	}
	.event-info {
		margin-bottom: 40px;
	}
	.event-section .site-btn {
		top: 0;
		margin-top: 30px;
	}
	.event-section .counter {
		margin-left: 0;
		display: block;
	}
	.event-section .counter .counter-item:first-child {
		padding-left: 0;
	}
	.event-section .counter .counter-item {
		padding: 5px 13px;
	}
	.about-content {
		margin-bottom: 40px;
	}
	.service-box {
		margin-bottom: 30px;
		height: 100%;
		display: flex;
		flex-direction: column;
		min-height: 250px;
	}
	.sermon-content {
		padding-left: 0;
	}
	.sermon-left-bg {
		display: none;
	}
	.event-more {
		text-align: left;
	}
	.event-more .site-btn {
		margin-bottom: 40px;
	}
	.event-list .el-metas {
		padding-top: 30px;
	}
	.event-list .el-thubm {
		margin-bottom: 30px;
	}
	.donate-card {
		margin-left: 0;
		margin-top: 40px;
		padding: 25px 25px;
	}
	.blog-item {
		margin-bottom: 40px;
	}
	.newsletter-section {
		text-align: center;
	}
	.newsletter-form {
		margin-top: 30px;
		padding-left: 0;
	}
	.footer-top-section {
		padding-bottom: 0;
	}
	.footer-top-section .map-area {
		position: relative;
		height: 400px;
		width: 100%;
		margin-top: 50px;
	}
	.copyright,
	.footer-section .social {
		text-align: center;
	}
	.footer-section .social {
		padding-top: 15px;
	}
	.pastor {
		margin-bottom: 40px;
	}
	.widget {
		padding-left: 0;
	}
	.sidebar {
		padding-top: 50px;
	}
	.single-post .social-share {
		text-align: left;
		padding-top: 30px;
	}
}

/* small Mobile :320px. */
@media only screen and (max-width: 479px) {
	.hero-section .hero-content h2 {
		font-size: 35px;
	}
	.pagination-area p {
		float: none;
		padding-top: 15px;
	}
	.blog-item .bi-content .bi-author {
		margin-right: 20px;
	}
	.blog-item .bi-content .bi-cata {
		float: none;
		margin-top: 10px;
	}
	.newsletter-form input {
		padding-right: 25px;
	}
	.newsletter-form .nl-send-btn {
		position: relative;
		padding: 13px 25px;
		margin-top: 20px;
	}
}

/* Modern Header Styles */
.modern-header {
	background: #fff;
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1000;
	transition: all 0.3s ease;
	padding: 15px 0;
}

.logo-img {
	max-height: 60px;
	width: auto;
}

.modern-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 60px;
}

.nav-toggle {
	display: none;
	flex-direction: column;
	cursor: pointer;
	padding: 5px;
}

.nav-toggle span {
	width: 25px;
	height: 3px;
	background: #333;
	margin: 3px 0;
	transition: 0.3s;
}

.nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
	height: 100%;
}

.nav-item {
	margin: 0 15px;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.nav-link {
	color: #333;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 0;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.nav-link:hover,
.nav-link.active {
	color: #482452ff;
}

.nav-link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #482452ff;
	transition: width 0.3s ease;
}

.nav-link:hover:after,
.nav-link.active:after {
	width: 100%;
}



/* Responsive Header */
@media (max-width: 991px) {
	.modern-nav {
		justify-content: center;
	}
	
	.nav-toggle {
		display: flex;
	}
	
	.nav-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		flex-direction: column;
		box-shadow: 0 5px 20px rgba(0,0,0,0.1);
		padding: 30px 20px;
		height: auto;
	}
	
	.nav-menu.active {
		display: flex;
	}
	
	.nav-item {
		margin: 15px 0;
		width: 100%;
		text-align: center;
		height: auto;
	}
	
	.nav-link {
		height: auto;
		justify-content: center;
		padding: 15px 0;
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.logo-img {
		max-height: 50px;
	}
	
	.modern-header {
		padding: 10px 0;
	}
	
	.modern-nav {
		height: 50px;
	}
}



/* News Page Styles */
.news-section {
	padding: 80px 0;
}

.featured-news {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.featured-news .news-thumb {
	position: relative;
	overflow: hidden;
}

.featured-news .news-thumb img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.featured-news:hover .news-thumb img {
	transform: scale(1.05);
}

.featured-news .news-content {
	padding: 30px;
}

.news-meta {
	margin-bottom: 15px;
}

.news-meta span {
	display: inline-block;
	margin-right: 20px;
	color: #666;
	font-size: 14px;
}

.news-meta i {
	color: #482452ff;
	margin-right: 5px;
}

.featured-news h3 {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.3;
}

.featured-news p {
	color: #666;
	line-height: 1.8;
	margin-bottom: 20px;
}

.news-item {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.news-item .news-thumb {
	position: relative;
	overflow: hidden;
}

.news-item .news-thumb img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.news-item:hover .news-thumb img {
	transform: scale(1.05);
}

.news-item .news-content {
	padding: 20px;
}

.news-item h4 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
}

.news-item p {
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
}

.read-more {
	color: #482452ff;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: color 0.3s ease;
}

.read-more:hover {
	color: #3a1d42;
	text-decoration: none;
}

.read-more i {
	margin-left: 5px;
	transition: transform 0.3s ease;
}

.read-more:hover i {
	transform: translateX(3px);
}

/* Sidebar Styles */
.sidebar {
	padding-left: 30px;
}

.widget {
	background: #fff;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.widget-title h4 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
}

.widget-title h4:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 30px;
	height: 2px;
	background: #482452ff;
}

.search-widget .search-form {
	position: relative;
}

.search-widget input {
	width: 100%;
	padding: 12px 50px 12px 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 14px;
}

.search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	background: #482452ff;
	color: #fff;
	border: none;
	padding: 12px 15px;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	transition: background 0.3s ease;
}

.search-widget button:hover {
	background: #3a1d42;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f0f0f0;
}

.widget ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget ul li a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
	font-weight: 500;
}

.widget ul li a:hover {
	color: #482452ff;
}

.widget ul li span {
	color: #666;
	font-size: 12px;
}

.recent-post-widget .rp-item {
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.recent-post-widget .rp-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.recent-post-widget .rp-thumb {
	width: 60px;
	height: 60px;
	border-radius: 3px;
	margin-right: 15px;
	flex-shrink: 0;
}

.recent-post-widget .rp-content h6 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.3;
}

.recent-post-widget .rp-content p {
	color: #666;
	font-size: 12px;
	margin: 0;
}

.newsletter-form input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-bottom: 15px;
	font-size: 14px;
}

.newsletter-form .site-btn {
	width: 100%;
	padding: 12px 20px;
	font-size: 14px;
}

/* Responsive News */
@media (max-width: 991px) {
	.sidebar {
		padding-left: 0;
		margin-top: 40px;
	}
	
	.featured-news .news-content {
		padding: 20px;
	}
	
	.featured-news h3 {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.news-section {
		padding: 60px 0;
	}
	
	.featured-news .news-thumb img {
		height: 200px;
	}
	
	.news-item .news-thumb img {
		height: 150px;
	}
	
	.news-meta span {
		display: block;
		margin-bottom: 5px;
	}
}

/* Donate Page Styles */
.donate-page-section {
	padding: 80px 0;
	background: #f8f9fa;
}

.donate-page-section .container {
	display: flex;
	justify-content: center;
}

.donate-page-section .row {
	width: 100%;
	justify-content: center;
}

.donate-content {
	background: #fff;
	padding: 60px 40px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	text-align: center !important;
}

.donate-content h2,
.donate-content h3,
.donate-content h4,
.donate-content p,
.donate-content .donate-message,
.donate-content .blessing-message p,
.donate-content .contact-info p {
	text-align: center !important;
}

/* Center the column container */
.col-lg-8.mx-auto {
	display: flex;
	justify-content: center;
	align-items: center;
}

.col-lg-8.mx-auto .donate-content {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Ensure all direct children are centered */
.donate-content > * {
	width: 100%;
	text-align: center;
}

/* Center the back-to-home button */
.back-to-home {
	text-align: center !important;
	width: 100%;
}

.donate-icon {
	margin-bottom: 30px;
}

.donate-icon i {
	font-size: 60px;
	color: #482452ff;
}

.donate-content h2 {
	color: #333;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

.donate-message {
	color: #666;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 40px;
}

.maintenance-notice {
	background: #fff3cd;
	border: 1px solid #ffeaa7;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.notice-icon {
	margin-bottom: 20px;
	text-align: center;
}

.notice-icon i {
	font-size: 40px;
	color: #f39c12;
}

.maintenance-notice h3 {
	color: #856404;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.maintenance-notice p {
	color: #856404;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.scripture-quote {
	margin-bottom: 40px;
}

.scripture-quote blockquote {
	border-left: 4px solid #482452ff;
	padding-left: 30px;
	margin: 0;
	text-align: center !important;
}

.scripture-quote blockquote p,
.scripture-quote blockquote cite {
	text-align: center !important;
}

.scripture-quote blockquote p {
	color: #333;
	font-size: 20px;
	font-style: italic;
	line-height: 1.6;
	margin-bottom: 10px;
}

.scripture-quote blockquote cite {
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

.blessing-message {
	margin-bottom: 40px;
}

.blessing-message h4 {
	color: #482452ff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.blessing-message p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
}

.contact-info {
	background: #f8f9fa;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 40px;
}

.contact-info h4 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.contact-info p {
	color: #666;
	font-size: 16px;
	margin-bottom: 20px;
}

.contact-details p {
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center !important;
}

.contact-details i {
	color: #482452ff;
	margin-right: 10px;
	width: 20px;
}

.back-to-home {
	margin-top: 40px;
}

.back-to-home .site-btn {
	padding: 15px 30px;
	font-size: 16px;
}

/* Responsive Donate Page */
@media (max-width: 768px) {
	.donate-content {
		padding: 40px 20px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.donate-content > * {
		width: 100%;
		text-align: center;
	}
	
	.donate-content h2 {
		font-size: 24px;
	}
	
	.donate-message {
		font-size: 16px;
	}
	
	.maintenance-notice {
		padding: 20px;
	}
	
	.maintenance-notice h3 {
		font-size: 20px;
	}
	
	.scripture-quote blockquote p {
		font-size: 18px;
	}
	
	.blessing-message h4 {
		font-size: 20px;
	}
}

/* Grace News Description Styles */
.grace-news-intro {
	max-width: 800px;
	margin: 0 auto 40px;
	text-align: left;
}

.grace-news-description {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.grace-news-button {
	text-align: left;
}

/* Grace News Page Styles */
.section-subtitle {
	margin-bottom: 30px;
}

.section-subtitle h3 {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.section-subtitle h3 i {
	color: #482452ff;
	margin-right: 10px;
}

.grace-news-placeholder,
.episodes-placeholder {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	padding: 40px;
	margin-bottom: 40px;
}

.placeholder-content {
	text-align: center;
}

.placeholder-icon {
	margin-bottom: 20px;
}

.placeholder-icon i {
	font-size: 60px;
	color: #482452ff;
}

.placeholder-content h4 {
	color: #333;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.placeholder-content p {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.coming-soon-features,
.archive-features {
	text-align: left;
	margin-bottom: 30px;
}

.coming-soon-features h5,
.archive-features h5 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.coming-soon-features ul,
.archive-features ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.coming-soon-features li,
.archive-features li {
	color: #666;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}

.coming-soon-features i,
.archive-features i {
	color: #482452ff;
	position: absolute;
	left: 0;
	top: 2px;
}

.episode-info {
	background: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
}

.episode-info p {
	color: #333;
	font-size: 14px;
	margin-bottom: 8px;
}

.episode-info p:last-child {
	margin-bottom: 0;
}

.episode-categories {
	margin-top: 30px;
}

.episode-categories h5 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.category-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.category-tag {
	background: #482452ff;
	color: #fff;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.category-tag:hover {
	background: #3a1d42;
	transform: translateY(-2px);
}

/* Responsive Grace News */
@media (max-width: 768px) {
	.grace-news-description {
		font-size: 14px;
	}
	
	.section-subtitle h3 {
		font-size: 20px;
	}
	
	.grace-news-placeholder,
	.episodes-placeholder {
		padding: 30px 20px;
	}
	
	.placeholder-content h4 {
		font-size: 24px;
	}
	
	.placeholder-content p {
		font-size: 14px;
	}
	
	.coming-soon-features h5,
	.archive-features h5 {
		font-size: 16px;
	}
	
	.coming-soon-features li,
	.archive-features li {
		font-size: 14px;
	}
	
	.category-tags {
		justify-content: center;
	}
}

/* Grace News Carousel Styles */
.grace-news-carousel {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.carousel-container {
	position: relative;
	width: 100%;
	height: 400px;
}

.carousel-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
	opacity: 1;
}

.carousel-slide a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.carousel-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0,0,0,0.8));
	padding: 30px 20px 20px;
	color: #fff;
}

.carousel-content .date {
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 5px;
}

.carousel-content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.carousel-content .author {
	font-size: 14px;
	opacity: 0.8;
}

.carousel-controls {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 20px;
	z-index: 10;
}

.carousel-btn {
	background: rgba(255,255,255,0.8);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-btn:hover {
	background: rgba(255,255,255,1);
	transform: scale(1.1);
}

.carousel-dots {
	display: flex;
	gap: 8px;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	transition: all 0.3s ease;
}

.dot.active,
.dot:hover {
	background: rgba(255,255,255,1);
}

/* Responsive Carousel */
@media (max-width: 768px) {
	.carousel-container {
		height: 300px;
	}
	
	.carousel-overlay {
		padding: 20px 15px 15px;
	}
	
	.carousel-content h4 {
		font-size: 18px;
	}
	
	.carousel-controls {
		bottom: 15px;
		gap: 15px;
	}
	
	.carousel-btn {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
}

/* Contact Section Styles */
.contact-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-info {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: 100%;
}

.contact-info h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
}

.contact-intro {
    color: #666;
    text-align: left;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
}

.contact-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 0;
}

.contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.service-times-item {
    flex-grow: 1;
    min-height: 200px;
}

.ci-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: #482452ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 4px 15px rgba(72, 36, 82, 0.3);
}

.ci-icon i {
    color: white;
    font-size: 24px;
}

.ci-content h5 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.ci-content p {
    color: #666;
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
}

.ci-content p strong {
    color: #333;
    font-weight: 600;
}

/* Service Times List Styling */
.service-times-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-time {
    display: flex;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.service-time:last-child {
    border-bottom: none;
}

.service-time .day {
    font-weight: 600;
    color: #333;
    min-width: 120px;
    margin-right: 15px;
    font-size: 14px;
}

.service-time .service {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

/* Contact Sidebar */
.contact-sidebar {
    height: 100%;
}

.sidebar-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: 100%;
    position: sticky;
    top: 20px;
}

.sidebar-card h4 {
    color: #333;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.sidebar-card h4 i {
    color: #482452ff;
    margin-right: 10px;
    font-size: 22px;
}

.quick-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.info-item i {
    color: #482452ff;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.info-item span {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* Service Box Styles for Contact Page */
.service-box {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.service-box h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.service-box h4 i {
    color: #482452ff;
    margin-right: 10px;
    font-size: 24px;
}

.service-box p {
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
    flex-grow: 1;
}

.service-box p:last-child {
    margin-bottom: 0;
}

.service-box p strong {
    color: #333;
    font-weight: 600;
}

.service-box img {
    margin-top: auto;
    flex-shrink: 0;
}

/* Responsive adjustments for contact page */
@media (max-width: 768px) {
    .contact-info {
        padding: 30px 20px;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
    
    .ci-icon {
        margin-right: 0;
        margin-bottom: 15px;
        align-self: center;
    }
    
    .service-times-item {
        min-height: auto;
    }
    
    .service-times-list {
        text-align: left;
    }
    
    .service-time {
        flex-direction: column;
        gap: 5px;
    }
    
    .service-time .day {
        min-width: auto;
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .contact-sidebar {
        margin-top: 30px;
    }
    
    .sidebar-card {
        position: static;
    }
    
    .service-box {
        padding: 25px 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
        min-height: 250px;
    }
    
    .service-box h4 {
        justify-content: center;
    }
}
