﻿/*
Theme Name: The Loft, East Grange
Theme URI: https://theloft.co.uk
Description: WordPress theme built by <a href="http://www.hedleyenterprises.co.uk">hedley enterprises</a>. <strong>Web design</strong> starts with a coffee and a chat...
Version: 2 Build-0222
Author: <strong>hedley</strong> enterprises
Author URI: https://hedleyenterprises.co.uk

*/
/* poppins-regular - latin */
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Poppins"),
	     url('fonts/poppins-v19-latin-regular.woff2') format('woff2'), 
         url('fonts/poppins-v19-latin-regular.woff') format('woff'); 
}
  /* poppins-700 - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Poppins'),
         url('fonts/poppins-v19-latin-700.woff2') format('woff2'), 
		 url('fonts/poppins-v19-latin-700.woff') format('woff'); 
}
/* amatic-sc-regular - latin */
@font-face {
	font-family: 'Amatic';
	font-style: normal;
	font-weight: 400;
	src: local('Amatic'),
		 url('fonts/amatic-sc-v24-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('fonts/amatic-sc-v24-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amatic-sc-700 - latin */
  @font-face {
	font-family: 'Amatic';
	font-style: normal;
	font-weight: 700;
	src: local('Amatic'),
		 url('fonts/amatic-sc-v24-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('fonts/amatic-sc-v24-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* sue-ellen-francisco-regular - latin */
@font-face {
	font-family: 'Sue';
	font-style: normal;
	font-weight: 400;
	src: local('Sue'),
		 url('fonts/sue-ellen-francisco-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('fonts/sue-ellen-francisco-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
:root {
	--main-color: #151515;
	--brown: #9c8164;
	--primary: #4D4E8D;
	--green: #8BB7A2;
	--lgrey: #FAFAFA;
  	--grey: #F2F2F2;
  	--white: #FFFFFF;
	--black: rgba(0, 0, 0, 0.1);
	--lightshadow: rgba(180, 180, 180, 0.1);
	--bold: 700;
	--boxshadow: 0 5px 24px;
	--border: 10px;
}
html {
	scroll-behavior: smooth;
}
body {
	font-size:16px;
    font-family: 'Poppins', sans-serif;
	margin:0;
	padding:0;
  	color: var(--main-color);
    background-image: url('webp/paper.webp');
}
p::selection, h1::selection, h2::selection, h3::selection { background-color: #320101; color: #fff;}
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection { background-color: #320101; color: #fff; }


select:focus-visible {
    outline: solid 2px var(--green);
}


/* -------------------- Animation -------------------- */

section {
	opacity: 0;
}
.inverse, .show-menu {
	animation: fade-in 0.3s forwards 0.3s linear;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* -------------------- General Styles -------------------- */

.container {
	width: min(95%, 1600px);
	margin-inline: auto;
}
.easy-reading {
	width: min(90%, 900px);
	margin-inline: auto;
}
a {
  text-decoration: none;
}
.a-links a {
	color: currentColor;
	border-bottom: solid thin;
}
.page-title h1,
.page-title h2,
.page-intro h1,
.page-intro h2,
.share-links {
	font-family: 'Amatic', sans-serif;
}
h1 {
    font-size: 3rem;
}
h2 {
	font-size: 2.4rem;
}
p, li {
	line-height:1.9;
}
img {
	border-style: none;
}
.center, .has-text-align-center {
	text-align:center;
}
.absol {
	position:relative;
}
hr {
	margin-top: 5em;
	margin-bottom: 5em;
	width: 200px;
	border: dotted thin var(--green);
}
/* -------------------- Padding and Margins -------------------- */
.down {
	margin-top: 3em;
}
.drop {
	margin-top: 6em;
}
.slide-up {
    margin-top: -2em;
    z-index: -1;
}
.ptb {
	padding-top: 8em;
	padding-bottom: 8em;
}

/* -------------------- Background -------------------- */
.green__background {
    color: var(--white);
    background-color: var(--green);
    border-top: solid 3px var(--white);
}
.purple__background {
    color: var(--white);
    background-color: var(--primary);;
}
.illustration-background {
    background-size: cover;
    background-repeat: no-repeat;
}
.image-decoration {
	position: absolute;
	left: 70%;
	z-index: -1;
}
.image-decoration img {
	width: 100%;
	height: auto;
	max-width: 470px;
}
/* -------------------- unordered list -------------------- */
.badges ul,
.social-icons ul,
.contact-information__top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.badges ul,
.social-icons ul,
.contact-information__top ul,
.footer-logo .social-icons {
    display: flex;
}
.badges ul {
    align-items: center;
}
.contact-information__top li {
    justify-content: space-between;
    flex-grow: 1;
    text-align: center;
}
/* -------------------- Social Share -------------------- */
.share-links {
	margin-top: 2em;
}
.share-links ul {
	display: flex;
	align-self: center;
	justify-content: center;
	list-style: none;
}
.share-links li {
	padding: 0 5px;
	align-self: center;
	font-size: 25px;
}
.share-links svg {
	width: 20px;
	height: auto;
}
/* -------------------- Site Notice -------------------- */
.site-notice {
	background-color: var(--primary);
	color: var(--white);
	padding: .5em;
}
.site-notice p {
	margin: 0;
}
.Hide-Contact, .Hide-Notice-Banner {
	display: none;
}
/* -------------------- Header -------------------- */
header {
    margin-top: 2em;
	
}
.logo-nav {
    display: grid;
    grid-template-columns: 2fr 1fr 50px;
    align-items: center;
	grid-gap: 10px;
}
.badges, .btn-book {
    justify-self: flex-end;
}
.btn-book {
    display: none;
}
.badges img {
	width: 100%;
    height: auto;
}
.logo img {
	width: 100%;
	height: auto;
	max-width: 250px;
}
.logo-nav .social-icons {
	justify-self: center;
	grid-column: 2;
	grid-row: 1;
	display: none;
}
.social-icons li {
	padding: 2px;
}
/* -------------------- Search Bar -------------------- */
.top-search-bar {
	background-color: var(--white);
	display: grid;
	grid-template-columns: 1fr;
	border-radius: 5em;
	box-shadow: var(--boxshadow) var(--black);
	align-items: center;
	margin-top: 2em;
	grid-gap: 2em;
}
.top-search-bar .social-icons ul {
    justify-content: flex-end;
}
.top-search-bar .social-icons li {
    padding: 0 0.25em;
}
.social-icons ul {
	margin-top: 5px;
}
.looking-for {
	border: none;
	width: 50%;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 5em;
	background-color: var(--white);
}
.main-site-search select {
	width: 100%;
}
.contact-information__top, .top-search-bar .social-icons {
	display: none;
}
.contact-information__top a {
	color: currentColor;
}
/* -------------------- Navigation -------------------- */
.navigation {
	display: none;
}
/* -------------------- Navigation Mobile -------------------- */
.navigation-mobile {
	width: 0;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}
#navoverlay {
	background-color: var(--primary);
	color: var(--white);
}
.mobile {
	display: none;
	opacity: 0;
}
.close-btn {
	display: block;
}
.menu-btn {
	cursor: pointer;
	color: var(--white);
	background-color: var(--primary);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	outline: solid 2px var(--primary);
	outline-offset: 2px;
	transition: background-color 0.5s ease-in-out;
	grid-column: 3;
	grid-row: 1;
}
.nav-icon-open, .nav-icon {
	width: 20px;
}
.mobile {
	position: fixed;
	padding: 2em;
	width: calc(100vw - 4em);
	height: calc(100vh - 4em);
	z-index: 200;
}
.close-btn {
	cursor: pointer;
	position: absolute;
	right: 2em;
	top: 2em;
	color: var(--white);
	background-color: var(--green);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	outline: solid 2px var(--green);
	outline-offset: 2px;
	transition: background-color 0.5s ease-in-out;
}
.show-menu {
	opacity: 0;
	display: block;
}
ul.sub-menu {
	display:none;
}
.nav .sub-menu {
	margin-top: 20px;
	margin-bottom: 20px;
}
.nav .sub-menu li a {
	font-size: 16px;
	margin: 0;
	padding: 0;
	opacity: 0.8;
}
.nav .sub-menu li {
	margin: 0;
}
.slideDown {
  display: block;
}
.menu-contents {
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
}
.nav ul:nth-child(1) {
	font-size: 1.5rem;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav ul:nth-child(3) {
	margin: 3em 0 0 0;
}
.nav ul, .contact-nav ul, .social-nav ul {
	flex-wrap: wrap;
}
.nav li, .contact-nav li, .social-nav li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.nav, .contact-nav, .social-nav {
	align-self: center;
	width: 100%;
	text-align: center;
}
.nav, .contact-nav {
	margin-bottom: 20px;
}
.nav li a, .contact-nav li a {
	color: var(--white);
}
/* -------------------- Hamburger Icon -------------------- */
#Rectangle_27, #Rectangle_28, #Rectangle_29,
#Rectangle_30, #Rectangle_31, #Rectangle_32 {
	transition: all 0.5s ease-in-out;
}
#Rectangle_27 {
	transition: all 0.5s ease-in-out;
	transform: translate(334px, 30px);
}
#open-menu:hover #Rectangle_27 {
	transform: translate(332px, 30px);
}
#Rectangle_28 {
	transition: all 0.5s ease-in-out;
	transform: translate(334px, 36px);
}
#open-menu:hover #Rectangle_28 {
	transform: translate(326px, 36px);
}
#Rectangle_29 {
	transform: translate(334px, 42px);
}
#open-menu:hover #Rectangle_29 {
	transform: translate(316px, 42px);
}

/* -------------------- Page Title / CTA -------------------- */
.page-intro {
    width: min(80%, 600px);
	margin-inline: auto;
}
.page-intro img, .page-intro svg {
	width: 100%;
	height: auto;
	max-width: 500px;
}
.page-intro h1, .page-intro h2 {
    margin: 0;
    line-height: 1;
}
.page-intro h1 {
	color: var(--green);
}
.page-intro h2, .page-title h2 {
	color: var(--primary);
}
.page-intro ul {
	margin: 2em 0;
	padding: 0;
	list-style: none;
}
.page-intro li p {
	margin: 0;
}
.page-title h2 a {
	color: var(--primary);
}
.page-title h2 a:hover {
	color: var(--green);
}
.slogan {
	background-color: var(--white);
	padding: 2em;
	border-radius: var(--border);
	box-shadow: var(--boxshadow) var(--black);
	outline: solid thin var(--white);
	outline-offset: 5px;	
}
.slogan-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.slogan-image img {
	width: 100%;
	height: auto;
	max-width: 500px;
}
/* -------------------- Welcome Images -------------------- */
.welcome-images__grid {
	display: grid;
	grid-gap: 1em;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-template-rows: max-content;

}
.welcome-image:nth-child(1),
.welcome-image:nth-child(2) {
	grid-row: span 2;
}
.welcome-image img {
	border-radius: var(--border);
}
.welcome-image img, .accommodation-selection__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: var(--boxshadow) var(--black);
}
.accommodation-selection__image img {
	aspect-ratio: 1/1;
}

/* -------------------- Gallery -------------------- */
.gallery, .grid, .links {
	display: flex;
	flex-wrap: wrap;
}
.space {
	justify-content: space-between;
}
.gallery-item {
	float: left;
	width: 20%;
	flex-grow: 1;
	margin: 5px;
}
.gallery-item img, figure img {
	width: 100%;
	height: auto;
	border-radius: var(--border);
	box-shadow: var(--boxshadow) var(--black);
	border: solid thin var(--white);
}
.gallery-item img:hover {
	border: solid thin var(--brown);
}
.lightcase-contentInner {
	border-radius: var(--border);
}
figure {
	margin: 4em 0;
	padding: 0;
}
/* -------------------- Accommodation Selection -------------------- */
.accommodation-selection__grid {
	display: grid;
	/* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
	grid-gap: 1em;
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
}
.accommodation-selection__grid-blog {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 1em;
}
.accommodation-selection__grid-blog .accommodation-selection__link {
	width: 100%;
}
.accommodation-selection__grid-blog .accommodation-selection__text {
	padding: 1em;
	margin-top: 0;
}
.accommodation-selection__link {
	border-radius: var(--border);
	box-shadow: var(--boxshadow) var(--black);
	background-color: var(--green);
	overflow: hidden;
	transition: background-color 200ms ease-in-out;
	width: 300px;
}
.accommodation-selection__link:hover {
	background-color: var(--primary);
}
.accommodation-selection__link:hover .accommodation-selection__image img {
	transform: scale(1.1);
}
.accommodation-selection__image {
	overflow: hidden;
	height: 300px;
}
.accommodation-selection__image img {
	transition: transform 200ms ease-in-out;
}
.accommodation-selection__text {
    color: var(--white);
    padding: .5em;
    margin-top: .5em;
}
.accommodation-selection__text h2 {
	font-size: 1rem;
	margin: 0;
}
.accommodation-selection__sleep p {
	margin: 0;
}
.accommodation-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    color: var(--white);
    background-color: var(--primary);
    z-index: 1;
    border-radius: 0 0 0 50px;
    /* padding: 0 5px; */
    width: 100px;
    height: 80px;
}
.accommodation-badge p {
	margin: 0;
    width: 95px;
    margin-left: auto;
    line-height: 1.2;
}
.snaps-inline {
	scroll-snap-type: inline mandatory;
	scroll-padding-inline: 1rem;
}
  
.snaps-inline > * {
	scroll-snap-align: start;
}
/* -------------------- Accommodation Details -------------------- */
blockquote {
    margin: 0;
    font-size: 1.5rem;
    max-width: 500px;
    color: var(--main-color);
}
summary {
    padding: 1em 0 0.5em 0;
    cursor: pointer;
    outline: none;
    color: var(--main-color);
    margin-top: 2em;
	border-bottom: solid thin var(--black);
	font-size: 1.5rem;
	font-weight: var(--bold);
}
details p {
	padding-left: 1.5em;
	margin: 0;
}
details iframe {
	width: 100%;
	border-radius: var(--border);

}
/* details > summary {
	list-style: none;
} */
details[open] summary {
	border-bottom: solid thin var(--main-color);
	margin-bottom: 2em;
}
details[open] p {
	animation-name: comein;
	animation-duration: 500ms, 200ms;
	animation-delay: 0ms, 500ms;

}
@keyframes comein {
	0% {
	  opacity: 0;
	}
	  100% {
		  opacity: 1;
	}
}
.badge-status {
	display: none;
}
.Show-Button .badge-status {
	display: block;
}
/* -------------------- Category Filter -------------------- */
.category-filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
	text-align: center;
	grid-gap: 5px;
}
.category-filter li a {
	color: var(--white);
	display: block;
	padding: var(--border);
	border-radius: var(--border);
	border: solid thin var(--green);
	background-color: var(--green);
}
.category-filter li a:hover {
	background-color: var(--primary);
	border-color: var(--primary);
}
.category-filter .current-menu-item a {
	background-color: var(--lgrey);
	font-weight: var(--bold);
}
/* -------------------- Booking Links Side Button -------------------- */
.book-enquire {
	transform: rotate(-90deg);
	position: fixed;
	top: 50vh;
	right: -40px;
	z-index: 2;
	opacity: 0;
	transition: opacity 300ms ease-in-out;
}
.book-enquire a {
	color: var(--white);
	text-decoration: none;
	padding: var(--border);
	background-color: var(--primary);
	display: block;
	border-radius: 5px 5px 0 0;
}
.book-enquire a:hover {
	color: var(--white);
	background: var(--main-color);
}
.showbutton {
	opacity: 1;
}
/* -------------------- Booking Links -------------------- */
.booking-links {
	background-color: var(--white);
	padding: 2em;
	border-radius: var(--border);
}
.booking-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.booking-links li {
	flex-grow: 1;
	margin: 5px;
}
.booking-links li a {
	background-color: var(--primary);
	color: var(--white);
	padding: 1em;
	display: block;
	border-radius: var(--border);
	border: solid thin var(--white);
	text-align: center;
}
.booking-links li a:hover {
	background-color: var(--brown);
}
.circle-button a {
	color: var(--white);
	display: flex;
	height: 100%;
	align-items: center;
}
/* -------------------- Banner / slogan -------------------- */
.feature-banner, .feature {
	overflow: hidden;
}
.feature {
	height: 100vh;
}
/* .feature-banner {
	height: 80vh;
} */
.feature {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--black);
	z-index: -1;
	background-size: cover;
	background-position: center;
}
.feature-banner img, .feature-banner__inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.feature-banner__inner-small img {
	width: 100%;
	height: auto;
	max-width: 400px;
}
.feature-split-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}
.feature-split-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Hide-Second-Image, 
.Hide-Accommodation-Badge .accommodation-badge,
.Hide-Accommodation-Badge .circle-button {
	display: none;
}
.bring-up {
	margin-top: -200px;
	z-index: -1;
}
.google_map iframe {
	width: 100%;
	border-radius: var(--border);
	box-shadow: var(--boxshadow) var(--black);
	border: none;
}
.brochure img {
	width: 100%;
	height: auto;
	max-width: 600px;
}
.brochure .circle-button {
	right: 0;
}
/* -------------------- Circle Button -------------------- */
.circle-button {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	font-weight: var(--bold);
	color: var(--white);
	background-color: var(--primary);
	outline: solid thin var(--primary);
	outline-offset: 5px;
	z-index: 1;
}
.circle-button p {
	margin: 0;
}
.circle-button a {
	color: var(--white);
}
.circle-button a:hover {
	color: var(--grey);
}
.align-center {
    top: -6%;
    left: 50%;
    transform: translateX(-50%);
}
/* -------------------- Button -------------------- */
.btn a {
	display: inline-block;
	min-width: 150px;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	box-shadow: 0 0.5em 1em var(--lightshadow);
	outline: solid 1px var(--primary);
	outline-offset: 5px;
	transition: outline-offset 0.1s ease-in-out;
}
.btn-outline a {
	color: var(--white);
	border: solid 1px var(--primary);
	background-color: var(--primary);

}
.btn-brown a {
	color: var(--white);
	border: solid 1px var(--brown);
	background-color: var(--brown);
}
.btn a:hover, button:hover {
	background-color: var(--brown);
	border: solid 1px var(--brown);
	outline: solid 1px var(--brown);
	outline-offset: 2px;
}
/* -------------------- Enquiry Form -------------------- */
.enquiry-form-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
	margin-top: 15em;
	margin-bottom: 5em;
	box-shadow: 0 0.7em 1em var(--lightshadow);
	padding: 10px;
}
.contact-page .enquiry-form-grid {
	margin-top: 5em;
}
.enquiry-form__details form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.enquiry-logo {
	text-align: center;
}
.enquiry-logo img, .enquiry-logo svg {
	width: 200px;
}
.enquiry-form__input:nth-child(2) {
	width: 100%;
}
.enquiry-form__title {
	margin-bottom: 4em;
}
.enquiry-form__input textarea,
.enquiry-form__input input,
.enquiry-form__input select {
	width: 100%;
}
.enquiry-form__input {
	width: 100%;
	margin-bottom: 1em;
}
.move-right {
	align-self: center;
	text-align: left;
}
.enquiry-form__input textarea, .enquiry-form__input input, .enquiry-form__input select {
	width: 100%;
	border: solid thin var(--primary);
	padding: 15px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
}
.enquiry-form__input textarea {
	height: 50px;
}
.enquiry-form__input textarea:focus {
	height: 100px;
	background-color: var(--lgrey);
	border: solid thin var(--main-color);
	color: var(--primary);
	box-shadow: 0 .5em 1em var(--black);
}

input[type=text]:focus,
input[type=email]:focus {
	background-color: var(--lgrey);
	border: solid thin var(--main-color);
	color: var(--lightblue);
	box-shadow: 0 .5em 1em var(--black);
}

input[type=submit] {
	color: var(--white);
	background-color: var(--primary);
	border: none;
	width: 200px;
	border-radius: 10px;
	cursor: pointer;
}
label {
	font-weight: var(--bold);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #ffb900;
	border-radius: 10px;
}
.wpcf7-not-valid-tip {
	background-color: pink;
	padding: 0.5em;
	border-radius: 10px;
	margin-top: 1em;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #38883f;
	border-radius: 10px;
}
/* -------------------- Cookie Notice -------------------- */

.cookie-notice {
    width: min(80%, 470px);
    z-index: 50;
    box-sizing: border-box;
    position: fixed;
    bottom: 5%;
    left: 50%;
    max-width: 500px;
    background: var(--white);
    border: solid thin var(--black);
    box-shadow: var(--boxshadow) var(--black);
    transform: translateX(-50%);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    align-items: center;
    padding: 1em;
    opacity: 0;
    animation: fade-in .3s forwards 2s linear;
}
.cookie-notice p {
    margin: 0;
}
.cookie-notice a {
	color: var(--main-color);
}
.cookie-notice-header {
	font-weight: bold;
}
.cookie-notice button {
	display: inline-block;
	min-width: 150px;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	outline: solid thin var(--brown);
	outline-offset: 5px;
	background-color: var(--brown);
	border: none;
	font-weight: bold;
	color: var(--white);
	cursor: pointer;
}
.cookie-notice button:hover {
	outline: solid thin var(--main-color);
	outline-offset: 5px;
	background-color: var(--main-color);
}
/* -------------------- Footer -------------------- */
.footer-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 5em 1em;
}
.footer-logo .social-icons {
	justify-content: center;
}
.footer-logo {
	text-align: center;
	margin-bottom: 3em;
}
.footer-logo img {
	max-width: 320px;
}
.footer-grid a {
	color: var(--main-color);
}
.footer-grid a:hover {
	color: var(--green);
}
.footer-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-grid h4 {
	margin-top: 0;
}
.stay-connected form {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: .5em;
}
.signup-input {
    border-radius: 3em;
    border: none;
    background-color: var(--black);
    padding: 1em;
}
.signup-send {
    border-radius: 3em;
    border: none;
	color: var(--white);
    background-color: var(--green);
    padding: 1em;
	cursor: pointer;
}
.sponsor-logo img {
	width: 100%;
	height: auto;
	max-width: 800px;
}
.copyright {
	font-size: 12px;
}
.copyright a {
	color: var(--main-color);
}
.copyright a:hover {
	color: var(--primary);
}
.grecaptcha-badge {
	opacity: 0;
}
/*

	Author:				hedleyenterprises.co.uk - web design starts with a coffee and a chat...
	Description:	CSS Stylesheet for Desktop Devices


*/




/* -------------------- 800 -------------------- */

@media all and (min-width: 50em) {

.footer-grid {
	grid-template-columns: 1fr 1fr 1fr;
}
.stay-connected form {
	grid-template-columns: 1fr 1fr .5fr;
}
.stay-connected {
	grid-column: span 3;
	grid-row: 2;
}
.sponsor-logo, .wigwam-logo {
	align-self: center;
}
.btn-book {
	display: block;
	justify-self: center;
}
.menu-btn {
	grid-column: 5;
}
.logo-nav .social-icons {
	grid-column: 3;
	display: block;
}
.logo-nav {
    display: grid;
    grid-template-columns: 2fr 1fr 100px 150px 50px;
    align-items: center;
}
}

/* -------------------- 900 -------------------- */

@media all and (min-width: 54em) {

.contact-information__top {
	display: block;
}
.top-search-bar {
	grid-template-columns: 1fr 1fr;
}
}

/* -------------------- 1200 -------------------- */

@media all and (min-width: 75em) {
h1 {
	font-size: 5rem;
}
.feature {
	height: 80vh;
}
.welcome-images__grid {
	grid-template-columns: repeat(3, 1fr);
}
.footer-grid {
	grid-template-columns: 1fr 1fr 2fr;
}
.stay-connected {
	grid-column: 3;
	grid-row: 1;
}
.important-info {
	padding-right: 2em;
}
.accommodation-selection__grid {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-flow: unset;
	overflow-x: visible;
	overscroll-behavior-inline: contain;
}
.accommodation-selection__link {
	width: 100%;
}
/* .accommodation-selection__grid .accommodation-selection__link:nth-child(5),
.accommodation-selection__grid .accommodation-selection__link:nth-child(6) {
	display: none;
} */
.logo-nav {
    grid-template-columns: 250px 2fr 200px 150px;
}
.top-search-bar {
    grid-template-columns: 2fr 100px 1fr;
}
.top-search-bar .social-icons {
	display: block;
}
.logo-nav .social-icons {
	display: none;
}
/* -------------------- Navigation -------------------- */
.navigation {
    display: flex;
    justify-content: center;
}
.menu-btn {
	display: none;
}
.navigation-mobile {
	display: none;
}
/* -------------------- Drop-Down -------------------- */
.sub-menu {
	margin-top: -5px;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
	z-index: 10;
	border-radius: 0 10px 10px 10px;
	overflow: hidden;
}
nav ul {
	padding: 0px 5px 0px 5px;
	list-style: none;
	position: relative;
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	background-color: var(--primary);
	border-radius: 5px;
}
nav ul li:hover a {
	color: var(--white);
}
nav ul li a {
	display: block;
	padding: 10px;
	color: var(--main-color);
	text-decoration: none;
}
nav ul ul {
	background: var(--primary); border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
nav ul ul li {
	float: none;
	position: relative;
}
nav ul ul li a {
	padding: 10px;
	color: var(--lgrey);
	font-weight: normal!important;
}
nav ul ul li a:hover {
	background: var(--green);
	color: var(--white);
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
.enquiry-form__input {
	width: 48%;
}
.long {
	width: 100%;
}
}

/*

	Author:				hedleyenterprises.co.uk - web design starts with a coffee and a chat...
	Description:	CSS Stylesheet for Desktop Devices with bigger screens


*/


@media all and (min-width: 1900px) {

}



