/* Hide main header on attachment (QR code image) pages */
@import url('https://fonts.googleapis.com/css?family=Zilla+Slab');
.attachment {
  /* Mailchimp sign-up form */
}
.attachment .header-img {
  display: none;
}
.attachment article {
  padding-top: 0;
}
.attachment .entry-attachment {
  text-align: center;
  margin-bottom: 20px;
}
.attachment img {
  box-shadow: 0 4px 7px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 12px;
}
.attachment .entry-caption {
  text-align: center;
}
#home-page-widgets {
  background: #173950;
  color: white;
  font-family: Raleway, sans-serif;
  padding: 0;
  /* End Mailchimp sign-up form */
  /* Blockquote font styling */
}
#home-page-widgets aside#text-2 {
  width: 100%;
  margin: 0;
  padding: 30px 20px 20px 20px;
}
#home-page-widgets aside#text-2 .home-widget-title {
  color: white;
  margin-top: 0;
}
#home-page-widgets aside#text-2 label {
  margin-right: 10px;
}
#home-page-widgets aside#text-2 input[type="email"] {
  min-width: 250px;
  margin-bottom: 6px;
}
#home-page-widgets aside#text-2 .ajw-btn {
  padding: 8px 12px;
  font-family: 'Open Sans', sans-serif;
}
#home-page-widgets aside#text-2 .mc4wp-response {
  font-weight: bold;
  color: #acd6d5;
  text-align: center;
  padding: 20px;
  font-size: 18px;
}
#home-page-widgets aside#text-2 .mc4wp-response:empty {
  display: none;
}
blockquote {
  font-family: 'Zilla Slab', serif;
}
blockquote cite {
  font-size: 1.2rem;
}
blockquote p {
  font-size: 2.5rem;
  /* Hide widgets column */
}
#primary {
  width: 100%;
}
#secondary {
  display: none;
  /* Don't show the jumbotron */
}
.home-top {
  display: none;
}
.static-home article:first-child {
  padding-top: 30px;
  /* Left-align page title */
}
#site-meta {
  text-align: left;
  /* Small line below page title and above navigation menu links */
}
#site-meta::after {
  border-bottom: 2px solid black;
  width: 6%;
  display: block;
  content: '';
  margin: 20px 0 -10px;
  /* Stretch navigation menu to full width on wide screens */
}
@media screen and (min-width: 992px) {
  #site-navigation {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 1170px) {
  /* Custom header text image styling */  #site-navigation {
    margin-left: -89px;
    margin-right: -89px;
  }
}
.site-title {
  font-size: 30px;
}
.site-description {
  font-size: 12px;
  /************************
 * UPDATE HEADER IMAGE HERE
 * *********************/
}
.header-img.custom-text-header {
  text-align: center;
  padding: 40px;
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5)), url('/wp-content/uploads/2019/02/cropped-Kendal-Snowfields-21.jpg');
  background-size: cover;
  background-position: 0 50%;
}
.header-img.custom-text-header::before {
  content: '';
  background: red;
}
.custom-text-header h1 {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 8px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  margin: 30px 0 20px 0;
}
.custom-text-header h1 a, .custom-text-header h1 a:hover, .custom-text-header h1 a:active, .custom-text-header h1 a:focus {
  color: #fff;
  text-decoration: none;
}
.custom-text-header h2 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  margin-bottom: 28px;
  font-size: 26px;
}
.custom-text-header h3 {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
@media screen and (max-width: 600px) {
  .custom-text-header h1 {
    font-size: 50px;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 444px) {
  /* Beautiful button */  .custom-text-header h1 {
    font-size: 36px;
    letter-spacing: 4px;
  }
  .custom-text-header h2 {
    font-size: 20px;
  }
}
a.ajw-btn, input.ajw-btn {
  display: inline-block;
  background: #b5dfdd;
  width: auto;
  padding: 14px 35px;
  border-radius: 10px;
  font-size: 14px;
  color: #404e68;
  opacity: 0.95;
  transition: all 0.2s;
  text-transform: uppercase;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  /* Beautiful button inline */
}
a.ajw-btn:hover, input.ajw-btn:hover, a.ajw-btn:active, input.ajw-btn:active, a.ajw-btn:focus, input.ajw-btn:focus {
  color: #e3dddd;
  background: #071e3f;
  text-decoration: none;
}
.entry-content .ajw-btn {
  display: block;
  text-align: center;
  margin: 40px auto;
  max-width: 60%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .32);
  color: #f5f5f5;
  background: #071e3f;
}
.entry-content .ajw-btn:hover, .entry-content .ajw-btn:focus, .entry-content .ajw-btn:active {
  color: #404e58;
  background: #b5dfdd;
  /* End beautiful button */
  /* Make galleries centre-aligned */
}
.tiled-gallery .gallery-row {
  margin-left: auto;
  margin-right: auto;
  /* Homepage box links */
}
.box-links {
  margin-bottom: 30px;
}
.box-links-row {
  display: flex;
}
@media screen and (max-width: 780px) {
  .box-links-row {
    flex-direction: column;
  }
  .box-links .box-link {
    max-height: 120px;
  }
}
.box-links .box-link {
  flex: 1;
  height: 200px;
  margin: 1px;
  background: #b5dfdd;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: 0 50%;
}
.box-links .box-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: background 0.2s;
  background: rgba(0, 0, 0, .27);
  padding: 25px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.67);
}
.box-links .box-link a:hover, .box-links .box-link a:focus, .box-links .box-link a:active {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, .05);
}
.box-links .link-title, .box-links .link-subtitle {
  text-align: center;
}
.box-links .link-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
.box-links .link-subtitle {
  font-size: 11.5px;
  font-style: italic;
  text-transform: uppercase;
  /**************************
 * Inherited from charcoalhorse.co.uk
 * *********************/
  /*@media screen and (max-width:353px) {
  .site-title a {
    font-size: 55px;
  }
}*/
}
.nav-justified > li > a {
  transition: border-color 0.15s, color 0.15s;
}
.home-jumbotron p.lead {
  white-space: pre-wrap;
  /* div#page p {
  text-align:justify;
} */
}
h1.site-title a {
  transition: color 0.15s;
}
@media (min-width: 992px) {
  .col-md-6:nth-child(1) {
    width: 100% !important;
  }
  .col-md-6:nth-child(2) {
    display: none !important;
  }
  .container .home-jumbotron.jumbotron {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
}
.widget li {
  list-style-type: circle;
  /* FontAwesome paintbrush list icon http://www.mburnette.com/blog/css-only-fontawesome-list-item-bullets */
}
.pb-list, .pb-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pb-list li {
  margin: 1em;
  margin-left: 3em;
}
.pb-list li:before {
  /* fa-paint-brush */
  content: '\f1fc';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #104879;
  /* End paintbrush list icon */
}
.home-jumbotron h1 {
  margin-bottom: 0;
  white-space: pre-wrap;
}
.home-jumbotron h1:after {
  height: 20px;
}
label[for="subscribe-field"] {
  font-weight: 400;
  /* News widget emphasis */
}
#recent-posts-2.widget_recent_entries h3.widget-title {
  font-weight: bold;
}
aside#recent-posts-2 {
  /* background: #F9F9F9; */
  padding: 2px 3px;
  box-shadow: 0 4px 4px rgba(188, 188, 188, 0.44);
}
aside#recent-posts-2 li:nth-child(1) {
  font-weight: bold;
  list-style-type: square;
  /* End news widget emphasis */
  /* Single events page */
}
.single-event .entry-meta {
  display: none;
}
.single-event .entry-title {
  margin-bottom: 20px;
}
.ajw-event {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
  background: #f6f9f9;
  padding: 10px 20px;
  border-radius: 8px;
}
.ajw-event-when {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  border-bottom: 1px solid #a1bfbd;
  padding-bottom: 20px;
}
.ajw-event-where {
  grid-column: 1 / 1;
  grid-row: 2 / 2;
}
.ajw-event-notes {
  grid-column: 2 / 2;
  grid-row: 1 / -1;
  border-left: 1px solid #a1bfbd;
  padding: 40px 20px;
  align-items: center;
  font-size: 21px;
  font-style: italic;
  color: #545454;
}
.ajw-event p {
  margin: 0;
}
.ajw-event-when-label, .ajw-event-where-label {
  font-size: 14px;
}
.ajw-event-when-date, .ajw-event-where-location {
  font-size: 18px;
  font-weight: bold;
  color: #071e3f;
}
.ajw-event-when-time {
  font-size: 16px;
  /* End single events page */
  /* Events table */
}
.ajw-event-table.events-table tr td {
  padding: 12px 10px;
  border: none;
}
.ajw-event-table.events-table th {
  border: none;
  background: #f6f9f9;
}
.ajw-event-table-date {
  font-weight: bold;
}
.ajw-event-table-time {
  font-size: 14px;
}
.ajw-event-table-description {
  font-weight: bold;
  font-size: 20px;
  /* End events table */
  /** COVID-19 Update Banner **/
}
#simple-banner {
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15);
  position: sticky;
  background: #fecb6a;
  top: 0;
}
