/*
Theme Name: Rebe BlackGrey Final
Theme URI: https://www.rebe.gr
Author: ΑΦΟΙ Ρεμπεστέκου ΟΕ
Author URI: https://www.rebe.gr
Description: Σκούρο (μαύρο/γκρι) minimal θέμα που δουλεύει 100% με Elementor (όλο το περιεχόμενο από the_content).
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rebe-blackgrey-final
*/

body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:#050505;
  color:#e5e5e5;
}
a{color:#facc15;text-decoration:none;}
a:hover{text-decoration:underline;}
.site-header,.site-footer{
  background:#050505;
  border-bottom:1px solid #27272f;
}
.site-footer{border-bottom:none;border-top:1px solid #27272f;}
.wrap{
  max-width:1200px;
  margin:0 auto;
  padding:1rem 1.5rem;
}
.site-header .wrap,
.site-footer .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  flex-wrap:wrap;
}
.site-branding{
  display:flex;
  align-items:center;
  gap:.75rem;
}
.site-title{
  font-size:.9rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.site-description{
  font-size:.75rem;
  color:#a3a3a3;
}
.custom-logo{max-height:56px;width:auto;}
.main-navigation ul{
  list-style:none;
  display:flex;
  gap:1.25rem;
  margin:0;
  padding:0;
  font-size:.85rem;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.main-navigation a{
  color:#e5e5e5;
  opacity:.85;
}
.main-navigation a:hover{opacity:1;}
.site-main{min-height:70vh;}
.footer-cols{
  display:flex;
  flex-wrap:wrap;
  gap:1.5rem;
}
.footer-col{min-width:200px;font-size:.8rem;color:#9ca3af;}
.footer-col strong{display:block;margin-bottom:.35rem;color:#e5e5e5;}
@media(max-width:800px){
  .site-header .wrap,
  .site-footer .wrap{
    flex-direction:column;
    align-items:flex-start;
  }
  .main-navigation ul{flex-wrap:wrap;}
}
