/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Description: Child theme for the Blocksy theme
Author: Konp
Author URI: https://eellak.ellak.gr
Template: blocksy
Version: 1.0.0
*/

@import url("../blocksy/style.css");

/* Add your custom styles below */


table tbody tr:first-child { background-color: #2E5090; color: #fff; }

.page-id-15 .page-title {
    display: none;
}

.hpheaderbg { background: url(https://webdev.ellak.gr/fossbot4ai/wp-content/uploads/2026/04/header_homepage-e1776253942104.png) no-repeat center center / cover;  }

#block-10 p { font-size: .9em; }

#block-12 img { width: 70%; }

/*

article.page .page-title {
 DEL-background-color:#00a6ff !important;
  background-image:url(https://webdev.ellak.gr/fossbot4ai/wp-content/uploads/2026/04/page_title_bg_03.png) !important;
  border-top-left-radius:0px !important;
  border-top-right-radius:0px !important;
  border-bottom-right-radius:0px !important;
  border-bottom-left-radius:0px !important;
  overflow:hidden !important;
  min-height:180px !important;
  align-items:center !important;
  padding-left:50px !important;
  margin-bottom:57px !important;
  display:flex !important;
  background-size: contain;
  background-repeat: no-repeat; 
}

article.page .page-title:before {
  background-color:#00a6ff !important;
  opacity:0.1 !important;
}

#footer { margin-top: 60px; }

article.page div.hero-section  { width: 100%; }
article.page div.is-width-constrained {max-width: 100% ; background: url(https://webdev.ellak.gr/fossbot4ai/wp-content/uploads/2026/04/bg_tou_bg.png) no-repeat;  }

*/







/* Full-width page title with background image */
.page-header,
.page-title,
.entry-header,
.archive-header {
  width: 100vw;                     /* full viewport width */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;              /* break out of centered container */
  box-sizing: border-box;
  padding: 50px 20px;               /* adjust height/spacing */
  color: #fff;                      /* title text color */
  text-align: center;
  background-image: url('https://webdev.ellak.gr/fossbot4ai/wp-content/uploads/2026/04/page_title_bg_03.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Optional: overlay for better contrast */
.page-header::before,
.page-title::before,
.entry-header::before,
.archive-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);     /* adjust darkness */
  pointer-events: none;
}

/* Ensure title text sits above overlay */
.page-header .entry-title,
.page-title .entry-title,
.entry-header .entry-title,
.archive-header .archive-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 2.25rem;               /* adjust */
}

.entry-meta li.meta-author { display: none; }






/* Responsive: reduce padding on small screens */
@media (max-width: 768px) {
  .page-header,
  .page-title,
  .entry-header,
  .archive-header {
    padding: 0px 0px;
  }
  .page-header .entry-title,
  .page-title .entry-title {
    font-size: 1.5rem;
  }
}


