.fleft {
  float: left;
}
.fright {
  float: right;
}
.fcenter {
  float: none;
  text-align: center;
}
.fclear {
  clear: both;
}
.inner_copy {
  border: 0;
  color: #f00;
  float: left;
  width: 50% !important;
  margin: -100% 0 0 0;
  overflow: hidden;
  line-height: 0;
  padding: 0;
  font-size: 11px;
}
body {
  background: #222222;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #b0b0b0;
}
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  color: #ff4d4d;
}
p,
blockquote,
ul,
ol {
  margin-bottom: 20px;
  line-height: 2em;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: underline;
  color: #ff4d4d;
}
a:hover {
  text-decoration: none;
  color: #ff6666;
}
/* Header */
#header {
  width: 1000px;
  min-height: 110px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#wrapper {
  background-color: #2a2a2a;
}
/* Logo */
#logo {
  float: left;
  width: 270px;
  height: 76px;
  margin: 0;
  padding: 15px 0 0 30px;
}
#logo h1 {
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  font:
    normal 46px Georgia,
    "Times New Roman",
    Times,
    serif;
}
#logo h2 {
  margin: -4px 0 0 0;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: normal;
  color: #d9170e;
}
#logo h2 a {
  color: #9aa9b1;
}
#logo a {
  text-decoration: none;
  color: #d9170e;
}
.logo-image {
  height: 50px;
  transform: none !important;
  transition: none !important;
}
/* Menu */
.flex {
  display: flex;
}
#menu {
  float: right;
  width: 592px;
  height: 90px;
  display: flex;
}
#menu ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  line-height: normal;
  margin-left: 30px;
}
#menu li {
  display: inline;
  text-align: center;
  color: white;
}
#menu a {
  display: block;
  float: left;
  height: 55px;
  margin-right: 1px;
  padding: 35px 20px 10px 20px;
  letter-spacing: -1px;
  text-decoration: none;
  text-align: center;
  text-transform: lowercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: white;
  position: relative;
  transition: color 0.3s ease;
  z-index: 1;
}

#menu a::before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f40c42;
  border-bottom: 10px solid black;
  transition: top 0.3s ease;
  z-index: -1;
}

#menu a:hover::before,
#menu .active a::before {
  top: 0;
}

#menu a:hover,
#menu .active a {
  color: #fff;
}

@media (max-width: 768px) {
  #menu a::before {
    display: none;
  }
}
/* Search */
#search {
  padding: 0 0 40px 0;
}
#search form {
  margin: 0;
  padding: 0;
}
#search fieldset {
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid gray;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#search input {
  float: left;
  font:
    11px Tahoma,
    Geneva,
    sans-serif;
  padding: 2px 2px;
  border: none;
}
#search-text {
  border: 1px solid #000;
  color: #000;
}
#search-submit {
  border: none;
  background: #e71810;
  color: #fff;
  cursor: pointer;
  padding: 0 10px !important;
  display: block;
}
/* Page */
#page {
  width: 900px;
  margin: 0 auto;
}
/* Content */
#content {
  float: left;
  width: 630px;
}
.post {
  background: #333333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  margin: 0 20px 20px;
  padding: 30px;
  border-radius: 10px;
}
.post-bgtop {
  background: url(images/img04.jpg) no-repeat left top;
}
.post-bgbtm {
  background: url(images/img06.jpg) no-repeat left bottom;
  padding: 50px 40px 30px 40px;
}
.post .title {
  margin: 0;
  padding: 0 0 5px 0;
  color: #232f01;
}
.post .title a {
  letter-spacing: -1px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #ffffff;
}
.post .entry.about {
  white-space: pre-wrap;
  line-height: 1.4em;
  font-size: 1.2em;
}
.post img {
  float: left;
  padding: 15px 0;
}
.post .meta {
}
.post .more {
  display: block;
  width: 115px;
  height: 32px;
  padding: 8px 0 0 0;
  background: #2a2a2a;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}
.post .byline {
  font-size: 11px;
  font-style: italic;
}
.meta p {
  margin-bottom: 0;
}
/* Sidebar */
#sidebar {
  float: right;
  /* background: url(images/img08.jpg) repeat-y left top; */
  border-radius: 10px;
  background: #333333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  padding: 30px;
  font-size: 11px;
  height: fit-content;
}
#sidebar-bgtop {
  background: url(images/img07.jpg) no-repeat left top;
}
#sidebar-bgbtm {
  background: url(images/img09.jpg) no-repeat left bottom;
  padding: 40px 40px 20px 40px;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: circle;
  line-height: normal;
}
#sidebar li {
  margin-bottom: 1px;
}
#sidebar li ul {
  margin: 0;
  padding: 0 0 40px 0;
}
#sidebar li li {
  margin: 0;
  padding: 7px 0;
  border: none;
  background: url(images/img10.jpg) repeat-x left bottom;
  font-family: Tahoma, Geneva, sans-serif;
}
#sidebar li li a {
  background: url(images/img11.jpg) no-repeat left 3px;
  padding-left: 20px;
}
#sidebar h2 {
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: lowercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  color: #ffffff;
}
#sidebar h3 {
  font-size: 77%;
  color: #b0b0b0;
}
#sidebar p {
  margin: 0;
  line-height: normal;
}
#sidebar a {
  border: none;
  text-decoration: none;
  color: #b0b0b0;
}
#sidebar a:hover {
  text-decoration: underline;
  color: #ffffff;
}
/* Submenu */
#submenu {
}
/* News */
#news {
}
#news a {
  font-size: 85%;
}
/* Footer */
#footer-wrapper {
  background: #333333;
  margin-top: 30px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
#footer {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.fleft,
.fright,
.fcenter {
  float: none;
  flex: 1;
  min-width: 200px;
  text-align: center;
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* Global image styles */
img {
  transition: transform 0.3s ease;
  display: block;
}

img:hover {
  transform: scale(1.02);
}

/* Product entry image adjustments */
.product-entry img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* gift shop entries */
.product-entry {
  display: flex;
  padding: 20px;
  margin-bottom: 0;
  border-top: 1px dashed #666;
  min-height: 300px;
  gap: 20px;
}

.product-entry h1 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 10px 0;
}

.product-entry h2 {
  text-align: center;
  font-size: 16px;
  margin: 0 0 20px 0;
}

select {
  padding: 5px;
  padding-right: 30px;
}
.review-form select,
.product-entry button {
  padding-right: 30px;
  padding-left: 30px;
  display: block;
  margin: auto auto 0 auto;
  cursor: pointer;
}
.product-entry button {
    font-weight: bold;
  }

.latest-review {
  margin: auto 0 0; 
  padding: 20px 0;
  border-top: 1px solid #444;
  text-align: center;
}

.latest-review p {
  margin: 5px 0;
  line-height: 1.4;
  font-size: 1.2em;
}

/* reviews */ 
.review-form textarea {
  width: 100%;
  max-width: 100%;
  height: 6em;
  resize: none;
}

.review-list * {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.review-list .time {
  font-size: 0.7em;
}

/* contact form */ 
.contact-form {
  padding-bottom: 15px;
}

.contact-form-line {
  width: 50%;
}

.contact-form-multiline {
  width: 100%;
  resize: none;
}

.contact-form-submit {
  padding: 5px 10px;
}
/* hike */ 
.hike-entry {
  padding: 20px;
  border: 1px dashed #666;
  border-radius: 10px;
}
.hike-entry p {
  margin-bottom: 0;
}
.metcalc-button {
  width: 100%;
  padding: 5px 10px;
  margin: 20px 0 0 0;
}

.center-text {
  text-align: center;
}
.gap-10 {
  gap: 12px;
}
