/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.15.2
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.nav-dropdown{
	padding: 10px;
}
.nav-dropdown a{
	font-size: 14px;
}
.booking_form {
    right: 30px;
    top: 30px;
    background: rgba(0, 0, 0, .5);
    width: 250px;
    padding: 14px 15px;
    z-index: 5;
    position: absolute;
    color: #fff;
}
.booking_form h3, .booking_form label{
	color: #fff;
} 
.booking_form input, .booking_form select{
	font-size: 14px;
	width: 100%;
	margin-bottom: 5px;
}
.booking_form h3{
	margin-bottom: 5px;
}
#form-submit{
	width: 100%;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	background: #ef7e08;
}
.box_number_of_persons {
	display: flex;
	justify-content: center;
	align-self: center;
}
.box_number_of_persons label{
	white-space: nowrap;
	padding-right: 15px;
}
