/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* @font-face {
  font-family: "AC Raleway";
  src: url("./assets/fonts/AC-RalewayRegular.ttf");
} */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Manrope", sans-serif;
  color: #24211c;
}

html {
  scroll-behavior: smooth;
}

small,
.small {
  font-size: 14px;
}

.gray {
  background-color: #f8f8f8;
}

.title {
  font-size: 30px;
  font-weight: 500;
}

p {
  font-size: 16px;
}

a {
  font-size: 16px;
  color: #54543d;
  text-decoration: underline;
  transition: all 0.2s linear;
}

.blue-text {
  color: #1066c9;
}

.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
  color: #54543d;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.wpml-ls ul {
  list-style-type: none;
}

/* .logo {
    height: 50px;
} */

.page-id-72,
.page-id-6 {
  font-size: 20px;
  font-weight: 300;
}

.header-navbar {
  height: 70px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

.offcanvas-body {
  justify-content: flex-end;
}

.nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #54543d;
  position: relative;
  padding: 0 1em !important;
  /* margin-top: 0.3em; */
}

.nav-link.active {
  color: #54543d !important;
  font-weight: 700;
}

.nav-link:focus,
.nav-link:hover {
  color: #000000;
}

.nav-link.active::before {
  content: "";
  width: 50%;
  height: 3px;
  background: #54543d 0% 0% no-repeat padding-box;
  border-radius: 10px;
  /* opacity: 0.5; */
  position: absolute;
  bottom: -24px;
  left: 25%;
  right: 0;
}

.lang-switcher {
  /* width: 70px; */
  float: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 16px;
  margin-left: 30px;
  position: relative;
  z-index: 100;
  /* text-transform: uppercase; */
  font-size: 0.9em;
}

.wpml-ls-legacy-dropdown a {
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #54543d;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1;
  font-weight: bold;
}

.input-group {
  /* width: 240px; */
  min-width: 150px;
  height: 50px;
}

input.form-control {
  background: #f8f8f8;
  border-color: #f8f8f8;
  border-radius: 25px;
}

button.input-group-text {
  background: #f8f8f8;
  border-color: #f8f8f8;
  border-radius: 25px;
}

.footer-inner {
  font-size: 16px;
  /* height: 350px; */
  background: #656d4a !important;
  padding: 3em 2em;
  color: #ffffff;
}

.bootscore-footer a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.2s linear;
}

.footer-logos a {
  display: flex;
}

.footer-logos img {
  height: 80px;
  width: 100%;
  object-fit: contain;
  margin: 0 1em;
}

.homepage-main-banner {
  background: #f8f8f8;
  height: auto;
  padding-top: 4em;
  padding-bottom: 1em;
}

.homepage-main-banner-details {
  height: auto;
  /* UI Properties */
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 2em 2em 2.3em 2em;
  position: relative;
}

.homepage-main-banner-details h1 {
  font: normal normal 600 30px/41px Open Sans;
  letter-spacing: 0px;
  margin-bottom: 1em;
}

.homepage-main-banner-details p {
  font: normal normal 300 22px/32px Open Sans;
  letter-spacing: -0.5px;
  color: #42435d;
  padding-bottom: 1em;
}

.homepage-main-banner-btn {
  background: #54543d 0% 0% no-repeat padding-box;
  border-radius: 40px;
  width: 300px;
  color: #ffffff;
  height: 50px;
  border: none;
  position: absolute;
  left: 25%;
  font-weight: 600;
  text-align: center;
  padding-top: 11px;
  bottom: -25px;
  transition: all 0.2s linear;
}

.homepage-main-banner-btn:hover {
  background: #00536e 0% 0% no-repeat padding-box !important;
  color: #ffffff !important;
}

.homepage-btn {
  background: #54543d 0% 0% no-repeat padding-box;
  border-radius: 10px;
  width: 300px;
  color: #ffffff;
  height: 50px;
  border: none;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-btn:hover {
  background: #00536e 0% 0% no-repeat padding-box !important;
  color: #ffffff !important;
}

/* .homepage-main-section {
    margin: 2em 0;
    padding: 2em;
} */

.homepage-main-section.gray {
  background: #f8f8f8 0% 0% no-repeat padding-box;
}

.homepage-main-section h2 {
  font: normal normal 600 30px/41px Open Sans;
  letter-spacing: 0px;
  color: #54543d;
  text-transform: uppercase;
  text-align: center;
}

img.home-header-banner {
  width: 100%;
  /* margin-left: -10px; */
  object-fit: cover;
  margin-top: -5px;
}

/* .site-content {
    margin-top: 5em !important;
} */

.breadcrumbs {
  margin-top: 2em !important;
  font-size: 16px;
  font-weight: 500;
  color: #24211c;
}

.breadcrumbs a {
  color: #54543d;
  font-weight: bold;
  text-decoration: underline;
}

.entry-header h1 {
  font-size: 30px;
  font-weight: bold;
  color: #24211c;
  margin-bottom: 1em;
}

.text-body-secondary {
  color: #24211c;
}

.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  color: #54543d !important;
  font-weight: 600;
}

.nf-form-content input::placeholder,
.nf-form-content textarea::placeholder {
  color: #707070;
  font-weight: 400;
}

.nf-error .nf-error-msg {
  font-size: 12px;
  color: #ef0c0c;
  font-weight: 400;
}

.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  height: 70px !important;
  background: #ffffff 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 10px !important;
  /* border: 1px solid #F8F8F8 !important; */
  margin-bottom: 0.25em;
}

.nf-form-content textarea {
  height: 150px !important;
  background: #ffffff 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 10px !important;
  border: 1px solid #ffffff;
  margin-bottom: 0.5em;
}

.nf-form-content input[type="submit"] {
  width: 247px !important;
  height: 57px !important;
  /* UI Properties */
  background: #54543d 0% 0% no-repeat padding-box !important;
  border-radius: 40px !important;
  border: none !important;
  box-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
}

.nf-error.field-wrap .nf-field-element:after,
.ninja-forms-req-symbol,
.nf-form-fields-required {
  display: none;
}

.map iframe {
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 10px;
  margin-bottom: 1.5em;
}

.map iframe {
  border-radius: 10px;
}

.contact-details {
  color: #54543d;
  width: 385px;
  height: 108px;
  /* UI Properties */
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

.contact-details .bold {
  font-size: 18px;
}

.contact-details a {
  color: #54543d;
  text-decoration: none;
}

.contact-details a:hover {
  color: #000000;
  text-decoration: none;
}

.to-ergo-iframe iframe {
  width: 100%;
  height: 750px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

.efarmogi-descr {
  height: 100%;
  /* UI Properties */
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  font-size: 19px;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.efarmogi {
  padding-top: 4em;
  background: #f8f8f8 url("img/ar-icon.png") 0% 0% no-repeat padding-box;
  background-position: bottom 3em right 3em;
}

.slick-dots {
  display: none !important;
}

.efarmogi-carousel .slick-list.draggable {
  margin: 0 10em;
}

.efarmogi-text {
  font-size: 20px;
  color: #231f20;
  margin: 0 12em 0 12em;
}

.wpsisac-slick-slider .slick-arrow,
.wpsisac-slick-carousal .slick-arrow {
  position: absolute;
  z-index: 9;
  padding: 0;
  margin: 0px;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #54543d 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50%;
}

.wpsisac-slick-slider .slick-arrow svg,
.wpsisac-slick-carousal .slick-arrow svg {
  fill: #fff;
  height: 50%;
  width: 50%;
  margin-top: 12px;
}

.entry-content {
  font-weight: 300;
  font-size: 20px;
}

.cpt-header h1 {
  font: normal normal bold 34px/46px Open Sans;
  font-weight: bold !important;
  letter-spacing: 0px;
  color: #231f20;
  text-transform: uppercase;
}

.cpt-category {
  font: normal normal 600 16px/22px Open Sans;
  letter-spacing: 0px;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.cpt-description {
  font: normal normal normal 20px/27px Open Sans;
  /* font-weight: 300; */
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 1.5em;
}

.cpt-prosvasi {
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #54543d;
  background: rgba(0, 99, 133, 0.2) 0% no-repeat padding-box;
  border-radius: 12px;
  padding: 0.3em 0.8em;
  display: inline-block;
}

.post-thumbnail {
  height: 510px;
  box-shadow: 0px 3px 6px #00000029;
  overflow: hidden;
}

.post-thumbnail img {
  min-height: 510px;
  object-fit: cover;
  border-radius: 0px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.post-type-archive-mitata .provoli-360 img {
  box-shadow: none;
  border-radius: 10px;
}

.provoli-360 img {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

.archive-page-subtitle {
  font: normal normal bold 30px/41px Open Sans;
  letter-spacing: 0px;
  color: #231f20;
  text-transform: uppercase;
}

.card-custom {
  /* min-height: 585px; */
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: none !important;
  border-radius: 35px;
  padding: 2em;
}

/* .card-custom .wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 520px;
    border-radius: 35px;
    box-shadow: 0px 3px 6px #00000029;
} */

.archive-img {
  position: relative;
}

.archive-img img {
  border-radius: 10px;
}

/* .archive-img::after {
    content: "";
    position: absolute;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #ffffff;
    opacity: 1;
    left: 0;
    background: transparent;
    width: 87.9%;
    height: 85%;
    border-radius: 35px;
    margin: 2em;
} */

/* .archive.archive-img::after {
    content: "";
    position: absolute;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #ffffff;
    opacity: 1;
    left: 0;
    background: transparent;
    width: 89.5%;
    height: 88.3%;
    border-radius: 35px;
    margin: 2em;
} */

h2.blog-post-title.h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #54543d;
  min-height: 70px;
}

.text-body {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #707070;
}

.arrow-down img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.top-button.visible {
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.3s;
  background: #54543d;
  border-color: #54543d;
}

.carousel-title {
  font: normal normal bold 18px/24px Open Sans;
  background: #54543d 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  width: auto;
  display: inline-block;
  color: #fff;
  padding: 0.5em 1em;
  margin-top: 1em;
}

.kallitexnes-title {
  font: normal normal 600 34px/46px Open Sans;
  letter-spacing: 0px;
  color: #231f20;
  margin-bottom: 0.5em;
}

.page-id-21 .cpt-description,
.page-id-307 .cpt-description,
.post-type-archive-kallitexnes .cpt-description {
  font-weight: 300;
  font: normal normal 300 22px/30px Open Sans;
  color: #42435d;
}

.page-id-21 .card-body,
.page-id-307 .card-body {
  position: relative;
}

/* .homepage-main-banner-btn {
    left: 45%;
} */

.page-id-21 .card-body .homepage-main-banner-btn,
.page-id-307 .card-body .homepage-main-banner-btn {
  font: normal normal 600 20px/27px Open Sans;
  background: #54543d 0% 0% no-repeat padding-box;
  border-radius: 10px;
  width: 300px;
  color: #ffffff;
  height: 50px;
  border: none;
  position: absolute;
  left: auto;
  right: 10%;
  font-weight: 600;
  text-align: center;
  padding-top: 11px;
  bottom: -65px;
}

.page-id-21 .archive-img img,
.page-id-307 .archive-img img {
  border-radius: 10px;
}

.acf-gallery {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(12ch, 1fr));
  margin: var(--wp--preset--spacing--lg) auto;
  max-width: var(--wp--style--global--content-size);
  margin-top: 1em;
}

.acf-gallery a img {
  display: block;
  height: auto;
  transition: filter 0.7s ease;
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 1em;
  height: 113px;
}

.acf-gallery a:hover img {
  filter: grayscale(0);
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 190vh;
  max-height: 90vh;
}

.ekdilwsi-end-title {
  font: normal normal 600 30px/41px Open Sans;
  letter-spacing: 0px;
  color: #231f20;
  text-transform: uppercase;
}

.ekdilwsi-end-descr {
  font: normal normal 300 22px/30px Open Sans;
  letter-spacing: 0px;
  color: #42435d;
}

.ekdilwsi-end-quote {
  font: normal normal 600 22px/30px Open Sans;
  letter-spacing: 0px;
  color: #42435d;
  font-weight: 600;
}

.kallitexnes-description {
  font-weight: 300;
  font: normal normal 300 18px/26px Open Sans;
  color: #42435d;
}

.top-button {
  display: none;
}

.mitato-details {
  margin-bottom: 107px;
}

/**************Image-Slider****************/

* {
  box-sizing: border-box;
}

.imgSlides {
  display: none;
}

.imgSlides img {
  height: 526px;
  /* UI Properties */
  /* background: transparent url('img/image-border.png') 0% 0% no-repeat padding-box; */
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  min-height: 510px;
  object-fit: cover;
  border-radius: 40px !important;
}

/* Slideshow container */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* .postid-150 .prev,
.postid-150 .next {
    display: none;
} */

/* Next & previous buttons */

/* .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  padding: 12px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background: #54543D 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50px !important;
  text-align: center;
} */

/* Position the "next button" to the right */

/* .next {
  right: 10px;
}

.prev {
  left: 10px;
} */

/* On hover, add a black background color with a little bit see-through */

/* .prev:hover,
.next:hover {
  background-color: #54543D;
  color: #ffffff;
  box-shadow: 0px 3px 6px #0000007a;
} */

/* Caption text */

/* The dots/bullets/indicators */

.thumbnails-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
  margin-top: 15px;
}

.thumbnails-wrapper .thumbnail-slides:only-child {
  display: none;
}

.thumbnail {
  width: 100%;
  height: 90px;
  cursor: pointer;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  object-fit: cover;
  opacity: 0.4;
  transition: all 0.2s linear;
}

.active,
.thumbnail:hover {
  opacity: 1;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.page-link.active,
.active>.page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #54543d;
  border-color: #54543d;
}

.page-link {
  color: #54543d;
}

#menu-item-40 .dropdown-item,
#menu-item-219 .dropdown-item,
#menu-item-339 .dropdown-item,
#menu-item-379 .dropdown-item,
#menu-item-381 .dropdown-item,
#menu-item-378 .dropdown-item {
  border-bottom: none !important;
}

a.nav-link {
  white-space: nowrap;
}

.footer-logo {
  display: flex;
  width: 400px;
  text-decoration: none !important;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.details-rounded-card .info-block {
  flex: 0 0 50%;
  /* Two blocks = 50% each */
  max-width: 50%;
}

.details-rounded-card .info-block:nth-child(3) {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

/* If there are 3 blocks, make all of them 33.333% */
.details-rounded-card:has(.info-block:nth-child(3)) .info-block {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.footer-sponsor-logos img {
  height: 55px;
  width: auto;
  object-fit: contain;
}

.search-ekdilwseis input.form-control {
  background: #f8f8f8;
  border-color: #54543d;
  border-radius: 10px;
  width: 100%;
  min-width: 470px;
  height: 50px;
  margin-right: 10px;
}

.search-ekdilwseis input.form-control::placeholder {
  color: #bbbbbb;
}

.euxaristies-sponsors {
  background-color: #7d865d;
  color: #ffffff;
  font-size: 24px;
  padding: 4em 0;
}

.event-image-vertical img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.btn-search-ekdilwseis {
  height: 50px;
  background-color: #54543d;
  color: #ffffff;
  border-radius: 10px;
}

.btn-search-ekdilwseis:hover {
  background-color: #3b3b2b;
  color: #ffffff;
}

.dimos-anwgeiwn-map {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  background-image: url(../bootscore-child/assets/img/anwgeia-map.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-dimos-anwgeiwn-map {
  display: flex;
  align-items: center;
  height: 50px;
  color: #ffffff;
  border-radius: 10px;
  background: #54543d;
  box-shadow: 0px 1px 4px 0px #00000040;
}

.btn-dimos-anwgeiwn-map:hover {
  color: #ffffff;
  background: #3b3b2b;
}

/* new */
.footer-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5em;
}

div#content {
  margin-top: 2.25em;
}

.homepage-hero-image {
  width: 100%;
  height: 90vh;
  background-image: url(../bootscore-child/assets/img/homepage-hero-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* background-image: url(../bootscore-child/assets/img/hero-img.jpg);   */
  text-align: center;
  position: relative;
}

.hero-title {
  font-size: 40px;
  font-weight: bold;
  color: #24211c;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 0 0.5em;
  width: fit-content;
  margin-bottom: 5px;
}

.hero-link a {
  color: #24211c;
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 0.1em 0.6em;
  width: fit-content;
}

.hero-espa-banner {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 350px;
}

.dark-bg-homepage {
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 16px;
  padding: 3.8em;
}

.dark-bg-homepage a {
  color: #ffffff;
  text-decoration: underline;
}

.light-bg-homepage {
  background-color: #ffffff;
  color: #2f2f2f;
  font-size: 16px;
  padding: 3.6em;
}

.light-bg-homepage a {
  color: #1066c9;
  text-decoration: underline;
}

.dark-bg-homepage p {
  color: #ffffff;
}

.dark-bg-homepage .text-dark p {
  color: #2f2f2f !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #2b2b2b !important;
}

.border-light {
  border: 1px solid #ccc !important;
}

.project-source-card {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.project-source-card a {
  color: #007bff;
  text-decoration: none;
}

.project-source-card a:hover {
  text-decoration: underline;
}

.details-rounded-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0px #00000040;
  box-shadow: -1px -1px 10px 0px #00000040;
  /* padding: 1.2rem; */
  margin-right: -6em;
  min-height: 270px;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
}

.highlight {
  font-weight: 600;
  color: #884227;
}

/* a {
  text-decoration: none;
} */

img.wpml-ls-flag {
  width: 40px;
  height: 40px;
  max-width: 40px;
}

.custom-page-title {
  font-size: 30px;
  font-weight: 600;
  color: #24211c;
  margin: 0em 0 0.5em;
}

.custom-page-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #24211c;
  margin: 1em 0 0.5em;
}

.custom-page-subtitle-white {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin: 1em 0 0.5em;
}

.custom-page-paragraph {
  font-size: 16px;
  color: #24211c;
  /* text-align: center; */
  margin: 0 0 1em;
}

.custom-page-paragraph p {
  font-size: 18px;
  color: #24211c;
  /* text-align: center; */
  margin: 0 0 1em;
}

.custom-page-paragraph-white p {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  margin: 0 0 1em;
}

.custom-bibliografia-paragraph p {
  font-size: 16px;
  color: #24211c;
  text-align: left;
  margin: 0 0 1em;
  line-height: 2;
}

.custom-page-img {
  width: 100%;
  height: 680px;
  border: 5px solid #ffffff;
  border-radius: 10px;
  object-fit: cover;
}

.ektheseis-orange-flag {
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  color: #24211c;
  background-color: #dfaf5b;
  padding: 1em;
  margin: 1em 0 1em;
}

.anwgeia-basic-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  padding: 0em 0 1em;
  /* padding: 1em 0; */
  /* margin: 1em 0 0.5em; */
}

.anwgeia-basic-title.dark {
  color: #24211c;
}

.otgs-development-site-front-end {
  display: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 5px solid #ffffff;
  border-radius: 10px;
  /* box-shadow: 5px 5px 4px 5px #00000040; */
  box-shadow: -1px -1px 5px 0px #00000026;
}

.dropdown-item {
  color: #54543d;
  font-weight: 600;
  font-size: 17px;
  border-bottom: 1px solid #d6d6d6 !important;
  padding: 0.75em 0.5em;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #24211c;
  text-decoration: none;
  background-color: #ffffff;
}

.green-box {
  min-height: 200px;
  background: #cccc99;
  border-radius: 10px;
  padding: 1.5em 3em;
}

.green-title {
  font-weight: bold;
  color: #24211c;
  margin-bottom: 0.5em;
}

.border-right {
  border-right: 1px solid #d6d6d6;
  padding: 1em;
}

.border-right:last-child {
  border-right: none;
}

.carousel-item {
  background-color: #ffffff;
  border-radius: 10px;
  border: 3px solid #ffffff;
  color: #24211c;
  font-size: 20px;
}

.carousel-indicators {
  bottom: -70px;
}

.carousel-indicators.events {
  bottom: -40px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0 7px;
}

.carousel-indicators.events [data-bs-target] {
  background-color: black;
}

.carousel-indicators .active {
  opacity: 1 !important;
}

.card {
  border: none !important;
}

.eidiseis-wrapper {
  box-shadow: 4px 4px 10px 0px #00000040;
  box-shadow: -1px -1px 10px 0px #00000040;
  border: none !important;
  border-radius: 10px;
}

.eidiseis-wrapper .wp-post-image {
  width: 100%;
  max-height: 200px !important;
}

.eidiseis-wrapper .bg-primary-subtle {
  font-size: 16px;
  font-weight: 600;
  color: #884227 !important;
  background-color: #ffffff !important;
  padding: 0.5em 0;
  border-radius: 0 !important;
}

/* .card-body {
  box-shadow: 4px 4px 10px 0px #00000040;
  box-shadow: -1px -1px 10px 0px #00000040;
  border: none !important;
  border-radius: 10px;
  padding: 1.5em;
} */

.orange-bg-tag {
  background: #dfaf5b;
  padding: 1em;
  color: #24211c;
  font-size: 16px;
}

.pb-6 {
  padding-bottom: 6em !important;
}

.bg-primary-subtle {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  background-color: #54543d !important;
  padding: 1em;
  border-radius: 0 !important;
}

.time-updated-separator,
.updated {
  display: none;
}

.date-format {
  color: #24211c;
  font-size: 16px;
}

.news.card-body {
  position: relative;
  box-shadow: 4px 4px 10px 0px #00000040;
  border: none !important;
  border-radius: 10px;
  padding: 0;
}

.custom-news-archive-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 210px;
}

.custom-news-archive-date {
  background: #dfaf5b;
  display: flex;
  align-items: center;
  padding: 1em;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.custom-news-archive-category .bg-primary-subtle {
  font-size: 16px;
  font-weight: 600;
  color: #24211c !important;
  background-color: #e5eee2 !important;
  padding: 1.3em;
  border-radius: 0 !important;
}

.news .text-body {
  padding: 3em 1em 1em;
  display: flex;
}

.custom-position-absolute {
  position: absolute;
  margin-top: -30px;
  left: 15px;
}

.custom-content-for-no-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 210px;
  background: #e2e2ea;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 1em;
  justify-content: center;
}

.category-filter-buttons {
  background-color: #f9f9f9;
  border: 1px solid #e2e2ea;

  width: fit-content;
  padding: 0.15em;
  border-radius: 10px;
}

.custom-filter-btn {
  color: #54543d;
  font-size: 16px;
  font-weight: 500;
  padding: 0.55em 1.35em;
}

.custom-filter-btn.active {
  font-weight: 600;
  color: #24211c;
  background: #e5eee2;
  box-shadow: 0px 1px 4px 0px #00000040;
  border-radius: 10px !important;
  border: none;
}

#eventsCarousel .carousel-control-prev {
  background: #54543d;
  width: 50px;
  height: 50px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  opacity: 1;
  top: 40%;
}

#eventsCarousel .carousel-control-next {
  background: #54543d;
  width: 50px;
  height: 50px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
  opacity: 1;
  top: 40%;
}

#eventsCarousel .carousel-item {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  color: #24211c !important;
  font-size: 18px !important;
}

#eventsCarousel .carousel-item.active {
  z-index: 2;
}

.pagination-wrapper {
  display: flex;
  margin-bottom: 2em;
}

.page-numbers {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5em 1em !important;
  margin-right: 0.5em;
}

a.navbar-brand {
  text-align: center;
  line-height: 1.3em;
  font-size: 18px;
  font-weight: 600;
  color: #54543d;
  text-wrap: auto;
  width: 250px;
  display: block;
}

@media (min-width: 768px) {
  #masonry-grid article {
    width: 50%;
  }

  .euxaristies-sponsors img {
    margin-bottom: 1.7em;
  }
}

@media (min-width: 992px) {
  #masonry-grid article {
    width: 33.333%;
  }
}

/* Events Carousel Styles */
.events-section {
  background-color: #f8f9fa;
}

.event-card {
  min-height: 470px;
  background: white;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0px #00000040;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.event-image {
  height: 280px;
  overflow: hidden;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.event-card:hover .event-image img {
  transform: scale(1.05);
}

.event-content {
  padding: 1rem;
}

.event-title {
  font-size: 18px;
  font-weight: 600;
  color: #54543d;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  min-height: 60px;
}

.event-date {
  font-size: 18px;
  font-weight: 600;
  color: #24211c;
  margin-bottom: 0.35rem;
}

.event-place {
  font-size: 16px;
  color: #24211c;
  margin-bottom: 0.35rem;
}

.event-date i,
.event-place i {
  color: #884227;
  margin-right: 0.5rem;
}

ul.wp-block-list {
  text-align: left;
}

/* Responsive adjustments for events carousel */
@media (max-width: 768px) {
  .event-card {
    margin-bottom: 1rem;
    min-height: auto;
  }

  .event-image {
    height: 150px;
  }

  .event-title {
    font-size: 1rem;
  }

  .event-date,
  .event-place {
    font-size: 0.8rem;
  }

  .event-excerpt {
    font-size: 0.8rem;
  }
}

/* events-calendar */
.calendar-bg {
  position: relative;
}

.events-carousel-homepage {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.events-carousel-homepage .carousel-control-prev,
.events-carousel-homepage .carousel-control-next {
  top: 55% !important;
}

.events-calendar {
  background: none repeat scroll 0 0 #ffffff !important;
  box-shadow: 5px 5px 4px 10px #00000040;
  border: none !important;
  border-radius: 10px !important;
  padding: 25px !important;
  min-height: 580px;
  position: relative;
}

.events-calendar-homepage {
  background: none repeat scroll 0 0 #ffffff !important;
  box-shadow: 4px 4px 10px 0px #00000040;
  box-shadow: -1px -1px 10px 0px #00000040;

  border: none !important;
  border-radius: 10px !important;
  padding: 25px !important;
  min-height: 610px;
  position: relative;
}

.calendar-title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin: 1em 0;
}

.fc .fc-scroller-liquid-absolute,
.fc .fc-scroller {
  getboundingclientrect-y: hidden !important;
}

.fc-scrollgrid-sync-table {
  height: 290px !important;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: none;
  padding: 0;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  font-weight: bold;
}

.fc table a {
  color: #44434d;
  text-decoration: none !important;
  font-weight: 500;
}


.fc .fc-daygrid-day-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

table thead,
.pe-table thead {
  background: #ffffff;
  color: #44434d;
  font-weight: 400;
}

.fc .fc-scrollgrid-liquid {
  height: 100%;
  border: none;
}

.fc-scrollgrid-sync-table tr+tr {
  border-top: none;
}

.fc .fc-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff !important;
  color: #54543d;
  border: none;
  padding: 0.4em 0.4em;
  font-size: 1em;
  line-height: 1em;
  border-radius: 2em;
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  /* margin-left: 530px; */
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  color: #54543d;
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  color: #54543d;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.3em;
  flex-direction: row-reverse;
  /* margin-top: 1em; */
}

.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
  /* position: absolute; */
  /* left: 20%;
  top: 3.5%; */
  /* width: 60%; */
  text-align: left;
  font-weight: 700;
  color: #24211c;
  margin-left: 0.5em;
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  display: flex;
  align-self: flex-end;
  justify-content: center;
}


.fc-day:has(.fc-daygrid-event-harness-abs) .fc-daygrid-day-number {
  font-weight: bold;
}

/* Only adjust abs harness events */
.fc .fc-daygrid-event-harness-abs {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* Leave normal harnesses alone */
.fc .fc-daygrid-event-harness {
  display: flex;
  justify-content: center;
}

a.fc-daygrid-more-link.fc-more-link {
  color: #54543d;
  font-size: 36px !important;
  font-weight: 700;
  width: 60px;
  height: 60px;

  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 50%;
}

a.fc-event {
  font-size: 14px;
}

.fc-h-event {
  display: block;
  border-bottom: 1px solid #ddd !important;
  background-color: #ffffff !important;
  border: 0;
  border-radius: 0;
}

.fc-theme-standard .fc-popover-header {
  background: #54543d;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.fc-daygrid-event-dot {
  border-color: #54543d;
}

a.fc-event {
  color: #24211c;
}

.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event:focus,
.fc-daygrid-dot-event:active {
  background: none;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
  background-color: #dfaf5b;
  width: 50px;
  height: 50px;
  /* background-color: #656d4a; */
  border-radius: 60px;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a {
  color: #ffffff !important;
}

.fc-today-button {
  display: none !important;
}

.fc .fc-col-header-cell-cushion {
  color: #2f2f2f;
  font-weight: bold;
  text-transform: uppercase;
}

.fc .fc-scrollgrid-section {
  margin-top: 1em;
}

.fc-daygrid-body.fc-daygrid-body-balanced {
  margin-top: 2em !important;
}

/* Accessibility issues fixes  */

.main-search-form-label {
  width: 0px;
  height: 0px;
  color: #222222 !important;
  background-color: #ffffff !important;
  font-size: 0;
}

.input.form-control::placeholder,
.visually-hidden-focusable {
  color: #000000;
}

#main-search-form::placeholder {
  color: #000000;
}

.disabled-arrow {
  pointer-events: none;
  opacity: 0.35 !important;
}

.search-results-post-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #54543d;
}

.custom-size-icon {
  height: 18px;
}

.custom-size-icon-footer {
  height: 20px;
}

@media only screen and (max-width: 340px) {
  .search-ekdilwseis {
    flex-direction: column;
    align-items: flex-start !important;
    width: 100% !important;
  }

  button.btn.btn-search-ekdilwseis {
    width: 100%;
    margin-top: 10px;
  }

  .search-ekdilwseis input.form-control {
    /* min-width: 100vw !important; */
    display: block;
    width: 100% !important;
  }
}


@media only screen and (max-width: 400px) {

  .footer-sponsor-logos img {
    height: auto;
  }

  .custom-page-subtitle {
    font-size: 18px !important;
  }

  .custom-page-paragraph p {
    text-align: start !important;
  }

  .footer-logo {
    width: 250px;
    text-decoration: none !important;
    font-size: 22px;
    line-height: 30px;
  }

  .fc .fc-col-header-cell-cushion {
    font-size: 14px !important;
  }

  .fc .fc-toolbar-title {
    top: 5.5% !important;
  }

  #bootscore-navbar li {
    margin-bottom: 1.25em;
  }

  /* .dark-bg-homepage {
    padding: 1em !important;
  } */

  .euxaristies-sponsors img {
    margin-bottom: 1.7em;
  }

  .search-ekdilwseis {
    flex-direction: column;
    align-items: flex-start !important;
    width: 100% !important;
  }

  button.btn.btn-search-ekdilwseis {
    width: 100%;
    margin-top: 10px;
  }

  .search-ekdilwseis input.form-control {
    /* min-width: 100vw !important; */
    display: block;
    width: 100% !important;
    padding-right: 8em;
  }
}

@media (max-width: 768px) {
  a.navbar-brand {
    text-align: center;
    line-height: 1.15em !important;
    font-size: 16px !important;
    font-weight: 600;
    color: #54543d;
  }

  .hero-title {
    font-size: 20px !important;
  }

  .w-50 {
    width: 100% !important;
  }

  .custom-page-img {
    height: 320px !important;
  }

  .custom-page-paragraph p {
    font-size: 16px !important;
  }

  .carousel-control-prev-icon {
    margin-left: -60px;
  }

  .carousel-control-next-icon {
    margin-right: -60px;
  }

  .category-filter-buttons {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }

  .custom-news-archive-date {
    height: 60px;
    padding: 0.5em !important;
  }

  .custom-news-archive-category .bg-primary-subtle {
    height: 60px;
    padding: 0.5em !important;
    display: flex;
    align-items: center;
  }

  .fc .fc-toolbar-title {
    font-size: 1.25em;
  }

  .green-box {
    height: fit-content !important;
    margin-bottom: 1em;
    padding: 1em 2em !important;
  }

  .details-rounded-card {
    margin-right: 0 !important;
  }

  .border-right {
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
  }

  .border-right:last-child {
    border-right: none;
    border-bottom: none;
  }

  .nav-link {
    padding: 0.5em !important;
    /* margin-top: 0.3em; */
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-bottom: 1em;
  }

  .nav-link.active::before {
    content: none !important;
  }

  #eventsCarousel .carousel-item {
    padding: 1em;
  }

  .details-rounded-card .info-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hero-espa-banner {
    max-width: 250px !important;
  }

  .search-ekdilwseis input.form-control {
    min-width: auto;
  }

  .fc .fc-toolbar-title {
    font-size: 1.2em !important;
  }

  .footer-sponsor-logos img {
    height: 40px !important;
  }

  .page-id-34 .dark-bg-homepage {
    padding: 1em;
  }

  #bootscore-navbar li {
    margin-bottom: 1.25em;
  }
}

@media only screen and (min-width: 169px) and (max-width: 990px) {
  .green-box {
    height: fit-content !important;
    margin-bottom: 1em;
    padding: 1em 2em !important;
  }

  .footer-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }

  .euxaristies-sponsors img {
    margin-bottom: 1.7em;
  }

  .category-filter-buttons {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }

  .fc .fc-toolbar-title {
    font-size: 1.05em !important;
  }

  .page-id-6 .dark-bg-homepage {
    padding: 1em;
  }

  #bootscore-navbar li {
    margin-bottom: 1.25em;
  }

  #bootscore-navbar li .menu-item {
    margin-bottom: 0.5em;
  }

  .dropdown-item {
    font-weight: 600;
    font-size: 16px;
    padding: 0.25em 0.5em;
  }

  .nav-link.active::before {
    content: none !important;
  }
}


@media only screen and (min-width: 1100px) and (max-width: 1700px) {

  /* .carousel-control-prev {
    left: -50px;
  }

  .carousel-control-next {
    right: -50px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 5%;
  } */
  .fc .fc-toolbar-title {
    font-size: 1.25em;
  }
}


@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .fc .fc-toolbar-title {
    font-size: 1.05em !important;
  }

  .event-image {
    height: 180px;
    overflow: hidden;
  }

  .custom-page-paragraph p {
    font-size: 16px !important;
  }

  .custom-page-img {
    height: 780px !important;
  }

  .green-box {
    height: max-content !important;
    min-height: 450px;
  }

  .search-ekdilwseis input.form-control {
    min-width: auto;
  }

  .page-id-34 .dark-bg-homepage {
    padding: 1em;
  }

  .page-id-34 .event-card {
    min-height: 400px;
  }

  .fc .fc-col-header-cell-cushion {
    font-size: 14px;
  }

  button.btn.custom-filter-btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1280px) {
  .nav-link {
    padding: 0 0.5em !important;
  }

  .custom-page-paragraph p {
    font-size: 17px !important;
  }

  .fc .fc-toolbar-title {
    font-size: 1.15em;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1440px) {
  .fc .fc-toolbar-title {
    font-size: 1.25em !important;
    top: 5.25% !important;
  }

  .green-box {
    height: max-content !important;
    min-height: 400px;
  }
}

@media only screen and (min-width: 1950px) {
  .container-fluid {
    max-width: 1800px;
  }
}


.fc-custom-more-popup {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px;
  position: absolute;
  z-index: 9999;
  min-width: 150px;
  /* minimum width */
  max-width: 350px;
  /* maximum width */
  width: auto;
  /* let content grow between min/max */
}

.popup-header {
  display: flex;
  justify-content: space-between;
  background: #54543d;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;

}

.popup-title {
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 700;
  min-width: 0px;
  overflow: hidden;
  font-size: 14px;
  color: #24211c;
}

.popup-event {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 5px;
}

.popup-time {
  margin-right: 0.5em;
  white-space: nowrap;
}

.fc-daygrid-day {
  min-width: 14.28%;
  /* 100% / 7 days */
  box-sizing: border-box;
  position: relative;
  /* ensures popovers can calculate positions */
}

/* Keep popovers in layout so getBoundingClientRect works */
.fc-popover {
  visibility: hidden;
  /* still takes up space but invisible */
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.popup-close {
  cursor: pointer;
}

colgroup {
  display: none;
}