@charset "UTF-8";
/*!
Theme Name: Evangelical
Theme URI:
Author: CDiomampo
Author URI:
Description: A simple, clean WordPress theme for Evangelical.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: evangelical
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Crimson Pro", serif;
  background-color: #FDFBF7;
  color: #4A5568;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-spacing {
  padding: 90px 0;
}

.tag {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #3F6253;
  background: #E8F0EB;
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.h-section {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  color: #2C3E50;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.link-arrow {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #C5A065;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.link-arrow:hover {
  gap: 10px;
  color: #3F6253;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  border-bottom: 2px solid #E2E0D6;
  padding-bottom: 20px;
}

.meta {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  color: #888;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}

.meta-sep {
  width: 4px;
  height: 4px;
  background: #C5A065;
  border-radius: 50%;
}

.site-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 24px;
}

.content-area {
  max-width: 720px;
}

.navbar {
  background: #ffffff;
  border-bottom: 1px solid #E2E0D6;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 20px 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-family: "Crimson Pro", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2C3E50;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1002;
}
.logo::before {
  content: "✝";
  font-size: 1.2rem;
  color: #C5A065;
  font-weight: normal;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 40px;
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #4A5568;
}
.nav-links a:hover {
  color: #3F6253;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-login {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2C3E50;
}

.donate-btn {
  background: #3F6253;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
}
.donate-btn:hover {
  background: #2F4A3F;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
  padding: 10px;
}

.bar {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  background-color: #2C3E50;
  transition: all 0.3s ease-in-out;
}

.hero {
  padding-top: 60px;
  padding-bottom: 80px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: start;
}

.hero-card-lg {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-image-container {
  height: 400px;
  border-radius: 6px;
  overflow: hidden;
  background: #eee;
  position: relative;
}
.hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card-lg h1 {
  font-size: 2.8rem;
  line-height: 1.15;
  color: #2C3E50;
  font-weight: 600;
  margin-top: 8px;
}

.hero-card-lg p {
  font-size: 1.15rem;
  color: #4A5568;
  opacity: 0.9;
  max-width: 95%;
}

.sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid #E2E0D6;
  padding-left: 40px;
}

.sidebar-header {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #C5A065;
  margin-bottom: 24px;
}

.sidebar-card {
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sidebar-card:first-of-type {
  padding-top: 0;
}
.sidebar-card:last-child {
  border-bottom: none;
}
.sidebar-card h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #2C3E50;
}
.sidebar-card h3:hover {
  color: #3F6253;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.card {
  background: #ffffff;
  border: 1px solid #E2E0D6;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card:hover {
  border-color: #3F6253;
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(63, 98, 83, 0.12);
}

.card-img {
  height: 200px;
  overflow: hidden;
  background: #F3F0E9;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  padding: 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #2C3E50;
}

.card-excerpt {
  font-size: 1rem;
  color: #4A5568;
  margin-bottom: 24px;
  flex-grow: 1;
}

.scripture-section {
  background: #3F6253;
  color: white;
  text-align: center;
  padding: 100px 0;
  position: relative;
}

.verse-text {
  font-size: 2rem;
  font-style: italic;
  max-width: 800px;
  margin: 0 auto 20px;
  font-family: "Crimson Pro", serif;
  line-height: 1.4;
}

.verse-ref {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C5A065;
}

.editor-item {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
  margin-bottom: 60px;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #E2E0D6;
}
.editor-item:last-child {
  border-bottom: none;
}

.editor-content {
  order: 1;
}
.editor-content h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: #2C3E50;
}
.editor-content p {
  font-size: 1.3rem;
  color: #4A5568;
  margin-bottom: 16px;
  max-width: 90%;
}

.editor-thumb {
  order: 2;
  height: 220px;
  border-radius: 6px;
  overflow: hidden;
}
.editor-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article.post,
article.page {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E2E0D6;
}
article.post:last-of-type,
article.page:last-of-type {
  border-bottom: none;
}

.entry-header .entry-title {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #2C3E50;
  font-weight: 600;
}
.entry-header .entry-title a {
  color: #2C3E50;
}
.entry-header .entry-title a:hover {
  color: #3F6253;
}

.entry-meta {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 20px;
}
.entry-meta a {
  color: #4A5568;
}

.entry-content {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.entry-content p {
  margin-bottom: 1em;
}

.entry-footer {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  color: #888;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #3F6253;
  color: #ffffff;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
}
.read-more:hover {
  background-color: #2F4A3F;
  color: #ffffff;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 3px;
  background: #F3F0E9;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}
.pagination .page-numbers.current {
  background: #3F6253;
  color: #ffffff;
}

.error-404 {
  text-align: center;
  padding: 60px 20px;
}
.error-404 .page-title {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #2C3E50;
}

.ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.ph-hero {
  background: #556B63;
}

.ph-1 {
  background: #8C7B70;
}

.ph-2 {
  background: #C5A065;
}

.ph-3 {
  background: #4A5568;
}

.widget-area {
  width: 300px;
  flex-shrink: 0;
}

.widget {
  margin-bottom: 30px;
}

.widget-title {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #3F6253;
  color: #2C3E50;
}

.widget ul {
  list-style: none;
}
.widget ul li {
  padding: 5px 0;
  border-bottom: 1px solid #E2E0D6;
}

.site-footer {
  background: #2C3E50;
  color: #a0aec0;
  padding: 80px 0 40px;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-brand .logo {
  color: #ffffff;
  font-size: 1.4rem;
}
.footer-brand p {
  margin-top: 16px;
  max-width: 320px;
  line-height: 1.6;
}

.footer-col h4 {
  color: #ffffff;
  margin-bottom: 24px;
  font-size: 1rem;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 12px;
}
.footer-col a:hover {
  color: #C5A065;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
}

.comments-area {
  margin-top: 40px;
}

.comments-title {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #2C3E50;
}

.comment-list {
  list-style: none;
}

.comment-body {
  padding: 15px;
  margin-bottom: 15px;
  background: #F3F0E9;
  border-radius: 6px;
}

.comment-author .fn {
  font-weight: bold;
  color: #2C3E50;
}

.comment-metadata {
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  color: #888;
}

.newsletter-section {
  background: #F3F0E9;
  text-align: center;
  padding: 80px 0;
}
.newsletter-section h3 {
  font-size: 2rem;
  font-family: "Crimson Pro", serif;
  color: #2C3E50;
  margin-bottom: 16px;
}

.input-group {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 30px auto 0;
}
.input-group input {
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  width: 100%;
  font-family: "Inter", sans-serif;
}
.input-group button {
  background: #2C3E50;
  color: white;
  border: none;
  padding: 0 30px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

@media (max-width: 900px) {
  .mobile-menu-btn {
    display: block;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    margin-left: 0;
    padding: 40px;
  }
  .nav-menu.active {
    transform: translateX(0);
  }
  .nav-links {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    font-size: 1.2rem;
  }
  .nav-actions {
    flex-direction: column;
  }
  .mobile-menu-btn.active .bar:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-btn.active .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-menu-btn.active .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .sidebar-list {
    border-left: none;
    padding-left: 0;
    margin-top: 40px;
    border-top: 1px solid #E2E0D6;
    padding-top: 40px;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .editor-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .editor-thumb {
    order: -1;
    height: 200px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .hero-card-lg h1 {
    font-size: 2rem;
  }
}
