/*
Theme Name: Kancelaria BSP Child
Theme URI: https://kancelariabsp.pl
Description: Motyw potomny GeneratePress dla Kancelarii Radcy Prawnego Barbara Skalska-Pater. Odwzorowanie wygladu 1:1 ze strony Squarespace.
Author: Kancelaria BSP
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/

/* ==== KOLORY MARKI ==== */
:root{
  --bsp-brand:#2D3192;   /* granat marki */
  --bsp-black:#000000;
  --bsp-white:#ffffff;
  --bsp-line:#ededed;
}

/* Naglowki - Manrope 500, granat, sciśnięty letter-spacing */
h1,h2,h3,h4,h5,h6{
  font-family:'Manrope',sans-serif;
  font-weight:500;
  color:var(--bsp-brand);
  letter-spacing:-0.02em;
}

/* Tresc - Nunito Sans */
body,p,li,a,input,textarea,button,.entry-content{
  font-family:'Nunito Sans',sans-serif;
}
body{color:var(--bsp-black);}

/* Linki w kolorze marki */
a{color:var(--bsp-brand);}

/* ==== PRZYCISKI: outline, kanciaste, UPPERCASE ==== */
.wp-block-button__link,
.button,
button.button,
input[type="submit"],
.gb-button{
  background:transparent;
  color:var(--bsp-brand);
  border:0.8px solid var(--bsp-brand);
  border-radius:0;
  text-transform:uppercase;
  font-family:'Nunito Sans',sans-serif;
  font-size:12px;
  font-weight:400;
  letter-spacing:normal;
  padding:11px 15px;
  transition:all .2s ease;
}
.wp-block-button__link:hover,
.button:hover,
input[type="submit"]:hover,
.gb-button:hover{
  background:var(--bsp-brand);
  color:var(--bsp-white);
}

/* Szerokosc tresci jak na starej stronie (max 1800px, padding 4vw) */
.grid-container{max-width:1800px;}


/* ==== POLISH v6 — tekst granatowy w bialych sekcjach + formularz kontaktowy ==== */
/* Bialе sekcje tresciowe (O MNIE, NEGOCJACJE, KONTAKT): tekst granatowy jak na starej stronie */
.band:not(.sekcja-navy) p,
.band:not(.sekcja-navy) li{
  color:#2D3192;
}

/* Contact Form 7 — granatowe etykiety i stylizacja pol */
.wpcf7-form{ font-family:'Nunito Sans',sans-serif; max-width:640px; }
.wpcf7-form label{
  display:block;
  color:#2D3192;
  font-weight:600;
  margin-bottom:14px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
  width:100%;
  margin-top:6px;
  padding:10px 12px;
  border:0.8px solid #2D3192;
  border-radius:0;
  background:#fff;
  color:#000;
  font-family:'Nunito Sans',sans-serif;
  box-sizing:border-box;
}
.wpcf7-form textarea{ min-height:130px; }
.wpcf7-form .cf7-consent{ color:#2D3192; font-size:14px; font-weight:400; }
.wpcf7-form .wpcf7-list-item{ margin-left:0; }
.wpcf7-form input[type="submit"]{
  background:transparent;
  color:#2D3192;
  border:0.8px solid #2D3192;
  border-radius:0;
  text-transform:uppercase;
  font-family:'Nunito Sans',sans-serif;
  font-size:12px;
  padding:11px 22px;
  cursor:pointer;
  transition:all .2s ease;
}
.wpcf7-form input[type="submit"]:hover{ background:#2D3192; color:#fff; }
/* Na sekcjach granatowych (gdyby formularz tam trafil) etykiety biale */
.sekcja-navy .wpcf7-form label,
.sekcja-navy .wpcf7-form .cf7-consent{ color:#fff; }


/* ==== POLISH v7 — logo 1:1 jak stara strona (~709x169 px) ==== */
.site-header .site-logo img,
.site-logo img,
img.header-image,
.header-image{
  width:700px !important;
  max-width:100% !important;
  height:auto !important;
}
@media (max-width:768px){
  .site-header .site-logo img,
  .site-logo img,
  img.header-image,
  .header-image{
    width:auto !important;
    max-height:78px !important;
  }
}