.site #content {
	padding-bottom: 0;
}

.post-thumbnail::after {
	height: 0px;
}

/* 404 Page */
.error404 .site-content {
	min-height: 80vh;
	padding: 0 5%;
	background-color: #DAD1CC;
	background-image: url(../inc/assets/JPGs/lifestyle-5-right.jpg);
    background-position: bottom right;
    background-size: 30%;
    background-repeat: no-repeat;
}
.error404 .content-area{
	margin-top: 10vh;
}
.error404 .page-title {
	line-height: 3vw;
    font-size: 2.5vw;
	text-transform: uppercase;
	font-family: 'Chiswick Sans Text Web';
	color: #000;
}
.error404 .page-title span {
	font-family: 'basis-grotesque-black-pro';
}
.error404 .page-content p {
	color: #000;
	font-family: 'Chiswick Sans Text Web';
	font-size: 18px;
	margin-bottom: 40px;
}
.error404 .page-content a {
	font-family: 'basis-grotesque-black-pro';
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
}
.error404 .page-content a:after {
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
    margin-top: 5px;
}
.error404 .page-content a:hover:after {
	width: 100%;
}
.error404 .page-content a:hover {
	text-decoration: none;
}
/* End 404 */

/* Cookies banner */
.page-template .cc-banner.cc-bottom {
	max-width: 40vw;
	align-items: flex-end;
	right: unset;
	
}

.cc-revoke, .cc-banner.cc-window {
	font-family: 'Chiswick Sans Text Web';
	font-size: 18px;
    line-height: 24px;
}

.page-template .cc-banner.cc-bottom b {
	font-family: 'basis-grotesque-black-pro';
}

.page-template .cc-btn {
	padding: 10px 0px 0px;
	margin-left: 15px !important;
	border: none;
	outline: none;
	border-bottom: 2px solid;
	border-color: #000;
	font-family: 'basis-grotesque-black-pro';
}

.page-template .cc-btn:hover {
	text-decoration: none !important;
}

/* Menu */
.site header#masthead {
	height: auto;
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 19;
	transition: all .2s ease-out;
	padding: .74rem 0;
}

#masthead nav {
	align-items: flex-end;
}

.site header#masthead .container {
	max-width: 100%;
}

.site header#masthead .logo {
	position: relative;
}

.site header#masthead .logo .logo-bottom {
	/* transition: all .3s ease-out;
	position: relative;
	height: auto;
	opacity: 1; */
	max-height: 32px;
	transition: all .2s ease-in;
}

.site header#masthead .logo .logo-bottom.hide {
	/* position: absolute;
	height: 0;
	opacity: 0; */
	max-height: 0;
	transition: all .2s ease-out;
	overflow: hidden;
}

#masthead nav .nav-item .nav-link.active::after {
	width: 100%;
}

/* End Menu */
.section h4 {
	font-family: 'basis-grotesque-black-pro';
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.section p {
	font-family: 'Chiswick Sans Text Web';
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	color: #000;
}
p.tfl {
    font-size: 12px;
    line-height: 14px;
	width:21ch;
}
.site-content .container {
	max-width: 100%;
}

/* Privacy notice */
.page-template-fullwidth .entry-header,
.page-template-fullwidth .entry-footer {
	display: none;
}

.page-template-fullwidth .entry-content {
	padding: 5% 5%;
	max-width: 80vw;
	min-height: 80vh;
	font-family: 'Chiswick Sans Text Web';
}
/* End Privacy */

/* Hero slider progress */
.hero-section_module {
	position: relative;
}

.hero-section_module .slider-progress {
	width: 100%;
	height: 5px;
	background: #DAD1CC;
}

.hero-section_module .slider-progress .progress {
	width: 0%;
	height: 5px;
	background: #C08155;
}

.text-slide.slick-slide {
	outline: none;
}

.hero-section_module svg.scroll-arrow {
	position: absolute;
/* 	bottom: 12vh; */
	bottom: 5vh;
	left: calc(50% - 25px);
	-webkit-animation-name: bounce;
	animation-name: bounce;
	fill: #fff;
}

.hero-section_module svg.scroll-arrow {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	cursor: pointer;
	fill: #fff;
}
.hero-section_module svg.scroll-arrow g {
	fill: #fff;
} 
.hero-section_module svg.scroll-arrow:hover g {
	fill: #fff;
}

/* Bounce animation */
@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-5px);
	}
}

@keyframes bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

/* Reverse scrolling section */
.reversed-scrolling-columns_module {
	position: relative;
	overflow: hidden;
	height: 100%;
	display: block;
	background-color: #DAD1CC;
}

.reversed-scrolling-columns_module .row.desktop {
	display: flex;
}

.reversed-scrolling-columns_module .row.mobile {
	display: none;
}

.reversed-scrolling-columns_module .content-col {
	padding-left: 0px;
	padding-right: 0px;
}


.reversed-scrolling-columns_module .content-col .column-block .text {
	margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
	.reversed-scrolling-columns_module .content-col .column-block .text {
		margin-top: 8.5%;
	}
}




.reversed-scrolling-columns_module .content-col .column-block .text h4 {
	margin-bottom: 10px;
}

.reversed-scrolling-columns_module .content-col.left .column-block {
	min-height: 100vh;
	/* 	border: 1px solid red; */
}

.reversed-scrolling-columns_module .content-col.right .column-block {
	min-height: 100vh;
	padding: 0 20%;
	/* 	border: 1px solid blue; */
}

.reversed-scrolling-columns_module .content-col.right .column-block ul {
	color: #000;
}

.reversed-scrolling-columns_module .content-col.left .column-block {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.reversed-scrolling-columns_module .content-col.left .column-block .image {
	position: absolute;
}

.reversed-scrolling-columns_module .content-col.left .column-block:first-of-type .image {
    top: 16%;
    right: 5%;
    width: 330px;
}

.reversed-scrolling-columns_module .row.mobile .content-col .column-block.bg-image .image {
	position: absolute;
	max-width: 80%;
	top: 10%;
	left: 10%;
}

.reversed-scrolling-columns_module .content-col.left .column-block:nth-of-type(2) .image {
	top: 10%;
	left: 30%;
}

.reversed-scrolling-columns_module .content-col.left .column-block:nth-of-type(3) .image {
	top: 10%;
	right: 10%;
}

.reversed-scrolling-columns_module .content-col.left .column-block:nth-of-type(4) .image {
    top: 3%;
    right: 10%;
}

.reversed-scrolling-columns_module .content-col.right .column-block:nth-of-type(4),
.reversed-scrolling-columns_module .column-block.padding-mobile:nth-of-type(4) {
	background-color: #A99074;
}

.reversed-scrolling-columns_module .content-col.right .column-block:nth-of-type(3),
.reversed-scrolling-columns_module .column-block.padding-mobile:nth-of-type(6) {
	background-color: #AF5849;
}

.reversed-scrolling-columns_module .content-col.right .column-block:nth-of-type(2),
.reversed-scrolling-columns_module .column-block.padding-mobile:nth-of-type(8) {
	background-color: #C8CFD2;
}

.reversed-scrolling-columns_module .content-col.right .column-block:first-of-type {
	background-color: #DAD1CC;
	background-image: url(/wp-content/uploads/2021/12/03animated.gif);
	background-position: bottom right;
	background-size: 20vw;
	background-repeat: no-repeat;
}
/* 
.reversed-scrolling-columns_module .content-col.right {
	margin-top: -400vh;
} */

.reversed-scrolling-columns_module .content-col.right {
	margin-top: -400vh;
}


.reversed-scrolling-columns_module .content-col.right .column-block {
	display: flex;
    flex-direction: column;
    justify-content: center;
	height:100vh;
}

/* End Reverse scrolling section */
/* Residences tabs with slider */
.tabs-with-sliders_module {
	background-color: #E6CDBB;
	padding-bottom: 60px;
}

.tabs-with-sliders_module .container {}

.tabs-panel ul.residences-tabs {
	list-style: none;
	padding-left: 0px;
	padding: 30px 0px 0px;
	margin-left: 0px;
	width: 100%;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	text-align: right;
	margin-bottom: 0;
}

.tabs-panel ul.residences-tabs::-webkit-scrollbar {
	display: none;
}

.tabs-panel ul.residences-tabs li.tab {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 15px 0px;
	cursor: pointer;
	text-align: center;
	/* border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid #000; */
	text-transform: uppercase;
	font-family: 'basis-grotesque-black-pro';
	font-size: 14px;
	line-height: 16px;
	color: #000;
	letter-spacing: 1px;
}

.tabs-panel ul.residences-tabs li.tab::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #000;
	transition: width .3s;
	margin-top: 5px;
}

.tabs-panel ul.residences-tabs li.tab:hover::after {
	width: 100%;
}

.tabs-panel ul.residences-tabs li.tab.active::after {
	width: 100%;
}

.tabs-sections {
/* 	margin-top: 80px; */
	position: relative;
	padding: 0 8.5%;
}

.tabs-sections .tabs-single-section {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	height: 0px;
	width: 100%;
	margin: 0 auto;
	top: 0;
}

.tabs-sections .tabs-single-section .copy-block {
	margin-bottom: 50px;
}

.tabs-sections .tabs-single-section .copy-block h4 {
	text-transform: uppercase;
}

.tabs-sections .tabs-single-section .residences-slider-wrapper {
	position: relative;
	margin-bottom: 60px;
}

.tabs-sections .tabs-single-section.active {
	position: relative;
	visibility: visible;
	opacity: 1;
	z-index: 9;
	height: auto;
	transition: visibility 0s ease 0s, opacity 0.3s linear 0s;
}

.tabs-sections .residences-slider-wrapper .slide {
	outline: none;
}

.tabs-sections .residences-slider-wrapper .slide .caption {
	margin-top: 10px;
}

.tabs-sections .residences-slider-wrapper .slider-controls {
	position: absolute;
	width: 100%;
	top: calc(50% - 30px);
}

.tabs-sections .residences-slider-wrapper.townhouses .slider-controls {
/* 	display: none; */
}

.tabs-sections .residences-slider-wrapper .slider-controls .slick-arrow {
	position: absolute;
	cursor: pointer;
	transition: opacity .2s ease-out;
}

.tabs-sections .residences-slider-wrapper .slider-controls .slick-arrow.slick-disabled {
	opacity: 0;
}

.tabs-sections .residences-slider-wrapper .slider-controls .slick-arrow.custom-arrow-left {
	z-index: 1;
	left: -60px;
}


.tabs-sections .residences-slider-wrapper .slider-controls .slick-arrow.custom-arrow-right {
	right: -60px;
}

.tabs-sections .residences-slider-wrapper .slick-dots {
	position: absolute;
	bottom: -15px;
/* 	width: 100%;
	text-align: right; */
	width: auto;
    right: 0;
	padding-left: 0;
}

.tabs-sections .residences-slider-wrapper .slick-dots li {
	cursor: pointer;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	margin: 0px 5px;
}

.residences-slider-wrapper.apartments .slick-dots {
	background-color: #E6CDBB;
}

.residences-slider-wrapper.penthouses .slick-dots {
	background-color: rgb(212, 209, 206);
}

.residences-slider-wrapper.townhouses .slick-dots {
	background-color: rgb(216, 221, 223);
}

.tabs-sections .residences-slider-wrapper .slick-dots li button {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid transparent;
	outline: none;
	padding: 0 10px;
	font-family: 'Chiswick Sans Text Web';
	font-size: 18px;
	color: #000;
}

.tabs-sections .residences-slider-wrapper .slick-dots li.slick-active button {
	border-bottom: 2px solid #000;
}

.tabs-with-sliders_module .download-brocure {
	/* float: right; */
}

.tabs-with-sliders_module .text-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: border .2s ease-out;
	margin-bottom: 10px;
	display: inline-block;
}

.tabs-with-sliders_module .text-block p {
	letter-spacing: 1px;
	font-family: 'basis-grotesque-black-pro';
/* 	text-transform: uppercase; */
	font-size: 16px;
	line-height: 16px;
}

.tabs-with-sliders_module .footnote {
	display: block;
	text-align: right;
}



.tabs-with-sliders_module .footnote p {
	font-size: 14px;
}

.tabs-with-sliders_module .text-block img,
.tabs-with-sliders_module .text-block p {
	display: inline-block;
}

.tabs-with-sliders_module .text-block p::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #000;
	transition: width .3s;
	margin-top: 2px;
}
.tabs-with-sliders_module .text-block p:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transition: width .3s;
    margin-top: 2px;
}
a.download-brocure.download-brocure {
    text-decoration: none;
}

.tabs-with-sliders_module .text-block p:hover::after {
	width: 100%;
}

.form-section {
	background-color: #DAD1CC;
}