.container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
  max-width: 1290px !important; }
  @media print, screen and (min-width: 40em) {
    .container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .container-sm {
    max-width: 720px; }
  .container-md {
    max-width: 960px; }
  .container-lg {
    max-width: 1140px; }
  .container-fluid {
    max-width: 100%; }

.grid {
  display: grid;
  gap: 2rem; }

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 767px) {
    .grid-cols-2 {
      grid-template-columns: 1fr; } }

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 991px) {
    .grid-cols-3 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    .grid-cols-3 {
      grid-template-columns: 1fr; } }

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1199px) {
    .grid-cols-4 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 991px) {
    .grid-cols-4 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    .grid-cols-4 {
      grid-template-columns: 1fr; } }

.content-area {
  display: grid;
  gap: 4rem; }
  .has-sidebar .content-area {
    grid-template-columns: 1fr 320px; }
    @media (max-width: 991px) {
      .has-sidebar .content-area {
        grid-template-columns: 1fr; } }
  .has-sidebar-left .content-area {
    grid-template-columns: 320px 1fr; }
    @media (max-width: 991px) {
      .has-sidebar-left .content-area {
        grid-template-columns: 1fr; } }

.main-content {
  min-width: 0;
  padding-top: 48px;
  padding-bottom: 48px; }

@media (max-width: 991px) {
  .sidebar {
    order: 2; } }

.section-alt {
  padding: 8rem 0;
  background-color: #f8f9fa; }
  @media (max-width: 767px) {
    .section-alt {
      padding: 4rem 0; } }

.page-header {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  text-align: center;
  background-color: #f8f9fa;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .page-header {
      padding: 3rem 0;
      min-height: 300px; } }

.page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.page-header-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 1.5rem; }

.page-header-title {
  color: #ffffff;
  text-transform: capitalize; }

.page-title {
  font-size: 2.25rem;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 1.875rem; } }

.page-description {
  max-width: 700px;
  margin: 0 auto;
  color: #5a6c7d; }

.entry-header {
  position: relative;
  padding: 4rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 4rem;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .entry-header {
      padding: 3rem 0;
      min-height: 250px; } }
  .entry-header:not([style*="background-image"]) {
    background-color: #f8f9fa; }

.entry-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.entry-header-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 1.5rem; }

.entry-title {
  color: #2c3e50;
  margin: 0; }
  .entry-header[style*="background-image"] .entry-title {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }

.section-title {
  margin: 0; }

.section-header {
  gap: 2rem;
  margin: 0 0 1.25rem; }
  @media screen and (min-width: 64rem) {
    .section-header {
      margin: 0 0 2rem;
      display: flex;
      justify-content: space-between; } }

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.site-main.hiking-101-page.category-archive section:nth-child(odd) {
  background-color: #f8f9fa; }

.site-main.hiking-101-page.category-archive section:nth-child(even) {
  background-color: #ffffff; }

/*# sourceMappingURL=layout.css.map */
