:root {
  --clr-primary: #55705d;
  --clr-secondary: #a09682;
  --clr-accent: #ffdf00;
  --clr-heading: #333333;
  --clr-body: #585858;
  --clr-w: #fff;
  --clr-w-100: #f2f2f2;
  --clr-w-border: #ddd;
  --clr-lead: #acacac;
  --ff-primary: "Verdana";
}

.single-river_locations {
  /* .srl */
}
.single-river_locations .page-header {
  display: none;
}
.single-river_locations .srl--head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 48em) {
  .single-river_locations .srl--head {
    display: grid;
    grid-template-columns: 1fr 150px;
    grid-column-gap: 50px;
  }
}
.single-river_locations .srl--head h1 {
  margin: 0 0 30px;
  font-size: clamp(20px, 5vw, 32px);
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .single-river_locations .srl--head h1 {
    margin: 0 0 50px;
  }
}
.single-river_locations .srl--head summary > *:last-child {
  margin-bottom: 0;
}
.single-river_locations .srl--content {
  padding: 50px 20px;
}
@media only screen and (min-width: 48em) {
  .single-river_locations .srl--content {
    padding: 75px 20px;
  }
}
@media only screen and (min-width: 62em) {
  .single-river_locations .srl--content {
    padding: 100px 20px;
  }
}
.single-river_locations .srl--content section h2 {
  margin-bottom: 30px;
  color: var(--clr-primary);
}
.single-river_locations .srl--content .content-sec:not(:last-of-type) {
  margin-bottom: 50px;
}
.single-river_locations .srl--usual-river-height {
  display: grid;
  place-content: center;
  color: var(--clr-w);
  background-color: var(--clr-primary);
  line-height: 1;
  text-align: center;
  aspect-ratio: 1/1;
}
.single-river_locations .srl--usual-river-height label {
  height: auto;
  font-size: 12px;
  line-height: 2;
  text-transform: capitalize;
}
.single-river_locations .srl--usual-river-height .num {
  font-size: 50px;
  font-weight: 700;
}
.single-river_locations .srl--usual-river-height .unit {
  font-size: 0.4em;
}
.single-river_locations .srl--data-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-river_locations .srl--data-list-item {
  display: flex;
  gap: 30px;
}
.single-river_locations .srl--data-list-item-label {
  color: var(--clr-secondary);
  font-weight: 700;
  text-transform: uppercase;
}
.single-river_locations .srl--data-table .the-data-table {
  min-height: 350px;
  height: min(40vh, 500px);
  background-color: var(--clr-secondary);
}
.single-river_locations .srl--qr-code img {
  pointer-events: none;
}
.single-river_locations .srl--gallery-carousel {
  position: relative;
}
.single-river_locations .srl--carousel-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.single-river_locations .srl--carousel-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
}
.single-river_locations .srl--carousel-controls button.prev {
  left: -40px;
}
.single-river_locations .srl--carousel-controls button.next {
  right: -40px;
}
.single-river_locations .bw-container {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.page-template-fullwidth {
  padding: 100px 20px;
}
.page-template-fullwidth .bw-container {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.page-template-fullwidth .widget-area.sidebar-primary {
  width: auto;
  padding-left: 0;
  float: none;
}

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