/**
 * Theme Name: Domy w Skotnikach
 * Description: Motyw dla witryny domywskotnikach.pl (za motywem OceanWP).
 * Author: Karol Makowski
 * Template: oceanwp
 * Version: 1.0
 *
 */
@import url(css/buttons.css);
@import url(css/card.css);
@import url(css/details.css);
@import url(css/form.css);
@import url(css/footer.css);
@import url(css/gallery.css);
@import url(css/infobox.css);
@import url(css/location.css);
@import url(css/unitlist.css);

:root {
  --highlight1: #aef40b;
  --highlight2: #8bc309;
  --highlight3: #577a06;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2 {
  padding-left: 6px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h1 + hr, h2 + hr {
  margin-top: -20px;
  border-color: var(--highlight2);
}

table th, table td {
  padding: 1px 6px;
}

.hide.-s { @media (max-width: 479px) { display: none !important; }}
.hide.-m { @media (max-width: 767px) { display: none !important; }}
.hide.-l { @media (max-width: 979px) { display: none !important; }}
.hide.-xl { @media (max-width: 1199px) { display: none !important; }}

.pr30 {
  padding-right: 30px;
}

.text.-alignright { text-align: right; }
.text.-regular { font-weight: 400; }
.text.-semibold { font-weight: 600; }
.text.-bold { font-weight: 700; }
.text.-green { color: green; }
.text.-orange { color: orange; }
.text.-red { color: red; }

.format.-area::after {
  content: "m\00b2";
  margin-left: 0.5ch;
}

#site-logo a {
  display: block;
}
