/*
Theme Name: Hoteller Child
Theme URI: https://themes.themegoods.com/hoteller/landing
Description: Premium Photography WordPress Theme
Version: 1.0
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: https://themeforest.net/licenses/regular_extended
Text Domain: hoteller
Template: hoteller
*/


/* Booking fields styling */
.wxc-booking-fields {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background: #f9f9f9;
}
.wxc-booking-fields-title {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.wxc-form-row {
    margin-bottom: 15px;
    clear: both;
}
.wxc-form-row-wide {
    width: 100%;
}
.wxc-form-row-half {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.wxc-form-row-half:nth-child(2n) {
    margin-right: 0;
}
.wxc-form-row label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.wxc-form-row input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
