/*
Theme Name: Ambelos
Text Domain: joinweb
Domain Path: /languages
Theme URI: http://joinweb.gr
Description: Ambelos Theme.
Author: Joinweb
Author URI: http://joinweb.gr
Version: 1.0
License: MIT License
License URI: http://opensource.org/licenses/MIT
Template: joinwebBasic
*/


/*********************\
general
\*********************/
* {
	outline-color: transparent;
}
body {
	font-family: 'Lato', sans-serif;
	/*color: #797874;*/
	color: #4a4a4a;
	background: #fff;
}
a {
	color: #272525;
	text-decoration: none;
}
a:hover, a:focus {
	color: #414140;
	text-decoration: none;
}
p {
	font-size: 1.6rem;
}
blockquote {
	margin: 0;
}
.lightBack {
	color: #262626;
}
.darkBack {
	color: #fff;
	background-color: #272525;
}
.greyBack {
	background: #f9f9f9;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
figure img {
	max-width: 100%;
	height: auto;
}

.fullscreen {
	height: 100vh;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.halfscreen {
	height: calc( 50vh + 100px );
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.centeredContent {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	z-index: 10;
}
.downContent {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.leftContent {
	position: absolute;
	z-index: 10;
	left: 10%;
}
.rightContent {
	position: absolute;
	z-index: 10;
	right: 10%;
}
.section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.calltoAction {
	border-radius: 2px;
	background-color: #9ca928;
	padding: 16px 50px;
	color: #fff;
	display: inline-block;
	transition: 0.5s;
	margin-top: 32px;
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
}
.calltoAction:hover {
	background-color: #b5c42f;
	color: #fff;
}
.calltoAction:focus,
.calltoAction:active {
	background-color: #838e21;
	color: #fff;
}

.calltoAction.transparent {
	background-color: rgba(255, 255, 255, 0.83);
	border: solid 1px #9ca928;
	color: #9ca928;
}
.quote h6 {
	font-style: italic;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media screen and (max-width: 1023px) {
	.fullscreen {
		/*min-height: calc(100vh);*/
		height: auto;
	}
	.centeredContent,
	.topContent,
	.downContent,
	.rightContent,
	.leftContent {
		position: relative;
		transform: translateY(0%);
		padding: 50px 15px;
		top: 0;
		left: 0;
		text-align: center;
	}
	.fullscreen .centeredContent,
	.fullscreen .topContent {
		padding: 150px 0 50px;
	}
}
.leftContent, .rightContent {
	width: 40%;
}
@media screen and (max-width: 768px) {
	.halfscreen {
		height: auto;
	}
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	.leftContent, .rightContent {
		width: 100%;
	}
	.icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background: #000;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
}
/*********************\
	Menu
\*********************/
.mainLogo {
	height: 55px;
}
.mainMenu a {
	color: #4a4a4a;
	transition: 0.5s;
}
.mainMenu a:focus,
.mainMenu a:active,
.mainMenu a:hover {
	color: #858585;
}
.menuLines {
	display: none;
}
.mainNavbar {
	height: 90px;
}

.languageContainer,
.languagesContainer {
	text-align: right;
}
ul.langMenu {
	justify-content: flex-end;
	text-align: right;
}
ul.langMenu li {
	padding-top: 8px;
	margin-bottom: 6px;
	margin-left: 10px;
	align-self: flex-end;
}
.headerButton {
	padding: 8px 14px;
	display: inline-block;
	margin-top: 0;
	text-transform: uppercase;
}
.mainMenu .current-menu-item {
	border-bottom: 3px solid #9ca928;
}
@media screen and (min-width: 769px) {
	.mainMenu .navbar-nav {
		display: flex;
		flex-direction: row;
		text-align: center;
		justify-content: center;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mainMenu .navbar-nav li {
		padding: 8px 0;
		margin: 0 20px;
	}
	.mainMenu .navbar-nav li a {
		font-size: 18px;
		font-weight: bold;
	}
}
@media screen and (max-width: 768px) {
	.mainNavbar {
		height: auto;
	}
	.mainLogo {
		margin-top: 10px;
	}
	.menuLines {
		display: block;
		float: right;
		margin-top: 24px;
	}
	.menuLines button {
		background: transparent;
		border: none;
		cursor: pointer;
	}
	.mainMenu .navbar-nav {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.mainMenu li {
		text-align: right;
		padding: 8px 10px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.languageContainer {
		text-align: center;
	}
	.languageContainer {
		display: none;
	}
	.mainMenuContainer {
		background: #f9f9f9;
	}
	.headerButton {
		display: none;
	}
	ul.langMenu {
		justify-content: center;
	}
	#mainMenu {
		display: none;
	}
}

/*********************\
HOME - Intro
\*********************/
.offsetIntro.section {
	padding-bottom: 0;
	padding-top: 0;
	min-height: calc( 100vh - 80px );
}
.offsetIntro figure {
	margin-bottom: 70px;
}
.offsetIntro h4 {
	font-size: 2rem;
	font-weight: 300;
	text-align: left;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: uppercase;
}
.offsetIntro h2 {
	font-size: 6.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #000000;
	text-shadow: 0 0 6px #ffffff;
}
@media screen and (max-width: 768px) {
	.offsetIntro h4 {
		font-size: 1.4rem;
		text-align: center;
	}
	.offsetIntro h2 {
		font-size: 2.4rem;
		text-align: center;
	}
}

/*********************\
HOME - Hospitality
\*********************/
.hospitalityStyle {
	text-align: center;
	position: relative;
	background-position: center bottom;
	background-size: cover;
}
.masked {
	color: rgba(0, 0, 0, 0);
	-webkit-text-stroke: 1px #ffffff;
	display: block;
}
.quote .masked {
	font-size: 12rem;
	line-height: 1;
}
.quote .unmasked,
.quote .name {
	font-size: 2.4rem;
	line-height: 2;
	text-align: center;
	color: #ffffff;
}
.hotelText p {
	font-size: 1.4rem;
	line-height: 2.21;
	text-align: center;
	color: #ffffff;
}
.hospitalityStyle:before,
.facilitiesStyle:before {
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	z-index:0;
	background-color: rgba(0,0,0,0.5);
}
.smallText {
	display: none;
}

@media screen and (max-width: 768px) {
	.splitContainer {
		display: block;
	}
	.splitContainer > div {
		width: 100%;
	}
	.quote h2 .masked {
		font-size: 6rem;
		text-align: center;
		margin-top: 30px;
	}
	.quote h2,
	.quote h3 {
		font-size: 1.4rem;
	}
	.largeText {
		display: none;
	}
	.smallText {
		text-align: center;
		display: block;
	}
	.smallText a {
		margin-bottom: 20px;
	}
}
/*********************\
HOME - Rooms
\*********************/
.roomsStyle .section {
	position: relative;
}
.roomsStyle .mainQuote {
	text-align: left;
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1;
	color: #000000;
	text-shadow: 0 0 6px #ffffff;
	margin-top: 18px;
	display: block;
}
.roomsStyle .name {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
	color: #4a4a4a;
	margin-bottom: 36px;
	display: block;
}

.leftContent .text {
	background: #f9f9f9;
	padding: 17px 17px 17px 0;
	font-size: 1.4rem;
	line-height: 2;
	text-align: left;
	color: #4a4a4a;
}
.roomsStyle .decorator {
	position: absolute;
	right: 0;
	bottom: 0;
}
.roomsStyle .text p:first-of-type {
	margin-bottom: 0;
	padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.roomsStyle h5 {
		margin-top: 0;
	}
}

.roomsStyle.wrapper {
	overflow: hidden;
	margin: 50px auto;
	padding: 0;
	width: 1250px;
	position: relative;
}

.roomsStyle .content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	height: 520px;
}

.roomsStyle blockquote {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 580px;
	margin: 0;
}

.roomsStyle .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 550px;
	z-index: 2;
}

.roomsStyle .text p {
	background: rgba(255, 255, 255, .8);
	margin: 0 0 30px 0;
	padding: 10px;
}
.roomsStyle .image-container{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 768px;
	height: 513px;
}
@media screen and (max-width: 1240px) {
	.roomsStyle.wrapper {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width: 1023px) {
	.roomsStyle .content {
		height: auto;
	}
	.roomsStyle blockquote,
	.roomsStyle .image-container,
	.roomsStyle .text {
		position: static;
		z-index: 1;
		float: left;
		text-align: center;
		height: auto;
		width: 100%;
	}
	.roomsStyle .text p {
		background: transparent;
	}
}


/*********************\
HOME - Base
\*********************/
.baseStyle.section {
	padding-top: 0;
	padding-bottom: 0;
}
.dark {
	background: rgba(0,0,0,0.6);
}

.halfscreen .dark {
	height: calc( 50vh + 100px );
	text-align: center;
	color: #fff;
}
.baseStyle .dark .quote {
	width: 100%;
}
.baseStyle .dark .quote .bigText {
	font-size: 4.7rem;
	font-weight: 300;
	text-align: center;
	color: #f9f9f9;
	display: block;
}
.baseStyle .dark .quote .mainQuote,
.baseStyle .dark .quote .name {
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	display: block;
}

/*********************\
HOME - Location
\*********************/
.mapStyle h3 {
	margin-left: -104px;
	font-size: 6.4rem;
	font-weight: bold;
	color: #4a4a4a;
	text-shadow: 0 0 6px #ffffff;
}
.mapStyle h2 {
	font-size: 2.4rem;
	color: #4a4a4a;
}
.mapStyle p {
	font-size: 1.4rem;
	line-height: 2;
	color: #4a4a4a;
}
.acf-map {
	width: 100%;
	height: 566px;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
.mapStyle .decorator {
	position: absolute;
	bottom: -90px;
	right: -160px;
	z-index: 0;
}

@media screen and (max-width: 768px) {
	.mapStyle h3 {
		margin-left: 0;
		font-size: 2.4rem;
	}
	.mapStyle .decorator {
		display: none;
	}
}

/*********************\
HOME - Testimonials
\*********************/
.testimonialsStyle h2 {
	font-size: 6.4rem;
	font-weight: bold;
	color: #4a4a4a;
	text-shadow: 0 1px 0 #ffffff;
	height: 152px;
	background: url("images/quotes.svg") no-repeat;
}
.testimonialsStyle p,
.testimonialsStyle .name {
	font-size: 2.4rem;
	font-weight: 300;
	font-style: italic;
	line-height: 2;
	color: #4a4a4a;
}
.testimonialsStyle ul a {
	padding: 0 8px 0 0;
	text-transform: uppercase;
	color: #c60260;
}
.testimonialsStyle ul li {
	margin-bottom: 20px;
}
.testimonialsStyle ul span {
	padding: 0 8px 0 0;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: -4px;
}
.testimonialsStyle blockquote {
	margin: 0;
}

@media screen and (max-width: 768px) {
	.testimonialsStyle h2 {
		font-size: 2.4rem;
		text-align: center;
		background: transparent;
		height: auto;
	}
	.testimonialImage {
		display: none;
	}
	.testimonialsStyle .section {
		padding-bottom: 0;
	}
}

/*********************\
Footer
\*********************/
.footer {
	padding-top:50px;
	padding-bottom: 30px;
	border-top: 1px solid #f9f9f9;
}
.footer,
.mainMenu.footermenu .navbar-nav li a {
	font-size: 1.3rem;
}
.footer a,
.footer a:visited {
	color: #797874;
	transition: 0.5s;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
	color: #c60260;
}
.mainMenu.footermenu .navbar-nav li {
	padding: 0;
}
.footer .navbar-brand img {
	margin-bottom: 20px;
}
.footer .calltoAction,
.footer .calltoAction:visited,
.footer .calltoAction:focus,
.footer .calltoAction:active,
.footer .calltoAction:hover {
	margin-bottom: 40px;
	color: #fff;
}
.footer .credits {
	text-align: right;
}
@media screen and (max-width: 768px) {
	.footer,
	.footer .credits {
		text-align: center;
	}
}

/* gallery */
.gallery-image.slick-slide img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.gallery-arrow {
	position: absolute;
	top: 50%;
	z-index: 9;
	border: 0;
	background: url("images/arrow-right.svg") no-repeat  center center #fff;
	border-radius: 5px;
	display: block;
	padding: 20px;
	cursor: pointer;
}
.gallery-arrow span {
	display: none;
}
.gallery-prev {
	left: 5px;
	background: url("images/arrow-left.svg") no-repeat  center center #fff;
}
.gallery-next {
	right: 5px;
}



/* single */
.single {
	color: #4a4a4a;
}
.innerIntro.offsetIntro h2 {
	font-size: 12rem;
	text-shadow: none;
	color: rgba(255, 255, 255, 0.59);
	-webkit-text-stroke: 1px #9ca928;
}
.innerIntro.offsetIntro h3 {
	font-size: 2.4rem;
	font-weight: normal;
	font-style: italic;
	line-height: 2;
}

.singleMainContent .calltoAction {
	display: block;
	text-align: center;
}
.secondaryQuote h2 span {
	font-size: 4.7rem;
	display: block;
	font-weight: bold;
	line-height: normal;
}
.secondaryQuote h2,
.secondaryQuote h3 {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 2;
	text-align: center;
}
.secondaryQuote h3 {
	margin-bottom: 120px;
}
.galleryStyle h3 {
	font-size: 3.6rem;
	text-shadow: 0 1px 0 #ffffff;
}

.amenitiesStyle h2 {
	font-size: 6.4rem;
}

.room-gallery-image {
	padding: 10px;
}
.amenitiesStyle ul:first-of-type {
	-webkit-columns: 200px 2;
	-moz-columns: 200px 2;
	columns: 200px 2;
}
.complementaryImage {
	width: 100%;
	padding: 150px 50px;
	opacity: 0.1;
}
@media screen and (min-width: 769px) {

	.singleMainContent > .row > .col-md-7 {
		padding-right: 0;
	}
	.singleMainContent > .row > .col-md-5 {
		padding-left: 0;
	}

	.amenitiesStyle .col-md-4 {
		padding-right: 0;
	}
	.amenitiesStyle .col-md-8 {
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.amenitiesStyle ul:first-of-type {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	.innerIntro.offsetIntro h2 {
		font-size: 5rem;
	}
}

/* rooms list */
.roomsList {
	color: #4a4a4a;
}
.roomsList h2 {
	font-size: 3.6rem;
	margin-top: 50px;
}
.roomsList .room {
	padding-top: 50px;
	padding-bottom: 50px;
}
.roomsList .room:nth-child(odd) {
	background: #fff;
}
.roomsList .room h3 {
	font-size: 2.4rem;
	text-shadow: 0 1px 0 #ffffff;
}
.roomsList .room p {
	font-size: 1.4rem;
	line-height: 2;
}
.roomsList .room .calltoAction {
	display: block;
}


/*hotel*/
.hotelMainContent {
	padding-bottom: 50px;
}
.fourImages .col-sm-6:nth-child(odd) {

}
.fourImages figure {
	width: 100%;
	padding-bottom: 100%;
	overflow:hidden;
	position:relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.fourImages figure img {
	position:absolute;
	width:auto;
	min-width:100%;
	min-height:100%;
}
.hotelContent .calltoAction,
.facilitiesStyle .calltoAction {
	display: block;
}
.facilitiesStyle {
	position: relative;
	color: #fff;
}
.facilitiesStyle h3 {
	font-size: 6.4rem;
}
.facilitiesStyle h4 {
	font-size: 1.8rem;
	font-weight: bold;
}

/* single location */
.locationStyle h3,
.howtoStyle h3 {
	font-size: 3.6rem;
}
.locationStyle {
	background: url("/images/map.svg") no-repeat bottom;
}
.beachStyle h3 {
	font-size: 6.4rem;
	line-height: normal;
}
.beachStyle p {
	text-align: left;
}

/* Booking form */
.bookingForm h1 {
	font-size: 3.6rem;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4a4a4a;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: uppercase;
}
.bookingForm h2.sliderLegend {
	font-size: 1.4rem;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
	margin-top: 20px;
}
.bookingForm h3 {
	font-size: 2.4rem;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 20px;
}
.bookingForm fieldset {
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	display: table-cell;
	min-width: initial;
}
.bookingForm .room {
	padding: 10px;
	margin: 10px;
}
.bookingForm .room,
.bookingForm .room label {
	cursor: pointer;
}
.bookingForm .room {
	border-radius: 5px;
	border: solid 2px #aaaaaa;
	text-align: center;
}
.bookingForm .accommodation:checked + .room {
	border: solid 2px #84689b;
	background-color: #fafcf3;
}
.bookingForm .accommodation {
	display: none;
}
.bookingForm label img {
	display: block;
	margin: 0 auto;
}
.bookingForm .room span {
	font-size: 1.4rem;
	font-weight: bold;
	padding-top: 10px;
}
.bookingForm .room span.bedsContainer {
	height: 100px;
	display: block;
}
.bookingForm .room span.calltoAction {
	padding: 16px 0;
	display: block;
}
.bookingForm .room .beds {
	opacity: 0.7;
	transition: 0.5s;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.bookingForm .accommodation:checked + .room .beds {
	opacity: 1;
}
.bookingForm .accommodation:checked + .room .calltoAction {
	background: #B5C42F;
}

.bookingForm .field label {
	font-size: 1.3rem;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #222222;
	display: block;
}
.bookingForm .field input,
.bookingForm .field textarea,
.contactForm input,
.contactForm textarea {
	width: 100%;
	border-radius: 5px;
	background-color: #f9f9f9;
	border: solid 1px #d0d0d0;
	padding: 8px 10px;
	margin-bottom: 30px;
}
.bookingForm .field input.valid,
.bookingForm .field textarea.valid,
.bookingForm .field .selectContainer.valid {
	border-color: #9ca928;
}
.bookingForm .field input.invalid {
	border-color: #c60260;
}
.bookingForm .field input.datepicker {
	background: url("images/calendar.svg") no-repeat 5px center #f9f9f9;
	padding-left: 32px;
}
.bookingForm .field .selectContainer {
	overflow: hidden;
	background: url("images/select.svg") no-repeat right 5px center #f9f9f9;
	border: 1px solid #d0d0d0;
	height: 36px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 30px;
}
.bookingForm .field .selectContainer select {
	background: transparent;
	width: 115%;
	padding: 8px 10px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.bookingForm .message {
	position: absolute;
	top: 52px;
	left: 16px;
	color: #c60260;
	transition: 0.5s;
	display: none;
}
.bookingForm .invalid+.message {
	display: block;
}

.bookingForm button[type=submit],
.contactForm input[type=sumbit], .contactForm .wpcf7-submit {
	padding: 16px 80px;
	background: #9ca928;
	color: #fff;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	transition: 0.5s;
	width: auto;
}
.bookingForm table caption {
	display: none;
}
.bookingForm table.pricingTable {
	width: 100%;
	border-collapse: collapse;
}
.picker, .picker__holder {
	left: 0;
}
.bookingForm .pricingTable thead {
	background: #84689b;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}
.bookingForm .pricingTable thead th {
	padding: 15px 18px;
	border-bottom: 3px solid #fff;
}
.bookingForm table.pricingTable tbody tr {
	background: #f5f5f5;
	color: #4a4a4a;
	font-size: 1.8rem;
	text-align: center;
}
.bookingForm table.pricingTable tbody tr td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 3px solid #fff;
}
.bookingForm table.pricingTable tbody tr.priceRow {
	display: none;
}
.bookingForm table.pricingTable tbody tr.priceRow.selectedType {
	display: table-row;
}
.bookingForm table.pricingTable tbody tr td.notes {
	font-size: 1.4rem;
	color: #4a4a4a;
}
@media screen and (max-width: 600px) {
	table.pricingTable {
		border: 0;
		margin-top: 30px;
	}
	table.pricingTable thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	table.pricingTable tr {
		border-bottom: 3px solid #fff;
		display: block;
		margin-bottom: .625em;
	}
	table.pricingTable td {
		display: block;
		font-size: .8em;
		text-align: right;
		padding-right: 10px;
	}
	.bookingForm table.pricingTable tbody tr td {
		border: none;
	}
	table.pricingTable td:before {
		/*
		* aria-label has no advantage, it won't be read inside a table
		content: attr(aria-label);
		*/
		content: attr(data-label);
		float: left;
		font-weight: bold;
		padding-left: 10px;
	}
	table.pricingTable td:last-child {
		border-bottom: 0;
	}
	.bookingNotes .text-right {
		text-align: left;
	}
	.bookingForm h2.sliderLegend {
		margin-top: 0;
		line-height: 1.4;
	}
	.accommodation_types .calltoAction {
		margin-top: 0;
	}
}

.bookingNotes, .bookingNotes p {
	font-size: 1.1rem;
	line-height: 1.55;
	color: #4a4a4a;
}

.bookingForm hr {
	border-top: 1px solid #ddd;
	margin: 30px 0;
}
.bookingDetails h4 {
	color: #4a4a4a;
	font-size: 1.4rem;
}
.bookingDetails p:first-of-type {
	margin-top: 0;
}
.bookingDetails p {
	font-size: 1.4rem;
	color: #4a4a4a;
}
.cancellation {
	font-size: 1.2rem;
}
.cancellation ul {
	margin: 0 0 30px;
	padding: 0;
}

@media screen and (min-width: 1023px) {
	.bookingForm .push-right {
		float: right;
	}
}

/** Contact page **/
.contactInfo .infoColumn {
	padding-top: 30px;
	padding-bottom: 30px;
}
.contactInfo {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.infoColumn h2 {
	font-size: 1.4rem;
}
.contactForm h2,
.mapContainer h2 {
	font-size: 2.4rem;
	line-height: 1.17;
	margin-bottom: 30px;
}
.contactForm label {
	font-size: 1.3rem;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.contactInfo .infoColumn {
		padding-bottom: 0;
		min-height: 195px;
	}
	
	.quote .masked{
		font-size: 9rem;
	}
}
.grecaptcha-badge {
opacity:0 !important;
}

.espa {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
}