
    
    .booknow_prop_theme
    {
    
        /* HEADER BANNER */
        --top-border-color : #2ea4f2;
        --top-bar-bg-color : #ffffff;
        --top-bar-text-color : #ffffff;
    
        /* TOP BUTTON */
        --top-bar-button-bg-color : #cc181e;
        --top-bar-button-text-color : #ffffff;
    
        /* SEARCH BAR */
        --search-bar-bg-color : #2ea4f2;
        --search-btn-bg-color : #cc181e;
    
        /* CALENDAR */
        --calendar-top-bg-color : #2ea4f2;
        --calendar-footer-bg-color : #9d9d9d;
    
        /* FOOTER */
        --footer-bg-color : #eae6e6;
        --bottom-bar-bg-color : #2ea4f2;
    
        /* <---- Transparent Colors ----> */
    
        /* HEADER BANNER */
        --top-border-color--transparent : rgba(46, 164, 242, 0.55);
        --top-bar-bg-color--transparent : rgba(255, 255, 255, 0.55);
        --top-bar-text-color--transparent : rgba(255, 255, 255, 0.55);
    
        /* TOP BUTTON */
        --top-bar-button-bg-color--transparent : rgba(204, 24, 30, 0.55);
        --top-bar-button-text-color--transparent : rgba(255, 255, 255, 0.55);
    
        /* SEARCH BAR */
        --search-bar-bg-color--transparent : rgba(46, 164, 242, 0.55);
        --search-btn-bg-color--transparent : rgba(204, 24, 30, 0.55);
    
        /* CALENDAR */
        --calendar-top-bg-color--transparent : rgba(46, 164, 242, 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(46, 164, 242, 0.55);
    }
    
    
?>

#header{

    border-top-color: #2ea4f2;

    background-color: #ffffff;

}

.page-wrap{

    background-color: #fff;

    background-image: url('/look_feel/images/shape-2622305_1920.jpg');

    color: #333;

    background-attachment: fixed;

                background-size: cover;
}

.branding,

.prop-contact .fa,

.prop-contact__phone,

.prop-contact .show-map,

.prop-contact .my-bookings-trigger,

.my-bookings__options a,

#languageOptions
{

    background-color: #cc181e;
    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: #2ea4f2;

}

.b247-searchbox .btn{

    background-color: #cc181e;

    border-color: #cc181e;

}

.cal-nav{

    background-color: #2ea4f2;

}

.b247-calendar__footer{

    background-color: #9d9d9d;

}

<!-- .contact-details{

    background-color: #eae6e6;

} -->

.contact-details {

    background-color: #2ea4f2;

}

@media only screen and (max-width : 767.80px)
{
    .map-link-sm
    {
        background-color : #ffffff;
        color : #cc181e;
    }

    .map-link-sm a
    {
        color : #cc181e!important;
    }

    .navbar-toggle
    {
        background-color : #ffffff;
        color : #cc181e;
    }
}
