/*
Theme Name: 3 West
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/*ADA STYLES*/
.ada-label {
    font-size: 0;
    height: 1px;
    overflow: hidden;
    display: inline;
}


/* Custom Styles */

.nav-book {
    display: none;
    float: right;
    padding: 0.5em;
    margin-right: 0.75em;
}

.nav-book__link {
    display: inline-block;
    color: black;
    background-color: #f2f2f2;
    font-weight: bold;
    padding: 0.5em 0.75em;
}

.nav-book__link:hover {
    background-color: #fff;
    text-decoration: none;
}

/* Display the "Book a Stay" button on larger screen sizes,
 but just show the link in the side bar for small screen sizes. */
@media (min-width: 1240px) {
    .nav-book {
        display: flex;
        gap: 0.75rem;
    }

    .nav-menu-book {
        display: none !important;
    }
}


.guestroom-button .button {
    background-color: #22376E !important;
    color: white !important;
    box-shadow: 0px 3px 15px 3px #0004;
    transition: all 200ms;
}

.guestroom-button .button:hover {
    background-color: #2a4485 !important;
}

.custom-cta-banner {
    background: #2c3e50; /* Adjust to match your coop colors */
    color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    margin: 30px 0;
    text-align: center;
}

.custom-cta-banner h3 {
    color: #ffffff !important;
    margin-top: 0;
    font-size: 24px;
}

.cta-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.cta-btn {
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

.cta-btn.primary { background: #c99a57; color: #fff; }
.cta-btn.secondary { background: #fff; color: #2c3e50; }