@font-face {
    font-family: 'Arboria';
    src: url('../fonts/arboria/Arboria-Book.woff2') format('woff2'),
         url('../fonts/arboria/Arboria-Book.woff') format('woff'),
         url('../fonts/arboria/Arboria-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria';
    src: url('../fonts/arboria/Arboria-Bold.woff2') format('woff2'),
         url('../fonts/arboria/Arboria-Bold.woff') format('woff'),
         url('../fonts/arboria/Arboria-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zuume';
    src: url('../fonts/Zuume-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body,
html,
a,
p,
div,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    font-size: 16px;
    color: #000;
    transition: all 300ms ease-in-out;
}

body {
    background: rgb(0, 0, 0);
}
:root{
	--brand: rgb(102, 194, 210);
}

/* Arboria weight utilities (use on any text element as needed) */
.arboria-100 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; }
.arboria-200 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; }
.arboria-300 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; }
.arboria-400 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; }
.arboria-500 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; }
.arboria-600 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; }
.arboria-700 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; }
.arboria-800 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; }
.arboria-900 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; }
.zuume-400 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; }
.zuume-500 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; }
.zuume-600 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; }
.zuume-700 { font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; }
main {
    background-color: #fff;
    overflow: hidden;
}

.col#second ul li a,
h3,
h2,
h1,
.banner h2,
.btn,
.textSearch input::placeholder,
.cats button {
    font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

h1 {
    font-size: 100px;
    text-transform: uppercase;
    margin: 10px 0
}

h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.flex {
    display: flex;
}

.center {
    text-align: center;
}

.blackBg {
    background-color: #000;
    color: #fff;
}

.blackBg p,
.blackBg a,
.blackBg div,
.blackBg h2,
.blackBg h1,
.blackBg h3 {
    color: #fff;
}
.bg-brand{
	background: var(--brand);
}
.bg-grey{
	background: rgb(245,245,245);
}
.bg-brand h3,
.bg-brand p,
.bg-brand a,
.bg-brand div{
	color: #fff;
}
.cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contain {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.btn {
    width: 100%;
    background: rgb(102, 194, 210);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 21px;
}

.cta {
    font-weight: 700;
    font-size: 18px
}


/*header*/

.header {
    padding-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}
.header .logo img{
	max-height: 115px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
.header-main{
	align-items:end;
	padding-bottom: 15px;
}
.logo {
    max-width: 235px
}

.col#second {
    margin-left: auto
}

.col#second .icon {
    margin-left: 15px;
    font-size: 14px;
    position: relative;
}

.col#second .socail.icon {
    margin-left: 5px;
}

.col#second .socail.facebook {
    margin-left: 15px;
}

.col#second b {
    font-weight: 600;
}

.col#second .icon i {
    margin-right: 5px;
    font-size: 18px;
    color: rgb(102, 194, 210);;
    position: relative;
    top: 3px;
}

.promagnifier,
.proclose {
    display: none!important
}

.col#second .icon.search {
    position: relative;
    width: 20px;
    height: 10px;
    cursor: pointer;
}

.col#second .icon.search .fas {
    top: 3px;
    left: 0;
    position: absolute
}

.col#second .icon.search.active .fa-times {
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.col#second .icon.search.active .fa-search {
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.col#second .icon.search .fa-times {
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.col#second .icon.search .fa-search {
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.topline .items {
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.topline .items.active {
    opacity: 0;
    transition: all 300ms ease-in-out;
}

body div.asl_m .probox .proinput input::placeholder {
    opacity: 1;
    font-size: 18px;
    font-weight: 700;
}

body #ajaxsearchlite1 .probox .proinput input,
body div.asl_w .probox .proinput input {
    font-size: 18px;
    font-weight: 700;
}

body div.asl_r .results .item .asl_content h3,
body div.asl_r .results .item .asl_content h3 a,
body div.asl_r .results .item .asl_content h3 a:hover {
    color: rgb(255, 51, 67);
    font-weight: 500;
    font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

body div.asl_r .results .item .asl_content h3 a:hover {
    color: rgb(102, 194, 210);
}

.seachContainer {
/*     margin-left: auto */
}

.seachContainer {
    position: relative;
}

.searchBar {
    position: absolute;
    top: 0;
    right: 30px;
    width: 0px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.searchBar.active {
    width: 510px;
    transition: all 300ms ease-in-out;
}


/*footer*/

footer {
    box-sizing: border-box;
    padding: 20px 0 40px;
    overflow: hidden;
    display: block
}

footer .col {
    width: 180px;
    box-sizing: border-box;
    padding-left: 30px;
}

footer .col:first-child {
    padding-left: 0px;
}

footer .col#aboutCol {
    width: 330px;
}

footer .col#logoCol {
    margin-left: auto
}

footer .footerLogo.white {
	margin-top: 20px;
    width: 140px;
    margin-left: auto;
    display: block;
	filter: invert(1);
}

footer p,
footer a,
footer div {
    font-size: 13px;
}

footer ul,
footer ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .address {
    margin-bottom: 4px;
}

footer a {
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.bottomLine {
    display: block;
    padding: 40px 0 20px
}

.bottomLine a {
    display: inline-block
}


/*banner*/

.banner {
    width: 100%;
    background: rgb(102, 194, 210) !important;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center center;
}

.banner h1,
.banner h2 {
    color: #fff;
    font-size: 100px;
    text-transform: uppercase;
    margin: 0;
}

.banner .container .inner {
    height: 190px;
    display: flex;
    align-items: center;
	justify-content: center;
}


/*home carousel*/

.home-carousel {
    margin-bottom: 30px;
}

.home-carousel .container {
    padding: 0;
}

.item.contained {
    max-width: 1210px;
    margin: 0 auto;
}

.item.full {
    width: 100%;
    margin: 0 auto;
}

.item.contained video {
    max-width: 1210px;
}

.item.full video {
    width: 100%;
}


/* logo carousel*/

.logoCarousel {
    display: block;
    padding: 30px 0 20px;
    margin-bottom: 70px;
}
.logoCarousel .item{
	margin: 15px;
}

.homeImages {
    margin-bottom: 50px;
}


/*features*/

.shadowBox {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 40px;
	margin-bottom:50px;
}
.shadowBox .leftCol {
    width: 40%;
    display: flex;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 80px 0 40px;
}
.shadowBox .rightCol {
    width: 60%;
    min-height: 330px;
}
.cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.features {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    margin-bottom: 60px;
}

.features .feature {
    padding: 15px
}

.features .feature h3 {
    text-transform: uppercase;
    margin-top: 15px
}


/* shop page*/

.shopItems {
    font-size: 0;
}

.shopItem {
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    width: 20%
}

.shopItem .inner {
    border: 1px solid rgb(69,189,199);
    box-sizing: border-box;
    padding: 15px;
}

.shopItem .hidden {
    font-size: 0;
}

.intro,
.seaching {
    max-width: 840px;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
}

.seaching {
    margin-bottom: 40px;
}

.intro p,
.intro a {
    font-size: 22px;
}

.intro a {
    font-weight: 600;
}

.searchCats,
.textSearch {
    width: 50%;
    box-sizing: border-box;
}

.searchCats {
    padding-right: 20px;
}

.searchCats .inner {
    position: relative;
}

.searchCats .btn {
	 background-color: rgb(255, 255, 255); 
    color: #000
}

.searchCats .btn i {
    transition: all 300ms ease-in-out;
    transform: rotate(0deg);
    position: relative;
    top: 0;
}

.searchCats .btn.activeMenu i {
    transition: all 300ms ease-in-out;
    transform: rotate(180deg);
    position: relative;
    top: 3;
}

.textSearch {
    padding-left: 20px;
}

.textSearch input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 0px solid #000;
/*     background: rgb(255, 212, 178); */
    padding: 14px;
    text-align: center;
}

.textSearch input::placeholder {
    font-weight: 700;
    color: #000;
    font-size: 21px;
}

.cats {
    background-color: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 50px;
    z-index: 5
}

.cats.activeMenu {
    max-height: 600px;
    transition: all 300ms ease-in-out;
}

.cats button:first-child {
    margin-top: 10px
}

.cats button:last-child {
    margin-bottom: 10px
}

.cats button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: none;
    border: 0px solid #000;
    text-align: left;
    font-size: 22px;
    padding: 3px 15px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.list {
    padding-bottom: 60px;
}

.shopItem .inner {
    text-align: center;
}

.shopItem .inner img {
    height: 95px;
}

.newsItem {
    min-height: 250px;
    margin-bottom: 40px;
}

.newsItem:hover {
    opacity: 0.8
}

.newsItem .item {
    min-width: 340px;
	width:340px;
	object-fit: cover;
}

.newsItem .col.info {
    background: rgba(69,189,199, 0.9);
    align-items: center;
    display: flex;
    box-sizing: border-box;
    padding: 40px
}
.whatsonList .inner h3,
.whatsonList .inner p,
.whatsonList .inner a,
.whatsonList .inner span,
.whatsonList .inner div{
	color: #fff;
}

.newsItem .col.info h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    text-transform: uppercase;
}

.teaser p {
    font-size: 18px;
    margin: 0 0 5px;
}

.box {
    width: 100%;
    padding: 10px;
}

.infoBoxes {
    margin-bottom: 60px;
}

.box .inner {
    width: 100%;
    border: 2px solid #000;
    height: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    display: flex;
/*     align-items: center; */
    justify-content: center;
}

body.parking .box .inner {
    border: none;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}
body.single-shops .box .inner h3,
body.single-shops .box .inner div,
body.single-shops .box .inner p,
body.single-shops .box .inner a,
body.single-shops .box .inner span{
	color: #fff;
}
body.single-shops .box .inner {
    border: none;
	background: rgba(69,189,199, 0.9);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}


.box h3 {
    margin-top: 0;
}

.box a {
    font-weight: 600;
}

body.information .infoBoxes {
    display: flex;
    flex-wrap: wrap;
}

body.information .box {
    width: 50%;
}


/*shop*/

body.single-shops .banner {
/*     background-color: rgb(251, 126, 211);
    background-image: url('../img/shop-banner.png')!important; */
	background-color: rgb(102, 194, 210);
}

/* body.single-eating .banner {
    background-color: rgb(0, 186, 125);
    background-image: url('../img/eating-banner.png')!important; */
	background-color: rgb(102, 194, 210);
}

body.single-whats-on .banner {
/*     background-image: url('../img/whatson-banner.png')!important; */
	background-color: rgb(102, 194, 210);
}

body.single-jobs .banner {
/*     background-image: url('../img/jobs-banner.png')!important; */
	background-color: rgb(102, 194, 210);
}

body.single h1 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 42px
}

body.single-shops .mainContent,
body.single-eating .mainContent {
    margin-bottom: 60px;
}

body.single-shops .mainContent .col,
body.single-eating .mainContent .col {
    width: 50%
}

body.single-shops .mainContent ul,
body.single-eating .mainContent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.single-shops .mainContent h3,
body.single-eating .mainContent h3 {
    margin-bottom: 0;
}

body.single-shops .mainContent .btn,
body.single-eating .mainContent .btn {
    margin-top: 20px;
    display: inline-block;
    max-width: 200px;
}

.retainerImage {
    padding: 10px
}

.retainerImage .inner {
    height: 100%;
	min-height:500px;
}

.fullWidthImage {
    margin: 50px 0
}


/*single evnts Content*/

body.single-whats-on main p,
body.single-whats-on main a,
body.single-whats-on main ul,
body.single-whats-on main li,
body.single-whats-on main {
    font-size: 21px;
}

body.single-whats-on .splitContent .col {
    width: 50%;
}

body.single-whats-on .splitContent {
    position: relative;
    width: calc(100% + 20px);
    left: -15px;
}

body.single-whats-on .splitContent .col {
    width: 50%;
    box-sizing: border-box;
    padding: 15px;
}

body.single-whats-on .splitContent .col p:first-child {
    margin-top: 0;
    padding-top: 0;
}

body.single-whats-on .splitContent .col .inner {
    height: 100%;
}

.fullWidthImageBlock,
.fullWidthImageBlock img {
    width: 100%;
}

.fullWidthImageBlock img {
    height: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flexiBlock {
    margin-bottom: 60px;
}

.splitContent {
    min-height: 400px;
}

.jobItem {
    width: 100%;
    border: 2px solid black;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 30px;
}

.jobItem .item {
    width: 25%;
    border: 1px solid #999
}

.jobItem>.jobInfo {
    width: 85;
    box-sizing: border-box;
    padding-left: 30px;
}

.jobInfo h3 {
    margin: 0;
}

.fancybox-content {
    max-width: 800px!important;
    padding: 30px!important
}

.fancybox-content h3 {
    margin-top: 0;
}

.fancybox-content .btn {
    float: left;
    margin-top: 40px;
}

.roleDetails {
    font-size: 18px;
}

.jobInfo {
    font-size: 18px;
}

.roleDetails {
    margin-top: 20px
}

body.single-jobs .roleDetails {
    display: block;
    width: 100%;
}

body.single-jobs .btn {
    display: inline-block;
    margin: 40px 0;
}

body.single-jobs h1 {
    margin-bottom: 40px;
}

body.jobs .intro {
    margin-bottom: 60px
}

.leasingCol {
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    font-size: 18px;
    margin-bottom: 60px;
}

.leasingCol p,
.leasingCol a,
.compAgent {
    font-size: 18px
}

.agents .box a,
.agents .box {
    font-weight: 400;
}

.leasingCol .col {
    padding: 10px;
    box-sizing: border-box;
}

.leasingCol .col.com {
    width: 75%
}

.leasingCol .col.agents {
    width: 25%
}

.infoBit {
    margin-top: 2px
}

.agents .box img {
    max-width: 140px
}

.agents .box .compAgent {
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.featureBoxes {
    margin: 60px 0
}

.featureBoxes .box {
    border: 2px solid black;
    box-sizing: border-box;
    padding: 40px 15px;
    margin-bottom: 40px
}

.featureBoxes .col:first-child {
    width: 300px;
    text-align: center;
}

.featureBoxes .col:first-child>div {
    width: 100%;
}

.featureBoxes .col:first-child>div i {
    font-size: 84px;
    margin-top: 20px
}

.featureBoxes .col p,
.featureBoxes .col a,
.featureBoxes .col div {
    font-size: 21px;
}

.featureBoxes .col a {
    margin-top: 20px;
    display: block
}

body.whats-on .intro {
    margin-bottom: 60px;
}

.promoItem .promoBox {
    display: block;
    overflow: hidden;
}
.promoItem {
    width: calc(100% - 400px);
    display: block;
}
.promoItem .promoBox .promoImage {
    width: 100%;
    transition: 1s all;
    transform: scale(1);
    padding-top: 44.44%;
}
.promoItem .promoBox .mobileImage {
    display: none;
}

.boxItem.social {
    width: 400px;
    margin-top: 65px;
    padding: 15px 0 0 25px;
}


.boxItem.social .inner {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
	height: 100%;
}

.boxItem .inner {
    overflow: hidden;
}
.boxItem.social .icons {
    height: initial;
    margin-top: 80px;
}
.desktopImage.cover.promoImage:hover{
	transform: scale(1.1);
}

.boxItem.social .circleIcon {
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
    display: inline-block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 10px;
}
.boxItem.social .circleIcon .innerIcon {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
}
.boxItem.social .circleIcon i {
    color: rgba(255, 255, 255, 1);
    font-size: 42px;
}
.promo h2, .homeImages h2 {
    margin-bottom: 5px;
}

.home-quick-links-section {
    background: #fff;
    margin: 0;
    font-family: 'Zuume', 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.home-quick-links-pattern {
    width: 100%;
    height: 28px;
    background-image: url('../img/pattern.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center;
}

.owl-dots {
    display: none !important;
}

.home-quick-links-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-quick-links-title {
    font-family: 'Zuume', 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    color: #E97259;
    text-transform: uppercase;
    font-size: clamp(24px, 3.2vw, 48px);
    line-height: 1;
    margin: 0 0 26px;
}

.home-quick-links-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.home-quick-card {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 84% 100%, 0 100%);
}

.home-quick-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 260ms ease;
}

.home-quick-card:hover img {
    transform: scale(1.05);
}

.home-quick-card-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: clamp(135px, 13vw, 180px);
    height: clamp(135px, 13vw, 180px);
    border-radius: 50%;
    background: rgba(159, 196, 24, 0.9);
    color: #fff;
    font-family: 'Zuume', 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    transition: background-color 220ms ease;
}

.home-quick-card:hover .home-quick-card-badge {
    background: rgba(159, 196, 24, 1);
}

.home-parallax-section {
    width: 100%;
}

.home-parallax-image {
    min-height: 420px;
    background-image: url('http://gallionsreach.local/wp-content/uploads/2026/04/gr-parallax-1-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.home-community-section {
    background: #E97259;
    color: #fff;
}

.home-community-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding: 44px 0;
}

.home-community-title-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}

.home-community-title-row h2 {
    margin: 0;
    font-size: clamp(32px, 2.5vw, 34px);
    line-height: 1.2;
    color: #fff;
    padding-right: 12%;
}

.home-community-title-row img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    flex: 0 0 auto;
}

.home-community-copy p {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(18px, 1.2vw, 18px);
    line-height: 1.2;
}

.home-community-copy p:last-child {
    margin-bottom: 0;
}

.home-community-image img {
    width: 100%;
    display: block;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 86% 100%, 0 100%);
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-community-title-row h2 {
        padding-right: 7%;
    }
}

@media (min-width: 841px) and (max-width: 991px) {
    .home-community-title-row h2 {
        padding-right: 0;
    }

    .home-quick-links-section .container {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .home-quick-links-title {
        font-size: clamp(24px, 4.3vw, 48px);
    }

    .home-quick-card-badge {
        width: clamp(125px, 13vw, 220px);
        height: clamp(125px, 13vw, 210px);
        font-size: 40px;
    }
}

body.parking .infoBoxes{
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(404px, 1fr));
}
body.parking .infoBoxes .box h3,
body.information .infoBoxes .box h3{
	color: var(--brand);
}

@media (min-width: 841px) {
    nav {}
    .col#second ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 15px;
    }
    .col#second ul li:first-child {
        margin-left: auto;
    }
    .col#second ul li a {
        font-weight: 600;
        text-transform: uppercase;
        Font-size: 32px;
        margin-left: 15px
    }
    .col#second ul li a:hover {
        color: rgb(102, 194, 210);;
    }
    body.single-whats-on .splitContent.left {
        flex-direction: row-reverse;
    }
    main {
        padding-top: 160px
    }
    .header .topline {
        position: relative;
        transition: all 300ms;
        margin-top: 0px;
		justify-content: end;
    }
    .header.skinnyHeader .topline {
        position: relative;
        transition: all 300ms;
        margin-top: -40px;
    }
    .header.skinnyHeader .logo {
        max-width: 150px;
    }
    .header .col#second ul {
        transition: all 300ms;
    }
    .header.skinnyHeader .col#second ul {
        transition: all 300ms;
    }
    .header.skinnyHeader {
        transition: all 300ms
    }
    .header.skinnyHeader {
        padding-top: 12px;
        transition: all 300ms;
    }
}

@media (max-width: 1140px) {
    .icon.directions {
        display: none;
    }
    .shopItem .inner img {
        height: auto
    }
    .shopItem {
        width: 25%;
    }
}

@media (max-width: 920px) {
    .icon.wifi {
        display: none;
    }
}

@media (max-width: 840px) {
        .home-parallax-image {
            min-height: 280px;
            background-attachment: scroll;
        }
        .home-community-wrap {
            grid-template-columns: 1fr;
            gap: 22px;
            padding: 28px 0;
        }
        .home-community-title-row {
            gap: 12px;
            margin-bottom: 12px;
        }
        .home-community-copy p {
            margin-bottom: 14px;
        }
        .home-quick-links-title {
            font-size: clamp(24px, 4.2vw, 48px);
            margin-bottom: 16px;
        }
        .home-quick-card {
            width: 360px;
            margin: 0 auto;
            max-width: 100%;
        }
        .home-quick-links-grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }
        .home-quick-links-pattern {
            height: 18px;
        }
		 .promoItem .promoBox .mobileImage {
	        display: block !important;
	        padding-top: 64.70%;
	    }
	.promoItem .promoBox .desktopImage {
        display: none;
    }
	.boxItem.social {
        display: none;
    }
	.boxItem.social {
        margin-top: 20px;
        padding: 15px 15px 0 15px;
    }
	.promoItem {
        width: 100%;
    }
	
	.flex {
        flex-wrap: wrap;
    }
	.shadowBox .leftCol {
        width: 100%;
        padding: 0 40px 20px;
    }
	    .shadowBox .rightCol {
        width: 100%;
    }
    body.activeMenu {
        overflow: hidden;
    }
    .banner h1,
    .banner h2 {
        font-size: 52px
    }
    .flex {
        flex-wrap: wrap
    }
    h3,
    .newsItem .col.info h3 {
        font-size: 21px
    }
    .btn {
        font-size: 18px;
    }
    .banner .container .inner {
        height: 100px;
    }
    .intro p,
    .intro a,
    body.single-whats-on main p,
    body.single-whats-on main a,
    body.single-whats-on main ul,
    body.single-whats-on main li,
    body.single-whats-on main,
    .leasingCol p,
    .leasingCol a,
    .compAgent,
    .featureBoxes .col p,
    .featureBoxes .col a,
    .featureBoxes .col div {
        font-size: 16px;
    }
    .featureBoxes .col {
        width: 100%;
        text-align: center;
    }
    .socail.icon {
        display: none;
    }
    nav.nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background-color: rgba(69,189,199, 0.9);
        z-index: 900;
        transition: all 300ms ease-in-out;
    }
    nav.nav.activeMenu {
        right: 0;
        transition: all 300ms ease-in-out;
    }
    nav.nav .inner {
        display: flex;
        align-content: center;
        align-items: center;
        height: 100%;
    }
    nav.nav ul {
        margin: -180px 0 0 0;
        padding: 0;
        list-style: none;
        padding-left: 20px
    }
    nav.nav ul li a {
        color: #fff;
        margin: 0;
        display: block;
        padding: 0;
        font-size: 32px;
        text-transform: uppercase;
        width: 100%;
        padding: 8px 20px;
    }
    .burgerMenu {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        z-index: 999;
    }
    .burgerMenu .inner {
        position: relative;
        height: 100%;
    }
    .burgerMenu .inner span {
        position: absolute;
        top: 0;
        width: 100%;
        display: block;
        height: 2px;
        background-color: rgba(0, 0, 0, 1);
        transition: all 300ms ease-in-out;
        opacity: 1;
    }
    .burgerMenu.activeMenu .inner span {
        background-color: rgba(255, 255, 255, 1);
        transition: all 300ms ease-in-out;
    }
    .burgerMenu .inner span:nth-child(1) {
        top: 25%
    }
    .burgerMenu .inner span:nth-child(2) {
        top: 50%
    }
    .burgerMenu .inner span:nth-child(3) {
        top: 75%
    }
    .burgerMenu.activeMenu .inner span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }
    .burgerMenu.activeMenu .inner span:nth-child(2) {
        opacity: 0;
    }
    .burgerMenu.activeMenu .inner span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }
    .opening.icon {
        display: none;
    }
    .seachContainer {
        position: absolute;
        right: 50px;
        top: 20px;
    }
    .header .logo {
        width: 150px;
        position: absolute;
        top: 10px;
        left: calc(50% - 75px);
    }
    .col#second .icon.parking {
        position: absolute;
        left: 0px;
        top: 18px;
    }
    .parking span {
        width: 100%;
        display: block;
        clear: both;
        padding-left: 20px;
        font-size: 14px;
        line-height: 100%;
    }
    .col#second .icon i {
		 top: -3px;
        position: absolute;
        left: 0;
    }
    .col#second .icon i {
        color: rgba(0, 0, 0, 1)
    }
	.header .logo img {
    	max-height: 67px;
	}
	.col#second .icon.parking {
		display: none;
	}
	.header .logo {
        width: 150px;
        position: absolute;
        top: 10px;
        left: 20px;
    }
    header.header {
        min-height: 90px;
        margin-top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
    }
    .searchBar {
        top: -20px;
        height: 59px;
        background-color: #fff;
        box-sizing: border-box;
        padding-top: 15px;
    }
    .searchBar.active {
        width: calc(100vw - 80px);
    }
    #ajaxsearchliteres1 {
        width: 100%!important;
    }
    div.asl_w {
        box-shadow: none!important;
    }
    main {
        padding-top: 93px
    }
    .shopItem {
        width: 33.33%;
    }
    .searchCats,
    .textSearch {
        width: 100%;
    }
    .searchCats {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .textSearch {
        padding-left: 0;
    }
    footer .col:first-child {
        width: 50%;
    }
    footer .col:nth-child(2) {
        width: 50%;
    }
    footer .col#aboutCol {
        padding-left: 0;
        width: 100%;
    }
    footer .col#logoCol {
        width: 100%;
        text-align: center;
        margin-right: auto
    }
    footer .footerLogo {
        width: 20%;
        margin-right: auto;
        margin-top: 30px;
    }
    .newsItem .item {
        width: 100%;
        height: 200px
    }
    body.information .box,
    body.single-whats-on .splitContent .col,
    body.single-shops .mainContent .col,
    body.single-eating .mainContent .col,
    .jobItem .item,
    .jobItem>.jobInfo,
    .leasingCol .col.com,
    .leasingCol .col.agents,
    .featureBoxes .col:first-child {
        width: 100%;
    }
    body.single-whats-on .splitContent .col:nth-child(2) .inner {
        min-height: 300px;
    }
    .retainerImage {
        min-height: 500px
    }
    .jobItem>.jobInfo {
        padding-left: 0;
        margin-top: 20px;
    }
    .jobItem .item.cover {
        text-align: center;
    }
    .jobItem .item img {
        max-width: 200px;
        margin: 0 auto
    }
    .featureBoxes .box {
        text-align: center;
    }
    .featureBoxes .col:first-child>div i {
        margin-bottom: 20px
    }
}
@media(min-width: 601px){
	.bannerDesktop{
		display:block;
	}
	.bannerMobile{
		display: none !important;
	}
}
@media(max-width: 600px){
	.bannerDesktop{
		display:none !important;
	}
	.bannerMobile{
		display: block;
	}
}

@media (max-width: 540px) {
	.list{
		display: flex;
		flex-wrap: wrap;
		height: unset !important;
	}
	a.shopItem{
		position:unset !important;
	}
    .shopItem {
        width: 50%;
    }
/*     .homeImages {
        display: none
    } */
    .logoCarousel.blackBg {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    footer {
        padding-top: 0;
    }
    footer .col:first-child,
    footer .col:nth-child(2),
    footer .col#aboutCol,
    footer .col#logoCol {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    footer .footerLogo {
        width: 50%;
    }
    .banner .container .inner {
        width: 100%;
        text-align: center;
    }
    .banner h1,
    .banner h2 {
        width: 100%;
        text-align: center;
        font-size: 42px
    }
    .newsItem .col.info {
        padding: 20px 15px;
    }
    nav.nav {
        width: 100%
    }
}

@media (max-width: 340px) {
    .parking span {
        font-size: 12px;
    }
    .col#second .icon.parking {
        left: -5px
    }
}

#editLink {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #820052;
    padding: 10px 30px;
    color: #fff
}

#editLink a {
    color: #fff;
    font-weight: #fff;
    font-weight: 700;
}
