/*
Theme Name: Philoxenia Child
Theme URI: http://www.cssigniter.com/ignite/themes/philoxenia
Description: a WordPress theme for Hotels / Motels
Template: wp_philoxenia5-v2.3
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Version: 2.3
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Booking box / form */
#booking form {
	line-height: 1;
	padding:20px 30px;
	text-align:center;
}
#booking form div{margin-left:auto;margin-right:auto;}
#booking form > div {
    float: none; 
    position: relative;
    margin-right: 2%;
}
#booking form select { display:inline-block; background: #232323; color: #eccd8e; border:none; font-size:14px; padding:10px; height:34px; line-height: 1; border-radius:2px; box-shadow: 0 0 5px rgba(255,255,255,0.8); }

#booking label { display:block; margin-bottom:5px; font-family: "Droid Sans", sans-serif; font-size:12px; font-weight:700; }
#booking input[type="text"] { border:none; font-size:14px; padding:10px; height:34px; line-height: 1; border-radius:2px; box-shadow: 0 0 5px rgba(255,255,255,0.8); width:100px; }
#booking button { background: none; box-shadow: none; height:auto; padding:0; margin:0; position:absolute; right:8px; bottom:9px; font-size:16px; }
#booking span {font-size: 14px;
    font-family: "Droid Serif", serif;
    vertical-align: middle;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #232323;}
#booking .arrival, #booking .departure { width:20%; }
#booking .adults, #booking .children { width:15%; }
#booking .bookbtn { width:22%; height:54px; }
#booking .bookbtn input {
	border-radius:2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position:absolute;
	bottom:4px;
	right:0;
	height:34px;
	padding: 8px 20px 11px;
}
#booking-form select { }
#booking-form fieldset > div { position: relative; min-height: 50px; }
#booking-form .ui-datepicker-trigger { position: absolute; bottom: -1px; right: 15px; }
#booking-form input[type="text"], #booking-form .dk_theme_ci.dk_container { }
#booking-form textarea { margin-bottom: 25px; }
#formsuccess { padding: 25px; background: #62943B; }

/*