/*
Theme Name:   Bridge Child
Template: bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Creative Multi-Purpose WordPress Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 16.7
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.booking_date_selector{
    width: 100%;
}
.select_booking_div{
    margin-bottom: 20px;
    margin-top: 20px;
}
.hidden{
    display: none !important;
}
.already_book_values{
    margin-bottom: 20px;
}
.daterangepicker th,.daterangepicker td{
     padding: 0 !important;
}
.daterangepicker td.available {
    color: #000 !important;
}
.daterangepicker td.off.available {
    color: #cfcfcf  !important;
}
label.info_lbl {
    display: block;
    padding: 10px 0 20px 10px;
    font-weight: bold;
    color: red;
    word-break: break-word;
    font-size: 85%;
}
ul.wc_payment_methods.payment_methods.methods {
    display: none;
}

.woocommerce-terms-and-conditions-wrapper {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: #f7f7f7;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
}