body#ry-pg-body {
	padding: 0;
}
body#ry-pg-body div#contents {
	height: 100vh;
	align-items: center;
	justify-content: center;
}

.kiosk-pg #contents img {
	max-width:300px;
	width:100%;
	margin-inline:auto
}
.kiosk-pg h1 {
	font-family:Cormorant Garamond;
	font-size: 35px !important
}
.kiosk-pg h2 {
	font-size:27px !important
}
.kiosk-pg .ry-btn-primary {
	line-height:1.1;
}

#hp-serv-cta .bottom-serv-text *{
	color:#fff
}

/* BOOKING MODAL */
.booking-modal .modal-dialog {
	max-width: 530px;
	width: 90%;
	margin: 60px auto;
}
.booking-modal .modal-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.booking-modal .modal-content .modal-header {
	position: absolute;
	padding: 0;
	width: 30px;
	height: 30px;
	background: #8d56f9;
	z-index: 2;
	border-radius: 50%;
	border: unset;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	right: -15px;
	top: -15px;
}
.booking-modal .modal-content .modal-header button {
	color: #fff;
	opacity: 1;
	font-weight: 300;
}
.booking-modal .modal-dialog .modal-body {
	padding: 0;
}
.booking-modal .modal-content img {
	margin-bottom: 0;
}
.ry-modal-box {
	position: relative;
}
.ry-modal-buttons {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.ry-modal-buttons .ry-btn.ry-btn-primary {
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px;
	height: auto;
	font-size: 16px !important;
}
.ry-modal-buttons .ry-btn.ry-btn-primary.ry-btn-red {
	background: #be4545
}
.ry-modal-buttons .ry-btn.ry-btn-primary.ry-btn-green {
	background: #579e5b
}
/* END BOOKING MODAL */

/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media(max-width:600px) {
	.kiosk-pg #contents img {
		max-width:200px;
		width:90%;
		margin-inline:auto
	}
	.kiosk-pg #ip-content-block {
		margin-top:0
	}
}