/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.priest-profile {
  max-width: 1000px;
  margin: auto;
  padding: 2rem;
  font-family: 'Nunito', sans-serif;
}

.profile-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.profile-details {
  flex: 1 1 60%;
}

.profile-photo {
  flex: 1 1 35%;
  text-align: center;
}

.profile-photo img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.priest-bio {
  margin-top: 2rem;
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 8px;
}

/*extension*/
.priest-three-column {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
  padding: 2rem;
  font-family: 'Nunito', sans-serif;
}

.priest-sidebar {
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.sidebar-box {
  margin-bottom: 2rem;
}

.sidebar-box h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #00808f;
}

.sidebar-box ul {
  list-style: none;
  padding: 0;
}

.sidebar-box ul li {
  margin-bottom: 0.5rem;
}

.sidebar-box ul li a {
  color: #333;
  text-decoration: none;
}

.sidebar-box ul li a:hover {
  text-decoration: underline;
}

.priest-details {
  padding: 1rem;
}

.priest-details h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.priest-details p {
  margin: 0.5rem 0;
}

.priest-bio {
  margin-top: 1.5rem;
  background: #f0f0f0;
  padding: 1rem;
  border-radius: 8px;
}

.priest-photo img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

//archive css
.priest-grid-archive {
  max-width: 1200px;
  margin: auto;
  padding: 2rem;
  font-family: 'Nunito', sans-serif;
}

.priest-grid-archive h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #00808f;
}

.priest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
}

.priest-card {
  background: green;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease-in;
}

.priest-card:hover {
  transform: translateY(-5px);
}

.priest-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.priest-card h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #00808f;
}

.priest-card p {
  margin: 0.3rem 0;
  font-size: 0.95rem;
  color: #333;
}

.pagination {
  margin-top: 2rem;
  text-align: center;
}
//archive css 2
.priest-list-archive {
  max-width: 1000px;
  margin: auto;
  padding: 2rem;
  font-family: 'Nunito', sans-serif;
}

.priest-list-archive h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #00808f;
}

.priest-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.priest-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: green;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.priest-photo img {
  width: 150px;
  height: 170px;
  object-fit: cover;
  border-radius: 6px;
}

.priest-info h2 {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
  color: #00808f;
}

.priest-info h2 a {
  text-decoration: none;
  color: inherit;
}

.priest-info p {
  margin: 0.2rem 0;
  font-size: 1rem;
  color: #333;
}

.designation {
  font-style: italic;
  color: #666;
}

.pagination {
  margin-top: 2rem;
  text-align: center;
}
header {
  border-bottom: 3px solid #2271B1;
}
