/* farbara-beograd.rs — statička verzija WordPress sajta (Storefront + Elementor).
   Vrednosti su prepisane iz Storefront teme i Elementor podešavanja stranica. */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

body {
  margin: 0;
  background: #fff;
  color: #000;
  font: 400 16px/1.618 "Source Sans 3", "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: #000; }
p { margin: 0 0 1.41575em; }
strong { font-weight: 700; }

h1, h2, h3, h4 {
  margin: 0 0 .5407911001em;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
}
h1 { font-size: 2.617em; }
h2 { font-size: 2.244em; }
h3 { font-size: 1.618em; }
h4 { font-size: 1.2em; }

/* Storefront .col-full */
.sadrzaj {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 2.617924em;
}

/* Elementor sekcija: puna širina pozadine, sadržaj ograničen na 1140px */
.sekcija { width: 100%; }
.kontejner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.kolona {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}
.kolona.pola {
  flex: 0 0 50%;
  max-width: 50%;
}
.vidzet { margin-bottom: 20px; }
.vidzet:last-child { margin-bottom: 0; }

/* --- naslovna --- */
.svetla {
  background: #EDF2F4;
  padding: 60px 0 30px;
}
.naslov {
  font: 800 130px/1.2 Archivo, sans-serif;
  color: #11101D;
  text-align: center;
  margin: 0 0 20px;
}
.uvod {
  font: 400 19px/1.618 Archivo, sans-serif;
  color: #444;
  text-align: center;
}
.centar { text-align: center; }
.dugme {
  display: inline-block;
  background: #11101D;
  color: #fff;
  font: 500 15px/1 Archivo, sans-serif;
  padding: 12px 24px;
  text-decoration: none;
  transition: background .3s;
}
.dugme:hover, .dugme:focus { background: #32303A; }

.tamna {
  background: #11101D;
  padding: 50px 0 0;
}
.tamna h2, .tamna h3, .tamna h4 {
  font-family: "League Spartan", sans-serif;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}
.tamna h2 { font-weight: 400; }
.tamna h3, .tamna h4 { font-weight: 300; }
.tamna .radno-vreme { margin-top: 35px; }
.tamna .sati { line-height: 35px; margin-bottom: 30px; }
.tamna a { color: #fff; text-decoration: none; }

.mapa iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

/* --- Elementor „text editor" vidžeti (O nama, Kontakt) --- */
.tekst {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #333;
}
.tekst h2, .tekst h3 { color: inherit; }
.tekst a { color: inherit; }
.crn { color: #000; }

/* --- obična WordPress strana (Farbare koje rade nedeljom) --- */
.clanak { padding: 10px 0; }

@media (max-width: 767px) {
  .sadrzaj { padding: 0 1.41575em; }
  .kolona.pola { flex: 0 0 100%; max-width: 100%; }
  .naslov { font-size: 82px; }
}
