/*
Theme Name: Evolve
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Evolve.
Tested up to: 6.3
Requires at least: 4.4
Use it to make something cool, have fun, and share what you've learned with others.
*/

.image-rr {
    padding-bottom: 15px;
}
h2.ttl {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.booking-page-content a.more {
    background: #33da9d;
    padding: 6px 30px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.package-style-one .single-package-style-one .text-box .price-box a.more {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    background: rgb(51 218 157);
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 25px;
    margin-top: 20px;
}
.gallery-gathering {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gallery-gathering .image-container {
    background-size: cover;
    background-position: center center;
    width: 355px;
}
.gallery-gathering .image-container img {
    width:100%;
}
a.theme-btn-default {
    background: #33da9d;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    margin: 0px auto;
    letter-spacing: 2px;
}


@media(max-width:767px) {
    section.about-style-three.sec-pad {
        padding: 40px 0px 40px;
    }
   .gallery-gathering .image-container {
        width: 100%;
    }
    .booking-page .event-main .content-box.left-content {
        padding-right: 0px;
        padding-left: 0px;
    }
    .booking-page .event-main .content-box {
        margin-bottom: 0px;
        padding-right: 0px;
    }
}