/*
Theme Name: net22
Theme URI: 
Author: Net22
Author URI: https://www.net22.gr/
Description: Net22
Version: 1.0
*/
.page--parallax{
	background-color:var(--blue);
}
label.h-label {
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    overflow: hidden;
}
.hotel-actions-wrapper {
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 8;
	background: #fff;
	border-top: 1px solid;
	border-left: 1px solid;
}
.hotel-actions-inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.hotel-actions-single {
	border-bottom: 1px solid #000;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.hotel-actions-wrapper a {
	color: var(--blue);
	font-weight: bold;
	padding: 10px 15px;
	width: 100%;
	font-size: 18px;
	transition: 0.5s ease-in all;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hotel-actions-single span {
	font-size: 0.65em;
}

@media(max-width:767px) {
	html, body {
		overflow-x:hidden !important;
	}
	.homepage--hero-wrapper .content {
		bottom:120px;
	}
	.hotel-actions-wrapper a {
		padding:5px 10px;
	}
	.hotel-actions-wrapper {
		bottom:0;
	}
	.hotel-actions-single:last-child {
		border:none;
	}
}