
    
    .booknow_prop_theme
    {
    
        /* HEADER BANNER */
        --top-border-color : #fffefe;
        --top-bar-bg-color : #ffffff;
        --top-bar-text-color : #171717;
    
        /* TOP BUTTON */
        --top-bar-button-bg-color : #ffffff;
        --top-bar-button-text-color : #171717;
    
        /* SEARCH BAR */
        --search-bar-bg-color : #e7e7e7;
        --search-btn-bg-color : #171717;
    
        /* CALENDAR */
        --calendar-top-bg-color : #171717;
        --calendar-footer-bg-color : #171717;
    
        /* FOOTER */
        --footer-bg-color : #e7e7e7;
        --bottom-bar-bg-color : #171717;
    
        /* <---- Transparent Colors ----> */
    
        /* HEADER BANNER */
        --top-border-color--transparent : rgba(255, 254, 254, 0.55);
        --top-bar-bg-color--transparent : rgba(255, 255, 255, 0.55);
        --top-bar-text-color--transparent : rgba(23, 23, 23, 0.55);
    
        /* TOP BUTTON */
        --top-bar-button-bg-color--transparent : rgba(255, 255, 255, 0.55);
        --top-bar-button-text-color--transparent : rgba(23, 23, 23, 0.55);
    
        /* SEARCH BAR */
        --search-bar-bg-color--transparent : rgba(231, 231, 231, 0.55);
        --search-btn-bg-color--transparent : rgba(23, 23, 23, 0.55);
    
        /* CALENDAR */
        --calendar-top-bg-color--transparent : rgba(23, 23, 23, 0.55);
        --calendar-footer-bg-color--transparent : rgba(23, 23, 23, 0.55);
    
        /* FOOTER */
        --footer-bg-color--transparent : rgba(231, 231, 231, 0.55);
        --bottom-bar-bg-color--transparent : rgba(23, 23, 23, 0.55);
    }
    
    
?>

#header{

    border-top-color: #fffefe;

    background-color: #ffffff;

}

.page-wrap{

    background-color: #fff;

    background-image: url('/');

    color: #171717;

    
}

.branding,

.prop-contact .fa,

.prop-contact__phone,

.prop-contact .show-map,

.prop-contact .my-bookings-trigger,

.my-bookings__options a,

#languageOptions
{

    background-color: #ffffff;
    color : #171717;

}

.prop-contact span, .prop-contact a,
.branding a
{
    color : #171717;
}

.branding .location
{
    color : rgba(23, 23, 23, 0.55);
}

.b247-searchbox{

    background-color: #e7e7e7;

}

.b247-searchbox .btn{

    background-color: #171717;

    border-color: #171717;

}

.cal-nav{

    background-color: #171717;

}

.b247-calendar__footer{

    background-color: #171717;

}

<!-- .contact-details{

    background-color: #e7e7e7;

} -->

.contact-details {

    background-color: #171717;

}

@media only screen and (max-width : 767.80px)
{
    .map-link-sm
    {
        background-color : #171717;
        color : #ffffff;
    }

    .map-link-sm a
    {
        color : #ffffff!important;
    }

    .navbar-toggle
    {
        background-color : #171717;
        color : #ffffff;
    }
}
