/**
Theme Name: PHP Jabbers
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: php-jabbers
Template: astra
*/
/* WRAPPER BOX */
.pjRbReservationDetails {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
	width: 50%;
    margin: auto;
}
#pjWrapperRestaurant_theme5 .pjRbReservationDetails dt {
    text-align: left !important;
	    border-right: 1px solid #f0f0f0 !important;
}
#rbDepositBox {
    background-color: #bc5625;
    padding: 20px 0;
    width: 50%;
    margin: auto;
}
#rbDepositBox dl.dl-horizontal {
    padding: 0;
}
#rbDepositBox p.text-center, #rbDepositBox dl.dl-horizontal dt, #rbDepositBox dl.dl-horizontal dd {
    color: #fff !important;
}
#pjWrapperRestaurant_theme5 .pjRbFormReservation dl {
    padding-bottom: 0 !important;
}
#pjWrapperFoodDelivery_theme2 #fdTypeMap_8592 {
    display: none;
}
/* Remove blue background from items */
.pjRbReservationDetails li {
    background: none !important;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

/* Last item no border */
.pjRbReservationDetails li:last-child {
    border-bottom: none;
}

/* Labels (Date and Time, Table for…) */
.pjRbReservationDetails dt {
    font-size: 15px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 4px;
}

/* Values */
.pjRbReservationDetails dd {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-left: 0;
}

/* Selection change link */
.pjRbReservationDetails a {
    color: #0b74d4;
    font-weight: 600;
    text-decoration: underline;
}

/* Number box styling */
.pjRbReservationDetails .form-control,
.pjRbReservationDetails input,
.pjRbReservationDetails select {
    border-radius: 8px !important;
    padding: 6px 12px !important;
    border: 1px solid #cccccc !important;
}

/* Improve spacing on small screens */
@media (max-width: 600px) {
    .pjRbReservationDetails {
        padding: 20px;
    }
    .pjRbReservationDetails dt {
        font-size: 14px;
    }
    .pjRbReservationDetails dd {
        font-size: 15px;
    }
}
