/*
	Theme Name: Vento Bus
	Theme URI: https://wpdedicated.uk
	Description: Hand Crafted theme
	Version: 1.0
	Author: Ben Kitching
	Author URI: https://benkitching.uk
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

:root {
  --pale-grey: #01316f;
  --gray: #494848;
  --charcoal: #1d1d1b;
  --white: #FFFFFE;
  --green: #fe4d09;
  --dark: #475165;
  --blue: #2b5ba3;
  --navy: #1F406C;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

@media (min-width: 1921px) {
	html {
		font-size: 19px;
	}
}

body {
	font: normal 0.9rem/1.4 'Montserrat', Arial, sans-serif;
	color: var(--gray);
	background-color: var(--white);
	margin: 0;
	padding: 0;
	max-width: 100vw;
	overflow-x: clip;
}

body.loading, body.burger {
	overflow: hidden;
}
#header .wpml-ls {
	position: absolute;
	right: 2rem;
	top: 25%;
}
#header, main, .footer {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#loader {
	background-color: var(--green);
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
}

/* clear */
.clear: before,
.clear: after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

/*------------------------------------*\
    LINKS
\*------------------------------------*/

a {
	color: inherit;
	text-decoration: underline;
	transition: 0.5s all;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a.no-decoration {
	text-decoration: none;
	border-bottom: none !important;
}

.btn, .enquire-button a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 1.1;
	font-size: 1rem;
	padding: 10px 20px;
	margin: 0;
	background-color: var(--green);
	border: solid 3\px var(--green);
	border-radius: 10px;
	outline: none;
	color: var(--white);
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: color .6s,border-color .6s,background .6s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	white-space: nowrap;
}
.btn:hover {
	background-color: transparent;
	color: var(--green);
}

.btn.outline {
	background: transparent;
	border-color: var(--green);
	color: var(--green);
}
.btn.outline:hover {
	background-color: var(--green);
	color: var(--white);
}

.btn.large {
	padding: 15px 45px;
	font-size: 1.1rem;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

input:focus {
	outline:0;
	border:1px solid #003D47;
}

input[type=text], input[type=textarea], input[type=email], input[type=password] {
	padding:1rem;
	background-color:#fff;
	border-radius: 1rem;
	border:1px solid var(--light-blue);
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.block {
	width:100%;
	position: relative;
	padding: 50px 0;
}

.wrapper {
	max-width: 1175px;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.wrapper.wide {
	max-width: 1920px;
}

.logo {
	width: 400px;
}

.logo img {
	height: auto;
	width: 100%;
}

#header {
	position: fixed;
	padding: 1rem 0 2rem;
	width: 100%;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	font-size: 18px;
	font-weight: 500;
	background-color: rgba(1,49,111,.71);
}

svg path {
	fill: var(--white);
}

.header-info-left, .header-info-right {
	margin-bottom: 1em;
	width: 30%;
}

nav ul {
	list-style-type: none;
	display: flex;
	padding: 0;
	margin: 0;
}

nav a {
	text-decoration: none;
	text-transform: uppercase;
}
nav a:hover, nav a.active {
	border-bottom: 3px var(--white) solid;
}
#header nav li a {
	position: relative;
	top: 0.5rem;
}
nav .enquire-button a {
	margin-top: 0;
	border-bottom: none;
	position: static;
	border-color: var(--green) !important;
}

.right-nav {
	text-align: right;
}
.right-nav li {
	margin-left: 2rem;
}


/*------------------------------------*\
    Hamburger
\*------------------------------------*/

.hamburger {
  padding: 15px 0 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: none }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000;}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

.footer {
	font-size: 1.2rem;
	background-color: var(--white);
	color: var(--pale-grey);
	padding-bottom: 4rem;
}

.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.footer .logo {
	margin-bottom: 25px;
	width: 250px;
}

.footer svg path {
	fill: var(--pale-grey);
}

.footer a.btn {
	text-decoration: none;
	background-color: var(--pale-grey);
	border-color: var(--pale-grey);
}
.footer-col {
	min-width: 20%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-col .svg-container, .contact .svg-container {
	background-color: var(--green);
	padding: 5px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.footer-col svg, .contact svg {
	width: 25px;
	height: auto;
}

.footer-col a.no-decoration, .contact a.no-decoration {
	display: flex;
	align-items: center;
}

.footer-col .socials svg {
	margin-left: 0;
}

.footer-outro {
	margin-top: 30px;
	border-top: solid 2px #494848;
	padding-top: 30px;
	font-size: 11px;
}

.footer-outro a {
	text-transform: none;
	margin: 0 5px;
}

.footer-outro nav li {
	position: relative;
}
.footer-outro nav li:before {
	content: '|';
}

.footer-outro nav li:first-child:before {
	display: none;
}

/*------------------------------------*\
    Colors
\*------------------------------------*/

.bg-pale-grey {
	background-color: var(--pale-grey);
}
.bg-dark {
	background-color: var(--dark);
}
.bg-white {
	background-color: var(--white);
}
.bg-blue {
	background-color: var(--blue);
}
.bg-green {
	background-color: var(--green);
}
.bg-navy {
	background-color: var(--navy);
}

.text-green {
	color: var(--green);
}
.text-gray {
	color: var(--gray);
}
.text-white {
	color: var(--white);
}
.text-blue {
	color: var(--blue);
}
.text-pale {
	color: var(--pale-grey);
}

/*------------------------------------*\
	MISC
\*------------------------------------*/

::selection {
	background: var(--green);
	color: var(--charcoal);
	text-shadow: none;
}
::-webkit-selection {
	background: var(--green);
	color: var(--charcoal);
	text-shadow: none;
}
::-moz-selection {
	background: var(--green);
	color: var(--charcoal);
	text-shadow: none;
}

.rounded {
	border-radius: 15px;
	overflow: hidden;
}

.w100 {
	width: 100%;
}
img.w100 {
	height: auto;
}

.p15 {
	padding: 15px;
}
.pr25 {
	padding-right: 90px;
}
.py50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.mb0 {
	margin-bottom: 0;
}
.mt0 {
	margin-top: 0;
}
.my0 {
	margin-top: 0;
	margin-bottom: 0;
}
.mb15 {
	margin-bottom: 15px;
}
.mt25 {
	margin-top: 25px;
}
.mt50 {
	margin-top: 50px;
}
.my50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.bottom-btn {
	position: relative;
	padding-bottom: 60px;
}
.bottom-btn .btn {
	position: absolute;
	bottom: 15px;
	width: calc(100% - 30px);
}

.socials {
	align-items: center;
	justify-content: flex-end;
}
.socials svg {
	width: 25px;
	height: auto;
	margin-left: 25px;
}

.ui-datepicker {
	background-color: var(--white);
	border: 2px solid var(--green);
	width: 270px;
	padding: 10px 12px;
	z-index: 1001 !important;
	box-sizing: border-box;
	display: none;
}

.ui-datepicker-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.ui-datepicker-next {
	order: 1;
}
.ui-datepicker-next, .ui-datepicker-prev {
	font-size: 20px;
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker-calendar td {
	text-align: center;
	border-radius: 50%;
	width: 34px;
	height: 34px;
}

.ui-datepicker-calendar td:hover, .ui-datepicker-current-day {
	background-color: var(--green);
}

.ui-datepicker-unselectable.ui-state-disabled {
	opacity: 0.4;
}
.ui-datepicker-unselectable.ui-state-disabled:hover {
	background-color: transparent;
}

.ui-datepicker-calendar {
	width: 100%;
}

.separator {
    margin: 20px 0;
    border-top: solid var(--green) 2px;
    border-bottom: none;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

p {
	margin: 1em 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
	margin: .5em 0;
	line-height: 1.3;
}

h1, .h1 {
	font-size: 3.6rem;
}

h2, .h2 {
	font-size: 2.2rem;
}

h3, .h3 {
	font-size: 2.2rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h5, .h5 {
	font-size: 1.1rem;
	font-weight: 700;
}

h6, .h6 {
	font-size: 1rem;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
	margin-top: 0;
} 

.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.text-upper {
	text-transform: uppercase;
}

.fw-normal {
	font-weight: normal;
}
.fw-bold {
	font-weight: 700;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url('./fonts/Montserrat.ttf') format("truetype-variations");
    font-weight: 100 900;
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  src: url('./fonts/Montserrat-Italic.ttf') format("truetype-variations");
    font-weight: 100 900;
}

/*------------------------------------*\
    Spacing and Grid
\*------------------------------------*/

.grid {
	display: grid;
	align-items: stretch;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.grid.thirds {
	grid-template-columns: repeat(3, 32%);
}

.grid.halves {
	grid-template-columns: repeat(2, 50%);
}

.flex {
	display: flex;
}
.flex.column {
	flex-direction: column;
}

.flex.between {
	justify-content: space-between;
}

.align-center {
	align-items: center;
}


/*------------------------------------*\
    Blocks
\*------------------------------------*/

.bg-img {
	position: relative;
}
.header-btn {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
}

.block.enquiry-form, .block.text-header, .block.contact {
	padding-top: 0;
}
.enquiry-form .pr25 {
	width: 55%;
}
.enquiry-form .wrapper {
	top: -250px;
	margin-bottom: -250px;
}

.tile img {
	height: 16em;
	object-fit: cover;
}

.reviews .swiper {
	width: 90%;
	margin: auto;
}
.review-stars {
	display: flex;
	justify-content: center;
	align-items: center;
}
.review-stars svg {
	width: 3em;
	height: auto;
	margin: 10px 5px 0;
}
.review-stars svg path {
	fill: var(--green);
}
.reviews .swiper-button-prev, .reviews .swiper-button-next {
	color: var(--white);
	border: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;

}
.reviews .wrapper.wide .swiper-button-prev {
	left: 2%;
}

.reviews .wrapper.wide .swiper-button-next {
	right: 2%;
}

.reviews .wrapper.wide:before, .reviews .wrapper.wide:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.reviews .wrapper.wide:before {
	background: linear-gradient(90deg,var(--dark) 0%,rgba(0,0,0,0) 100%);
	left: 0;
	right: 60%;
}
.reviews .wrapper.wide:after {
	background: linear-gradient(90deg,rgba(0,0,0,0) 0%,var(--dark) 100%);
	right: 0;
	left: 60%;
}

.stat-inner {
	width: 16rem;
	height: 16rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

.counter {
	font-size: 36px;
}
.stat-title, .counter-suffix {
	font-size: 24px;
}

.icon-img {
	width: 100%;
	padding-bottom: 70%;
	overflow: hidden;
	position: relative;
}
.icon-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 0;
	left: 0;
}

#form-loader-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	border-radius: 15px 0 15px 15px;
	display: none;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: .5s opacity;
}

#form-loader {
  color: #fff;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
}

#form-loader-overlay.anim #form-loader {
	animation: mulShdSpin 1.3s infinite linear;
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 
    2em -2em 0 0em, 3em 0 0 -1em, 
    2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 
    2em -2em 0 0, 3em 0 0 0.2em, 
    2em 2em 0 0, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
     -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
     -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
     -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
    3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
    3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}


#enquiry-form-wrap {
	position: relative;
	padding: 30px;
	margin-top: 40px;
	border-radius: 15px 0 15px 15px;
}
.enquiry-form-tabs {
	position: absolute;
	right: 0;
	top: -40px;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.enquiry-form-tabs li {
	display: block;
	box-sizing: border-box;
	padding: 10px;
	height: 40px;
	margin: 0;
	background: var(--pale-grey);
	color: var(--white);
	font-size: .9rem;
	font-weight: 700;
	line-height: 1rem;
	cursor: pointer;
	transition: all .3s;
}
.enquiry-form-tabs li.active, .enquiry-form-tabs li:hover {
    color: var(--white);
    background: var(--green);
}

.form-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 10px 0;
	width: 100%;
}

.form-notice {
	margin-bottom: 20px;
}

.form-error {
	color: #df2e38;
}
.form-error input, .form-error select {
	border-color: #df2e38 !important;
}
.form-field-errors p {
	margin-top: 5px;
	margin-bottom: 0;
}

.form-field .form-field-control>input[type=text], .form-field .form-field-control>input[type=number], .form-field .form-field-control>input[type=email], .form-field .form-field-control>input[type=phone], .form-field .form-field-control>input[type=password], .form-field .form-field-control>input[type=search], .form-field .form-field-control>select, .form-field .form-field-control>textarea {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    border: solid 1px var(--pale-grey);
    outline: solid 1px transparent;
    border-radius: 3px;
    line-height: 3rem;
    height: 3rem;
    font-size: .85rem;
    font-weight: 700;
    color: var(--charcoal);
    background: var(--white);
    transition: outline-color .3s,border-color .3s;
    background-image: none!important;
}
.form-field .form-field-control>input[type=text], .form-field .form-field-control>input[type=number], .form-field .form-field-control>input[type=email], .form-field .form-field-control>input[type=phone], .form-field .form-field-control>input[type=password], .form-field .form-field-control>input[type=search] {
    -webkit-appearance: none;
}

#enquiry-form-wrap .form-row .form-field {
    flex: 0 0 32%;
    margin: 0;
}

.form-field.form-select .form-field-control {
	position: relative;
	background-color: var(--white);
}

.form-field.form-select .form-field-control select {
    accent-color: var(--pale-grey);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    grid-area: select;
    background: transparent;
    z-index: 100;
    padding-right: 58px;
    color: var(--green);
}

.form-field.form-select .form-field-control:after {
    content: "";
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    justify-self: end;
    background: var(--pale-grey) url(./img/arrow-select.svg) no-repeat center;
    background-size: 30%;
    border-radius: 0 3px 3px 0;
    pointer-events: none;
}

.form-field .form-field-control {
    width: 100%;
}

.form-field .form-field-control.address_field {
    width: 100%;
    position: relative;
}

.icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    align-content: center;
}

#enquiry-form-wrap .form-row .form-field.form-date {
	position: relative;
	padding: 0;
	width: 270px;
	margin-right: 2%;
	margin-left: 2%;
	flex: 0 0 270px;
}

#enquiry-form-wrap .form-row .form-field.form-time {
	flex: 0 0 140px;
}

.form-field.form-date .form-field-control label {
    position: absolute;
    z-index: 1000;
    right: 1px;
    top: 1px;
    width: 46px;
    height: 46px;
    background: var(--pale-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    cursor: pointer;
}

.form-field .form-field-control label .icon {
    width: 22px;
    height: 22px;
}

#enquiry-form-wrap .form-row .form-field.form-location {
	flex: 1 1 auto;
}

#enquiry-form-wrap button.button {
	padding: 5px 10px;
	font-size: .9rem;
	display: flex;
	align-items: center;
}

#enquiry-form-wrap button.button svg {
    fill: #fffffe;
    width: 0.9em;
    height: 0.9em;
    margin: -.4em .2em -.3em 0;
}

button.button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: .9rem;
    padding: 10px 20px;
    margin: 0;
    background-color: #a3a0a0;
    border: solid 1px transparent;
    border-radius: 10px;
    outline: none;
    color: #fffffe;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: color .6s,border-color .6s,background .6s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#enquiry-form-wrap button.button.mod-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: #1D1D1B;
    color: #fffffe;
    padding: 2px;
    width: 24px;
    height: 24px;
    line-height: 1.4;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#enquiry-form-wrap button.button.mod-close:before {
    content: "✕";
}

#enquiry-form-wrap button.button.mod-close:hover {
	background-color: #DF2E38;
}

#enquiry-form-wrap .form-row.form-via .form-field.form-checkbox {
    flex: 0 0 48%;
    margin-left: 2%;
}

.form-via, .form-via .form-field.form-checkbox .form-field-control {
	display: flex;
	align-items: center;
}

.form-field.form-checkbox input[type=checkbox] {
    flex: 0 0 1.5rem;
    margin-right: .5em;
    border: solid 1px #F2F5F8;
    color: #494848;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    vertical-align: middle;
    cursor: pointer;
}

.form-switch label {
    display: inline;
    margin-left: 10px;
}

.form-field .form-field-control input[type=checkbox], .form-field .form-field-control input[type=radio] {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    vertical-align: middle;
    cursor: pointer;
}

.form-field .form-field-control input[type=checkbox], .form-field .form-field-control input[type=radio], .form-field .form-field-control input[type=select], .form-field .form-field-control input[type=range] {
    accent-color: var(--green);
}

.form-switch input:where([type=checkbox][role=switch]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    color: inherit;
    font-size: inherit;
    width: 3em!important;
    height: 1.5em!important;
    box-sizing: content-box;
    border: 1px solid #a3a0a0;
    border-radius: 1.5em;
    vertical-align: text-bottom!important;
    margin: auto;
}

.form-switch input:where([type=checkbox][role=switch]):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 1.2em;
    height: 1.2em;
    margin: 0 .15em;
    border-radius: 50%;
    background: #494848;
    transition: left .2s,margin .2s,background-color .3s;
}

.form-switch input:where([type=checkbox][role=switch]):checked:before {
    left: 100%;
    margin-left: -1.35em;
    background: var(--green);
}

#enquiry-form-wrap .form-row.form-terms {
    display: block;
}

#enquiry-form-wrap .form-row.form-terms .form-field+.form-field {
    margin-top: 20px;
}

#enquiry-form-wrap .form-row.form-terms .form-field.form-notes {
	margin-top: 0;
	height: 0;
	transition: margin-top .5s;
}

#enquiry-form-wrap .form-field.form-notes textarea {
    margin-top: 0!important;
    height: 0;
    opacity: 0;
    transition: opacity .5s,height .5s;
}
#enquiry-form-wrap .form-row.form-terms .form-field.form-notes.visible {
	height: auto;
	margin-top: 20px;
}
#enquiry-form-wrap .form-field.form-notes.visible textarea {
	opacity: 1;
	height: 6rem;
}

#enquiry-form-wrap .form-row.form-hidden, .form-hidden {
	display: none;
}

#map-popup {
	position: fixed;
	left: 0;
	right: 0;
	top: -100%;
	height: 100vh;
	z-index: 100000;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .5s;
	display: none;
}

#map-popup:before {
    content: "";
    background: black;
    opacity: .7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#map-popup-inner {
	background: #FFFFFE!important;
	border-radius: 15px;
	border-bottom-color: #fffffe;
	max-width: 400px;
	flex: 0 0 100%;
	box-sizing: border-box;
	background: white;
	position: relative;
	z-index: 100;
	padding: 20px;
}

#map-popup.open {
	display: flex;
	opacity: 1;
	top: 0;
}
#map-popup .buttons {
	display: flex;
	justify-content: space-between;
}

#popup-map {
	height: 400px;
	margin-bottom: 25px;
}

.marker-label {
	background-color: #fff;
	padding: 10px;
	position: relative;
	top: -50px;
	border: 1px solid var(--charcoal);
	border-radius: 5px;
	width: 200px;
	text-decoration: center;
	white-space: wrap;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (orientation: portrait) and (max-width: 1000px) {

	.enquire-button {
		display: none;
	}

	header#header {
		font-size: 14px;
		padding: 1rem 0;
	}

	.header-info-left, .header-info-right {
		width: 48%;
		border-bottom: none;
		margin-bottom: 4em;
	}

	.right-nav li {
		margin-left: 1rem;
	}

	.header-info-left p {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		overflow: hidden;
		box-sizing: border-box;
		line-height: 1;
		margin: 0 0 0 -8px;
		background-color: #9dca5c;
		border: solid 1px transparent;
		border-radius: 10px;
		outline: none;
		color: #fffffe;
		text-decoration: none;
		cursor: pointer;
		transition: color .6s,border-color .6s,background .6s;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-weight: 700;
		padding: 5px 8px;
	}

	.logo {
		width: 125px;
	}

	.form-row {
		flex-wrap: wrap;
	}

	.form-field {
		width: 100%;
		margin: 5px 0 !important;
		flex: 1 1 auto !important;
	}

	.form-field input {
		width: 100%;
	}

	.form-switch label {
		display: flex;
		align-items: center;
		margin-left: 0;
	}

	.form-switch label span {
		width: 100%;
		padding-left: 10px;
	}

	#submitenquiry {
		width: 100%;
		margin-top: 20px;
	}

	.grid {
		grid-template-columns: repeat(1, 100%) !important;
	}

	.enquiry-form .flex, .stats .flex, .footer .flex {
		flex-wrap: wrap;
	}
	.enquiry-form .flex div {
		width: 100%;
		padding-right: 0;
	}

	.form-field.form-date .form-field-control label {
		top: 0;
		right: 0;
		height: 47px;
	}

	.footer-col h6 {
		margin-top: 25px;
		font-size: 1.4rem;
	}

	.swiper-slide {
		padding: 0 25px;
	}

	.footer-col, .footer-col .text-right {
		width: 100%;
		text-align: center;
	}
	.footer .logo {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-col a.no-decoration, .footer-col .socials {
		justify-content: center;
	}

	.footer-col .mt50 {
		margin-top: 25px;
	}

	.footer-outro {
		text-align: center;
	}

	nav.legal ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.stat {
		width: 100%;
		margin-bottom: 20px;
	}
	.stat-inner {
		width: 100%;
		height: auto;
	}
	.counter {
		font-size: 48px;
	}
	.enquiry-form .flex div.mt25 {
		text-align: center;
		margin-bottom: 25px;
	}

	.bg-img img {
		height: 700px;
		object-fit: cover;
	}

	.form-notice {
		font-size: 1.1rem;
	}

	.enquiry-form-title span {
		line-height: 1.4;
		margin: 20px 0;
		display: block;
	}

	.btn {
		min-width: 250px;
		display: block;
	}

	.buttons .btn {
		margin-bottom: 10px;
	}

	#map-popup-inner {
		max-width: 100%;
	}

	#map-popup-inner .btn {
		max-width: calc(50% - 10px);
		min-width: unset;
		margin-left: 5px;
		margin-right: 5px;
	}

}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.block-editor-block-list__block {
	width: 80%;
	max-width: 1440px;
}

.block-editor-block-list__block.acf-block-preview {
	zoom:0.5;
}
html .mceContentBody {
    font-size: 18px;
    padding:10px;
}
html .mceContentBody p {
	margin: 16px 0;
	font-size: 14px;
	line-height: 1.1;
}
.editor-styles-wrapper a {
	text-decoration: none;
}
.editor-styles-wrapper input[type=text], .editor-styles-wrapper input[type=textarea], .editor-styles-wrapper input[type=email], .editor-styles-wrapper input[type=password] {
	border-radius: 4px;
	border: 1px solid #8c8f94;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}