/* Booking Generator plugin CSS */

#full_width_booking_generator {
	background: #efefef;
	padding: 11px 0 1px 0;
}

#full_width_booking_generator form {
	max-width: 1100px;
	margin: 0 auto;
}

#full_width_booking_generator form p {
	width: 25%;
	display: inline-block;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}

#full_width_booking_generator select {
	max-width: 100%;
}

#full_width_booking_generator p.button {
	text-align: right;
}

.booking_generator {
	position: relative;
	z-index: 1;
}

.booking_generator label {
	display: block;
	padding: 0 0 5px 0;
}

.booking_generator .error {
	color: red;
}

.booking_generator .loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	background: rgba( 255, 255, 255, 0.75);
	background-image: url( ../img/loader.gif );
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 99;

	/*hide until displayed with jS*/
	display: none;
}





/*Miro booking form styles*/


/*Adjust the slider controls position*/
div.et_fullscreen_slider.has-booking-form div.et-pb-controllers {
	bottom: 125px;
	display: none;
}

@media (max-width: 767px) {
	div.et_fullscreen_slider.has-booking-form div.et-pb-controllers {
		display: none;
	}
}

@media ( min-width: 768px ) and ( max-width: 1024px ) and (orientation: portrait) {
	div.et_fullscreen_slider.has-booking-form div.et-pb-controllers {
		display: none;
	}
}
/*Adjust the slider controls position*/


div.miro-booking-form-outer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	background: -moz-linear-gradient(0deg, black, transparent);
	background: -webkit-linear-gradient(0deg, black, transparent);
	background: linear-gradient(0deg, black, transparent);
	padding: 30px 0 25px;
}
/*Miro booking form styles*/

@media screen and (max-width: 991px) {
	div.miro-booking-form-outer {
		padding: 18px 0
	}
}


div.miro-booking-form-outer div.booking_generator {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
}

@media (max-width: 767px) {
	div.miro-booking-form-outer div.booking_generator {
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media ( min-width: 768px ) and ( max-width: 1024px ) and (orientation: portrait) {
	div.miro-booking-form-outer div.booking_generator {
		display: block;
		width: 100%;
		text-align: center;
	}
}








div.miro-booking-form-outer .form-holder {
	max-width: 80%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	div.miro-booking-form-outer .form-holder {
		max-width: none;
		padding: 0 15px;
	}
}

@media ( min-width: 768px ) and ( max-width: 1024px ) and (orientation: portrait) {
	div.miro-booking-form-outer .form-holder {
		max-width: none;
		width: 100%;
		padding: 0 15px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	div.miro-booking-form-outer .form-holder {
		max-width: none;
		width: 100%;
		padding: 0 15px;
		margin: 0 auto;
	}
}


div.miro-booking-form-outer .form-holder ul.holder {
	display: block;
	list-style: none;
	width: 100%;
	padding: 0px;
	margin: 0px
}

div.miro-booking-form-outer .form-holder ul.holder > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px 0 0;
	width: 20%
}


div.miro-booking-form-outer .form-holder ul.holder > li.icon-wrap {
	position: relative;
}

div.miro-booking-form-outer .form-holder ul.holder > li.icon-wrap input {
	padding-left: 30px;
}

div.miro-booking-form-outer .form-holder ul.holder > li.icon-wrap span.dashicons {
	color: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
}


@media screen and (max-width: 991px) {
	div.miro-booking-form-outer .form-holder ul.holder > li.icon-wrap + li.icon-wrap span.dashicons {
		left: 10px;
	}
}



@media screen and (max-width: 991px) {
	div.miro-booking-form-outer .form-holder ul.holder > li {
		display: inline-block;
		padding: 0 0 10px 0;
		width: 25%
	}

	div.miro-booking-form-outer .form-holder ul.holder > li:nth-of-type(2n+0) {
		padding-left: 5px
	}

	div.miro-booking-form-outer .form-holder ul.holder > li:nth-of-type(2n+1) {
		padding-right: 5px
	}
}

@media (max-width: 767px) {
	div.miro-booking-form-outer .form-holder ul.holder > li {
		display: inline-block;
		padding: 0 0 10px 0;
		width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	div.miro-booking-form-outer .form-holder ul.holder > li {
		width: 20%;
	}
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
	div.miro-booking-form-outer .form-holder ul.holder > li {
		width: 20%;
	}
}

div.miro-booking-form-outer .form-holder {
	text-transform: uppercase
}

div.miro-booking-form-outer .form-holder input,
div.miro-booking-form-outer .form-holder select {
	width: 100%;
	background: transparent;
	border: solid 1px #fff;
	color: #fff;
}

div.miro-booking-form-outer .form-holder select {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border-radius: 0!important;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgaWQ9IkxheWVyXzEiICAgZGF0YS1uYW1lPSJMYXllciAxIiAgIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIiAgIHZlcnNpb249IjEuMSIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIgICBzb2RpcG9kaTpkb2NuYW1lPSJkb3dubG9hZC5zdmciPiAgPG1ldGFkYXRhICAgICBpZD0ibWV0YWRhdGE0MjAyIj4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMSIgICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiICAgICBncmlkdG9sZXJhbmNlPSIxMCIgICAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMjciICAgICBpZD0ibmFtZWR2aWV3NDIwMCIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGlua3NjYXBlOnpvb209Ijg0LjMiICAgICBpbmtzY2FwZTpjeD0iMi40NzQ5OTk5IiAgICAgaW5rc2NhcGU6Y3k9IjUiICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy15PSIyNyIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIiAvPiAgPGRlZnMgICAgIGlkPSJkZWZzNDE5MCI+ICAgIDxzdHlsZSAgICAgICBpZD0ic3R5bGU0MTkyIj4uY2xzLTJ7ZmlsbDojNDQ0O308L3N0eWxlPiAgPC9kZWZzPiAgPHRpdGxlICAgICBpZD0idGl0bGU0MTk0Ij5hcnJvd3M8L3RpdGxlPiAgPHBvbHlnb24gICAgIGNsYXNzPSJjbHMtMiIgICAgIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIiAgICAgaWQ9InBvbHlnb240MTk4IiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MSIgLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 100% -10px;
  padding-right:20px;
	background-size: 20px;
	height: 30px;
}

div.miro-booking-form-outer .form-holder select option {
	color: #333;
}

div.miro-booking-form-outer .form-holder .button {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-transform: uppercase;
	padding: 3px 10px 3px;
	letter-spacing: 1px;
	font-size: 13px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	background: rgba(0, 0, 0, .45);
	border: solid 1px #fff;
	color: #fff;
	cursor: pointer;
	transition: background .3s ease-in-out;
	text-align: center;
}

@media (max-width: 767px) {
	div.miro-booking-form-outer .form-holder .button {
		width: 100%;
		text-align: center;
	}
}

@media ( min-width: 768px ) and ( max-width: 1024px ) and (orientation: portrait) {
	div.miro-booking-form-outer .form-holder .button {
		width: 15%;
		text-align: center;
		margin: 0 auto 10px;
	}
}


@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
	div.miro-booking-form-outer .form-holder .button {
		width: 10%;
		text-align: center;
		margin: 0 auto;
		display: inline-block;
	}
}

div.miro-booking-form-outer .form-holder .button:hover {
	background: rgba(0, 0, 0, .85);
}

div.miro-booking-form-outer .form-holder .button i {
	line-height: 22px
}

html.js div.miro-booking-form-outer form label {
	display: none
}

div.miro-booking-form-outer .form-control, div.miro-booking-form-outer input {
	width: 100%;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	height: 30px;
	color: #404040;
	padding: 3px 5px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: inherit;
	font-weight: 400!important;
}

div.miro-booking-form-outer select {
	font-size: 13px;
	font-family: inherit;
	font-weight: 400;
	text-transform: uppercase;
}


/*Styles for joint rooms / people select*/
div.miro-booking-form-outer .form-holder ul.holder li.rooms-list-item,
div.miro-booking-form-outer .form-holder ul.holder li.adults-list-item,
div.miro-booking-form-outer .form-holder ul.holder li.children-list-item {
	display: none;
}




li.rooms-people-select.icon-wrap {
	cursor: pointer;
	width: 20%!important;
}

@media screen and (max-width: 991px) {
	li.rooms-people-select.icon-wrap {
		cursor: pointer;
		width: 25%!important;
	}
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	li.rooms-people-select.icon-wrap {
		cursor: pointer;
		width: 20%!important;
	}
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
	li.rooms-people-select.icon-wrap {
		cursor: pointer;
		width: 20%!important;
	}
}

li.rooms-people-select.icon-wrap > span.inner {
	border: solid 1px #fff;
	color: #fff;
	display: block;
	padding: 1px 30px 1px 30px;
	text-align: left;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

li.rooms-people-select.icon-wrap span.dashicons-arrow-up-alt2 {
	left: initial!important;
	right: 5px;
	top: 4px!important;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transform-origin: center;
	-webkit-transform-origin: center;
	transform-origin: center;
	transition: all .2s ease-in-out;
}

li.rooms-people-select.icon-wrap.active span.dashicons-arrow-up-alt2 {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

div.joint-select-controls {
	position: absolute;
	padding: 10px 10px 12px 10px;
	border: solid 1px rgba(0,0,0,0.5);
	background: #fff;
	color: #000;
	width: calc(100% - 20px);
	bottom: calc(100% + 20px);
	display: none;
	cursor: default;
}


@media ( min-width: 768px ) and ( max-width: 1024px ) and (orientation: portrait) {
	div.joint-select-controls {
		min-width: 240px;
    left: -30px;
	}
}

@media (min-width: 834px) and (max-width: 1194px) and (orientation: landscape) {
	div.joint-select-controls {
		min-width: 240px;
    left: -30px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	div.joint-select-controls {
		min-width: 240px;
    left: -30px;
	}
}

.joint-select-controls:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    border: 10px solid transparent;
    border-bottom: 0;
    border-top-color: rgb(255, 255, 255);
    width: 0;
}

div.joint-select-controls p.close {
	font-size: 13px;
	text-align: right;
	text-transform: none;
	margin: 20px 0 0;
	padding-top: 20px;
	border-top: solid 1px rgba(0,0,0,0.15);
}

div.joint-select-controls p.close > span {
	border: solid 1px #000;
	padding: 5px;
	cursor: pointer;
	transition: background .1s ease-in;
}

div.joint-select-controls p.close > span:hover {
	background: #000;
	color: #fff;
}

div.joint-select-controls ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
}

div.joint-select-controls ul li {
	text-align: left;
}

div.joint-select-controls ul li + li {
	margin-top: 15px;
}

div.joint-select-controls span.label {
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	width: 65px;
}

div.joint-select-controls span.controls {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 65px);
	text-align: right;
}

div.joint-select-controls span.add,
div.joint-select-controls span.subtract {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #000;
	border-radius: 100%;
	width: 26px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	font-weight: bold;
	transition: background .1s ease-in;
}

div.joint-select-controls span.add.disabled,
div.joint-select-controls span.subtract.disabled {
	cursor: default;
	opacity: .35;
}

div.joint-select-controls span.add:hover,
div.joint-select-controls span.subtract:hover {
	background: #000;
	cursor: pointer;
}

div.joint-select-controls span.add:hover > span,
div.joint-select-controls span.subtract:hover > span {
	color: #fff!important;
}

div.joint-select-controls span.add.disabled:hover,
div.joint-select-controls span.subtract.disabled:hover {
	cursor: default;
}

div.joint-select-controls span.add > span,
div.joint-select-controls span.subtract > span {
	position: relative!important;
	top: 5px!important;
	left: 0!important;
	font-size: 16px;
	color: #000!important;
}

div.joint-select-controls span.count {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 16px;
	text-align: center;
}

/*Mobile*/
@media (max-width: 767px) {
	li.rooms-people-select.icon-wrap {
		width: 100%!important;
		padding: 0 0 10px 0!important;
	}

	div.joint-select-controls {
		width: 70%;
		bottom: calc(100% + 10px);
		left: 0;
    right: 0;
    margin: 0 auto;
	}
}
/*Mobile*/




/*Tab*/
@media ( min-width: 768px ) and ( max-width: 1024px ) and (orientation: portrait) {
	li.rooms-people-select.icon-wrap {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
	li.rooms-people-select.icon-wrap {
		padding-left: 0px!important;
		padding-right: 20px!important;
	}
}
/*Tab*/




/*Styles for joint rooms / people select*/



/*Date picker styles:*/
.ui-datepicker {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	display: none;
	margin-top: 0;
	padding: 10px;
	width: 240px;
	z-index: 100!important;
}

.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}

span.ui-datepicker-month {
	text-transform: capitalize;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #000;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
	height: 28px;
	padding: 0!important;
	background: #fff;
	border: none;
}

.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: pointer;
	font-family: ETmodules;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	content: attr(data-icon);
	speak: none;
	color: #000;
	font-size: 28px;
	margin-top: 0;
	height: 20px;
	line-height: 1;
	width: 30px;

	-moz-transition: all .15s ease-in-out!important;
	-webkit-transition: all .15s ease-in-out!important;
	transition: all .15s ease-in-out!important;

	top: 0;
	border: none!important;

	float: none;
}

.ui-datepicker .ui-datepicker-prev {
	left: 0;
}

.ui-datepicker .ui-datepicker-next {
	right: 0;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	background: transparent!important;
	border: none!important;
}

.ui-datepicker .ui-datepicker-prev:hover {
	left: -2px;
}

.ui-datepicker .ui-datepicker-next:hover {
	right: -2px;
}

.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}

.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
	content: '4';
}

.ui-datepicker .ui-datepicker-next:before {
	content: '5';
}

.ui-datepicker .ui-icon {
	display: none!important;
}

.ui-datepicker .ui-datepicker-calendar {
	table-layout: fixed;
	width: 100%;
	margin: 0;
}



.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 0;
}

.ui-datepicker .ui-datepicker-calendar th {
	padding: 4px 0;
	font-size: 10px;
}

.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 0;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	border: solid 1px #eee;
}

.ui-datepicker .ui-datepicker-calendar td:hover, .ui-datepicker .ui-datepicker-calendar td a:hover {
	background-color: #eee;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
	background: #fff;
	text-align: center;
	border: none;
	-webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
	padding: 6px;
}

.ui-datepicker .ui-datepicker-current-day {
	background-color: #000;
	color: #fff;
}

.ui-datepicker .ui-datepicker-current-day a {
	color: #fff;
	background: #000!important;
}

.ui-datepicker .ui-datepicker-current-day a:hover {
	color: #fff;
}



.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}
/*Date picker styles:*/



















