@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap");

* {
	font-family: "Jost", sans-serif;
}

.container {
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 5px;
	margin: 0;
}

button.btn {
	background: #ef4c23;
	border: 1px solid #ef4c23;
	color: #fff;
	border-radius: 999px;
	transition: 400ms;
	font-family: "Marcellus", serif !important;
	text-shadow: none !important;
	padding: 5px 20px;
}

button.btn:focus,
select:focus,
input:focus {
	outline: none !important;
	outline-offset: none;
}

button.btn:hover {
	color: #ef4c23;
	background: #fff;
}

button.btn:hover .icon-lock {
	background-image: url(/images/bootstrap/glyphicons-halflings.png);
}

button.btn.btn-large.btn-primary.btn-proceed,
.datepicker td.active.disabled {
	padding: 10px 1.5rem;
	cursor: pointer;
	transition: 0.4s;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-decoration: none;
}

.datepicker td.active.active {
	background: #ef4c23;
	border-radius: 5px;
}

.datepicker td.active.active,
.datepicker td.active:hover.active {
	background: #ef4c23a3;
}

.icon-lock {
	mask-position: -287px -24px;
	mask-image: url(https://inbox.myallocator.com/images/bootstrap/glyphicons-halflings-white.png);
	mask-repeat: no-repeat;
	-webkit-mask-image: url(https://inbox.myallocator.com/images/bootstrap/glyphicons-halflings-white.png);
	background-image: none;
	background-color: white;
	transition: 400ms;
}

button.btn.btn-primary.btn-proceed:hover i.icon-lock.icon-white {
	background-color: #ef4c23;
}

:root {
	--theme-font-h1_font-size: 40px;
	--theme-font-h1_font-weight: 400;
	--theme-font-h1_font-style: normal;
	--theme-font-h1_line-height: 1.05;

	--theme-font-h2_font-size: 30px;
	--theme-font-h2_font-weight: 400;
	--theme-font-h2_font-style: normal;
	--theme-font-h2_line-height: 1;

	--theme-font-h3_font-size: 20px;
	--theme-font-h3_font-weight: 400;
	--theme-font-h3_font-style: normal;
	--theme-font-h3_line-height: 1;

	--theme-font-h4_font-size: 19px;
	--theme-font-h4_font-weight: 400;
	--theme-font-h4_font-style: normal;
	--theme-font-h4_line-height: 1;

	--theme-font-h5_font-size: 18px;
	--theme-font-h5_font-weight: 400;
	--theme-font-h5_font-style: normal;
	--theme-font-h5_line-height: 1;

	--theme-font-h6_font-size: 17px;
	--theme-font-h6_font-weight: 400;
	--theme-font-h6_font-style: normal;
	--theme-font-h6_line-height: 1;

	--theme-font-p_font-size: 15px;
	--theme-font-p_font-weight: 400;
	--theme-font-p_font-style: normal;
	--theme-font-p_line-height: 1;
}

@media (min-width: 767px) {
	:root {
		--theme-font-h1_font-size: 60px;
		--theme-font-h2_font-size: 45px;
		--theme-font-h3_font-size: 28px;
		--theme-font-h4_font-size: 23px;
		--theme-font-h5_font-size: 20px;
		--theme-font-h6_font-size: 18px;
		--theme-font-p_font-size: 16px;
	}
}
@media (min-width: 1279px) {
	:root {
		--theme-font-h1_font-size: 80px;
		--theme-font-h2_font-size: 60px;
		--theme-font-h3_font-size: 40px;
		--theme-font-h4_font-size: 32px;
		--theme-font-h5_font-size: 23px;
		--theme-font-h6_font-size: 19px;
		--theme-font-p_font-size: 18px;
	}
}

h1 {
	font-size: var(--theme-font-h1_font-size);
	font-weight: var(--theme-font-h1_font-weight);
	font-style: var(--theme-font-h1_font-style);
	line-height: var(--theme-font-h1_line-height);
	font-family: "Marcellus", serif !important;
}

h2 {
	font-size: var(--theme-font-h2_font-size);
	font-weight: var(--theme-font-h2_font-weight);
	font-style: var(--theme-font-h2_font-style);
	line-height: var(--theme-font-h2_line-height);
	font-family: "Marcellus", serif !important;
}

h3 {
	font-size: var(--theme-font-h3_font-size);
	font-weight: var(--theme-font-h3_font-weight);
	font-style: var(--theme-font-h3_font-style);
	line-height: var(--theme-font-h3_line-height);
	font-family: "Marcellus", serif !important;
}

h4 {
	font-size: var(--theme-font-h4_font-size);
	font-weight: var(--theme-font-h4_font-weight);
	font-style: var(--theme-font-h4_font-style);
	line-height: var(--theme-font-h4_line-height);
	font-family: "Marcellus", serif !important;
}

h5 {
	font-size: var(--theme-font-h5_font-size);
	font-weight: var(--theme-font-h5_font-weight);
	font-style: var(--theme-font-h5_font-style);
	line-height: var(--theme-font-h5_line-height);
	font-family: "Marcellus", serif !important;
}

h6 {
	font-size: var(--theme-font-h6_font-size);
	font-weight: var(--theme-font-h6_font-weight);
	font-style: var(--theme-font-h6_font-style);
	line-height: var(--theme-font-h6_line-height);
	font-family: "Marcellus", serif !important;
}

h1.startBookNow {
	font-size: 50px !important;
	position: relative;
	width: max-content;
}

h1.startBookNow:before {
	content: "reserve your stay";
	color: #ef4c23;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	font-weight: 700;
	font-family: "Jost", sans-serif;
	margin-bottom: 10px;
	width: max-content;
	margin-left: 20px;
}

h1.startBookNow:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #ef4c23;
	mask-image: url(https://inbox.myallocator.com/images/bootstrap/glyphicons-halflings-white.png);
	mask-repeat: no-repeat;
	-webkit-mask-image: url(https://inbox.myallocator.com/images/bootstrap/glyphicons-halflings-white.png);
	mask-position: -192px -120px;
	-webkit-mask-repeat: no-repeat;
	position: absolute;
	top: -2px;
	left: 0;
}

div#flags {
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	padding: 5px 5px;
}

div#flags button.lang-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
}

div#flags button.lang-toggle .caret {
	margin: 0 0 0 10px;
}

div#flags button.lang-toggle img {
	width: 20px;
}

button.btn.btn-large.btn-primary.btn-proceed:after {
	display: block;
	content: "";
	mask-image: url(https://inbox.myallocator.com/images/bootstrap/glyphicons-halflings-white.png);
	mask-repeat: no-repeat;
	-webkit-mask-image: url(https://inbox.myallocator.com/images/bootstrap/glyphicons-halflings-white.png);
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	mask-position: -255px -88px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

button.btn.btn-large.btn-primary.btn-proceed:hover:after {
	background-color: #ef4c23;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	box-sizing: border-box;
	margin: 0 !important;
	padding: 7px 9px !important;
	height: 36px !important;
}

.input-append .add-on,
.input-prepend .add-on {
	height: 36px;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 35px;
}

.input-mini {
	width: 100px;
	cursor: pointer;
}
