/*
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: block;
    }

    .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;
}