/*
Theme Name: Colibri WP (static rebuild)
*/

body.prn-body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: #17252a;
  background: #f5f7f8;
}

.prn-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

a.prn-card-media img {
  max-height: 265px;
  overflow: hidden;
  display: block;
  object-fit: cover;
}

.prn-header {
  background: #fff;
  border-bottom: 1px solid #e3e8ea;
}

.prn-header-inner {
  display: block;
  overflow: hidden;
  padding: 16px 20px;
}

.prn-logo img {
  height: 48px;
  width: auto;
  max-width: 220px;
}

.prn-nav {
  margin-top: 12px;
}

.prn-nav a {
  margin-right: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.prn-nav a.is-current,
.prn-nav a:hover {
  color: #00638e;
}

.prn-main {
  padding: 36px 0 60px;
}

.prn-page-head h1,
.prn-single h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.prn-intro,
.prn-meta {
  color: #667277;
}

.prn-grid {
  margin-top: 24px;
}

.prn-feature-home {
  background: #fff;
  padding: 28px 32px;
  margin-bottom: 36px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.prn-feature-home h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.prn-feature-home h3 {
  font-size: 20px;
  margin: 22px 0 10px;
}

.prn-feature-kicker {
  color: #03a9f4;
  font-weight: 600;
  margin: 0 0 16px;
}

.prn-feature-home p {
  line-height: 1.7;
}

.prn-feature-points {
  font-weight: 600;
}

.prn-feature-link {
  margin-top: 20px;
  margin-bottom: 0;
}

.prn-feature-link a {
  color: #03a9f4;
  font-weight: 700;
  text-decoration: none;
}

.prn-feature-link a:hover {
  color: #00638e;
}

.prn-card {
  background: #fff;
  margin-bottom: 28px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.prn-card-media img,
.prn-feature img,
.prn-content img {
  display: block;
  width: 100%;
  height: auto;
}

.prn-card-body {
  padding: 18px 20px 24px;
}

.prn-card h2 {
  font-size: 22px;
  margin: 8px 0;
}

.prn-card h2 a,
.prn-cats a,
.prn-back a,
.prn-footer a {
  color: #03a9f4;
  text-decoration: none;
}

.prn-single {
  background: #fff;
  padding: 28px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.prn-feature {
  margin: 20px 0;
}

.prn-content p,
.prn-content li {
  line-height: 1.7;
}

.prn-form label {
  display: block;
  margin: 0 0 14px;
}

.prn-form input,
.prn-form textarea {
  width: 100%;
  max-width: 480px;
  padding: 8px;
  border: 1px solid #949494;
  box-sizing: border-box;
}

.prn-form button {
  background: #03a9f4;
  color: #fff;
  border: 0;
  padding: 10px 18px;
  cursor: pointer;
}

.prn-footer {
  background: #17252a;
  color: #ccc;
  padding: 28px 0;
}

.prn-footer a {
  color: #8ed1fc;
}

.prn-footer-title {
  color: #fff;
  font-weight: 700;
}
