@charset "UTF-8";
/* CSS Document
Theme Name: Riverside Camps
Theme URI: https://www.riversideoutfitters.com
Author: Ryan Abrahamsen
Author URI: https://www.terrain360.com

COLOR PALETTE:
- Primary Action: #c47456 (Muted Terracotta)
- Secondary: #6b8e7f (Sage Green)
- Header/Nav: #4a5d6a (Slate Blue)
- Dark Background: #3d3429 (Warm Brown)
- Accent Gold: #d4a574 (Muted Gold)
- Text Dark: #2c2418 (Deep Brown)
*/

/* -----------------------------------------------------
   1. Base Elements & Typography
   ----------------------------------------------------- */
body {
    font-family: ff-good-headline-web-pro, sans-serif;
    font-weight: 500;
    min-width: 320px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.color_change {
    width: 100%;
    height: 15px;
    background: linear-gradient(-45deg, #c47456, #d4a574, #6b8e7f, #4a5d6a);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
	    .register-button {
        bottom: 10px; z-index: 9999;
    }
.colordiv {  width: 100%;
    height: 15px;
    background: linear-gradient(-45deg, #c47456, #d4a574, #6b8e7f, #4a5d6a);
    background-size: 400% 400%;}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/* Image Alignment - WordPress Core Classes */



/* WordPress caption alignment */
.wp-caption.alignleft {
    margin: 0 1.5em 1.5em 0;
}

.wp-caption.alignright {
    margin: 0 0 1.5em 1.5em;
}

.wp-caption.aligncenter {
    margin: 1.5em auto;
}

/* Caption text */
.wp-caption-text {
    text-align: center;
    margin: 0.8em 0;
}

/* Clear floats after content */
.entry-content::after {
    content: "";
    display: table;
    clear: both;
}
.site-body h1 {
    font-family: ff-good-headline-web-pro, sans-serif;
    font-size: 70px;
    text-transform: uppercase;
}

.site-body h2 {
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
}

.site-body p {
    font-size: 16px;
    font-family: ff-good-headline-web-pro, sans-serif;
}

.site-body li {
    font-family: ff-good-headline-web-pro, sans-serif;
}

small {
    font-size: 65%;
}

hr {
    border-top: 2px solid #c47456;
    margin-right: 30%;
    margin-left: 30%;
}
.text-primary {color: #b36648!important; }
/* -----------------------------------------------------
   2. Header Styles
   ----------------------------------------------------- */
header.main {
    height:110px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    background-color: #4a5d6a;
}

header.main .logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

header.main .nav_container {
    position: absolute;
    top: 0;
    left: 110px;
    display: block;
    z-index: 1;
    width: 100%;
    padding-right: 110px;
    background-color: #566e7a;
    border-bottom: 1px solid #566e7a;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    height: 110px;
    -webkit-font-smoothing: antialiased;
}

header.main .nav_container h3 {
    text-transform: uppercase;
    font-size: 60px;
}

header.news {
    position: relative;
    z-index: 100;
}

header.news .nav_container {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    width: 100%;
    background-color: #566e7a;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    -webkit-font-smoothing: antialiased;
}

/* Base navbar styles */
.navbar {
    top: -10px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar-brand img {
    height: 60px;
}

.top-bar-elements {
    font-size: 0.9rem;
}

.top-bar-elements .address-link {
    font-size: 0.85rem;
}

/* Navigation links */
.navbar-nav .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
}

/* Improved custom toggler */
.custom-toggler {
    padding: 0.4rem 0.75rem;
    border: 1px solid #c47456;
    color: #c47456;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.custom-toggler:hover {
    background-color: #c47456;
    color: white;
}

.custom-toggler i {
    font-size: 1.25rem;
}

/* Mobile utility bar */
.mobile-utility-bar {
    background-color: #f8f9fa;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 0.9rem;
}

/* Gift badge styles */
.gift_badge {
    font-size: 0.8rem;
    padding: 0.35em 0.65em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #c47456 !important;
    transition: all 0.3s ease;
}

.gift_badge:hover {
    background-color: #b36648 !important;
}

/* River conditions link */
.river-conditions-link {
    color: #6b8e7f;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.river-conditions-link:hover {
    color: #527063;
}

/* Mobile actions buttons */
.mobile-actions a.btn {
    width: 38px;
    height: 38px;
    border-color: #c47456;
    color: #c47456;
}

.mobile-actions a.btn:hover {
    background-color: #c47456;
    color: white;
}

/* Media queries */
@media (max-width: 991.98px) {
    .navbar {
        padding: 0.5rem 0;
    }
    
    .navbar-brand img {
        height: 60px;
    }
    
    .navbar-collapse {
        margin-top: 0.5rem;
        padding: 1rem;
        border-top: 1px solid rgba(0,0,0,0.1);
        background-color: #4a5d6a;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand img {
        height: 44px;
    }
}

/* Testimonial Slider Styles */
.testimonial-slider-section {
    padding: 5rem 0;
    position: relative;
    z-index: 10;
}

.testimonial-slider__slide {
    text-align: center;
    padding: 2rem 0;
}

.testimonial-slider__quote-icon {
    font-size: 2.5rem;
    color: #c47456;
    margin-bottom: 1.5rem;
}

.testimonial-slider__quote p {
    font-family: "ivypresto-display", serif;
    font-weight: 300;
    font-size: 1.80rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 2rem;
    color: #333;
}

.testimonial-slider__name {
    display: block;
    font-size: 2.0rem;
    font-family: "ivypresto-display", serif;
    font-weight: 600;
    font-style: normal;
    color: #2c2418;
    margin-bottom: 0.25rem;
}

.testimonial-slider__location {
    display: block;
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
    font-style: normal;
}

.testimonial-slider__quote footer p {
    margin-top: 1.5rem;
}

.testimonial-slider__quote footer .btn-primary {
    background-color: #c47456;
    border-color: #c47456;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem;
}

.testimonial-slider__quote footer .btn-primary:hover {
    background-color: #b36648;
}

/* Custom Slick Dots for Testimonials */
.testimonial-slider .slick-dots {
    bottom: -40px!important;
}

.testimonial-slider .slick-dots li button:before {
    font-size: 12px;
    color: #6b8e7f;
    opacity: 0.3;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #6b8e7f;
}

/* Overlapping Background Styles */
.overlapping-background {
    position: relative;
    margin-top: -100px;
    z-index: 1;
}

.overlapping-background__inner {
    position: relative;
}

.overlapping-background__inner figure {
    margin: 0;
    padding: 0;
}

.overlapping-background__image {
    width: 100%;
    height: auto;
    display: block;
}

/* Enhanced fade effect for the top of the image */
.overlapping-background__inner figure::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40%;
    background: linear-gradient(to bottom, 
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 1) 20%,
                rgba(255, 255, 255, 0.9) 40%,
                rgba(255, 255, 255, 0.7) 60%,
                rgba(255, 255, 255, 0.3) 80%,
                rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

/* Bottom fade effect to warm brown */
.overlapping-background__inner figure::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(to top, 
                rgba(61, 52, 41, 1) 0%,
                rgba(61, 52, 41, 1) 20%,
                rgba(61, 52, 41, 0.9) 40%,
                rgba(61, 52, 41, 0.7) 60%,
                rgba(61, 52, 41, 0.3) 80%,
                rgba(61, 52, 41, 0) 100%);
    z-index: 2;
}

/* Featured Adventures Section */
.featured-adventures {
    padding: 0px 0;
    color: white;
    position: relative;
    margin-top: 0px;
    z-index: 10;
	background: #3d3429;
}
/*
.featured-adventures::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, 
                transparent 0%, 
                rgba(61, 52, 41, 0.8) 100px, 
                #3d3429 150px,
                #3d3429 100%);
    z-index: -1;
}*/

.featured-adventures .container {
    padding-top: 30px;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.featured-adventures__header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.featured-adventures__title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.featured-adventures__subtitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: #d4a574;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.featured-adventure-card {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 280px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-adventure-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.featured-adventure-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.featured-adventure-card:hover .featured-adventure-card__image {
    transform: scale(1.05);
}

.featured-adventure-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, 
                rgba(0, 0, 0, 0.9) 0%, 
                rgba(0, 0, 0, 0.7) 60%, 
                rgba(0, 0, 0, 0) 100%);
    color: white;
    z-index: 5;
}

.featured-adventure-card__title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.featured-adventure-card__full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}

.featured-adventure-card__content {
    z-index: 5;
    pointer-events: none;
}

.featured-adventure-card__title {
    pointer-events: auto;
}

/* Mobile adjustments 
@media (max-width: 767px) {
    .featured-adventures {
        margin-top: -100px;
    }
    
    .featured-adventures::before {
        background: linear-gradient(to bottom, 
                    transparent 0%, 
                    rgba(61, 52, 41, 0.8) 50px, 
                    #3d3429 100px,
                    #3d3429 100%);
    }
    
    .featured-adventures .container {
        padding-top: 80px;
    }
}
*/

/* Camp Detail Hero Gradient Overlay */
/* Hero Gradient Overlay - Applies to all hero sections */
.camp-detail-hero-overlay::before,
.climbing-hero-overlay::before,
.rafting-hero-overlay::before,
.afterschool-hero-overlay::before,
.basic-page-hero-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(to top, 
                rgba(0, 0, 0, 0.6) 0%,
                rgba(0, 0, 0, 0.3) 40%,
                rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Ensure employment button stays on top */
.climbing-hero-overlay .employment-button,
.afterschool-hero-overlay .employment-button {
    z-index: 3;
}
/* Camp Detail Hero Gradient Overlay */

/* Company Story Section Styles */
.company-story-section {
    background-color: #3d3429;
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.company-story-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 1;
}

.company-story-section .container {
    position: relative;
    z-index: 2;
}

.is-style-preheading {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d4a574;
    margin-bottom: 0.5rem;
}

.pricing-text {
    font-size: 16px;
}

.company-story-description {
    font-size: 16px!important;
}

.company-story-section h2 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: white;
    text-transform: uppercase;
}

.company-story-button {
    display: inline-block;
    background-color: #c47456;
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.company-story-button:hover {
    background-color: #b36648;
    color: white;
    text-decoration: none;
}

.block-cta-details__description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
}

.block-cta-details__details {
    margin-top: 2rem;
}

.feature-block {
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
    min-height: 120px;
}

.feature-accent {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 60px;
    background-color: #d4a574;
}

.feature-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
    text-transform: uppercase;
}

.feature-text {
    color: #ccc;
    line-height: 1.5;
    font-size: 1.3rem!important;
}

.block-cta-details__detail {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    background-color: #f8f9fa;
    height: 100%;
    transition: all 0.3s ease;
}

.block-cta-details__detail:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.block-cta-details__detail h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #2c2418;
}

.block-cta-details__detail p {
    color: #555;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .testimonial-slider-section {
        padding: 3rem 0;
    }
    
    .testimonial-slider__quote {
        font-size: 1.1rem;
    }
    
    .overlapping-background {
        margin-top: -50px;
    }
    
    .company-story-section {
        padding: 50px 0;
    }
    
    .company-story-section h2 {
        font-size: 2.5rem;
    }
    
    .feature-block {
        margin-bottom: 40px;
    }
    
    .mt-4 {
        margin-top: 1.5rem;
    }
}

/* -----------------------------------------------------
   3. Top Contact Bar
   ----------------------------------------------------- */
.top_contact {
    color: #ffffff;
    z-index: 200;
    position: relative;
    padding-top: 10px;
    padding-bottom:0px;
    margin-left: 120px;
    width: 100%;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.top_contact:after {
    content: "";
    display: table;
    clear: both;
}

.top_contact a {
    color: #ffffff;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top_contact a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.top_contact a:hover::after {
    width: 100%;
}

.top_contact .badge a::after {
    bottom: -2px;
}

.top_contact .da_tm {
    color: #d4a574;
    padding-left: 20px;
}

.top_contact .ph_tm {
    padding-left: 0px;
}

.top_contact span {
    display: inline-block;
    vertical-align: middle;
}

/* -----------------------------------------------------
   4. Navigation
   ----------------------------------------------------- */
.site-body .menu-item a {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.125rem;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-body .menu-item a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 3px;
    left: 0;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.site-body .menu-item a:hover::after {
    width: 100%;
}

.site-body .menu-item .dropdown-menu a::after {
    display: none;
}

.site-body .menu-item .dropdown-menu a:hover {
    background-color: rgba(196, 116, 86, 0.1);
}

/* -----------------------------------------------------
   5. Footer
   ----------------------------------------------------- */
footer.foot_main {
    margin-top: 0px;
    width: 100%;
    background-color: #3d3429;
    color: #ffffff;
    padding: 50px;
    padding-top: 30px;
    font-family: ff-good-headline-web-pro, sans-serif;
}

footer.foot_main h5 {
    color: #ffffff;
    font-size: 30px;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}

footer.foot_main .fot_site_data {
    font-size: 13px;
    margin-left: 5px;
}

footer.foot_main .address {
    color: #ffffff;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
}

footer.foot_main .fot_div_bottom {
    border: solid;
    border-width: 1px;
}

footer.foot_main a {
    color: #ffffff;
}

.fot_menu_items {
    font-size: 14px;
    padding: 5px;
    font-family: ff-good-headline-web-pro, sans-serif;
}

.fot_menu_items div {
    padding-top: 5px;
}

.fot_menu_items a {
    color: #ffffff;
    text-decoration: none;
}

.fot_menu_items a:hover {
    color: #d4a574;
    text-decoration: underline;
}

.fot_social a {
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
    padding: 5px;
}

.fot_social a:hover {
    color: #d4a574;
}

.fot_social_title {
    font-size: 24px;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
}

/* -----------------------------------------------------
   6. Home Page Elements
   ----------------------------------------------------- */
.home-intro {
    padding-top: 108px;
}

.home-intro .frame_overlay {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 170px;
    z-index: 100;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    -webkit-font-smoothing: antialiased;
}

.home-intro .frame_overlay h2 {
    font-size: 24px;
    margin-top: 30px;
}

.home_slider_img {
    position: relative;
}

.home_slider_img .frame_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
    z-index: 100;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    -webkit-font-smoothing: antialiased;
}

.home_slider_img .frame_overlay h2 {
    font-size: 24px;
    margin-top: 30px;
}

.home_features {
    margin-top: 50px;
    padding: 75px;
}

.home_feature_overlay_left {
    position: absolute;
    left: 30px;
    bottom: 40px;
    z-index: 100;
}

.home_feature_overlay_left p {
    font-size: 20px;
    color: #ffffff;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8), 0 0 30px rgba(0, 0, 0, .8);
}

.home_feature_overlay_right_top {
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 100;
}

.home_feature_overlay_right_top p {
    font-size: 20px;
    color: #ffffff;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8), 0 0 30px rgba(0, 0, 0, .8);
}

.home_feature_overlay_right_bottom {
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 100;
}

.home_features h4 {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8), 0 0 30px rgba(0, 0, 0, .8);
    font-family: ff-good-headline-web-pro, sans-serif;
    font-size: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.home_title_news h2 {
    color: #ffffff;
    font-size: 40px;
}

.homepage-hero__figure::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
    z-index: 5;
}

/* Hero Slider Styles */
/* Position the hero properly below the fixed nav */
.homepage-hero {
    position: relative;
    width: 100%;
    margin-top: 110px; /* Use margin instead of top */
    overflow: hidden;
}



.homepage-hero__slide {
    position: relative;
    width: 100%;
}

.homepage-hero__figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 90vh;
    max-height: 900px;
    min-height: 500px;
    overflow: hidden;
}

.homepage-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Fix the content positioning to overlay at the bottom of the image */
.homepage-hero__slide .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.homepage-hero__figure::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;  /* Smaller gradient area */
    background: linear-gradient(to top, 
                rgba(0, 0, 0, 0.6) 0%,
                rgba(0, 0, 0, 0.4) 40%,
                rgba(0, 0, 0, 0.2) 70%,
                rgba(0, 0, 0, 0) 100%);
    z-index: 5;
}

.homepage-hero__content-1 {
    padding-bottom: 3rem;
    position: relative;
    z-index: 10;
}

.homepage-hero__content-2 {
    padding-bottom: 3rem;
    position: relative;
    z-index: 10;
}

.homepage-hero__slide-title {
    color: #ffffff;
    font-family: ff-good-headline-web-pro, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8), 0 0 30px rgba(0, 0, 0, .3);
    margin-bottom: 1rem;
}

.homepage-hero__slide-trip-content {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 1.5rem;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2.1rem; /* Add bottom margin for spacing from bottom edge */
}

.homepage-hero__slide-trip-title {
    font-size: 1.25rem;
    font-family: ff-good-headline-web-pro, sans-serif;
    margin-bottom: 0px;
}

.homepage-hero__slide-trip-location {
    font-size: 1rem;
    margin-bottom: 0px;
}

.homepage-hero__slide-trip-content .btn {
    background-color: #ea5d34;
    border-color: #ea5d34;
    color: #ffffff;
    text-transform: uppercase;
    font-family: ff-good-headline-web-pro, sans-serif;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
}

.homepage-hero__slides-progress {
    position: absolute;
    bottom: 4rem;
    left: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-family: ff-good-headline-web-pro, sans-serif;
    z-index: 100;
}

.homepage-hero__slides-progress-count {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.homepage-hero__slides-progress-bar {
    width: 3px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    margin: 0.5rem 0;
}

.homepage-hero__slides-progress-bar-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ffffff;
    transition: height 0.3s ease;
}

.homepage-hero__slides-progress-total {
    font-size: 1.25rem;
    margin-top: 0.5rem;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .homepage-hero__figure {
        height: 60vh;
        min-height: 400px;
    }
	
	.homepage-hero__slide-trip-content {

    margin-bottom: .5rem!important; /* Add bottom margin for spacing from bottom edge */
}
    
    .homepage-hero__slide-title {
        font-size: 40px!important;
        padding-top: 1rem;
    }
    
    .homepage-hero__content-1 {
        padding-bottom: 1rem;
    }
    
    .homepage-hero__content-2 {
        padding-bottom: 2rem;
    }
    
    .homepage-hero__slides-progress {
        top: 1rem;
        left: 1rem;
    }
    
    .homepage-hero__slides-progress-bar {
        height: 60px;
    }
    
    .homepage-hero__slide-trip-content {
        margin-bottom: 1.5rem;
    }
}

/* -----------------------------------------------------
   7. Title & Content Sections
   ----------------------------------------------------- */
.title_main {
    position: relative;
    height: 130px;
    margin-top: 50px;
}

.title_main h1 {
    position: absolute;
    z-index: 130;
    left: 0;
    right: 0;
}

.title_back {
    position: absolute;
    top: -50px;
    font-size: 100px;
    color: #eeeeee;
    z-index: 100;
    left: 0;
    right: 0;
    font-family: ff-good-headline-web-pro, sans-serif;
}

.updated_grid {
    position: relative;
}

.updated_grid h3 {
    position: absolute;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 1), 0 0 30px rgba(0, 0, 0, .075);
    font-size: 45px;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
}

.updated_grid img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}

.updated_grid a {
    cursor: pointer;
}

/* -----------------------------------------------------
   9. Camps & Activities
   ----------------------------------------------------- */
.camp_hr hr {
    border-top: 2px solid #2c2418;
    margin-right: 20%;
    margin-left: 20%;
    margin-top: 30px;
}

.after-school {
    margin-top: 40px;
}

.after-school .card {
    margin-bottom: 15px;
}

.after-school h3 {
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
}

.camps-school {
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.camps-school .btn-learnmore {
    background-color: #c47456;
    border-color: #c47456;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
}

.camps-school h5 {
    font-size: 25px;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}

.camp_hiring {
    position: absolute;
    top: 40px;
    right: 10px;
    background-color: #c47456;
    color: #ffffff;
    border-radius: 10px;
    border: 1px #c47456 solid;
    padding: 10px;
}

.camps-hiring-title {
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}

/* -----------------------------------------------------
   10. Alerts & Notifications
   ----------------------------------------------------- */
#alert_pop {
    z-index: 1000;
    position: fixed;
    bottom: 40px;
    left: 0px;
    background-color: #c47456;
    padding: 30px;
    font-size: 20px;
    color: #ffffff;
    font-family: ff-good-headline-web-pro, sans-serif;
    width: 400px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    -webkit-font-smoothing: antialiased;
}

#hide_pop {
    z-index: 1000;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    -webkit-font-smoothing: antialiased;
}

.sale_pop {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 88888;
    background: linear-gradient(90deg, rgba(196, 116, 86, 1) 11%, rgba(107, 142, 127, 1) 67%);
    padding: 30px;
}

.sale_pop p {
    color: #ffffff;
}

.sale_prop {
    color: #ffffff;
    text-transform: uppercase;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
}

.sale_prop span {
    font-size: 40px;
    text-decoration: underline;
}

.sale_btun a {
    background-color: #c47456;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: ff-good-headline-web-pro, sans-serif;
    font-size: 20px;
    padding-right: 40px;
    padding-left: 40px;
    border-color: #c47456;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
}

.sale_content h2 {
    font-family: ff-good-headline-web-pro, sans-serif;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    font-size: 40px;
}

.sale_content h3 {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    font-size: 30px;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.sale_content {
    color: #ffffff;
}

#close_pop {
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 99999;
}

#close_pop a {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    -webkit-font-smoothing: antialiased;
}

#close_pop a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* -----------------------------------------------------
   11. Miscellaneous
   ----------------------------------------------------- */
.display {
    display: none;
}

.osprey {
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
}

.climbing_reg {
    padding: 10px;
    margin-bottom: 15px;
}

.ourstory hr {
    border-top: 3px solid #333333;
}

.news-back_top {
    position: relative;
    margin-top: 0px;
}

.mail {
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
}

.grup_phn {
    font-size: 35px;
    font-family: ff-good-headline-web-pro, sans-serif;
}

.grup_phn a {
    font-size: 24px;
    background-color: #c47456;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: ff-good-headline-web-pro, sans-serif;
    margin-bottom: 40px;
}

.legend_square_flood {
    width: 30px;
    height: 30px;
    background-color: #d4a574;
}

.legend_square_current {
    width: 30px;
    height: 30px;
    background-color: #6b8e7f;
}

.legend {
    font-size: 12px;
    padding: 5px;
}

.camp_h2 {
    margin-bottom: 30px;
}

/* -----------------------------------------------------
   12. Button Styles
   ----------------------------------------------------- */
.main_bod_book_now a {
    background-color: #c47456;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: ff-good-headline-web-pro, sans-serif;
    font-size: 20px;
}

.main_bod_book_now a:hover {
    background-color: #b36648;
    color: #ffffff;
    transition: 0.3s;
}

.home_bod_book_now {
    margin-top: 35px;
}

.home_bod_book_now a {
    background-color: #c47456;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: ff-good-headline-web-pro, sans-serif;
    font-size: 20px;
    padding-right: 40px;
    padding-left: 40px;
    border-color: #c47456;
}

.home_bod_book_now a:hover {
    background-color: #b36648;
    color: #ffffff;
    transition: 0.3s;
    border-color: #b36648;
}

.home_bod_book_now_news {
    margin-top: 20px;
}

.home_bod_book_now_news a {
    background-color: #c47456;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: ff-good-headline-web-pro, sans-serif;
    font-size: 20px;
    padding-right: 40px;
    padding-left: 40px;
    border-color: #c47456;
}

.home_bod_book_now_news a:hover {
    background-color: #b36648;
    color: #ffffff;
    transition: 0.3s;
    border-color: #b36648;
}

.group_btn {
    background-color: #6b8e7f !important;
    border-color: #6b8e7f !important;
    border-radius: 0px !important;
    color: #ffffff !important;
    font-family: ff-good-headline-web-pro, sans-serif;
}

.group_btn:hover {
    background-color: #527063 !important;
    border-color: #527063 !important;
}

/* -----------------------------------------------------
   13. Content Details
   ----------------------------------------------------- */
.main_bod_details {
    position: absolute;
    bottom: 30px;
    z-index: 100;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .9), 0 0 30px rgba(0, 0, 0, .075);
    -webkit-font-smoothing: antialiased;
}

.main_bod_details_content {
    padding-left: 30px;
    background-color: #c47456;
    padding: 10px;
}

.main_bod_details_content a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}

.main_bod_pricing {
    font-size: 30px;
    font-family: ff-good-headline-web-pro, sans-serif;
}

.main_bod_detail h3 {
    font-size: 30px;
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
}

.main_bod_detail hr {
    border-style: solid;
    border-width: 2px;
    border-color: #232323;
    margin-left: 20px;
    margin-right: 20px;
}

.main_bod_overview_main {
    padding-left: 30px;
    padding-right: 10px;
}

.main_bod_overview_side {
    border-left: solid;
    border-width: 1px;
    border-color: #333333;
    padding-left: 30px;
}

.main_bod_overview_side hr {
    border-top: 1px solid #333333;
    margin-left: 0px;
    margin-right: 30px;
}

.main_bod_overview_side h3 {
    margin-bottom: 30px;
}

.main_bod_content_images {
    margin-top: 50px;
}

.main_bod_content_prices {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.main_bod_content_maps {
    margin-top: 50px;
}

.main_bod_content_reviews {
    margin-top: 50px;
    font-size: 14px;
}

.sidenav {
    font-family: ff-good-headline-web-pro, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    border-right: solid 1px #3E3E3E;
}

.sidenav .main_bod_book_now a {
    color: #ffffff;
}

.sidenav .main_bod_book_now {
    margin-right: 20px;
}

.sidenav a {
    color: #252525;
}

.sidenav table, 
.sidenav tr {
    border-color: #3E3E3E;
}

.sidenav .detail_phone_text {
    font-size: 20px;
    margin-top: 20px;
    padding-right: 15px;
}

.sidenav .detail_phone {
    font-size: 30px;
    margin-top: 2px;
    padding-right: 15px;
}

.quick_skills {
    width: 30px;
    display: inline-block;
}

/* -----------------------------------------------------
   23. Form Elements
   ----------------------------------------------------- */
.form_image img {
    border-radius: 40px;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 700;
    font-size: 18px !important;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
    font-family: ff-good-headline-web-pro, sans-serif;
}

/* -----------------------------------------------------
   23. Rafting and others Page Styles - Bootstrap 5 
   ----------------------------------------------------- */
.rafting-hero {
    position: relative;
    margin-bottom: 0;
    margin-top: 100px;
}

.rafting-hero-overlay {
    position: relative;
}

.rafting-hero-overlay h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    font-weight: 700;
}

.rafting-hero-overlay img {
    height: 60vh;
    object-fit: cover;
    width: 100%;
}

#inner-nav {
    z-index: 10
}

#inner-nav .nav-link {
    color: #444;
    font-weight: 600;
    transition: all 0.3s ease;
}

#inner-nav .nav-link:hover {
    color: #6b8e7f;
}

#inner-nav .nav-link.active {
    background-color: #6b8e7f;
    color: white;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.card-img-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card:hover .card-img-overlay {
    opacity: 1;
}

.card-img-top {
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}

.card-title {
    font-weight: 700;
    color: #333;
}

.card-body {
    padding-bottom: 0.5rem;
}

.table td {
    padding: 0.5rem;
    vertical-align: middle;
}

.table i {
    color: #6b8e7f;
}

.ratio {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ratio:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.2) !important;
}

/* Groups Page Styles */
.groups-hero-overlay img {
    height: 60vh;
    object-fit: cover;
}

.intro-content {
    font-size: 1.1rem;
    line-height: 1.6;
}

.booking-info {
    background-color: #f5f3f0;
    position: relative;
}

.booking-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, white, rgba(245, 243, 240, 0));
}

.booking-info-image {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    overflow: hidden;
    border: 5px solid white;
}

.booking-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-info-content {
    color: #444;
    font-size: 1.1rem;
    line-height: 1.6;
}

.custom-outing-info {
    background-color: #f5f3f0;
}

.custom-outing-content {
    background-color: white;
    line-height: 1.6;
}

.cta-box {
    background-color: #f4e8dc;
    border: 1px solid #c47456;
    transition: all 0.3s ease;
}

.cta-box:hover {
    background-color: #ead6c4;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.cta-box a {
    color: #c47456;
    font-weight: 600;
}

.image-gallery {
    background-color: #f8f9fa;
}

.image-container {
    height: 300px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.image-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.image-container:hover img {
    transform: scale(1.05);
}

.contact-form-section {
    background-color: #f5f3f0;
}

.contact-form-intro {
    background-color: white;
}

.form-image {
    height: 250px;
    overflow: hidden;
}

.form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-container input,
.form-container textarea,
.form-container select {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
}

.form-container input[type="submit"] {
    background-color: #c47456;
    color: white;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-container input[type="submit"]:hover {
    background-color: #b36648;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .groups-hero-overlay img {
        height: 50vh;
    }
    
    .image-container {
        height: 250px;
    }
}
/* Hero Image Responsive Display */
.hero-image-mobile {
    display: none;
}

.hero-image-desktop {
    display: block;
}
@media (max-width: 767.98px) {
    .groups-hero-overlay img {
        height: 40vh;
    }
     .hero-image-mobile {
        display: block;
    }
    
    .hero-image-desktop {
        display: none;
    }
    .booking-info-image {
        max-width: 200px;
        margin-bottom: 20px;
    }
    
    .image-container {
        height: 200px;
        margin-bottom: 20px;
    }
	
	.rafting-hero {
    position: relative;
    margin-bottom: 0;
    margin-top: 90px;
}
}

/* Camps Page Styles */
.employment-button {
    top: 20px;
    right: 0;
    z-index: 5;
}

@media (max-width: 767.98px) {
    .employment-button {
        top: 10px;
    }
    
    .employment-button .btn {
        font-size: 0.8rem;
        padding: 0.375rem 0.75rem;
    }
	
	    .register-button {
        bottom: 10px; z-index: 9999;
    }
    
    .register-button .btn {
        font-size: 0.8rem;
        padding: 0.375rem 0.75rem;
    }
	
	header.main {
    height:90px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    background-color: #4a5d6a;
}
	
	.homepage-hero {
    position: relative;
    width: 100%;
    margin-top:90px;
    overflow: hidden;
}
	
}

#faqs p {
    margin-bottom: 1rem;
}

#faqs h3, 
#faqs h4 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #444;
}

#faqs ul, 
#faqs ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

#faqs .bg-light {
    background-color: #f8f9fa;
}

.card-title a {
    color: #2c2418;
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: #c47456;
}

.table i.fa-child {
    color: #6b8e7f;
}

.table i.fa-tags {
    color: #c47456;
}

.card .position-relative {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    overflow: hidden;
}

/* Pricing Card Styles */
.pricing-card-container {
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

.pricing-highlight-card {
    border-left: 4px solid #c47456;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.pricing-amount {
    font-weight: 700;
    color: #444;
}

.pricing-amount i {
    color: #c47456;
}

/* Primary Color Override */
.bg-primary {
    background-color: #4a5d6a!important;
}

.list-group-item.active {
background-color: #a35a3c !important;
	border-color: #a35a3c !important;}

/* Button Styles */
.btn-primary,
.btn-success,
.card-img-overlay .btn,
.company-story-button,
.btn-outline-primary,
.nav-pills .nav-link.active {
    background-color: #c47456 !important;
    border-color: #c47456 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: ff-good-headline-web-pro, sans-serif;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover,
.btn-success:hover,
.card-img-overlay .btn:hover,
.company-story-button:hover,
.btn-outline-primary:hover,
.btn-primary:focus,
.btn-success:focus,
.btn-outline-primary:focus,
.card-img-overlay .btn:focus,
.company-story-button:focus,
.nav-pills .nav-link:hover {
    background-color: #b36648 !important;
    border-color: #b36648 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.btn-primary:active,
.btn-success:active,
.card-img-overlay .btn:active,
.company-story-button:active {
    background-color: #a35a3c !important;
    border-color: #a35a3c !important;
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-link {
    border-radius: 4px;
    margin: 0 5px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.nav-pills .nav-link:hover:not(.active) {
    background-color: rgba(196, 116, 86, 0.1);
    color: #c47456;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .rafting-hero-overlay h1 {
        font-size: 2.5rem;
    }
    
    .rafting-hero-overlay img {
        height: 50vh;
    }
}

@media (max-width: 767.98px) {
    .rafting-hero-overlay h1 {
        font-size: 2rem;
    }
	
	.rafting-hero-overlay h1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    transform:translate(0%, 50%);
    z-index: 2;
    width: 95%;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    font-weight: 700;
}
    
    .rafting-hero-overlay img {
        height: 40vh;
    }
    
    .card-img-top {
        height: 180px;
    }
}

/* -----------------------------------------------------
   25. Media Queries - Desktop Breakpoints
   ----------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1599px) {
    .curr_details {
        max-width: 1140px;
        margin-top: -150px;
    }
}

@media (min-width: 1600px) and (max-width: 1899px) {
    .curr_details {
        max-width: 1140px;
        margin-top: -250px;
    }
}

@media (min-width: 1900px) and (max-width: 2299px) {
    .curr_details {
        max-width: 1140px;
        margin-top: -300px;
    }
}

@media (min-width: 2300px) {
    .curr_details {
        max-width: 1140px;
        margin-top: -500px;
    }
}

@media (max-width: 1199px) {
    .curr_details {
        max-width: 1140px;
        margin-top: -50px;
    }
    
    .cliomb_fix img {
        object-fit: cover;
        width: 100%;
        height: 440px;
    }
    
    .current_body h1 {
        font-size: 80px;
        font-family: ff-good-headline-web-pro, sans-serif;
        text-shadow: 0 1px 3px rgba(0, 0, 0, .9), 0 0 30px rgba(0, 0, 0, .075);
        -webkit-font-smoothing: antialiased;
        color: #ffffff;
    }
}

@media only screen and (max-width: 900px) {
    #wp-megamenu-header-menu > .wpmm-nav-wrap ul.wp-megamenu > li > a {
        font-family: ff-good-headline-web-pro, sans-serif;
        color: #2c2418 !important;
        font-size: 15px !important;
        font-weight: 400;
        text-transform: uppercase;
        padding-right: 10px;
        padding-left: 10px !important;
        margin-top: 7px;
        margin-bottom: 6px;
    }
    
    h1 {
        font-size: 80px;
    }
    
    .main_bod_overlay {
        z-index: 100;
        color: #ffffff;
        text-shadow: 0 3px 9px rgba(0, 0, 0, .8), 0 0 30px rgba(0, 0, 0, .075);
        left: 0;
        right: 0;
        -webkit-font-smoothing: antialiased;
    }
    
    .orange_block {
        margin-left: 20px;
        margin-right: 20px;
        background-color: #c47456;
        font-size: 25px;
        color: #ffffff;
        text-shadow: 0 3px 9px rgba(0, 0, 0, .8), 0 0 30px rgba(0, 0, 0, .075);
    }
}

@media only screen and (min-width: 769px) {
    .logo img {
        max-width: 110px;
        min-height: 110px;
    }
}

/* -----------------------------------------------------
   26. Mobile Styles (768px and below)
   ----------------------------------------------------- */
@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }
    
    h2 {
        font-size: 22px;
    }
    
    p {
        font-size: 14px;
    }
    
    .navbar-brand img {
        height:49px;
    
    .logo img {
        max-width: 74px;
        min-height: 74px;
    }
    
    header.main .nav_container {
        left: 74px;
        padding-right: 74px;
        border-bottom: 1px solid #566e7a;
        height: 74px;
    }
    
    .title_back {
        display: none;
    }
    
    .title_main {
        position: relative;
        height: 70px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .mobile_home_h1 {
        font-size: 40px;
        text-shadow: 0 3px 6px rgba(0, 0, 0, .99), 0 0 30px rgba(0, 0, 0, .099);
        -webkit-font-smoothing: antialiased;
    }
    
    .cliomb_fix img {
        object-fit: cover;
        width: 100%;
        height: 540px;
    }
    
    .mast_images_camps img {
        position: relative;
        object-fit: cover;
        width: 100%;
        height: 450px;
    }
    
    .main_bod_overlay img {
        object-fit: cover;
        width: 100%;
        height: 340px;
    }
    
    .updated_grid h3 {
        line-height: 45px;
        font-size: 45px;
    }
    
    .gift_badge {
        background-color: #c47456;
        font-size: 12px;
        margin-right: 5px !important;
    }
    
    .testimonial-slider__quote p {
        font-size: 1.40rem;
    }
    
    .home_bod_book_now {
        margin-top: 15px;
    }
    
    .home_bod_book_now a {
        padding: 7px 20px;
        font-size: 18px;
    }
    
    .home_bod_book_now_news a {
        padding: 10px;
        font-size: 12px;
    }
    
    .sale_pop {
        padding: 10px;
        background: linear-gradient(90deg, rgba(196, 116, 86, 1) 11%, rgba(107, 142, 127, 1) 67%);
    }
    
    .sale_prop {
        font-size: 25px;
        margin-top: 10px;
    }
    
    .sale_prop span {
        font-size: 25px;
    }
    
    .sale_btun a {
        background-color: #c47456;
        border-color: #c47456;
    }
    
    .sale_content h2 {
        font-size: 30px;
    }
    
    .sale_content h3 {
        font-size: 25px;
    }
    
    #close_pop {
        right: 20px;
    }
    
    .home-intro {
        padding-top: 110px;
    }
    
    .home-intro .frame_overlay {
        top: 40px;
    }
    
    .home-intro .frame_overlay h2 {
        font-size: 18px;
        margin-top: 10px;
    }
    
    .home_slider_img .frame_overlay {
        top: 40px;
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }
    
    .slick-dots {
        display: none;
    }
    
    .slick-prev:before,
    .slick-next:before {
        color: #ffffff !important;
    }
    
    .home_features {
        margin-top: 20px;
        padding: 10px;
    }
    
    .home_features h4 {
        font-size: 28px;
        line-height: 35px;
    }
    
    .home_feature_overlay_right_top h4 {
        font-size: 35px;
    }
    
    .mobile_features {
        margin-left: 13px;
        padding-right: 2px;
        padding-top: 4px;
    }
    
    .camp_hiring {
        top: inherit;
        bottom: 10px;
        background-color: #c47456;
        border-color: #c47456;
    }
    
    .camps-hiring-title {
        font-size: 20px;
    }
    
    .camp_h2 {
        font-size: 40px;
    }
    
    #alert_pop {
        background-color: #c47456;
    }
    
    footer.foot_main {
        padding: 10px;
        background-color: #3d3429;
    }
    
    .fot_social_title {
        font-size: 18px;
    }
    
    .fot_social a {
        font-size: 35px;
    }
    
    .fot_social a:hover {
        color: #d4a574;
    }
    
    footer.foot_main h5 {
        font-size: 25px;
    }
    
    .fot_menu_items {
        font-size: 14px;
        padding: 0px;
    }
}

.is_stuck {
    z-index: 998 !important;
}