/* --innova-red: #ed1d30; */

img {
	max-width: 100% !important;
	height: auto;
	display: block;
}

.container-wrap {
	background-color: #5f725e !important;
}

.text-color-white {
	color: #fff;
}

.text-color-black {
	color: #231f20;
}

.text-align-center {
	text-align: center;
}

.half-width-content {
    max-width: 50%;
}

.tf-width-content {
    max-width: 75%;
}


.of-width-content {
    max-width: 25%;
}

.margin-large {
    margin: 3rem;
}

.max-width-xlarge {
    max-width: 64rem;
}

.font-sz-1 {
	font-size: 1rem !important; 
}

.font-sz-25 {
	font-size: 2.5rem !important; 
}

.font-sz-3 {
	font-size: 3rem !important; 
}

.font-wt-400 {
	font-weight: 400 !important; 
}

.font-wt-500 {
	font-weight: 500 !important; 
}

.font-wt-700 {
	font-weight: 700 !important; 
}

.font-wt-600 {
	font-weight: 600 !important; 
}

.margin-t-20 {
	margin-top: 20px !important;
}

.margin-t-30 {
	margin-top: 30px !important;
}

.margin-t-50 {
	margin-top: 50px !important;
}

.margin-t-100 {
	margin-top: 100px !important;
}

.margin-t-200 {
	margin-top: 200px !important;
}

.margin-t-300 {
	margin-top: 300px !important;
}

.margin-b-0 {
	margin-bottom: 0px !important;
}

.margin-b-20 {
	margin-bottom: 20px !important;
}

.margin-b-30 {
	margin-bottom: 30px !important;
}

.margin-b-40 {
	margin-bottom: 40px !important;
}

.margin-b-50{
	margin-bottom: 50px !important;
}

.margin-b-100 {
	margin-bottom: 100px !important;
}

.margin-b-300 {
	margin-bottom: 300px !important;
}

.margin-bt-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.margin-bt-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.margin-bt-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.padding-0 {
	padding: 0px !important;
}

.padding-left-0 {
	padding-left: 0px !important;
}

.padding-right-0 {
	padding-right: 0px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.center-section {
	margin: 0 auto !important;
}

.centered-text {
  margin: auto !important;
}

.center-vertical-screen {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 250px);
 
}


/*******************************************************/


.header-title {
	font-family: Generalsans, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: #fff;
	font-size: 3.5rem;
}

div#footer-outer {
	background-position: top !important;
}


#header-outer {
	background-color: rgba(255, 255, 255, 0) !important;
}

body #header-outer {
	margin-top: 0px; 
	max-width: 100vw;	
}

.privacy-policy, .disclaimer {
	text-decoration: underline;
	color: #231f20;
	text-align: right;
	padding-left:10px;
	padding-right: 10px;
}

a.privacy-policy, a.disclaimer {
	color: #fff !important;
}

.line-divider {
    background-color: var(--base-color-brand--white);
    opacity: .2;
    width: 100%;
    height: 1px;
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.line-divider-2 {
    background-color: var(--base-color-brand--white);
    opacity: .3;
    width: 100%;
    height: 1px;
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}


ul#menu-footer-menu {
    display: flex;
	margin-left: 0px !important;
}

.footer-menu a {
	color: #231f20; 
}

.footer-menu ul li {
	list-style: none; /* Removes bullets if it's a <ul> */
    padding-right:20px;
}	

.footer-section {
	padding-top: 5rem !important;  
	padding-bottom: 5rem !important;  

}

.footer-copyright-row p {
	font-size: .875rem !important;
	color: #231f20 !important;
}


/*** Register Your Interest ***/ 
.form_input{
 width: 100%;
 margin-top: 5px;
 margin-bottom: 5px;  
}

input.form_input, select.form_input, textarea.form_input {
 background-color: transparent;
 font-family: var(--default-font);
 border: none;
 outline: none;
 border-bottom: 1px solid #231f20;
 color: #231f20 !important;
}

select.form_input
 {
    padding-left: 0px !important;
}

textarea.form_input {
    padding-left: 4px !important;
}

input.form_input, select.form_input, textarea.form_input, select.form_input:first-child {
 color: #231f20 !important;
 font-size: .9em;
 padding: 5px;
}

input.form_input::placeholder, textarea.form_input::placeholder {
 color: #231f20 !important;
}

button.form_btn {
    background-color: #f2e7e1 !important;
    color: #231f20 !important;
	font-weight: normal !important; 
}

#submit-btn, .form_btn {
 border: 1px solid 231f20;
 border-radius: 25px !important;
 padding: 8px 20px;
 margin-top: 10px;
}

button[type=submit]:hover {
 background-color: #f2e7e1 !important;
}

.option_ch {
 color: #231f20 !important;
}

.register-section {
	padding-top: 8.6rem !important;
    padding-bottom: 20.5rem !important;
}

.register-section h2 {
	font-weight: 500; 
}

.container-wrap input[type=text] {
	font-size: 1rem !important; 
}

.original[data-form-style=default] input[type=text]:focus, .original[data-form-style=default] textarea:focus {
	background-color: #5f725e !important;
	border-bottom: none !important; 
}


/*** End Register Your Interest ***/

div#director-contact {
	text-decoration: none !important;
}

.director-email p, .director-contact p, .address-bottom p, .director-title p {
	font-size: 1rem !important;
	color: #231f20;
}

.director-name {
	font-size: 1.25rem;
    font-weight: 600;
}

.director-name p, .director-title p {
	color: #231f20 !important; 
}

.director-title {
	margin-top: .5rem;
    margin-bottom: .5rem;
}

.address-bottom {
	color: #231f20;
    margin-bottom: 20px !important;
}

.director-email a, .director-contact a {
	color: #231f20 !important; 
	text-decoration: none; 
}

.footer-black-logo {
    /* filter: invert(); */
    margin-top: 37px;
    width: 208px !important;
}

#header-outer.scrolled {
    background-color: #5f725e !important; 
	color: #231f20 !important;
}

#header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a, #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_item > a {
	color: #ed1d2f !important;
}

#register-text{
	text-align: left;
	letter-spacing: 3px;
	font-size: 1.3em;
}

a#register-btn {
	border: 1px solid #bfbfbf;
	border-radius: 20px;
	background-color: transparent;
}

.reg-side-bnt {
	z-index: 99999;
	color: #fff;
	background-color: #c12b27;
	width: 200px !important;
	height: 80px !important;
	text-decoration: none;
	position: fixed !important;
	top: 50% !important;
	right: -97px !important;
	transform: rotate(-90deg);
}

.register-right-btn {
	text-align: center;
	/* height: 35px; */
	font-family: Generalsans, sans-serif;
	font-size: 19px;
	/* line-height: 36px; */
	text-decoration: none;
}

a.register-right-btn, a.reg-side-bnt:hover {
	color: #fff;
}

#tablepress-1 img {
	width: 23px;
}
.rotating-red-white-logo {
	margin: 100px auto; /* centres it and adds scroll space */
}

.rotating-red-white-logo, .rotating-red-white-logo-2 {
    transition: transform 0.1s linear;
    display: block;
}

.innova-icon {
	margin-bottom: 30px !important;
}

.smart-warehousing-title {
	padding-bottom: 14px !important;
}

/* Home Page CSS */
/* Make sure the home-project-img column fills the row height */
.home-video {
  position: relative;
  display: flex;              /* flexbox to help with centering */
  align-items: center;        /* vertical centering */
  justify-content: center;    /* horizontal centering */
  /* min-height: 100vh;     */      /* full viewport height (optional, adjust as needed) */
  height: 80vh !important;
  overflow: hidden;
}

/* Wrapper clips zoom */
.home-video .column-image-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0; /* sit behind content */
}

/* Background image fills container and zooms */
.home-video .column-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transform: scale(1);
  transform-origin: center;
  will-change: transform;
  animation: zoomInOut 10s ease-in-out infinite alternate;
}

/* Center play button content */
.home-video .wpb_wrapper {
  position: relative;
  z-index: 2;       /* above background */
  text-align: center;
}

/* Play button styling (optional improvements) */
.home-video .nectar_video_lightbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Keyframes for zoom effect */
@keyframes zoomInOut {
  0%   { transform: scale(1); }
  100% { transform: scale(1.1); }
}

/* Accessibility: disable zoom if user prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  .home-video .column-image-bg { animation: none; }
}






.large-text-shadow {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.nectar_video_lightbox.play_button_with_text {
	display: flex;
    align-items: center;       /* vertical centring */
    justify-content: center;   /* optional: horizontal centring */
    height: 80vh;             /* set your container height */
}

.home-boxes {
	min-height: 400px;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.home-icon {
    height: 200px !important;
	padding-top: 100px;
	text-align: left; 
}

.home-boxes-main-text p {
	color: #fff;
	font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
	text-align: left;
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.home-boxes-description p {
	font-size: 1rem;
}

.home-boxes-description {
	padding-bottom: 30px !important; 
}

.home-icon, .home-boxes-main-text p, .home-boxes-description {
	padding-left: 30px !important;
	padding-right: 30px;
}

.home-boxes img {
	text-align: left !important; 
}


/* Content Text Formatting */
.main-content-section {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important; 
} 

.main-content-section-tp {
	padding-top: 7rem !important;
} 

.main-content-section-bt {
	padding-bottom: 7rem !important; 
} 

.page-heading {
	font-weight: 500;
    line-height: 1.1;
	font-size: 3.5rem;
	margin-top: 0;
    margin-bottom: 0;
    font-family: Generalsans, sans-serif;
}

.inner-page-heading {
	max-width: 550px; 	
}

.page-heading2 {
	font-weight: 400;
    line-height: 1.1;
	font-size: 3.5rem;
	margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-family: Generalsans, sans-serif;
	max-width: 680px; 	
	padding-bottom: 138px; 
	padding-top: 150px;
}
.page-heading3 {
	font-size: 3rem !important;
    font-weight: 600 !important;
}

.scroll-bg-cover-row {
    position: relative;
    overflow: hidden; /* Keeps the image inside the row */
}

/* The sliding image overlay */
.scroll-bg-cover-row::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://innova-shailerpark.com.au/wp-content/uploads/2025/06/View-3.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateX(var(--cover-shift, 100%)); /* Starts at 100% offscreen */
    transition: transform 0.3s ease; /* Smoother transition */
    z-index: 100;
    pointer-events: none;
}

.title-bold p {
    color: #ed1d30;
    font-size: 1.5rem;
    font-weight: 600;
	margin-top: 20px !important; 
	margin-bottom: 16px !important; 
}

.investment-main-txt {
	margin-top: 100px !important;
}

.investment-desc p {
	font-size: 1rem !important;
}

.home-boxes img {
	margin-left: 0px !important; 
}

img.investment-icon {
	width: 67px !important;
	margin-top: 14px !important;
	margin-bottom: 14px !important;
}

img.investment-icon-2 {
	width: 120px !important;
}

.team-metdev-logo {
	width: 406px !important;
}

span.download-btn {
	border-radius: 25px !important;
	padding: 15px 30px !important;
	margin-top: 10px !important;
	color: #000 !important;
	background-color: #fff !important;
}

span.isp-btn {
	border-radius: 25px !important;
	padding: 15px 30px !important;
	margin-top: 10px !important;
	color: #000 !important;
	background-color: #fff !important;
	font-size: 1rem;
}

span.isp-btn:hover {
	background-color: #889e86 !important;
	color: #231f20 !important; 
}

span.download-btn:hover {
	color: #231f20 !important;
	background-color: #889e86 !important;
}

.span_12.light .wpb_text_column a:not(:hover) {
    opacity: 1;
}

.carousel-next, .carousel-prev {
	background-color: #ed1d30;
}

.email-icon {
	max-width: 30px;
	height: auto;
}

/***************************/
/*     Register Button     */
/***************************/

.right-btn {
    z-index: 99999;
    color: #fff;
    background-color: #ed2427;
    height: 80px !important;
    text-decoration: none;
    position: fixed !important;
    top: 50% !important;
    right: -192px !important; 
    transform: rotate(-90deg); 
	
}

.register-right-btn, .chat-right-btn {
    text-align: center;
    font-family: Generalsans, sans-serif;
    font-size: 19px;
    line-height: 36px;
    text-decoration: none;
	padding-top: 5px;
}

p.register-right-btn {
    color: #fff !important;
}

.register-icon, .chat-icon {
	max-width: 30px !important;
	margin-right: 20px; 
	transform: rotate(90deg); 
	height: auto;
	padding-top: 8px;
} 

.chat-section-btn {
	background-color: #f2efe8;
	color: #ed2427;
	float: left;
	padding-left: 60px;
}

.chat-section-btn a{
	color: #c12b27;
}

.chat-img-section {
	vertical-align: middle;
	float: left;
	width: 34px;
}

.chat-lbl-section {
	vertical-align: middle;
	float: left;
	padding-left:10px; 
}

.reg-img-section {
	vertical-align: middle;
	float: left;
	width: 34px;
}

.reg-lbl-section {
	vertical-align: middle;
	float: left;
	padding-left:10px;
}

.register-section-btn, .chat-section-btn {
	width: 200px; 
	text-align: center; 
}

.register-section-btn {
	float: right;
	padding-left: 40px;
}

.max-w-940 {
	max-width: 940px;
}

#contact-close-btn {
	width: 30px !important; 
	text-align: right !important;
	margin-bottom: 50px !important; 
} 

/***************************/
/*     End Register Button     */
/***************************/


/************************************/
/* menu */
.menu-item.custom-menu-item .language-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px;
  text-decoration: none;
}

.menu-item.custom-menu-item .language-icon {
  width: 24px !important;
  height: auto;
  display: block;
  padding-top: 16px; 
}

.menu-item.custom-menu-item .menu-title-text {
  line-height: 1;
  display: inline-block;
}
/* end menu */
/************************************/



/*********************************************
Styles for the post from MetDev website
**********************************************/

.remote-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding-left: 5px;
}

@media (max-width: 1024px) {
  .remote-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .remote-posts {
    grid-template-columns: 1fr;
  }
}

.remote-posts article {
  color: #fff;
  text-align: left;
}

.remote-posts .image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect ratio */
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.remote-posts .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.remote-posts h2 {
  font-size: 1.1rem;
  margin: 0 0 0.25rem;
  color: #231f20;
  font-weight: normal;
}

.remote-posts .post-date {
  font-size: 0.9rem;
  color: #231f20;
}

.remote-posts a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/*********************************************
End Styles for the post from MetDev website
**********************************************/

#page-loader {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #5f725e; 
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-loader .spinner {
  width: 53px;
  height: 53px;
  background: url('../img/loader.png') no-repeat center center;
  background-size: contain;
  animation: spin 2.5s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#page-loader.fade-out {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s;
}

.sf-menu>li>ul {
	display: inline-flex;
}

#top nav >ul >li >ul >li {
	font-weight: 500 !important;
}

#header-outer:not([data-format="left-header"]) #top nav >ul >li:not(.megamenu) ul a:hover {
	background-color: #dddddd !important;
	color: #ed1d2f !important; 
}

#header-outer[data-lhe="default"] #top nav > ul > li > a {
	padding-left: 13px;
    padding-right: 12px;
	font-size: 1rem !important;
}

.carousel-heading {
	margin-right: 13px !important;
}

#header-outer #mobile-menu:before {
	background-color: #5f725e !important; 
}

#header-outer #mobile-menu ul li[class*="current"] > a {
	color: #231f20;
}

.nectar_video_lightbox.play_button_with_text .link-text {
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#register select {
	box-shadow: none;
}

.n-masterplan {
	width: 100px !important; 
	
}

@keyframes slideUpFadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.my-reshow-box {
  opacity: 0;
  transform: translateY(100px);
}

.my-reshow-box.visible {
  animation: slideUpFadeIn 0.5s ease forwards;
}

/* Staggered delay for nicer effect */
.my-reshow-box.delay-1 {
  animation-delay: 0.2s;
}

.my-reshow-box.delay-2 {
  animation-delay: 0.4s;
}

.my-reshow-box.delay-3 {
  animation-delay: 0.6s;
}

.my-reshow-box.delay-4 {
  animation-delay: 0.8s;
}

.my-reshow-box.delay-5 {
  animation-delay: 1.0s;
}

.location-name {
	margin-top: 50px;
}

.location-name {
	margin-top: 50px;
}

.location-details {
	margin-top: 0px;
	padding-left: max(20px, calc((100vw - var(--container-max-width)) / 2));
	margin-left: 2% !important;
	text-align: left;
}

.location-left-col {
	padding-left: 30px !important;
	padding-top: 60px !important;
}


/* FIRST ROW – normal state */
#first-row {
  height: 100vh;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

/* Normal */
.first-row-text {
  position: relative;
  z-index: 20;
}

/* Fixed - top is dynamically set in JS */
.first-row-text.fixed {
  position: fixed;
  /* left: 0; */
  width: 100%;
  z-index: 20;
}

/* SECOND ROW */
#second-row {
  position: relative;
  background: lightcoral;
  z-index: 2;
  min-height: 150vh;
  padding: 2rem 0;
}

/* Optional overlay for second row covering first row */
#second-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

/* THIRD ROW */
#third-row {
  position: relative;
  background: lightgreen;
  z-index: 1;
  min-height: 100vh;
  padding: 2rem 0;
}

img.location-img {
	max-width: 100% !important;
}

.img-social-row {
  display: flex;
  justify-content: flex-start;  
  align-items: center;         
  gap: 22px;                    
  margin-bottom: 10px !important;
}


.img-social-row img {
	width: 34px !important; 
	height: auto; 
}

.footer-logo {
	margin-bottom: 26px !important; 
}

.projects-update-section-bg {
  position: relative;
  overflow: hidden;
}

.projects-update-section-bg::before {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  inset-inline: 0;
  margin: 0 auto;
  max-width: 1600px;  
  width: 100%;
  background-color: #5f725e;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}


/***** Chinese *****/

.home-text-1 p {
	font-size: 1rem !important;
}

/***** End Chinese *****/



/***** Thank you page *****/
.ty-pg-title {
	font-size: 65px !important; 
}

.ty-staff-will-contact {
	letter-spacing: .3em !important;
}

/***** End thank you page *****/



/***** Master plan page *****/
.masterplan-direction-section {
	padding-left: 35px !important; 
}
/***** End Master plan page *****/

@media screen and (max-width: 600px) {
    #tablepress-1 tr td.column-2, #tablepress-1 tr td.column-3, #tablepress-1 tr td.column-5, #tablepress-1 tr td.column-16 {
        display: none !important;
    }
	
	#innovaShailerParkWeb.freeze-scroll {
	  overflow: hidden;
	  height: 100vh; 
	}
}


@media only screen and (max-width:699px) {
	body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
		padding: 0px !important; 
	}
}


@media screen and (max-width: 787px) {
    body.admin-bar #header-outer[data-transparent-header=true][data-mobile-fixed=false] {
        top: 0px !important;
    }
	
	/*
	.page-heading{
		max-width: 94% !important;
	}  
	*/
	
	.location-left-col {
		padding-left: 0px !important;
		padding-bottom: 60px !important;
	}
	
	.location-name {
		margin-top: 20px !important;
	}
	
	.img-social-row {
		gap: 12px !important;                    
	}
	
	iframe#reservation-form-sm {
		height: 6700px !important; 
	}
	
	.masterplan-address {
		text-align: center !important; 
	}
	
	.innovashailerpark-masterplan-logo {
		text-align: center !important;  
	}
	
	.language-link-mob {
		margin-right: 0px !important;
	} 
	
	div.reservation-col-mob div.vc_column-inner {
		padding-right: 0px !important; 
	}	
}

@media only screen and (min-width: 768px) {
	.location-left-col {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 20px !important;
	}
}

@media only screen and (max-width:999px) {
	#header-outer {
		max-width: 100% !important; 
	}
	
	.footer-menu a, .footer-copyright-row p {
		color: #fff !important;; 
	}
	
	.main-heading {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.page-heading {
		font-size: 2.1rem !important;
	}

	.inner-page-heading {
		max-width: 90% !important; 	
	}

	.page-heading2 {
		font-size: 2.5rem !important;
	}
	
	.main-content-section {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important; 
	} 

	.sm-margin-lt {
		padding-left: 20px; 
		padding-right:20px;
	}
	
	.footer-copyright-row {
		text-align: center;
	}
	
	#header-outer {
		position: fixed !important;
		top: 0px; 
	}
		
	.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level {
		min-height: calc(100vh);
	}
	
	 body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 50px !important;
    }
	
	.register-section {
		padding-bottom: 10rem !important;
	}

	.getIntouch {
		margin-top: 70px;
		padding-right: 20px !important; 
	}

	.main-content p, .caroufredsel_wrapper ul li, #form, .home-video-section, h2 {
		padding-right: 20px !important;
	}
	
	.home-mobile-view img {
		padding-right: 20px !important;
	}
	
	img.location-img, img.team-metdev-logo {
		padding-right: 50px !important; 
	}
	
	div.masterplan-section div.vc_column-inner {
		padding-right: 0px !important; 
	}
	
	.nectar-flickity img {
		padding-right: 0px !important;
	}
	
	.carousel-heading {
		margin-right: 5px !important; 
	}
	
	.design-lbl-1 {
		padding-right: 100px !important; 
	}
	
	.investment-subheading {
		padding-right: 0px !important;
	}
}


@media only screen and (min-width: 1300px) {
	.max-width-medium {
		align-self: auto;
		width: 100%;
		max-width: 35rem;
		margin-left: 20%;
		margin-right: auto;
	}
	
	body #header-outer .container {
		max-width: 145rem !important;
	}
	
	:root {
        --container-width: 100%;
    } 
	
	.reservation-sm-screen, .floorplans-sm-screen {
		display: none !important; 		
	}
	
	.location-left-col {
		margin: auto !important; 
		left: 0px !important; 
	}
	
	.location-details  {
		align-self: auto;
		margin-right: 50px !important;
		padding-left: max(20px, calc((100vw - var(--container-max-width)) / 2)); 
		margin-left: -1%;
	} 

	.getIntouch{ 
		padding-left: 150px !important;
	}
	
	.home-mobile-view {
		display: none !important; 
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	iframe#reservation-form-sm {
		height: 5600px !important; 
	}
	
}

@media (min-width: 769px) and (max-width: 1024px) {
	.location-details  {
		margin-left: 8% !important;
	}
}

@media only screen and (max-width: 1299px) {
	.reservation-lg-screen, .floorplans-lg-screen {
		display: none !important; 
	}
	
	.location-details  {
		margin-right: 30px !important;
	}		
	
	.cover-overlay, .desktop-view {
		display: none !important; 
	}
}
    
@media only screen and (min-width: 1000px) {
	.container {
		max-width: 1600px !important;
        width: 100%;
		padding-left: 50px;
		padding-right: 50px;
    }
	
	#header-outer #logo {
		margin-top: 15px;
        margin-bottom: 15px;
	}
	
	.projects-update-section {
		min-height: 1200px; 
	}
	
	.container-large-extended {
		max-width: 120rem !important;
		margin: 0 auto !important;
	}	
}

@media only screen and (min-width: 1600px) {
	.location-details  {
		padding-left: max(20px, calc((100vw - 1600px) / 2));
		margin-right: 100px !important;		
	} 
}

@media only screen and (max-width:1024px) {
	.location-img {
		max-width: 100%; 
		padding-left: 20px !important;
		padding-right: 50px !important;
	}	

	.location-name {
		margin-top: 30px !important;
	}
	
	
	.location-details  {
		margin-right: 10px !important;
	} 
	
	.sm-full-width {
		width: 100% !important; 
	}		
}

@media only screen and (max-width: 1064px) {
    .nectar-mobile-only.mobile-header {
        display: inline-block !important;
    }	
	
	#top .span_9>.slide-out-widget-area-toggle {
		display: inline-block !important;
	}
	
	nav[aria-label="Main Menu"] {
	  display: none !important;
	}
	
	#mobile-menu li.menu-item.custom-menu-item.language-link-mob {
		display: none !important;
	} 
	
	#header-outer #mobile-menu {
		top: calc(99%) !important;
	}
	
	#top .col.span_9 {
		min-height: 0;
        width: auto !important;
        position: absolute !important;
        right: 0;
        top: 0;
        z-index: 2000;
        height: 100%;
	}
	
	#top .span_9>.slide-out-widget-area-toggle>div  {
		position: relative;
        display: block;
        top: 50%;
        font-size: 18px;
		transform: translateY(-50%);
        background-color: transparent;
	}
	
	#header-outer .slide-out-widget-area-toggle .lines {
		width: 22px; 
	}
	
	#top .span_9>.slide-out-widget-area-toggle {
		width: 30px; 
	}

}

@media (min-width: 1000px) and (max-width: 1064px) {
	.language-link-mob {
		padding-top: 14px;
		margin-right: 0 !important; 
	}
	
	.menu-title-text {
		font-size: 16px; 
	}
	
	#menu-header-menu {
		margin-right: 20px !important;  
	}
	
	
} 

@media only screen and (min-width: 1025px) {
	/* Default: show native cursor */
	html, body { cursor: auto; }

	/* Only hide native cursor if browser supports required features */
	@supports (transform: translate(-50%, -50%)) and (animation: spin 4s linear infinite) {
	  html, body { cursor: none; }

	  .custom-cursor {
		position: fixed;
		top: 0; left: 0;
		width: 32px; height: 32px;
		pointer-events: none;
		z-index: 2147483647;
		background: url('../img/logo-cursor-red-32.png') no-repeat center/contain;
		animation: spin 4.5s linear infinite;
		transform: translate(-50%, -50%);
	  }
	}

	/* Interactive elements: always show pointer/text cursors */
	a, button, [role="button"], [role="link"], area, #close-modal { cursor: pointer; }
	input, textarea, [contenteditable] { cursor: text; }
	form, form div { cursor: default; }  

	@keyframes spin {
	  from { transform: translate(-50%, -50%) rotate(0deg); }
	  to   { transform: translate(-50%, -50%) rotate(360deg); }
	}

	/* Loader state overrides */
	body.loading { cursor: auto; }
	body.loading .custom-cursor { display: none !important; }
}