/* HEADER */
.header.container-header{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.header-infos a,.header-infos svg{transition:all 0.1s linear}
.header-infos a:hover,.header-infos a:hover svg{
  fill:#d8d8d8;
  color:#d8d8d8 !important;
}

@media (max-width: 992px){
  .header-line2-left{
    order:1;
  }

  .header-line2-center{
    order:3;
  }

  .header-line2-right{
    order:2;
  }
}
/* END HEADER */

/* HOMEPAGE BANNER */
.banner-homepage .title{
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  margin-bottom: 25px;
}

.banner-homepage .subtitle{
  font-size: 1.8rem;
  font-weight: 300;
}

@media (max-width: 992px){
  .banner-homepage .title{
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .banner-homepage .subtitle{
    font-size: 1.5rem;
  }
}

/* BLOG PAGE */
.blog-item .item-content h2{
  font-weight: 500;
  font-size: 1.6rem;
}


.blog-item .item-image img{
  max-height: 280px;
}

/* PAGE HEADER */
.custom-shape{position: relative;}
.container-page-header.full-width::after,.custom-shape::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 150' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' ease='easeOutQuad' duration='1' d='M1920,150L1920,50C1560,160,360,160,0,50L0,152L1920,152z' to-d='M1920,150L1920,50C1560,160,360,160,0,50L0,152L1920,152z'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-size: 100% 100%;
  content: "";
}

/* CUSTOM BUTTON */
a.custom-button,
.view-my-pdf-page a{
  display: inline-block;
  text-align: center;
}

a.custom-button,
.view-my-pdf-page a,
.btn.btn-primary,
.btn.btn-secondary{
  background-color: #1959a7;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff !important;
  border-radius: 10px;
  border-style: solid;
  border-color: #1959a7;
  border-width: 2px;
  transition: all 0.3s;
  width: 166px;
}

a.custom-button:hover,
.view-my-pdf-page a:hover,
.btn.btn-primary:hover, .btn.btn-primary:active,
.btn.btn-secondary:hover , .btn.btn-secondary:active
{
   background-color: #fff !important; 
   color: #1959a7 !important;
   border-color: #1959a7 !important;
   box-shadow: 0 4px 4px rgba(83, 100, 255, 0.32) !important;
}

@media (max-width: 992px){ 
  .view-my-pdf-page a{
    width: auto;
  }
}
/* MODULES */

.moduletable > h1, .moduletable > h2, .moduletable > h3, .moduletable > h4, .moduletable > h5 {font-weight: 450;}


/* EPIKINONIA */
.epikoinonia-page .com-contact > h3{display:none;}
.epikoinonia-page .contact-form .controls{display: flex;justify-content: center;}
.epikoinonia-page .contact-form legend{text-align: center;}

/* Swmatia */
.somateia-page .com-content-category-blog__items.blog-items .item-image{
  margin-top: 0px;
}
.somateia-page .com-content-category-blog__items.blog-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
.somateia-page .com-content-category-blog__item.blog-item{
  width: 350px;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 300ms;
}
.somateia-page .com-content-category-blog__item.blog-item:hover,
.somateia-page .com-content-category-blog__item.blog-item:active{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.somateia-page .com-content-category-blog__item.blog-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.somateia-page .com-content-category-blog__item.blog-item .item-content{
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  height: 50px;
  bottom: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  color: #fff;
}
.somateia-page .com-content-category-blog__item.blog-item .item-content a{
  padding-top: 100%;
  padding-right: 100%;
  padding-left: 20px;
  padding-bottom: 50px;
  white-space: nowrap;
  text-shadow: 1px 1px #000;
}
.somateia-page .com-content-category-blog__item.blog-item .item-content p{
  margin-bottom: 0px;
}
.somateia-page .com-content-category-blog__item.blog-item .item-content a:hover,
.somateia-page .com-content-category-blog__item.blog-item .item-content a:active{
   background: linear-gradient(transparent, rgba(255, 255, 255, 0.6));
   color:#fff;
}
/* END Swmatia */

/* Anakoinoseis */
.anakoinoseis-page .com-content-category-blog__item.blog-item{
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  border-color:#c1c1c1;
}
.anakoinoseis-page .com-content-category-blog__item.blog-item .item-content{
  margin: 10px;
}
.anakoinoseis-page .com-content-category-blog__item.blog-item .item-image{
  margin-top: 0px;
  margin-bottom: 0px;
}
/* END Anakoinoseis */

/* Diakriseis */
.diakriseis-page .com-content-category-blog__items.blog-items{
  display: flex;
  gap: 10px;
  justify-content: center;
}
.diakriseis-page .com-content-category-blog__item.blog-item{
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
  padding: 15px;
  transition: box-shadow 0.3s ease-in-out;
}
.diakriseis-page .com-content-category-blog__item:hover{
 box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}
.diakriseis-page .com-content-category-blog__item.blog-item .readmore{
 margin: 0px;
}
/* END Diakriseis */

/* ARXIKI 3 Stilo */
.homepage-showcase img{
  background-position: center;
  background-size: cover;
  height: 300px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #828282;
}
.homepage-showcase h1{
  font-size: 2rem;
  font-weight: 400;
  margin-top: 15px;
}

@media (max-width: 992px){
  .homepage-showcase img{
    height: auto;
    min-height: 134px;
  }
  .homepage-showcase .col{
    margin-bottom: 25px;
  }
}

.logo-slider img{
  height: 139px;
  width: auto;
}

/* FOOTER */
.footer-info .banner-logo-main img {
  filter: invert(1) brightness(100);
}
.footer-info .header-infos div{
  margin: 25px;
}

/* pdf support for mobiles */
.view-my-pdf-page{display: none;text-align: center}
@media (max-width: 992px){ 
  object[type="application/pdf"]{
    display: none;
  }
  .view-my-pdf-page{
    display: block;
  }
}
.view-article main a {
  color: #4e8eb5;
}