/*Contact Page*/
.page-id-119 .page-title-bar{
  background-image: url(/wp-content/uploads/2019/08/aegean-sea-coast-with-greenery-around-rocks-bushes-trees-blue-water-with-waves-greece-scaled.webp);
  background-size: cover;
}

.page-id-294 .page-title-bar{
  background-image: url(/wp-content/uploads/2019/08/aerial-top-view-sea-meeting-rocky-shore-with-green-trees-scaled.webp);
  background-size: cover;
}

.page-id-5668 .page-title-bar, .page-id-5726 .page-title-bar {
  display: none;
}

.page-id-5668 .site-content, .page-id-5726 .site-content{
  padding: 0em 0;
}

.page-id-910 .page-title-bar {
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.page-id-910 .page-title-bar::before, .page-id-119 .page-title-bar::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.5); /* σκουρό φίλτρο */
  z-index: 1;
}

.page-id-294 .page-title-bar::before {
  content: "";
  position: absolute;
  inset: 0; 
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Βάζουμε το περιεχόμενο πάνω από το φίλτρο */
.page-id-910 .page-title-bar .page-title-bar-inner,
.page-id-119 .page-title-bar .page-title-bar-inner,
.page-id-294 .page-title-bar .page-title-bar-inner {
  position: relative;
  z-index: 2;
}

.page-id-5948 .site-content-contain {
  margin-top: -100px;
}

.page-id-5948 #content{
  max-width: 100% !important;
  padding: 0;
}

.headerPhones a {
    color: #E4A853;
    font-weight: 600;
    font-family: DM Sans;
}