/* WordPress custom CSS (wp-custom-css) — extracted from per-page inline <style> blocks */

/* ── Current menu item highlight ────────────────────────────────────── */

#menu-main li.menu-item.current-menu-item > a {
  background-color: #b8cee8;
}

#menu-main li.menu-item.current-menu-item .dropdown-toggle > a {
  background-color: #b8cee8;
}

/* ── MailChimp signup form ──────────────────────────────────────────── */

#mc_signup {
  display: inline-block;
  width: 500px;
}

.mc_custom_border_hdr {
  margin-bottom: -0.5em;
  font-size: 21px;
  text-align: center;
}

.mc_form_inside {
  text-align: center;
}

.mc_merge_var {
  display: inline-block;
  margin: 15px 0 0 0;
}

#mc-indicates-required {
  display: none !important;
}

.mc_signup_submit {
  display: inline-block;
}

#mc_signup_submit {
  background: #b41d16;
  color: #fff;
  border: none;
  width: 10em;
  height: 3em;
}

#mc_signup_submit:hover {
  background: #e8bbb9;
  color: #b41d16;
  border: 1px #b41d16 solid;
}

/* ── Events / forms ─────────────────────────────────────────────────── */

.events-box label {
  display: none;
}

/* ── Post thumbnails ────────────────────────────────────────────────── */

img.attachment-thumbnail.size-thumbnail.wp-post-image {
  display: none;
}

img.attachment-thumbnail.wp-post-image {
  display: none;
}

header > time {
  display: none;
}

/* ── Photo gallery sample placeholder ──────────────────────────────── */

#photo-gallery-sample {
  border: solid 1px #eee;
  background: white;
  height: 300px;
}

#photo-gallery-sample a {
  display: block;
  color: #888;
  margin: 130px auto;
  width: 7em;
}

/* ── Gallery layout ─────────────────────────────────────────────────── */

.gallery-item {
  padding: 20px;
}

.gallery-icon img {
  border: solid 2px black !important;
}

.gallery-icon .size-thumbnail {
  width: auto;
  height: 150px;
}

.gallery-icon .size-medium {
  width: auto;
  height: 300px;
}

/* ── Pagination ─────────────────────────────────────────────────────── */

nav .wp-paginate {
  text-align: center;
}

nav .wp-paginate .title {
  display: none;
}

nav .wp-paginate li {
  display: inline;
  padding: 0;
  margin: 0;
}

nav .wp-paginate .page,
nav .wp-paginate .prev,
nav .wp-paginate .next {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  color: black;
  background: #eee;
  font-size: 10pt;
  border: solid 1px #888;
  border-radius: 3px;
}

nav .wp-paginate .current {
  background: white;
}

/* ── Donate button ──────────────────────────────────────────────────── */

.events-box {
  text-align: center;
}

#donate-form {
  display: inline-block;
}

#donate {
  display: inline-block;
  background: #b41d16;
  color: #fff;
  border: none;
  width: 10em;
  height: 3em;
  text-align: center;
  padding-top: 11px;
  text-decoration: none;
}

#donate:hover {
  background: #e8bbb9;
  color: #b41d16;
  border: 1px #b41d16 solid;
  text-decoration: none;
}