.widget-book {
	max-width: 1080px;
	margin: 0 auto;
}
.widget-book .box-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 35px 25px 25px;
}

.widget-book h5 {
	color: var(--Cabernet);
	font-family: 'GT Pressura Bold';
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.0;
	letter-spacing: 2.5px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.widget-book .input-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.widget-book .input-group-date {
	width: calc(50% - 1px);
	position: relative;
	border-bottom: 1px solid var(--Cabernet);
}

.widget-book .input-group-date:last-of-type {
	border-left: 1px solid var(--Cabernet);
}

.widget-book .input-group-date label {
	display: flex;
	justify-content: flex-end;
	padding: 10px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.widget-book .input-group-date label img {
	width: 18px;
}

.widget-book ::placeholder {
	font-family: 'GT Pressura Bold';
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	letter-spacing: 0.15em;
	color: var(--Cabernet);
	max-width: 85px;
	white-space:pre-line;
	opacity: 1;
}

.widget-book .input-group-input {
	height: 100%;
}


.widget-book .input-group-input input {
	height: 50px;
	background-color: transparent;
	box-shadow: none;
	border: 0;
	color: var(--Ash);
	font-family: 'GT Pressura Bold';
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.15em;
	padding: 15px 40px 15px 15px;
}

@media screen and (min-width: 418px) {
	.widget-book .input-group-input input {
		margin-bottom: 0;
	}
}

.widget-book .box-location {
	margin-bottom: 10px;
}

.widget-book label.wrap-arrow {
	position: relative;
}

.widget-book .wrap-arrow img {
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-100%) rotate(90deg);
	background-color: #fff;
	width: 13px;
	padding: 3px;
	pointer-events: none;
}

.widget-book .wrap-arrow select {
	font-family: 'GT Pressura Bold';
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	background-color: transparent;
	letter-spacing: 0.15em;
	color: var(--Cabernet);
	border: 0;
	text-transform: uppercase;
	cursor: pointer;
	padding-left:15px;
}

.widget-book .btn-submit {
	text-align: center;
}

@media screen and (min-width: 40.063em) {
	.widget-book .input-wrapper {
		flex-direction: column;
	}

	.widget-book .input-group-date {
		width: 100%;
	}

	.widget-book .input-group-date:last-of-type {
		border-left: none;
	}
}

@media screen and (min-width: 64.063em) {
	.widget-book h5 {
		font-size: 40px;
		margin-bottom: 25px;
	}

	.widget-book .wrap-arrow select,
	.widget-book ::placeholder {
		font-size: 14px;
		line-height: 19px;
		padding-left:0;
	}

	.widget-book .input-group-date label {
		padding-right: 0;
	}

	.widget-book .input-group-date label img {
		width: 27px;
	}

	.widget-book .input-group-input input {
		padding: 30px 30px 30px 0;
	}

	.widget-book .input-wrapper {
		margin-bottom: 15px;
	}

	.widget-book .wrap-arrow img {
		right: 7px;
		width: 15px;
	}
}

/* two panel styles */

@media screen and (min-width: 40.063em) {
	.panel-two-column .widget-book {
		margin: 0 -15px 25px 15px;
	}

	.panel-two-column .widget-book .box-inner {
		background: #fff;
	}
}

@media screen and (max-width: 40em) {
	.panel-two-column .widget-book .box-inner {
		padding: 25px;
	}
}