/*
Theme Name:     The Lotus-Heart
Description:    Our version of White Rock
Author:         admin
Template:       white-rock

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/* ------- Reservation Form ------- */
.rtb-booking-form {
  margin: 0 auto;
}
.rtb-booking-form fieldset {
border: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 2em;
width: 280px;
}

.rtb-booking-form label {
    margin-bottom: 0.5em;
}

.rtb-booking-form legend {
padding: 0 0.5em;
font-size: 18px;
}

.rtb-booking-form select {
    padding: 0.5em;
}



.rtb-booking-form button {
	text-decoration:none; line-height:1; cursor: pointer; display:inline-block; 
	padding:12px 18px; 
	font-size:15px;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	text-shadow:none;
	border-left:none; border-right:none; border-top:none;
	margin:0px;
	font-weight:normal;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;  -o-border-radius: 0px;
}


.rtb-booking-form button:hover {
  opacity: 0.8 !important;
}
