
    
    .booknow_prop_theme
    {
    
        /* HEADER BANNER */
        --top-border-color : #b99470;
        --top-bar-bg-color : #ffffff;
        --top-bar-text-color : #333333;
    
        /* TOP BUTTON */
        --top-bar-button-bg-color : #b99470;
        --top-bar-button-text-color : #FFFFFF;
    
        /* SEARCH BAR */
        --search-bar-bg-color : #f0f0f0;
        --search-btn-bg-color : #b99470;
    
        /* CALENDAR */
        --calendar-top-bg-color : #b99470;
        --calendar-footer-bg-color : #9d9d9d;
    
        /* FOOTER */
        --footer-bg-color : #eae6e6;
        --bottom-bar-bg-color : #b99470;
    
        /* <---- Transparent Colors ----> */
    
        /* HEADER BANNER */
        --top-border-color--transparent : rgba(185, 148, 112, 0.55);
        --top-bar-bg-color--transparent : rgba(255, 255, 255, 0.55);
        --top-bar-text-color--transparent : rgba(51, 51, 51, 0.55);
    
        /* TOP BUTTON */
        --top-bar-button-bg-color--transparent : rgba(185, 148, 112, 0.55);
        --top-bar-button-text-color--transparent : rgba(255, 255, 255, 0.55);
    
        /* SEARCH BAR */
        --search-bar-bg-color--transparent : rgba(240, 240, 240, 0.55);
        --search-btn-bg-color--transparent : rgba(185, 148, 112, 0.55);
    
        /* CALENDAR */
        --calendar-top-bg-color--transparent : rgba(185, 148, 112, 0.55);
        --calendar-footer-bg-color--transparent : rgba(157, 157, 157, 0.55);
    
        /* FOOTER */
        --footer-bg-color--transparent : rgba(234, 230, 230, 0.55);
        --bottom-bar-bg-color--transparent : rgba(185, 148, 112, 0.55);
    }
    
    
?>

#header{

    border-top-color: #b99470;

    background-color: #ffffff;

}

.page-wrap{

    background-color: #fff;

    background-image: url('/look_feel/textures/asanoha-400px.png');

    color: #333;

    
}

.branding,

.prop-contact .fa,

.prop-contact__phone,

.prop-contact .show-map,

.prop-contact .my-bookings-trigger,

.my-bookings__options a,

#languageOptions
{

    background-color: #b99470;
    color : #FFFFFF;

}

.prop-contact span, .prop-contact a,
.branding a
{
    color : #FFFFFF;
}

.branding .location
{
    color : rgba(255, 255, 255, 0.55);
}

.b247-searchbox{

    background-color: #f0f0f0;

}

.b247-searchbox .btn{

    background-color: #b99470;

    border-color: #b99470;

}

.cal-nav{

    background-color: #b99470;

}

.b247-calendar__footer{

    background-color: #9d9d9d;

}

<!-- .contact-details{

    background-color: #eae6e6;

} -->

.contact-details {

    background-color: #b99470;

}

@media only screen and (max-width : 767.80px)
{
    .map-link-sm
    {
        background-color : #FFFFFF;
        color : #b99470;
    }

    .map-link-sm a
    {
        color : #b99470!important;
    }

    .navbar-toggle
    {
        background-color : #FFFFFF;
        color : #b99470;
    }
}
