/***********
Theme Name:  Lightning Child
Description: Lightning Child Theme
Template:    lightning
Text Domain: lightning-child
***********/

.wf-loading body {
  visibility: hidden;
}

body {
  /* font-family: 'Manrope', Arial, Helvetica, sans-serif; */
  font-family: "Georgia", serif;
  /* font-family:
    Palatino Linotype,
    Verdana,
    Arial,
    Helvetica,
    sans-serif;*/
}

.home > .site-body {
  padding: 1rem !important;
}

/*********** HEADER ***********/
.site-header {
  box-shadow: none !important;
  background-color: #fcfcfc !important;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.site-header-container {
  margin-top: 5px;
  margin-bottom: 5px;
}

.site-header--layout--nav-float .site-header-logo {
  flex: 0 0 280px;
  max-width: 280px;
}

.site-header--layout--nav-float .site-header-logo a {
  display: block;
  white-space: normal;
  word-break: break-word;
}

@media (max-width: 991.98px) {
    .site-header-logo {
        padding-top: .5rem;
        margin-bottom: .5rem;
        white-space: normal;
	    max-width: 100% !important;
    }
}

/*********** MENU ***********/
.global-nav-list > li > a {
  padding: 15px !important;
}

.global-nav-list > li > a:hover {
  color: #6b1111;
}

/*********** SLIDER ***********/
.lightning_swiper {
  border-bottom: 1px solid #333;
}

/*********** PAGE HEADER ***********/
.page-header {
  color: #fff;
  background-color: #6b1111;
}

/*********** BREADCRUMB ***********/
.breadcrumb {
  color: #fff;
  background-color: #333;
  border-top: 1px solid #fff;
}

.breadcrumb-list__item > a {
  color: #fff !important;
}

.breadcrumb li:first-child {
  display: none;
}

li:nth-child(2):before {
  display: none;
}

/*********** CONTENT ***********/
a:hover {
  color: #6b1111;
}

p {
  text-align: justify;
}

.flc::first-letter,
.type-post p:first-child::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 5.25em;
  line-height: 1;
  color: #6b1111;
  margin-bottom: -2px;
}

@media (max-width: 576px) {
	.flc::first-letter,
	.type-post p:first-child::first-letter {
	  display: block;
	  margin-right: 5px;
	  float: left;
	  font-size: 3.25em;
	  line-height: 1;
	  color: #6b1111;
	  margin-bottom: -2px;
	}
}

/*********** ARTICLE ***********/
.media .media-body .media-heading a {
  color: #6b1111 !important;
}

.media .media-body .media-heading a:hover {
  text-decoration: underline;
}

.entry-meta-item-updated,
.entry-meta-item-author,
.archive-description {
  display: none !important;	
}

/*********** ENTYPA ***********/
.leaflet-item {
  margin: 30px 0px;
}

/*********** SIDEBAR ***********/
h4.widget-title.sub-section-title {
  color: #333;
}

.site-footer-title:after,
.sub-section-title:after,
h3:where(:not(.wp-block-post-title)):after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid #6b1111;
}

.widget_nav_menu > div > ul li {
  font-size: 16px !important;
}

.wp-block-latest-posts li > a {
  font-size: 16px !important;
}

.widget_nav_menu a:hover,
.wp-block-latest-posts li > a:hover {
  color: #6b1111 !important;
  font-size: 16px;
}

.widget .subSection-title {
  font-weight: bold;
  font-size: 16px;
}

/*********** BOTTOM CONTENT BLOCKS ***********/
.entry-title--post-type--page,
h2:where(:not(.wp-block-post-title)) {
  padding: 0.5em 0;
  border-top: 2px solid #6b1111;
  border-bottom: 1px solid #333;
}

/*********** WP IMAGE ALIGNMENT ***********/
img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  display: inline;
}

img.alignright,
.wp-caption.alignright {
  float: right;
  margin: 0 0 20px 20px;
  display: inline;
}

img.aligncenter,
.wp-caption.aligncenter {
  display: block;
  margin: 20px auto;
  clear: both;
}

img.alignnone {
  display: block;
  margin: 20px 0;
}

.entry-content::after,
.post-content::after,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*********** KLIRIKOI - ACCORDION ***********/
.bio-list {
  border-top: 1px solid #ddd;
  max-width: 700px;
}

.bio-item {
  border-bottom: 1px solid #ddd;
  padding: 14px 0;
}

/* CLICKABLE ITEMS */
.has-bio summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  position: relative;
  padding-right: 30px;
}

/* remove default marker */
.has-bio summary::-webkit-details-marker {
  display: none;
}

/* plus icon */
.has-bio summary::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #6b1111;
  transition: transform 0.25s ease;
}

/* minus icon when open */
.has-bio[open] summary::after {
  transform: rotate(180deg);
}

/* bio text */
.bio-content {
  margin-top: 10px;
  color: #555;
  line-height: 1.6;
}

/* NON-CLICKABLE ITEMS */
.no-bio {
  color: #888;
  font-style: italic;
  padding-left: 2px;
}

/* optional visual cue */
.no-bio::after {
  content: " ";
  font-size: 0.9em;
  color: #aaa;
}

/*********** FOOTER ***********/
.site-footer {
  border-top: 2px solid #333;
  color: #fff;
  background-color: #6b1111;
}

.site-footer-content {
  color: #fff;
  font-size: 14px;
  padding-top: 1.5rem !important;
  border-bottom: 1px solid #f6efc1;
}

.site-footer-content a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

.site-footer-content a:hover {
  color: #f6efc1;
  padding-left: 5px;
}

.copySection {
  padding-top: 1.5em;
  padding-bottom: 1em;
}

.footer-box {
  padding: 10px 5px;
}

.footer-box h3 {
  color: #f6efc1;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-box p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer-links {
  color: #f6efc1;
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

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

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

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

.footer-box i {
  margin-right: 8px;
  color: #f6efc1;
}

.small-note {
  font-size: 13px;
  opacity: 0.8;
  margin-top: 10px;
}

/* Mobile */
@media (max-width: 768px) {
  .siteFooter {
    text-align: center;
  }

  .footer-links a:hover {
    padding-left: 0;
  }
}

/*********** PROGRAMMA ***********/
.weekly-schedule-section {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 15px;
}

.schedule-header {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}

.schedule-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.schedule-main-icon {
  font-size: 1.6rem;
  color: #8b1e1e;
}

.schedule-header h2 {
  font-size: 1.5rem;
  color: #333333;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.all-services-link {
  color: #8b1e1e;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: bold;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.all-services-link:hover {
  color: #a32424;
  text-decoration: underline;
}

.schedule-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
  background-color: #fafafa;
}

.day-icon {
  font-size: 1rem;
  color: #8b1e1e;
  width: 20px;
  text-align: center;
}

.card-header h3 {
  font-size: 1.1rem;
  color: #333333;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.card-body {
  padding: 20px 15px;
}

.schedule-item {
  display: flex;
  gap: 15px;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.schedule-item:last-child {
  margin-bottom: 0;
}

.schedule-time {
  font-weight: bold;
  color: #8b1e1e;
  min-width: 60px;
}

.schedule-text {
  color: #555555;
}

.card-header .day-icon {
  margin-right: 0 !important;
}

@media (max-width: 576px) {
  .schedule-header {
    text-align: left !important;
  }
  .schedule-header .col-8,
  .schedule-header .col-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .all-services-link {
    margin-top: 10px;
  }
}

/*********** YPHRESIES / ENORITES ***********/
.parish-services-section {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 15px;
}

.services-header {
  border-top: 2px solid #6b1111;
  border-bottom: 1px solid #333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.services-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.services-main-icon {
  font-size: 1.6rem;
  color: #8b1e1e;
}

.services-header h2 {
  font-size: 1.5rem;
  color: #333333;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

a.home-block {
  text-decoration: none !important;
  text-underline-offset: none !important;
}

.home-block {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: all 0.3s ease;
}

.block-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border-bottom: 1px solid #cccccc;
  background-color: #fcfcfc;
  transition: background-color 0.3s ease;
}

.home-block-icon {
  width: 24px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.home-block-icon i {
  color: #8b1e1e;
  font-size: 1.1rem;
  margin-right: 0 !important;
  transition: color 0.3s ease;
}

.home-block-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333333;
  margin: 0;
  letter-spacing: 0.5px;
}

.block-card-body {
  padding: 20px 15px;
  flex: 1;
}

.home-block-desc {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.5;
  display: block;
}

.home-block:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #8b1e1e;
}

.home-block:hover .block-card-header {
  background-color: #8b1e1e;
}

.home-block:hover .home-block-icon i {
  color: #ffffff;
}

.home-block:hover .home-block-title {
  color: #ffffff;
}

/*********** ENTYPO / DWREA ***********/
.support-magazine-section {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 15px;
}

.clean-section-wrapper {
  background: transparent;
  padding: 0;
}

.clean-block-title {
  border-bottom: 2px solid #8b1e1e;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.clean-block-title h2 {
  font-size: 1.4rem;
  color: #333333;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

/*********** LEAFLET ***********/
.magazine-box {
  background-color: #fcfcfc;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.magazine-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.magazine-cover {
  flex: 0 0 130px;
}

.magazine-cover img {
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 100%;
}

.magazine-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.magazine-date {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333333;
  display: block;
  margin-bottom: 5px;
}

.magazine-text {
  font-size: 0.95rem;
  color: #555555;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
}

.magazine-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 180px;
  padding-top: 20px;
}

.btn-magazine {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  font-size: 0.85rem;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-pdf-view {
  background-color: #8b1e1e;
  color: #ffffff !important;
}

.btn-pdf-view:hover {
  background-color: #a32424;
}

.btn-pdf-download {
  background-color: #f5f5f5;
  color: #333333 !important;
  border: 1px solid #cccccc;
}

.btn-pdf-download:hover {
  background-color: #eaeaea;
}

/*********** DONATION ***********/
.donation-box {
  background-color: #fbf5df;
  border: 1px solid #f9efd3;
  border-radius: 4px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.donation-container {
  display: flex;
  flex-direction: column;
}

.donation-intro {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 25px;
}

.btn-donation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #8b1e1e;
  color: #ffffff !important;
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 4px;
  align-self: flex-start;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.btn-donation:hover {
  background-color: #a32424;
}

.bank-account-box {
  background-color: #fcfcfc;
  border: 1px dashed #cccccc;
  padding: 15px;
  border-radius: 4px;
}

.bank-title {
  font-size: 0.85rem;
  font-weight: bold;
  color: #666666;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.iban-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333333;
}

.iban-wrapper i {
  color: #8b1e1e;
  font-size: 1.1rem;
  padding: 8px 0px;
  margin-right: 0 !important;
}

.iban-text {
  font-family: monospace;
  font-size: 0.95rem;
  font-weight: bold;
  padding: 10px 0px;
}

@media (max-width: 576px) {
  .magazine-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .magazine-buttons {
    max-width: 100%;
    width: 100%;
  }
  .btn-donation {
    width: 100%;
    align-self: stretch;
  }
  .iban-text {
    font-size: 0.85rem;
  }
}

/*********** FOLLOW US  ***********/
.social-only-section {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 15px;
}

.social-only-box {
  background-color: #fcfcfc;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333333;
  margin-top: 0;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.box-desc {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 25px;
  line-height: 1.5;
  /* max-width: 450px; */
}

.social-icons-row {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.social-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 1.4rem;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.icon-instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.icon-youtube {
  background-color: #ff0000;
}

.icon-facebook {
  background-color: #1877f2;
}

.social-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}

.home-block-icon i,
.social-icons-row .social-icon i {
  margin-right: 0 !important;
}

@media (max-width: 576px) {
  .social-only-box {
    padding: 30px 20px;
  }
  .box-title {
    font-size: 1.2rem;
  }
  .box-desc {
    font-size: 0.95rem;
  }
}
