/* One to Fish — layout matched to Feb 2015 archive */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #ececec;
  color: #000;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

a {
  color: #2b548d;
}

a.read-more,
.column-body a {
  color: #c00;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.page {
  padding: 10px 0 24px;
}

.site {
  width: 922px;
  margin: 0 auto;
}

/* Header */
.header {
  width: 922px;
  height: 211px;
  margin: 0 auto 6px;
  position: relative;
  background: url("images/header.png") no-repeat top center;
}

.header-banner {
  display: block;
  width: 884px;
  height: 201px;
  margin: 5px auto 0;
  border-radius: 10px;
  object-fit: cover;
}

/* Nav — dark blue bar like archive */
.nav {
  width: 922px;
  margin: 0 auto;
  background: #3f678f url("images/nav.png") repeat-x left center;
  border-radius: 8px 8px 0 0;
  min-height: 41px;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  min-height: 41px;
}

.nav li {
  display: block;
}

.nav a {
  display: block;
  padding: 0 15px;
  line-height: 41px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

.nav a:hover,
.nav a.active {
  background: rgba(255, 255, 255, 0.18);
}

/* White content sheet */
.sheet {
  width: 922px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Main product slideshow — only one visible at a time */
.slideshow {
  margin: 0 0 14px;
}

.slideshow-viewport {
  position: relative;
  width: 886px;
  height: 249px;
  margin: 0 auto;
  overflow: hidden;
  background: #111;
}

.slideshow-viewport .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 886px;
  height: 249px;
  margin: 0;
  display: none;
}

.slideshow-viewport .slide.is-active {
  display: block;
}

.slideshow-viewport .slide img {
  display: block;
  width: 886px;
  height: 249px;
  object-fit: cover;
}

.slide-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 252px;
  min-height: 72px;
  padding: 8px 10px;
  background: rgba(16, 17, 21, 0.72);
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
}

.slide-caption strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

.slide-caption span {
  display: block;
}

/* Welcome */
.welcome {
  margin: 0 0 16px;
}

.welcome h1 {
  margin: 0;
  padding: 8px 12px;
  background: #e6e6e6 url("images/postmetadataheader_bg.png") repeat-x left center;
  color: #2b548d;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #d5d5d5;
}

.welcome-body {
  padding: 12px 10px 4px;
}

.welcome-body p {
  margin: 0 0 12px;
}

.meta {
  margin: 0;
  padding: 4px 10px 10px;
  font-size: 11px;
  color: #666;
}

.meta a {
  color: #666;
  text-decoration: none;
}

/* Three columns */
.columns {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 8px 0;
  margin: 0 0 10px;
}

.column {
  display: table-cell;
  width: 33.33%;
  vertical-align: top;
}

.column h2 {
  margin: 0 0 8px;
  padding: 0 8px 0 24px;
  min-height: 26px;
  line-height: 26px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  background: #b9d6c4 url("images/blockheader.png") no-repeat left center;
  background-size: auto 26px;
}

.column-body {
  padding: 2px 4px 8px;
  font-size: 12px;
}

.column-body p {
  margin: 0 0 8px;
}

/* Featured products mini-slideshow */
.featured {
  position: relative;
  width: 256px;
  height: 200px;
  margin: 0 auto 8px;
  overflow: hidden;
  background: #000;
}

.featured-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 256px;
  height: 200px;
  margin: 0;
  display: none;
}

.featured-slide.is-active {
  display: block;
}

.featured-slide img {
  display: block;
  width: 256px;
  height: 200px;
  object-fit: cover;
}

.featured-slide figcaption {
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 0;
  margin: 0;
  padding: 4px 6px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-size: 12px;
}

/* Footer inside sheet */
.footer {
  margin-top: 12px;
  padding: 12px 8px;
  text-align: center;
  border-top: 1px solid #ddd;
  font-size: 12px;
  color: #333;
  background: url("images/footer.png") repeat-x top center;
}

.footer p {
  margin: 0;
}

.page-footer {
  text-align: center;
  font-size: 11px;
  color: #666;
  margin: 8px 0 0;
}

.page-footer a {
  color: #2b548d;
  text-decoration: none;
}

@media (max-width: 940px) {
  .page {
    overflow-x: auto;
  }

  .site {
    width: 922px;
  }
}

/* Contact page */
.contact-hero {
  margin: 0 0 14px;
  text-align: center;
}

.contact-hero img {
  display: block;
  width: 886px;
  max-width: 100%;
  height: auto;
  max-height: 420px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
}

.contact-note {
  padding: 10px 12px;
  background: #fff8e1;
  border: 1px solid #e6d59a;
  color: #5a4700;
}

.contact-form {
  padding: 8px 10px 16px;
  display: grid;
  gap: 12px;
  max-width: 560px;
}

.contact-form label {
  display: grid;
  gap: 4px;
  font-weight: bold;
  color: #2b548d;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  font: inherit;
  color: #000;
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #3f678f;
  outline-offset: 1px;
}

.contact-attach-hint {
  margin: 0;
  font-size: 12px;
  color: #555;
  font-weight: normal;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.contact-submit {
  appearance: none;
  border: 0;
  border-radius: 3px;
  padding: 10px 14px;
  background: #3f678f;
  color: #fff;
  font: inherit;
  font-weight: bold;
  cursor: pointer;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  background: #2b548d;
  outline: none;
}

.contact-gmail {
  font-size: 12px;
  font-weight: bold;
}

.contact-status {
  margin: 0;
  padding: 8px 10px;
  background: #eef6ee;
  border: 1px solid #b7d4b7;
  color: #1f4d1f;
}
