/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 Description:  A custom child theme for the Hello Elementor parent theme that contains custom code for CaveCountryCanoes.
 Author:       Sajid
 Author URI:   mailto:realsajidhameed@gmail.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/* --- All Your Custom CSS --- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}
a:active,
a:hover {
  color: #336;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
details {
  display: block;
}
summary {
  display: list-item;
}
figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
[hidden],
template {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    page-break-inside: avoid;
    border: 1px solid #ccc;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  width: auto;
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
a {
  color: #000;
}
a:hover {
  color: #000;
}
[type="button"]:focus,
[type="submit"]:focus,
button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
select {
  display: block;
}
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table td,
table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843137255);
}
table th {
  font-weight: 700;
}
table tfoot th,
table thead th {
  font-size: 1em;
}
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-top: 1px solid hsla(0, 0%, 50.2%, 0.5019607843137255);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50.2%, 0.07058823529411765);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: hsla(0, 0%, 50.2%, 0.10196078431372549);
}
table tbody + tbody {
  border-top: 2px solid hsla(0, 0%, 50.2%, 0.5019607843137255);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table td,
  table table th {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
dd,
dl,
dt,
li,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
main#content > .page-header {
  display: none;
}
.custom-links-inside a {
  color: black !important;
  text-decoration: underline !important;
}
div.elementor-location-footer .text-light .elementor-icon-box-content p a {
  color: #fff !important;
  margin: 0px 0px 0px 3px;
  font-size: 15px !important;
}
div.elementor-location-footer .elementor-icon-box-wrapper {
  display: flex;
}
div.elementor-location-footer
  .elementor-widget-container
  .elementor-nav-menu--main
  .elementor-nav-menu
  .menu-item
  a:hover {
  text-decoration: underline !important;
}
.hover-underline-contact-us-page a {
  transition: 0.3s ease;
}
.hover-underline-contact-us-page a:hover {
  text-decoration: underline !important;
}
.e-fab-instagram {
  transition: 0.3s ease !important;
}
.icon-google-my-business {
  transition: 0.3s ease !important;
}
.icon .icon-facebook {
  transition: 0.3s ease !important;
}
.icon-tiktok {
  transition: 0.3s ease !important;
}
.icon-tripadvisor .head,
.icon-tripadvisor .left-eye,
.icon-tripadvisor .right-eye {
  transition: 0.3s ease !important;
}
.e-fab-x-twitter {
  transition: 0.3s ease !important;
}
.e-fab-instagram:hover {
  fill: rgb(240, 0, 40) !important;
}
.icon-google-my-business:hover {
  fill: #f18d00 !important;
}
.icon-facebook :hover {
  fill: rgb(53, 100, 255) !important;
}
.icon-tiktok:hover {
  fill: #007975 !important;
}
.icon-tripadvisor:hover .head,
.icon-tripadvisor:hover .left-eye,
.icon-tripadvisor:hover .right-eye {
  fill: orange !important;
}
.e-fab-x-twitter:hover {
  fill: rgb(255, 255, 255) !important;
}
.top-main-section {
  position: relative;
  background-image: url("assets/images/main-bg-image.webp");
  height: 60vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 134px;
}
.top-main-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media (max-width: 1000px) {
  .top-main-section {
    width: 100% !important;
    height: auto;
  }
}
.top-main-section > * {
  position: relative;
  z-index: 2;
}
.most-popular {
  max-width: 150px;
  padding: 0px 8px 0px 8px;
  height: auto;
  background-color: #221673;
  border: 1px solid #191055;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-text {
  font-family: "Amaranth", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 4rem;
  text-shadow: 3px 3px 3px #000000;
}
.slider-booking__container {
  width: 360px;
  margin: 0 auto;
}
.slider-booking__carousel {
  width: 100%;
}
.slider-booking__booking-section {
  width: 360px;
  position: sticky;
  top: 20px;
  margin: 0 auto;
  font-size: 14px;
  background-color: #fff;
}
.slider-booking__best-seller {
  color: red;
  font-weight: bold;
}
.slider-booking__btn-book-now {
  background-color: #221673;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-radius: 0px;
}
.slider-booking__btn-book-now:hover {
  background-color: #191055;
  color: #fff;
}
.slider-booking__availability-info {
  font-size: 12px;
  color: #555;
}
.slider-booking__contact-info {
  font-size: 12px;
  font-weight: bold;
}
.img-height {
  height: 240px;
  width: 100%;
  object-fit: contain;
}
.make-its-border-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  position: sticky;
  right: 100px;
  padding: 0px;
  margin: 0px;
  margin-top: -11rem;
  top: 150px;
  z-index: 10;
  height: fit-content !important;
}
@media (max-width: 1000px) {
  .make-its-border-shadow {
    display: none !important;
  }
}
.make-its-border-shadow-mobile {
  display: none !important;
}
@media (max-width: 1000px) {
  .make-its-border-shadow-mobile {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    width: 360px;
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-top: 50px;
    z-index: 10;
    display: block !important;
  }
}
.container-width {
  max-width: 680px;
  background-color: rgba(8, 9, 14, 0.05);
  margin-top: 80px;
  padding: 15px 30px;
}
.make-its-position-sticky {
  position: sticky;
  top: 0;
}
.details-section {
  font-size: 16px;
}
.details-section h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.details-section ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.6;
}
.details-section ul li::before {
  content: "•";
  color: #007bff;
  font-weight: bold;
  margin-right: 8px;
}
.details-section .announcement {
  margin-top: 20px;
  padding: 15px;
  border-left: 4px solid #007bff;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.details-section .announcement h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.details-section .highlight {
  color: #0056b3;
  font-weight: bold;
}
.details-section ul {
  font-size: 16px;
  font-weight: 400;
}
.details-section ul li::before {
  content: "•";
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-right: 8px;
}
.text-muted-custom {
  color: #455b6f;
  font-weight: 700;
  font-family: "Roboto", serif;
  font-size: 12.6px;
}
.book-online {
  background-color: #212529;
  color: white;
  border-radius: 4px;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px 65px 65px 0px !important;
  position: absolute;
  left: 0px;
}
.availability {
  font-size: 14px;
  color: #198754;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.dot {
  height: 6px;
  width: 6px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px;
}
.second-main-content {
  max-width: 680px;
  margin-top: 30px;
}
.second-main-content h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Amaranth", serif;
  font-weight: 700;
}
.second-main-content p {
  font-weight: 400;
}
.second-main-content h3 {
  font-family: "Amaranth", serif;
  font-weight: 700;
  margin: 20px 0px;
}
.second-main-content li {
  font-weight: 500;
}
.btn-share {
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgb(102, 102, 253);
  border-radius: 5px;
}
.btn-email {
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #555;
  border-radius: 5px;
}
.btn-email:hover {
  border: 1px solid #555;
  background-color: transparent !important;
}
.custom-card {
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
  position: relative;
  padding-bottom: 35px;
}
.custom-card-main-heading {
  font-family: "Amaranth", serif;
  font-weight: 700;
  margin: 20px 0px;
}
.custom-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.custom-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.custom-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-badge-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  gap: 8px;
}
.custom-badge {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 07px;
  background-color: #f5f7f9;
  border-radius: 0px;
}
.custom-price-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding: 0.25rem;
  background: rgba(8, 9, 14, 0.5);
  -webkit-box-shadow: 0 0 0 1px #08090e;
  box-shadow: 0 0 0 1px #08090e;
}
.custom-price-badge div {
  width: 100%;
  border-radius: 0px !important;
  background-color: #f5f7f9;
  color: #000;
  padding: 0px !important;
  font-size: 14px;
}
.custom-card-body {
  padding: 16px;
}
@media (max-width: 1000px) {
  .custom-card-body {
    padding-bottom: 70px;
  }
}
.custom-card-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Amaranth", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}
.custom-card-text {
  font-size: 14px;
  color: #08090e;
  margin-bottom: 20px;
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 1.5;
}
.custom-btn {
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 0px;
}
.custom-btn-primary {
  background-color: #221673;
  border: 2px solid #221673;
  color: white;
  transition: 0.3s ease;
}
.custom-btn-primary:hover {
  background-color: #140b4b;
}
.custom-btn-container {
  padding-left: 0px;
  margin: 0px !important;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.custom-btn-secondary {
  background-color: transparent;
  color: #221673;
  border: 2px solid #221673;
  transition: 0.3s ease;
}
.custom-btn-secondary:hover {
  background-color: #221673;
  color: white;
}
.top-main-section-trips {
  position: relative;
  background-image: url("assets/images/main-bg-image.webp");
  height: 80vh !important;
  background-position: center;
  background-size: cover;
  margin-top: 126px;
}
.top-main-section-trips::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.top-main-section-trips > * {
  position: relative;
  z-index: 2;
}
.white-bottom-border-img {
  background-color: transparent;
  position: absolute;
  bottom: 0px;
  margin-bottom: -10px;
  z-index: 10;
  width: 100%;
}
.main-section-all-trips {
  background-image: linear-gradient(0deg, #386641 0%, #ffffff 100%);
}
.experiance-paragraph {
  margin-top: 100px;
  font-weight: 700;
  color: #08090e;
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 1.5;
}
.accordion-button-1 {
  font-weight: 700;
  outline: none;
  box-shadow: none;
  color: #08090e;
}
.accordion-body h4 {
  font-family: "Amaranth", serif;
  font-weight: bold;
  margin: 20px 0px;
  font-size: 2rem;
  line-height: 1.25;
}
.most-headings {
  font-family: "Amaranth", serif;
  font-weight: bold;
  margin: 20px 0px;
  font-size: 2.5rem;
  line-height: 1.2;
}
.accordion-header {
  border: 1px solid #ddd;
  outline: none;
  transition: 0.5s ease;
}
.accordion-header:hover {
  background-color: #e5e5e5;
  color: #000 !important;
}
.accordion-button {
  transition: 0.5s ease;
  border-radius: 0px !important;
  padding: 12px 20px;
}
.accordion-button:hover {
  background-color: #cfcfcf;
  color: #000 !important;
}
.accordion-item {
  border-radius: 0px !important;
}
.accordion-button:not(.collapsed) {
  background-color: white;
  color: black;
  border-radius: 0px !important;
  outline: none;
  box-shadow: none;
}
.h-auto-video iframe {
  height: 350px;
  object-fit: contain;
}
.carousel-control-prev {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
}
.carousel-control-prev:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.carousel-control-next {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
}
.carousel-control-next:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.carousel-control-next:active,
.carousel-control-next:focus {
  background-color: transparent !important;
  color: #fff !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.carousel-control-prev:active,
.carousel-control-prev:focus {
  background-color: transparent !important;
  color: #fff !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.accordion-button-1:active,
.accordion-button-1:focus {
  background-color: transparent !important;
  color: #000 !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.details-section h4 {
  color: #455b6f !important;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-family: "Amaranth", serif !important;
  font-weight: 700 !important;
}
.details-section .gap-2 strong {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.details-section .gap-2 span {
  font-size: 1rem !important;
  line-height: 1.25rem !important;
  color: #08090e !important;
}
.second-main-content h2 {
  color: #08090e !important;
}
.custom-card-text {
  height: stretch !important;
}
.most-popular-absolute {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 10px;
  font-family: "Source Sans 3", serif;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  padding: 0.5rem 1rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.customer-type-subtitle {
  color: #455b6f;
  font-size: 0.9rem;
  font-weight: 500;
}
.slider-booking__group-section h6 {
  color: #08090e;
  font-size: 0.85rem;
}
.trip_summary h4 {
  font-family: "Amaranth";
  font-weight: 600;
  font-size: 2rem;
  color: #111;
}
.elementor-vertical-align-top
  .elementor-widget-container
  .elementor-icon-box-wrapper:hover {
  text-decoration: underline;
}
body.single
  div[data-elementor-type="header"]
  .elementor-nav-menu--main
  ul
  li.menu-item-has-children
  > a {
  padding-right: 40px !important;
}
.post-type-archive-river_trips .accordion-button {
  position: relative;
}
.post-type-archive-river_trips .accordion-button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  opacity: 1 !important;
  left: unset;
  right: 18px;
  transform: rotate(45deg);
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  top: 0;
  bottom: 0;
  margin: auto;
}
.post-type-archive-river_trips .accordion-button[aria-expanded="true"]::before {
  transform: rotate(225deg);
}
body.single
  div[data-elementor-type="header"]
  .elementor-nav-menu--main
  ul
  li.menu-item-has-children:hover
  > ul.sub-menu {
  display: block;
  width: auto;
}
.side_under_info {
  padding-top: 25px;
}
.side_under_info .slider-booking__group-section,
.side_under_info .slider-booking__group-section h6,
.side_under_info .slider-booking__group-section p,
.side_under_info .slider-booking__group-section .sidePrice {
  margin: 0 !important;
}
.side_under_info .slider-booking__group-section .d-flex .side-info {
  padding-top: 5px;
}
.single .accordion-button-1 {
  position: relative;
}
.single .accordion-button-1::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  opacity: 1 !important;
  left: unset;
  right: 18px;
  transform: rotate(45deg);
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  top: 20px;
  position: absolute;
}
.single .accordion-button-1[aria-expanded="true"]::before,
.single .accordion-button-1[aria-expanded="true"]::after {
  transform: rotate(225deg);
  top: 23px;
}
.single.single-events.postid-913 .top-main-section,
.single.single-river_trips.postid-1047 .top-main-section {
  background-position: bottom;
}
.card-border-single-river {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#usm-admin-notification-widget {
  display: none !important;
}
/* --- Fix for Red Headings (Child Theme Override) --- */

/* This specifically targets the linked titles in your cards. */
.custom-card-title a {
	color: #08090e; /* This is a very dark, near-black color used elsewhere on your site. */
}

/* This ensures the titles don't turn a different color on hover, unless you want them to. */
.custom-card-title a:hover {
	color: #221673; /* This uses the dark blue from your buttons for a consistent hover effect. */
}