/* Local child-theme overrides based on northlodgepark.org.uk */

.loop-meta {
  padding-top: 42px;
  padding-bottom: 42px;
}

.bbm-top h3 {
  margin-top: 0;
}

.theme-info,
.comments-area {
  display: none;
}

.navbar-inverse {
  background-color: #3c7f3a;
  border-color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #336633 !important;
  border-color: #ffff00;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  display: block;
  background-color: #669966;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #3666ee;
}

a {
  color: #3c7f3a;
}

.site-footer .footer-tail-sidebars {
  background-color: #3c7f3a;
}

.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}

blockquote {
  font-size: 13px !important;
}

.wide-input {
  width: 30em;
  max-width: 100%;
}

.margin-20 {
  margin: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.smallfont {
  font-size: 12px;
}

.figcaption {
  text-align: center;
}

body {
  color: #333333;
}

.site-wrapper {
  overflow-x: hidden;
}

.loop-meta .loop-meta-description {
  max-width: 820px;
  font-size: 17px;
  line-height: 1.7;
}

.entry-wrapper-inside {
  border: 1px solid #eeeeee;
  padding: 28px 28px 10px;
  background: #ffffff;
}

.entry-wrapper-page .entry-wrapper-inside {
  padding-bottom: 24px;
}

.entry-content p,
.entry-content li {
  font-size: 16px;
  line-height: 1.8;
}

.entry-content ul,
.entry-content ol {
  padding-left: 22px;
  margin-bottom: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 32px;
  margin-bottom: 14px;
  color: #333333;
}

.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child {
  margin-top: 0;
}

.entry-content-page h2 {
  font-size: 28px;
}

.entry-content-page h3 {
  font-size: 22px;
}

.entry-title-page {
  margin-bottom: 24px;
}

.entry-meta {
  color: #666666;
}

.entry-featured-image-onecol-wrapper img,
.entry-featured-image-wrapper img,
.entry-content figure img {
  width: 100%;
  height: auto;
}

.btn-outline-park {
  color: #3c7f3a;
  background: #ffffff;
  border: 1px solid #3c7f3a;
}

.btn-outline-park:hover,
.btn-outline-park:focus {
  color: #ffffff;
  background: #3c7f3a;
}

.cta-row {
  margin-top: 24px;
}

.cta-row .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.feature-list,
.check-list {
  list-style: none;
  padding-left: 0 !important;
}

.feature-list li,
.check-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.feature-list li:before,
.check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #3c7f3a;
  border-radius: 50%;
}

.info-panel,
.faq-panel,
.notice-panel {
  border: 1px solid #e6e6e6;
  background: #fafafa;
  padding: 18px 20px;
  margin: 24px 0;
}

.notice-panel {
  background: #f5f9f4;
  border-color: #d8e8d7;
}

.quick-facts {
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
}

.quick-facts li {
  margin-bottom: 8px;
}

.faq-item {
  margin-bottom: 22px;
}

.faq-item h3 {
  margin-top: 0;
}

.two-col-list {
  columns: 2;
  column-gap: 32px;
}

.two-col-list li {
  break-inside: avoid;
}

.image-caption {
  font-size: 13px;
  color: #666666;
  margin-top: 10px;
}

.partner-logos {
  margin-top: 18px;
}

.partner-logos img {
  display: inline-block;
  margin: 8px 14px 8px 0;
  max-height: 56px;
  width: auto;
}

.footer-note {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.7;
}

.liveinternet-counter {
  margin-top: 16px;
}

.footer-links {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-contact p,
.footer-contact li,
.footer-visit p,
.footer-visit li {
  color: #ffffff;
}

.widget-inverse .widget .footer-links a,
.widget-inverse .widget .footer-contact a {
  color: #ffffff;
  text-decoration: underline;
}

.widget-inverse .widget .footer-links a:hover,
.widget-inverse .widget .footer-contact a:hover {
  color: #eef8ed;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  padding: 10px 14px;
}

.skip-link:focus {
  left: 10px;
}

.home-intro {
  margin-bottom: 36px;
}

.article-grid-spacer {
  margin-top: 14px;
}

.inline-tag {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 10px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #f3f7f1;
  border: 1px solid #d9e7d5;
  color: #3c7f3a;
}

.hero-stat {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.hero-stat li {
  margin-bottom: 8px;
}

.table-simple {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.table-simple th,
.table-simple td {
  padding: 12px 14px;
  border: 1px solid #e8e8e8;
  vertical-align: top;
}

.table-simple th {
  background: #f7f7f7;
  font-weight: 600;
}

.entry-content .lead {
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .two-col-list {
    columns: 1;
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    display: none !important;
    margin-top: 22px;
    margin-right: 0;
    border-color: rgba(255, 255, 255, 0.65);
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }

  .navbar-header {
    float: none;
  }

  .navbar-brand-image {
    max-width: 160px;
  }

  .navbar-nav {
    margin: 8px -15px 0;
  }

  .navbar-header-collapse {
    display: block !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .entry-wrapper-inside {
    padding: 22px 18px 6px;
  }

  .loop-meta .loop-meta-title {
    font-size: 28px;
    letter-spacing: 6px;
  }

  .entry-content-page h2 {
    font-size: 24px;
  }

  .entry-content-page h3 {
    font-size: 20px;
  }

  .partner-logos img {
    max-height: 44px;
  }
}
