
    
    .booknow_prop_theme
    {
    
        /* HEADER BANNER */
        --top-border-color : #6e7a50;
        --top-bar-bg-color : #a4b677;
        --top-bar-text-color : #333333;
    
        /* TOP BUTTON */
        --top-bar-button-bg-color : #dd9f3b;
        --top-bar-button-text-color : #FFFFFF;
    
        /* SEARCH BAR */
        --search-bar-bg-color : #e0e0e0;
        --search-btn-bg-color : #449d44;
    
        /* CALENDAR */
        --calendar-top-bg-color : #6d794f;
        --calendar-footer-bg-color : #f2cc72;
    
        /* FOOTER */
        --footer-bg-color : #9fb46a;
        --bottom-bar-bg-color : #6e7a50;
    
        /* <---- Transparent Colors ----> */
    
        /* HEADER BANNER */
        --top-border-color--transparent : rgba(110, 122, 80, 0.55);
        --top-bar-bg-color--transparent : rgba(164, 182, 119, 0.55);
        --top-bar-text-color--transparent : rgba(51, 51, 51, 0.55);
    
        /* TOP BUTTON */
        --top-bar-button-bg-color--transparent : rgba(221, 159, 59, 0.55);
        --top-bar-button-text-color--transparent : rgba(255, 255, 255, 0.55);
    
        /* SEARCH BAR */
        --search-bar-bg-color--transparent : rgba(224, 224, 224, 0.55);
        --search-btn-bg-color--transparent : rgba(68, 157, 68, 0.55);
    
        /* CALENDAR */
        --calendar-top-bg-color--transparent : rgba(109, 121, 79, 0.55);
        --calendar-footer-bg-color--transparent : rgba(242, 204, 114, 0.55);
    
        /* FOOTER */
        --footer-bg-color--transparent : rgba(159, 180, 106, 0.55);
        --bottom-bar-bg-color--transparent : rgba(110, 122, 80, 0.55);
    }
    
    
?>

#header{

    border-top-color: #6e7a50;

    background-color: #a4b677;

}

.page-wrap{

    background-color: #f4f4f4;

    background-image: url('/');

    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: #dd9f3b;
    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: #e0e0e0;

}

.b247-searchbox .btn{

    background-color: #449d44;

    border-color: #449d44;

}

.cal-nav{

    background-color: #6d794f;

}

.b247-calendar__footer{

    background-color: #f2cc72;

}

<!-- .contact-details{

    background-color: #9fb46a;

} -->

.contact-details {

    background-color: #6e7a50;

}

@media only screen and (max-width : 767.80px)
{
    .map-link-sm
    {
        background-color : #FFFFFF;
        color : #dd9f3b;
    }

    .map-link-sm a
    {
        color : #dd9f3b!important;
    }

    .navbar-toggle
    {
        background-color : #FFFFFF;
        color : #dd9f3b;
    }
}
