/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 18px;
  overflow-x: hidden;
  background: #121212;
  cursor: url("../images/cursor2.svg") 20 23, auto;
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none;
}

a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4 {
  font-family: "Lato", serif;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 110%;
  margin: 30px 0 20px;
  padding: 0;
  color: #fff;
}

h1, .uk-h1 {
  font-size: 70px;
}

h2, .uk-h2 {
  font-size: 28px;
}

h3, .uk-h3 {
  font-size: 24px;
}

h4, .uk-h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

.semi, strong {
  font-weight: 600;
}
.semi p, strong p {
  font-weight: 600;
}

.upper {
  text-transform: uppercase;
}

.gold-text, .uk-offcanvas .uk-nav li a {
  background: linear-gradient(to right, #C7AB6E 0%, #B8A174 25%, #D6CBB0 50%, #B8A174 75%, #C7AB6E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #C7AB6E;
}

/*------------------------------------*\
	BUTTONS
\*------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #C7AB6E;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  outline: 0 !important;
  padding: 4px 30px;
  text-align: left;
  text-decoration: none;
  position: relative;
  background: linear-gradient(to right, #C7AB6E 0%, #B8A174 25%, #D6CBB0 50%, #B8A174 75%, #C7AB6E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
  cursor: url("../images/cursor2.svg") 20 23, auto;
}
a:hover {
  cursor: url("../images/cursor2.svg") 20 23, auto;
}
/*------------------------------------*\
	FORMS
\*------------------------------------*/
.wpcf7 input[type="color"], .wpcf7 input[type="date"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="datetime"], .wpcf7 input[type="email"], .wpcf7 input[type="month"], .wpcf7 input[type="number"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .wpcf7 input[type="time"], .wpcf7 input[type="url"], .wpcf7 input[type="week"], .wpcf7 select, .wpcf7 textarea {
  background: transparent;
  color: #C7AB6E;
  font-size: 16px;
  border: 1px solid #C7AB6E;
  border-radius: 4px;
  padding: 7px 10px;
  outline: none;
  line-height: 100% !important;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  width: 100%;
}
.wpcf7 input[type="color"]:focus, .wpcf7 input[type="date"]:focus, .wpcf7 input[type="datetime-local"]:focus, .wpcf7 input[type="datetime"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="month"]:focus, .wpcf7 input[type="number"]:focus, .wpcf7 input[type="password"]:focus, .wpcf7 input[type="search"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="time"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="week"]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.wpcf7 ::-webkit-input-placeholder {
  opacity: 1;
}
.wpcf7 :-ms-input-placeholder {
  opacity: 1;
}
.wpcf7 ::-ms-input-placeholder {
  opacity: 1;
}
.wpcf7 ::placeholder {
  opacity: 1;
}

.wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

/*------------------------------------*\
	BANNER
\*------------------------------------*/
.banner {
  position: relative;
  background: #F4F5F7;
}
.banner h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
  max-width: 700px;
}
.banner h1 img {
  max-height: 50px;
  margin-left: 30px;
  margin-top: -10px;
}
.banner .banner-subheading {
  font-size: 24px;
  max-width: 472px;
}
.banner .banner-sub {
  max-width: 550px;
}
.banner #breadcrumbs {
  color: #1F294C;
}
.banner #breadcrumbs a {
  color: #1F294C;
}
.banner #breadcrumbs a:hover {
  color: #154498;
}
.banner #breadcrumbs .breadcrumb_last {
  color: #154498;
}
.banner .banner-image {
  min-height: 550px;
}
.banner .banner-image img {
  width: 100%;
  max-height: 1050px;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .banner-content {
  position: absolute;
  width: 100%;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/
header {
  z-index: 1001 !important;
  position: absolute !important;
  padding: 20px 0;
  width: 100%;
  top: 0;
background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.0018207966780462437) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.0018207966780462437) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.0018207966780462437) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.logo {
  font-size: 0;
	transition: none;
}

.logo-img {
  max-height: 60px;
  object-fit: contain;
}

.logo-right {
  position: relative;
  margin-left: 10px;
  opacity: 1;
	height: 30px;
	transition: 0.5s all;
}
.page-template-developments .logo-right {
	height: 38px;
	margin-top: 8px;
}

header.uk-active {
	padding-bottom: 0;
  position: fixed !important;
}
header.uk-active .logo-right {
  opacity: 0;
	-webkit-transition: none;
  transition: none;
}
header.uk-active .nav-toggle {
  margin-top: 7px;
}

.uk-sticky-placeholder {
  display: none !important;
}

header .uk-text-right {
  padding-top: 10px;
}

.uk-offcanvas-bar {
  width: 100%;
  background: rgba(18, 18, 18, 0.9);
  padding-top: 120px;
  opacity: 0;
}

.uk-offcanvas-flip .uk-offcanvas-bar {
  right: -100%;
}

.uk-offcanvas-bar-animation {
  -webkit-transition: 1.4s all !important;
  transition: 1.4s all !important;
  opacity: 1;
}
.uk-offcanvas-page header {
  z-index: 9999 !important;
  position: fixed !important;
}
.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 24px;
  width: 31px;
  float: right;
  margin-top: 12px;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.nav-toggle:before {
  position: absolute;
  content: " ";
  border: 1px solid #C7AB6E;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  top: -10px;
  left: -11px;
  opacity: 0;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.nav-toggle .bar {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #C7AB6E 0%, #B8A174 25%, #D6CBB0 50%, #B8A174 75%, #C7AB6E 100%);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}


.uk-offcanvas-page .nav-toggle:before {
  opacity: 1;
}

.uk-offcanvas-page .nav-toggle .bar {
  background: #fff;
}
.uk-offcanvas-page .nav-toggle {
  height: 23px;
}
.uk-offcanvas-page .nav-toggle .bar:nth-of-type(1) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 31px;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(2) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(3) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 31px;
}

.uk-offcanvas-overlay::before {
  display: none;
}

.uk-offcanvas .uk-nav {
  text-align: center;
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 30px 0;
}
.uk-offcanvas .uk-nav:before, .uk-offcanvas .uk-nav:after {
  position: absolute;
  content: " ";
  width: 50px;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(to right, #C7AB6E 0%, #B8A174 25%, #D6CBB0 50%, #B8A174 75%, #C7AB6E 100%);
}
.uk-offcanvas .uk-nav:after {
  top: auto;
  bottom: 0;
}
.uk-offcanvas .uk-nav li {
  opacity: 0;
}
.uk-offcanvas .uk-nav li a {
  color: #fff !important;
  min-height: auto;
  padding: 2px 30px;
  margin: 10px 0;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 40px;
}
.uk-offcanvas .uk-nav li a:hover {
  border-color: #C7AB6E;
}
.uk-offcanvas .uk-nav li .sub-menu {
  padding-left: 20px !important;
}
.uk-offcanvas .uk-nav li .sub-menu li a {
  font-weight: 400;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
footer {
  color: #fff;
  padding-top: 180px;
  padding-bottom: 100px;
  font-size: 16px;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu a {
  color: #fff;
  font-weight: 300;
  padding: 7px 0;
  display: block;
}
footer h3 {
  font-weight: 300;
  text-transform: uppercase;
}
footer p, footer a, footer h3 {
  color: #fff;
  font-size: 16px;
}
footer a:hover {
  color: #C7AB6E;
}

.footer-social a {
  display: block;
}

/*------------------------------------*\
	ACF FLEXI SECTIONS
\*------------------------------------*/
/* Content - image */
.copy-inner .button {
  margin-top: 20px;
}

.copy-inner *:first-child, .content-column-inner > *:first-child {
  margin-top: 0;
}

.title-content-image {
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.reverse-grid .image-column {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.copy-column {
  background: rgba(18, 18, 18, 0.8);
}

.copy-inner {
  padding: 40px;
}

.image-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main > .title-content-image:first-child .wrapper-small {
	max-width: 800px;
}
@media (min-width: 960px) {
	main > .title-content-image:first-child .image-column img {
		position: absolute;
		left: 0;
		top: 0;
	}
}

/* Content columns */
.content-columns .uk-grid .uk-first-column .content-column-inner {
  max-width: 320px;
}

/* Parallax images */
.par-img img {
  width: 95.4%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-column-inner .button {
  margin-top: 20px;
}

/* MAP */
section.dev-map {
  padding: 0 !important;
}

.acf-map {
  height: 900px;
}

.acf-map > div{
  height:110%!important;
}

.gm-style-iw.gm-style-iw-c {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gm-style-iw-tc {
  display: none;
}

.marker-inner {
  background-image: url("../images/map-marker-open.svg");
  background-size: cover;
  width: 223px;
  height: 258px;
  padding-top: 70px;
}

.marker-inner img {
  width: 140px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

.marker-inner h4 {
  font-size: 16px;
  margin-top: 10px;
  padding: 0 20px;
  margin-bottom: 5px;
}

.map-link {
  color: #C7AB6E;
  font-size: 16px;
}

.gm-ui-hover-effect {
  top: 10px !important;
  right: 30px !important;
}

.gm-ui-hover-effect > span {
  margin: 0 !important;
  width: 30px !important;
  height: 30px !important;
}

.gm-style-iw.gm-style-iw-c {
  margin-top: 60px;
}

.gm-style-iw-d {
  overflow: unset !important;
}

.gm-style-cc {
  display: none;
}

/* Team member */
section.team-member {
  padding-top: 140px;
}

.team-copy-column p {
  font-size: 16px;
}

.team-copy-column h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}

.team-image-column img {
  -webkit-clip-path: polygon(50% 0, 100% 18%, 100% 84%, 66% 100%, 33% 88%, 0 100%, 0 19%);
          clip-path: polygon(50% 0, 100% 18%, 100% 84%, 66% 100%, 33% 88%, 0 100%, 0 19%);
}

/* Middle content */
section.middle-content {
  padding-top: 140px;
  padding-bottom: 140px;
}

.mc-wrap {
  background: rgba(18, 18, 18, 0.8);
  padding: 180px 20px;
}

.mc-inner {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.mc-inner:before, .mc-inner:after {
  position: absolute;
  content: " ";
  width: 50px;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#8b634b), color-stop(25%, #e3a178), color-stop(50%, #faccaa), color-stop(75%, #e3a178), to(#8b634b));
  background: linear-gradient(to right, #8b634b 0%, #e3a178 25%, #faccaa 50%, #e3a178 75%, #8b634b 100%);
}
.mc-inner:after {
  top: auto;
  bottom: 0;
}

.mc-inner p {
  font-size: 22px;
}

/* Developments slider */
.dev-slider {
  padding-top: 100px;
}
.dev-slider h2 {
  color: #C7AB6E;
  margin: 0;
  padding: 0;
}
.dev-slider h2:before {
  display: none;
}

.dev-slider:before {
  opacity: 0.4;
}

.dslider a > img {
  width: 100%;
  aspect-ratio: 2/1;
	object-fit: cover;
  transition: 0.5s all;
  transform: none;
}
.dslider a:hover > img {
  transform: scale(1.2);
}
.dslider .uk-grid {
  margin-left: 0;
}
.dslider .uk-grid > * {
  padding-left: 0;
}

.dslider-nav svg {
  display: none;
}
.dslider-nav {
  width: 60px;
  height: 70px;
  left: 30px;
}
.dslider-nav{
  background-image: url("../images/nav-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.dslider-nav.uk-slidenav-next {
  background-image: url("../images/nav-arrow-right.svg");
  left: auto;
  right: 30px;
}

.dslider-link .dev-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s all;
  z-index: 1;
}
.dslider-link {
  display: block;
  position: relative;
  height: 100%;
  transform: none;
  transition: 0.4s all;
  overflow: hidden;
}
.dslider-link:hover {
  transform: scale(0.9);
}
.dslider-link:before {
  position: absolute;
  content: " ";
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  opacity: 0;
  transition: 0.8s all;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}
.dslider-link:hover:before {
  opacity: 0.7;
}
.dslider-link:hover .dev-content {
  opacity: 1;
}
.single-developments .dslider-link:before {
  display: none;
}
.single-developments .dslider-link,
.single-developments  .dslider a:hover > img {
  transform: none !important;
}
/* Parallax image */
.par-image {
  height: 100vh;
}

/* Developments */
#project-type-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#project-type-filter .button.active {
  color: #fff;
  border-color: #fff;
  -webkit-text-fill-color: #fff;
}

.dev-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
.dev-content h3 {
  margin: 0;
  color: #C7AB6E;
  font-size: 20px;
}

.facilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fa-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
  font-size: 15px;
  min-width: 95px;
  max-width: 95px;
}

.single-developments .dev-slider:before {
  opacity: 0.2;
}

.di-img {
   -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  overflow: hidden;
}
.dev-inner:hover .di-img {
   -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.di-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.dev-inner:hover .di-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.page-template-developments-student .content-columns .wrapper-small,
.page-template-developments .content-columns .wrapper-small {
  max-width: 1100px;
}
.dev-content img {
  height: 80px;
}

/*------------------------------------*\
	MISC
\*------------------------------------*/
.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%;
}

section, footer {
  position: relative;
  z-index: 1;
}
section:before, footer:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url("../images/bg.jpg");
}

.gold-underline, h2, .content-columns .uk-grid .uk-first-column .content-column-inner > :last-child {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.gold-underline:before, h2:before, .content-columns .uk-grid .uk-first-column .content-column-inner > :last-child:before {
  position: absolute;
  content: " ";
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #C7AB6E 0%, #B8A174 25%, #D6CBB0 50%, #B8A174 75%, #C7AB6E 100%);
}
.gold-underline > *:last-child {
  margin-bottom: 0;
}
/* Contact page */
.contact-banner {
  padding: 140px 0;
}
.contact-banner .copy-inner p {
  font-size: 16px;
}
.contact-banner .copy-inner p a {
  color: #fff;
}

#map {
  height: 500px;
  opacity: 0.87;
}

.cform .content-column-inner {
  max-width: 100% !important;
}
.cform .content-column-inner > * {
  max-width: 100% !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.cform h2 {
  margin-bottom: 0;
}

.cform h2:before, .content-column-inner > :last-child:before {
  display: none;
}

/* Intro video */
.intro-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.home {
  max-height: 100vh;
  overflow: hidden;
}
.home header, .home main {
  opacity: 0;
}

.video-end {
  max-height: unset;
  overflow: unset;
}
.video-end header, .video-end main {
  opacity: 1;
}
.uk-animation-toggle, .uk-animation-slide-top, .uk-animation-slide-bottom, .uk-animation-slide-left, .uk-animation-slide-right, .uk-animation-slide-top-small, .uk-animation-slide-bottom-small, .uk-animation-slide-left-small, .uk-animation-slide-right-small, .uk-animation-fade, .uk-animation-scale-up, .uk-animation-scale-down, .uk-animation-scale-up-small, .uk-animation-scale-down-small, .uk-animation-scale-up-xsmall, .uk-animation-scale-down-xsmall, .uk-animation-scale-up-xxsmall, .uk-animation-scale-down-xxsmall, .uk-animation-spin, .uk-animation-spin-reverse, .uk-animation-reverse, .uk-animation-reset {
    animation-duration: 1.7s;
}
main > section:first-child {
  min-height: 100vh;
}
main > .title-content-image:first-child, .contact-banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.gm-bundled-control-on-bottom .gmnoprint {
  bottom: 0 !important;
  top: unset !important;
}
.gm-style div {
  color: #fff !important;
}
.parallax-images .par-img {
  flex: none;
}
.parallax-images .par-img img {
  width: 100%;
}
.parallax-images .par-img:first-child {
  width: 30%;
}
.parallax-images .par-img:nth-child(2) {
  width: 25%;
  padding-top: 100px;
}
.parallax-images .par-img:nth-child(3) {
  width: 45%;;
}
.dev-inner.dev-inner-disable {
  pointer-events: none;
}
.section-first {
	min-height: auto !important;
	padding-top: 100px;
}
/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/
@media (max-width: 960px) {
	.footer-menu li {
		display: inline-block;
		text-align: center;
		margin: 0 10px;
	}
	.content-columns .uk-grid .uk-first-column .content-column-inner {
		max-width: 100%;
	}
}
@media (max-width: 640px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-right {
    max-width: 220px;
  }

  footer {
    padding-top: 100px;
	overflow:hidden;
  }


  footer .gold-underline::before {
    right: 0;
    margin: auto;
  }

  #project-type-filter {
    gap: 10px;
  }

  #project-type-filter .button {
    padding: 2px 20px;
    font-size: 14px;
  }
  .parallax-images .par-img:nth-child(2) {
    padding-top: 50px;
  }
	.acf-map {
		height: 70vh;
	}
	footer > img {
		width: 200% !important;
		object-fit: cover;
		max-width: unset !important;
		object-position: center center;
		left: -50%;
		position: relative;
	}
	#map {
		height: 400px;
	}
	.dslider a > img {
		aspect-ratio: 4/3;
	}
  .dslider-nav {
		/*display: none;*/
		 left: 10px;
	  }
	.dslider-nav.uk-slidenav-next{
		right:10px;
		left:auto;
	}
	.logo-right {
		height: 24px;
		margin-left: 5px;
	}
	.page-template-developments .logo-right {
		height: 33px;
	}
	.logo-img {
		max-height: 50px;
	}
}