.book-now h2 {
    color: white;
    font-weight: 200;
    padding-top: 10px !important;
    padding-bottom: 10px;
    margin-bottom: 13px;
    text-align: center;
}
.book-now a {
    color: white;
    font-size: larger;
}

.book-now h3 {
    text-align: center;
    margin-top: 10px;
    color: white;
    padding-left: 15px;
    font-size: 35px;
}

.no_top_margin {
    margin-top: 0 !important;
}

.shop_desc_long_trail_ttl {
    font-size: 13px;
}

.blt_testimonials {
    height: 70px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.bg-yellow-text {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #d2b63c;
}

.border-yellow-text {
    border-bottom: 1px solid #d2b63c;
    padding-bottom: 5px !important;
}

.bg-red {
    background-color: #8a351f;
}

.mr0 {
    margin-right: 0 !important;
}

.trail-gallery-image {
    width: 100%;
}

.main-menu-full-width {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #ffffff;
}

@media (max-width: 767px) {
    .main-menu-full-width {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.blog-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 360px;
    --min-height: 360px;
    overflow: hidden;
}

.event-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.chat-box {
    position: fixed;
    bottom: 100px;
    right: 0px;
    width: 100px;
    height: 100px;
    background-color: #d2b63c;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    border: 1px solid #ffffff;
}

.expanded {
    width: 400px;
    height: 400px;
    padding: 10px;
    display: flex;
    background-color: #d2b63c;
    color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cta-bg {
    background-image: url(../images/cta/cta_bg_1.jpg);
}
.cta-color-on-dark {
    color: white;
}

.popup {
    vertical-align: middle;
    text-align: center;
}


/* .left-column {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 10px 0 0 10px;
}

.small-box {
    background: #e0e0e0;
    padding: 10px;
    border-radius: 0 10px 0 0;
}

.small-box:last-child {
    border-radius: 0 0 10px 0;
} */
