/*
Theme Name: Villa Olivo BKP
Theme URI: https://themes.themegoods.com/hoteller/landing
Description: Adapted child theme based on Hoteller 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
*/

.singleroom_price_per_label {

    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
	clear: both;
    text-align: right;
	width: 90%;
	margin-bottom: 10px;
	
}

@media only screen and (max-width: 960px) {
	.singleroom_price_per_label {

		text-align: center;
		width: 100%;
	
	}
	
}

#page_content_wrapper p.amenity_title, .page_content_wrapper p.amenity_title {
	padding-top: 0px;
	font-size: 20px;
	font-weight: 600;
	margin-left: -1.8em;
}

.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup .datepick-month td .mphb-booked-date {
	color: red;
}

/*
Remove the pointless <br> and <p> tags that Motopress seems to add to the checkout form.
*/
.mphb_sc_checkout-form p br {
	display: none;
}
label p {
	display: inline;
}

/*
Hide any references to the discount coupon code.

Also need to change /wp-content/plugins/motopress-hotel-booking/includes/views/booking-view.php to add the coupon-code-display id to
the appropriate row.
*/
#coupon-code-display {
	display: none !important;
}
#mphb-coupon-details {
	display: none !important;
}

#mphb-price-details table.mphb-price-breakdown .mphb-hide {
    display: table-row !important;
}

#mphb-price-details table.mphb-price-breakdown .mphb-price-breakdown-expand .mphb-inner-icon,
#mphb-price-details table.mphb-price-breakdown .mphb-price-breakdown-expand .mphb-inner-icon.mphb-hide {
	display: none !important
}

/*
Hoteller plugin displays incorrect total for subtotal, so going to hide it.

Also need to change /wp-content/plugins/motopress-hotel-booking/includes/views/booking-view.php to add the .broken-subtotal class to
the appropriate row.
*/
#mphb-price-details table.mphb-price-breakdown .broken-subtotal {
    display: none !important;
}

.mphb_sc_checkout-form p.mphb-guest-name-wrapper {
	display: none;
}

.mphb_sc_checkout-form a.mphb-terms-and-conditions-link {
	font-weight:bold;
	text-decoration: underline;
}