
    
    .booknow_prop_theme
    {
    
        /* HEADER BANNER */
        --top-border-color : #bc6243;
        --top-bar-bg-color : #fbf6ee;
        --top-bar-text-color : #45382b;
    
        /* TOP BUTTON */
        --top-bar-button-bg-color : #bc6243;
        --top-bar-button-text-color : #fbf6ee;
    
        /* SEARCH BAR */
        --search-bar-bg-color : #eae0d2;
        --search-btn-bg-color : #bc6243;
    
        /* CALENDAR */
        --calendar-top-bg-color : #6f7c53;
        --calendar-footer-bg-color : #eae0d2;
    
        /* FOOTER */
        --footer-bg-color : #45382b;
        --bottom-bar-bg-color : #45382b;
    
        /* <---- Transparent Colors ----> */
    
        /* HEADER BANNER */
        --top-border-color--transparent : rgba(188, 98, 67, 0.55);
        --top-bar-bg-color--transparent : rgba(251, 246, 238, 0.55);
        --top-bar-text-color--transparent : rgba(69, 56, 43, 0.55);
    
        /* TOP BUTTON */
        --top-bar-button-bg-color--transparent : rgba(188, 98, 67, 0.55);
        --top-bar-button-text-color--transparent : rgba(251, 246, 238, 0.55);
    
        /* SEARCH BAR */
        --search-bar-bg-color--transparent : rgba(234, 224, 210, 0.55);
        --search-btn-bg-color--transparent : rgba(188, 98, 67, 0.55);
    
        /* CALENDAR */
        --calendar-top-bg-color--transparent : rgba(111, 124, 83, 0.55);
        --calendar-footer-bg-color--transparent : rgba(234, 224, 210, 0.55);
    
        /* FOOTER */
        --footer-bg-color--transparent : rgba(69, 56, 43, 0.55);
        --bottom-bar-bg-color--transparent : rgba(69, 56, 43, 0.55);
    }
    
    
?>

#header{

    border-top-color: #bc6243;

    background-color: #fbf6ee;

}

.page-wrap{

    background-color: #fbf6ee;

    background-image: url('/');

    color: #45382b;

    
}

.branding,

.prop-contact .fa,

.prop-contact__phone,

.prop-contact .show-map,

.prop-contact .my-bookings-trigger,

.my-bookings__options a,

#languageOptions
{

    background-color: #bc6243;
    color : #fbf6ee;

}

.prop-contact span, .prop-contact a,
.branding a
{
    color : #fbf6ee;
}

.branding .location
{
    color : rgba(251, 246, 238, 0.55);
}

.b247-searchbox{

    background-color: #eae0d2;

}

.b247-searchbox .btn{

    background-color: #bc6243;
    color : #ffffff;
    border-color: #bc6243;

}

.cal-nav{

    background-color: #6f7c53;

}

.b247-calendar__footer{

    background-color: #eae0d2;

}

<!-- .contact-details{

    background-color: #45382b;

} -->

.contact-details {

    background-color: #45382b;

}

@media only screen and (max-width : 767.80px)
{
    .map-link-sm
    {
        background-color : #fbf6ee;
        color : #bc6243;
    }

    .map-link-sm a
    {
        color : #bc6243!important;
    }

    .navbar-toggle
    {
        background-color : #fbf6ee;
        color : #bc6243;
    }
}
