﻿@font-face {
  font-family: "Gilroy-Medium";
  src: url("/fonts/Gilroy-Medium.eot");
  src: url("/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-Medium.woff2") format("woff2"), url("/fonts/Gilroy-Medium.woff") format("woff"), url("/fonts/Gilroy-Medium.ttf") format("truetype"), url("/fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("/fonts/Gilroy-Bold.eot");
  src: url("/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-Bold.woff2") format("woff2"), url("/fonts/Gilroy-Bold.woff") format("woff"), url("/fonts/Gilroy-Bold.ttf") format("truetype"), url("/fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-MediumItalic";
  src: url("/fonts/Gilroy-MediumItalic.eot");
  src: url("/fonts/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-MediumItalic.woff2") format("woff2"), url("/fonts/Gilroy-MediumItalic.woff") format("woff"), url("/fonts/Gilroy-MediumItalic.ttf") format("truetype"), url("/fonts/Gilroy-MediumItalic.svg#Gilroy-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("/fonts/Gilroy-Light.eot");
  src: url("/fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-Light.woff2") format("woff2"), url("/fonts/Gilroy-Light.woff") format("woff"), url("/fonts/Gilroy-Light.ttf") format("truetype"), url("/fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.clear, * html .clearfix, *:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
  display: block;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
  display: block;
}

a, img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus, input:focus, select:focus {
  outline: none;
}

/* General */
html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 16px;
  background: #fff;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  font-family: "Gilroy-Medium";
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
}

p {
  text-align: left;
  margin: 0;
  font-family: "Gilroy-Medium";
  font-size: clamp(13px, 0.83vw, 16px);
  line-height: 1.4em;
}

h1 {
  font-size: clamp(22px, 1.56vw, 30px);
  color: #F8E71C;
  font-family: "Gilroy-Bold";
  text-align: center;
}

h2 {
  font-size: clamp(22px, 1.56vw, 30px);
  font-family: "Gilroy-Bold";
}

h3 {
  font-size: clamp(20px, 1.35vw, 24px);
  font-family: "Gilroy-Medium";
  letter-spacing: 1px;
}

h4 {
  font-size: clamp(16px, 0.94vw, 18px);
  font-family: "Gilroy-Bold";
}

/* Navigation */
header {
  width: 100%;
  position: fixed;
  background-color: #F8E71C;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(30px, 5.2vw, 100px) 0 clamp(30px, 7.8vw, 150px);
  height: clamp(70px, 5.2vw, 100px);
  z-index: 99;
  transition: 0.7s;
}

.logo {
  display: block;
  width: clamp(100px, 9.74vw, 187px);
  position: absolute;
  z-index: 99;
  top: 0;
}

nav {
  margin: 0 0 0 auto;
  height: 100%;
}

#nav {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#nav li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  font-size: clamp(13px, 0.83vw, 16px);
  line-height: 10px;
  position: relative;
}

#nav li a {
  color: #000;
  font-family: "Gilroy-Medium";
}

.open {
  color: #000;
  font-size: clamp(12px, 0.73vw, 14px);
  padding-left: clamp(50px, 5.2vw, 100px);
  font-family: "Gilroy-Medium";
  line-height: 1.6em;
}

/* nav-toggle */
#nav-toggle {
  position: absolute;
  top: 22px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
}

#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:after, #nav-toggle.active span:before {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

/* enquiry */
.b_submit {
  padding: 10px 25px 8px;
  max-width: fit-content;
  background-color: #F8E71C;
  color: #000;
  border: 2px solid #000;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-family: "Gilroy-Medium";
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  margin: 20px 0 0 0;
}

.b_submit:hover {
  background-color: #000;
  color: #fff;
}

.register {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.formbox {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  max-width: 700px;
}
.formbox .grid_6 {
  width: calc(50% - 8px);
}

input, select, textarea {
  margin: 10px auto;
  padding: 10px 20px;
  width: 100%;
  color: #000;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  text-align: left;
  font-family: "Gilroy-Medium";
  font-size: clamp(12px, 0.73vw, 14px);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

textarea {
  resize: none;
  height: 140px;
}

select {
  padding: 5px 7px;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

select option {
  padding: 7px 5px;
  background: #fff;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.privacy {
  font-size: 10px;
}

.chk_holder {
  color: #000;
  margin: 0 0 0 auto;
}

#chkSubscribe {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkSubscribe + label {
  padding: 2px 0 2px 40px;
  position: relative;
  text-align: left;
  display: block;
  color: #000;
  font-size: 12px;
  font-family: "Gilroy-Light";
  font-family: inherit;
  display: inline;
}

#chkSubscribe + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #000;
  content: "";
  display: block;
}

#chkSubscribe + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#chkSubscribe:checked + label:after {
  -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.7;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0.7;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.7;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.7;
}

/*footer*/
footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #000;
}
footer span {
  padding-bottom: 20px;
  font-size: clamp(13px, 0.83vw, 16px);
  font-family: "Gilroy-Bold";
  letter-spacing: 1px;
}
footer p {
  font-family: "Gilroy-Light";
  font-size: clamp(12px, 0.78vw, 15px);
  line-height: 1.4em;
}
footer .deicorp {
  width: 200px;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}

* {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.row {
  display: flex;
  flex-direction: row;
}

.col {
  display: flex;
  flex-direction: column;
}

.justifystart {
  justify-content: flex-start;
}

.justifycenter {
  justify-content: center;
}

.justifyend {
  justify-content: flex-end;
}

.spacebetween {
  justify-content: space-between;
}

.spacearound {
  justify-content: space-around;
}

.aligncenter {
  align-items: center;
}

.alignend {
  align-items: flex-end;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.text-yellow {
  color: #F8E71C;
}

.text-black {
  color: #000;
}

.text-green {
  color: #003333;
}

.bold {
  font-family: "Gilroy-Bold";
}

.medium {
  font-family: "Gilroy-Medium";
}

.light {
  font-family: "Gilroy-Light";
}

.underline {
  text-decoration: underline;
}

.ptxxl {
  padding-top: 120px;
}

.pbxxl {
  padding-bottom: 220px;
}

.ptxl {
  padding-top: 80px;
}

.pbxl {
  padding-bottom: 80px;
}

.ptl {
  padding-top: 60px;
}

.pbl {
  padding-bottom: 60px;
}

.ptm {
  padding-top: 40px;
}

.pbm {
  padding-bottom: 40px;
}

.pts {
  padding-top: 30px;
}

.pbs {
  padding-bottom: 30px;
}

.ptxs {
  padding-top: 20px;
}

.pbxs {
  padding-bottom: 20px;
}

.pr30 {
  padding-right: 30px;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pb16 {
  padding-bottom: 16px;
}

.pb5 {
  padding-bottom: 2px;
}

.mr20 {
  margin-right: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mobile {
  display: none;
}

.active-dir {
  background-color: #F8E71C !important;
  color: #000 !important;
}

.mw1025 {
  max-width: 1025px;
}

.mw1000 {
  max-width: 1000px;
}

.mw950 {
  max-width: clamp(825px, 49.48vw, 950px);
}

.mw850 {
  max-width: clamp(675px, 44vw, 850px);
}

.mw825 {
  max-width: 825px;
}

.mw750 {
  max-width: clamp(625px, 39vw, 750px);
}

.mw725 {
  max-width: clamp(600px, 37.76vw, 725px);
}

.mw500 {
  max-width: 500px;
}

.mw400 {
  max-width: 400px;
}

.mw300 {
  max-width: 300px;
}

.mw280 {
  max-width: 280px;
}

.w100 {
  width: 100px;
}

.w30p {
  width: 30%;
}

.w70p {
  width: 70%;
}

.tac {
  text-align: center;
}

.obfit-cover {
  object-fit: cover;
}

.btn {
  max-width: fit-content;
  border: 2px solid #F8E71C;
  padding: 10px 22px 8px;
  line-height: 1em;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  font-size: clamp(12px, 0.78vw, 15px);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-family: "Gilroy-Bold";
}
.btn:hover {
  background-color: #F8E71C;
  color: #000;
}

.yellow-line {
  padding-top: 10px;
  width: 100px;
  border-bottom: 3px solid #F8E71C;
}

.landing {
  padding-top: clamp(70px, 5.2vw, 100px);
}

.instagram {
  width: 203px;
}

#page-store_directory .directory-link,
#page-whatson .whatson-link,
#page-centreinfo .centreinfo-link,
#page-leasing .leasing-link {
  font-family: "Gilroy-Bold";
}

#page-home .p-large {
  font-size: clamp(16px, 1.04vw, 20px);
}
#page-home .p-small {
  font-size: clamp(12px, 0.73vw, 14px);
}
#page-home .img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F8E71C;
  padding: 15px 20px;
  color: #000;
  font-size: clamp(15px, 1.04vw, 16px);
  z-index: 2;
}
#page-home .wrapper-1 {
  max-width: 1400px;
  width: 100%;
}
#page-home .wrapper-1 div {
  width: 25%;
}
#page-home .wrapper-1 div img {
  height: 80px;
}
#page-home .wrapper-1 div span {
  padding-top: 30px;
  font-size: clamp(13px, 0.83vw, 16px);
  text-align: center;
}
#page-home .wrapper-2 div {
  max-width: 24.5%;
}

#searchForm {
  display: flex;
  flex-direction: row;
}
#searchForm div {
  border-bottom: 1px solid #F8E71C;
  align-items: baseline;
}
#searchForm div label {
  padding: 0 10px 0 0;
  font-family: "Gilroy-Bold";
}
#searchForm div label, #searchForm div input {
  font-size: 14px;
  text-transform: uppercase;
}
#searchForm div input {
  color: #F8E71C;
  border: none;
  letter-spacing: normal;
  padding: 0;
  font-family: "Gilroy-Medium";
}
#searchForm div input:focus::placeholder {
  opacity: 0.7;
}
#searchForm div input::placeholder {
  color: #F8E71C;
  text-transform: uppercase;
}
#searchForm button {
  background-color: transparent;
  border: none;
  margin-left: 30px;
  cursor: pointer;
}

#page-store_directory .wrapper-1 a {
  padding: 10px 0 8px;
  text-align: center;
  width: 170px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #F8E71C;
  font-size: clamp(11px, 0.78vw, 15px);
  font-family: "Gilroy-Medium";
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#page-store_directory .wrapper-1 a:first-child {
  width: 70px;
}
#page-store_directory .wrapper-2 {
  gap: 45px 70px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1400px;
  flex-wrap: wrap;
}
#page-store_directory .wrapper-2 a {
  max-width: 400px;
  width: 100%;
  height: 300px;
  border: 1px solid #9B9B9B;
}
#page-store_directory .wrapper-2 a span {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-family: "Gilroy-Bold";
}
#page-store_directory .wrapper-2 a p {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-family: "Gilroy-Medium";
  padding-bottom: 20px;
}
#page-store_directory .wrapper-2 a .img-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 203px;
}
#page-store_directory .wrapper-2 a .img-wrapper img {
  width: 75%;
}
#page-store_directory .store-box {
  display: none;
}

#page-store .wrapper-1 {
  padding-bottom: 100px;
}
#page-store .wrapper-1 div .p-small {
  font-size: 12px;
  color: #000;
}
#page-store .wrapper-1 div p {
  font-size: 15px;
  color: #000;
}
#page-store .wrapper-1 div .btn {
  color: #000;
  border: 1px solid #1F3702;
  background-color: #fff;
}
#page-store .wrapper-1 div .btn:nth-child(1) {
  margin-right: 10px;
}
#page-store .wrapper-1 div .btn:hover {
  background-color: #000;
  color: #fff;
}
#page-store .wrapper-1 h4 {
  padding-bottom: 10px;
}
#page-store .wrapper-2 {
  max-width: 1400px;
  width: 100%;
}
#page-store .wrapper-2 a {
  max-width: 400px;
  width: 100%;
  height: 300px;
  border: 1px solid #9B9B9B;
}
#page-store .wrapper-2 a span {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-family: "Gilroy-Bold";
}
#page-store .wrapper-2 a p {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-family: "Gilroy-Medium";
  padding-bottom: 20px;
}
#page-store .wrapper-2 a .img-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 203px;
}
#page-store .wrapper-2 a .img-wrapper img {
  width: 75%;
}

#page-whatson p {
  font-size: clamp(13px, 0.83vw, 16px);
}
#page-whatson .wrapper-1 {
  max-width: 1400px;
  width: 100%;
}
#page-whatson .whats-on-description a {
  color: #000;
}
#page-whatson .whats-on-description ul {
  list-style: none;
}
#page-whatson .whats-on-description ul li {
  position: relative;
  padding-left: 15px;
}
#page-whatson .whats-on-description ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 5px;
}
#page-whatson .whats-on-description p {
  margin-bottom: 10px;
}
#page-whatson .whats-on-description p:last-child {
  margin-bottom: 0;
}

#page-centreinfo .wrapper-1 {
  max-width: 620px;
  width: 100%;
  padding-left: clamp(20px, 1.56vw, 30px);
  padding-right: clamp(20px, 1.56vw, 30px);
  color: #000;
}
#page-centreinfo .wrapper-1 span {
  font-size: clamp(13px, 0.83vw, 16px);
}
#page-centreinfo .wrapper-1 .grey {
  background-color: #D8D8D8;
}
#page-centreinfo .wrapper-1 div {
  padding: 10px 30px;
  width: 100%;
}
#page-centreinfo .wrapper-2 {
  max-width: 1400px;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}
#page-centreinfo .wrapper-2 .box-wrapper {
  gap: 30px;
}
#page-centreinfo .wrapper-2 .box {
  padding-top: 50px;
  max-width: 300px;
  height: 300px;
  width: 100%;
  border: 1px solid #9B9B9B;
  padding-left: 20px;
  padding-right: 20px;
}
#page-centreinfo .wrapper-2 .box .icons {
  height: 56px;
}
#page-centreinfo .wrapper-2 .box p, #page-centreinfo .wrapper-2 .box span {
  color: #000;
  font-size: clamp(12px, 0.73vw, 14px);
  text-align: center;
}
#page-centreinfo .wrapper-2 .box span {
  max-width: 220px;
  width: 100%;
  border-bottom: 1px solid #000;
}
#page-centreinfo .wrapper-3 a {
  font-size: clamp(14px, 0.94vw, 18px);
  color: #000;
}
#page-centreinfo .wrapper-3 p {
  font-size: clamp(13px, 0.78vw, 15px);
  color: #000;
}

#page-leasing .wrapper-1 {
  color: #000;
}
#page-leasing .wrapper-1 p:nth-child(1) {
  font-size: clamp(15px, 0.94vw, 18px);
}
#page-leasing .wrapper-1 p:nth-child(2) {
  font-size: clamp(13px, 0.78vw, 15px);
}
#page-leasing .wrapper-2 p {
  font-size: clamp(13px, 0.78vw, 15px);
}
#page-leasing .wrapper-2 p:nth-child(2) {
  padding-top: 10px;
  padding-bottom: 10px;
}

.privacyPolicy {
  opacity: 0;
  position: fixed;
  z-index: 99;
  overflow-y: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 0.3s;
}
.privacyPolicy .privacy-wrapper {
  max-width: 800px;
}
.privacyPolicy .privacy-wrapper h2 {
  color: #fff;
}
.privacyPolicy .privacy-wrapper p {
  color: #fff;
}
.privacyPolicy .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
}

@media screen and (max-width: 1400px) {
  #page-store_directory .wrapper-2 {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  #page-centreinfo .wrapper-1 {
    justify-content: center;
  }
  #page-centreinfo .wrapper-1 .grid_3 {
    width: 30%;
  }
  #page-centreinfo .wrapper-1 .grid_3:nth-child(1) {
    display: none;
  }
  footer .grid_9 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .desktop {
    display: none;
  }
  .t-col {
    display: flex;
    flex-direction: column;
  }
  .grid_10 {
    width: 100%;
  }
  .t-plr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .t-ml30 {
    margin-left: 30px;
  }
  .t-justifycenter {
    justify-content: center;
  }
  .t-justifystart {
    justify-content: flex-start;
  }
  .t-pr30 {
    padding-right: 30px;
  }
  .t-pb30 {
    padding-bottom: 30px;
  }
  .t-wrap {
    flex-wrap: wrap;
  }
  .t-tac {
    text-align: center;
  }
  .t-selfcenter {
    align-self: center;
  }
  #page-store_directory .directory-link,
  #page-whatson .whatson-link,
  #page-centreinfo .centreinfo-link,
  #page-leasing .leasing-link {
    text-decoration: underline;
  }
  #nav-toggle {
    display: block;
  }
  nav {
    position: absolute;
    top: 0;
    height: 100vh;
  }
  ul#nav {
    height: 100%;
    clear: both;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  ul#nav li {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  ul#nav li a {
    margin: 0;
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 22px;
  }
  header {
    padding: 0;
  }
  header .logo {
    left: clamp(30px, 5.2vw, 100px);
  }
  nav {
    width: 100%;
    height: 100vh;
    transform: translateX(-100vw);
    background-color: #F8E71C;
    transition: 0.7s;
  }
  .active_nav {
    transform: translateX(0);
  }
  .open {
    position: absolute;
    right: 60px;
  }
  #page-home .img-text {
    padding: 10px 20px;
  }
  #page-home .wrapper-1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  #page-home .wrapper-1 div {
    flex-basis: 50%;
    padding-bottom: 30px;
  }
  #page-home .wrapper-1 div:nth-child(4), #page-home .wrapper-1 div:nth-child(5) {
    padding-bottom: 0;
  }
  #page-home .wrapper-2 {
    flex-wrap: wrap;
  }
  #page-home .wrapper-2 div {
    max-width: calc(50% - 10px);
    padding-bottom: 30px;
  }
  #page-home .wrapper-2 div:last-child {
    padding-bottom: 0;
  }
  #searchForm {
    max-width: 90%;
  }
  #searchForm div label, #searchForm div input {
    font-size: 11px;
  }
  #page-store_directory .wrapper-1 {
    max-width: 90%;
  }
  #page-store_directory .wrapper-1 a {
    width: clamp(120px, 8.85vw, 170px);
    padding: 8px 0;
  }
  #page-store_directory .wrapper-2 a {
    max-width: 300px;
  }
  #page-store .wrapper-2 {
    flex-wrap: wrap;
  }
  footer .footer-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
  footer .footer-wrapper div:nth-child(1) {
    flex-basis: 30%;
  }
  footer .footer-wrapper div:nth-child(2) {
    flex-basis: 40%;
  }
  footer .footer-wrapper div:nth-child(3) {
    flex-basis: 20%;
  }
  footer .footer-wrapper div:nth-child(4) {
    flex-basis: 30%;
  }
  footer .footer-wrapper div:nth-child(5) {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 680px) {
  .w30p, .w70p {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .m-col {
    display: flex;
    flex-direction: column;
  }
  .m-pts {
    padding-top: 20px;
  }
  .m-pr0 {
    padding-right: 0;
  }
  .m-wrap {
    flex-wrap: wrap;
  }
  .grid_6, .grid_7, .grid_5 {
    width: 100%;
  }
  .m-plr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page-home .wrapper-1 div {
    flex-basis: 50%;
    padding-bottom: 30px;
  }
  #page-home .wrapper-1 div:last-child {
    padding-bottom: 0;
  }
  #page-home .wrapper-2 div {
    max-width: 100%;
  }
  #page-store_directory .wrapper-1 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  #page-store .wrapper-1 {
    align-items: center;
  }
  #page-store .wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page-centreinfo .box-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .register .grid_6 {
    width: 100%;
  }
  footer .footer-wrapper {
    flex-wrap: nowrap;
  }
}
