.osano-cm-widget {display: none;}

/*------ Sitewide Banner ------*/
font and background color
.ctaNav {
    background: #245c5e;
    color: #ede6de;
    padding: 10px 0;
    width: 100%;
}
.ctaNav .blockInnerContent {
    text-align: center;
    font-size: 16px;
}
.ctaNav .blockInnerContent a {
    color: #ede6de;
    text-decoration: underline;
}
.ctaNav .blockText {
    padding-right: 4%;
    padding-left: 4%;
}
/*-------------------------------*/
/*--------------- MODAL ---------------*/
#page_e513d0e873644495b20d9c4d410bfcac .blockWrap_f23fc2c55fd94c9e936cb5fd7808df7c {
    display: block !important;
}
.blockWrap_f23fc2c55fd94c9e936cb5fd7808df7c {
    display: none;
}
#popupWrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(36,92,94,.75);
}
#popup {
    max-width: 400px;
    background: #ede6dd;
    margin: auto;
    width: 92%;
    top: 50%;
    position: fixed;
    left: 0;
    right: 0;
    padding: 20px 30px 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    border: 7px #245c5e double;
}
.popupBg {
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.close-button {
    position: absolute;
    right: 24px;
    top: 20px;
    cursor: pointer;
}
.close-button img {
    width: 20px;
    height: 20px;
}
#popup h1 {
    font-size: 26px;
    margin-bottom: .2em;
    text-transform: capitalize;
}
#popup p {
    margin: .75em 0 1.5em;
}
#popup p:last-child {
    margin: .75em 0 0;
}
.popup .blockContent .blockImg {
    padding-bottom: 0 !important;
}
@media only screen and (max-width: 480px) {
    #popup {
        max-width: 290px;
        width: 100%;
    }
}
/*-------------END MODAL ---------------*/
/*---------HEADER & NAV----------*/
@media only screen and (min-width: 768px) {
    .headerAndNavContainer.fixedNav {
        max-width: 100%;
        width: 100%;
        left: 0;
        right: 0;
    }
}
@media only screen and (min-width: 1227px) {
    .headerAndNavContent {
        padding-bottom: 60px;
    }
}
/*@media only screen and (min-width: 1410px) {*/
/*    .headerAndNavContainer {*/
/*        padding-bottom: 20px;*/
/*    }*/
    /*.ctaNav {*/
    /*    margin-bottom: 20px;*/
    /*}*/
/*}*/
@media only screen and (min-width: 1625px) {
    .headerAndNavContent {
        padding-top: 40px;
    }
    .ctaNav {
        margin-bottom: 0px;
    }
}
.headerAndNavContainer{
    padding-top: 0px !important;
}
/*----------FOOTER-------------*/
.blockWrap_cd8c6954eeeb43528485dea859150518 {
    width: 100% !important;
    padding-top: 1em !important;
}
.blockWrap_cd8c6954eeeb43528485dea859150518 .blockInnerContent a {
    text-decoration: none;
}
/*----------OFFERS PAGE---------*/
/*hide thumbnail block internal page*/
.blockWrap_BZUMEiSQmYXFPKf3 {
    display: none;
}
/*---------EVENTS PAGE-------*/
@media only screen and (min-width: 769px) {
/*events list same height*/
    .items_a56f0ba5803d4f4b8d982bcda6e3132f {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}
/*MOBILE ONLY BOOKING BUTTON*/
#page_b394aedb74aa4e79b2ce52de34023631 .blockWrap_b5a2bb5cfc4742c5afbc7b18776ce77f {
    display: none;
}
@media only screen and (min-width: 768px) {
    /*mobile fixed book now button*/    
    .footerContent .blockWrap_b5a2bb5cfc4742c5afbc7b18776ce77f {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
/*mobile fixed book now button*/    
    .footerContent .blockWrap_b5a2bb5cfc4742c5afbc7b18776ce77f {
        display: block;
        position: fixed;
        bottom: 2%;
        left: 0;
        right: 0;
    }
    .block_b5a2bb5cfc4742c5afbc7b18776ce77f a.button {
        color: #ede6dd;
        background-color: #245c5e;
        width: 92%;
    }
    .block_b5a2bb5cfc4742c5afbc7b18776ce77f a.button:hover {
        color: #ffffff;
    }
}