/*!
Theme Name: vita_wp
Theme URI: http://underscores.me/
Author: vitaproperties
Author URI: http://vitaproperties.uk/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vita_wp
Tags: theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vita_wp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/**
these breakpoints are for mixin "size-above"
 */
/**
Color Scheme
 */
/* Mono */
/* Generic */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;600;700;800&family=Prata&display=swap");
.p-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body, html {
	font-size: 16px;
}

h1, .h1 {
	font-family: "Prata", serif;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.78;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}

h2, .h2 {
	font-family: "Prata", serif;
	font-size: 2.125rem;
	font-weight: normal;
	line-height: 1.3;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}

h3, .h3 {
	font-family: "Prata", serif;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.45;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}

h4, .h4 {
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}

p, .text {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-size: 1rem;
	line-height: 2;
	color: #1f2024;
	font-stretch: normal;
	letter-spacing: 0.015em;
}

.aspect-ratio {
	position: relative;
}

.aspect-ratio .ar-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.aspect-ratio .ar-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aspect-ratio .ar-inner-flex {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aspect-ratio .ar-inner-flex img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

.aspect-ratio.ar-1-1 {
	padding-top: 100%;
}

.aspect-ratio.ar-16-9 {
	padding-top: 56.25%;
}

.aspect-ratio.ar-4-3 {
	padding-top: 75%;
}

.aspect-ratio.ar-3-2 {
	padding-top: 66.66%;
}

.aspect-ratio.ar-8-5 {
	padding-top: 62%;
}

.aspect-ratio.ar-9-5 {
	padding-top: 55.55%;
}

.aspect-ratio.ar-8-3 {
	padding-top: 37%;
}

.aspect-ratio.ar-5-6 {
	padding-top: 119%;
}

.aspect-ratio.ar-2-3 {
	padding-top: 150%;
}

.aspect-ratio.ar-1-2 {
	padding-top: 200%;
}

.aspect-ratio.ar-7-2 {
	padding-top: 33%;
}

.aspect-ratio.ar-18-5 {
	padding-top: 27.7%;
}

nav ul li a {
	display: block;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
	transition: all .5s;
}

nav ul li a:hover {
	color: #555;
}

.breadcrump { margin-top: 20px; }
.breadcrump a:link, .breadcrump a:visited { 
	color: #000000;
	text-decoration: none;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

nav.animation-underline ul {
	list-style: none;
	text-align: center;
}

nav.animation-underline ul li {
	display: inline-block;
}

nav.animation-underline ul li a {
	display: block;
	padding: 1rem;
	text-decoration: none;
	color: #aaa;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 1rem;
	position: relative;
}

nav.animation-underline ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #aaa;
	height: 1px;
}

nav.animation-underline ul li a:after:hover {
	width: 100%;
}

nav.animation-underline ul li a:after, nav.animation-underline ul li a:before {
	-webkit-transition: all 0.2s, 0.3s 0.2s, ease 0.2s;
	transition: all 0.2s, 0.3s 0.2s, ease 0.2s;
}

nav .nav-spacing {
	padding: 0.75rem 0rem;
	text-align: end;
	z-index: 3;
}

nav.navbar .navbar-nav {
	margin-left: auto;
}

nav.navbar .navbar-nav li {
	display: flex;
	cursor: pointer;
}

nav.navbar .navbar-nav li a {
	font-size: 1rem;
	color: #1f2024;
	line-height: 1.25;
	font-weight: 400;
}

nav.navbar .navbar-nav li a:hover {
	color: #505154;
}

nav.navbar .navbar-nav li a.main-item {
	align-items: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

nav.navbar .navbar-nav .first_level_item {
	position: relative;
	display: inline;
}

nav.navbar .navbar-nav .first_level_item .icon-menu {
	font-size: 0.85rem;
	padding-left: 0.25rem;
	vertical-align: middle;
	-webkit-transition: all 0.2s, 0.3s ease;
	transition: all 0.2s, 0.3s ease;
}

nav.navbar .navbar-nav .first_level_item:hover .icon-menu, nav.navbar .navbar-nav .first_level_item:focus .icon-menu, nav.navbar .navbar-nav .first_level_item:active .icon-menu {
	transform: rotateZ(90deg);
}

nav.navbar .navbar-nav .first_level_item .sub-menu {
	display: none;
	position: absolute;
	background: #fff;
	min-width: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	padding: 2rem;
}

nav.navbar .navbar-nav .first_level_item .sub-menu li {
	white-space: nowrap;
}

nav.navbar .navbar-nav .first_level_item .sub-menu li a {
	text-decoration: none;
	text-transform: capitalize;
}

nav.navbar .navbar-nav .first_level_item:hover .sub-menu, nav.navbar .navbar-nav .first_level_item:focus .sub-menu, nav.navbar .navbar-nav .first_level_item:active .sub-menu {
	display: block;
}

.feature-image {
	width: 100%;
	padding: 0;
	max-height: 640px;
	overflow: hidden;
}

.feature-image .feature-img {
	max-height: 640px;
}

.feature-image .feature-img img {
	max-height: 640px;
}

article h2, article h4 {
	padding: 1rem 0;
}

article p {
	padding-bottom: 1rem;
}

.sidebar-area {
	position: -webkit-sticky;
	position: sticky;
	top: 1rem;
	margin-top: 1rem;
}

.sidebar-area-item-article {
	display: flex;
}

.sidebar-area-item-article-img {
	width: 65px;
	height: 65px;
	min-height: 65px;
	height: 65px;
	width: 65px;
}

.sidebar-area-item-article-img img {
	width: 65px;
	height: 65px;
}

.sidebar-area-item-article-text {
	font-size: 0.85rem;
}

.sidebar-area-item-article-text a {
	color: #000;
	text-decoration: none;
}

footer {
	font-size: 0.875rem;
}

footer ul {
	display: flex;
}

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

footer ul li a {
	color: white;
	text-decoration: none;
}

footer .site-info {
	padding: 1rem 0;
}

footer .site-info  a.link_down_footer, footer .site-info  a.link_down_footer:visited {
	color: #ffffff;
}

footer .copyright img {
	padding-right: 1rem;
}

footer .copyright div {
	padding-right: 1rem;
}

footer .site-info a.animation-link:link { 
	color: #ffffff; 
	text-decoration: none; 
}
footer .site-info a.animation-link:hover { color: #303134; }

#comments {
	display: none;
}

.mt-negative-6 {
	margin-top: -6rem;
	position: relative;
}

.section {
	width: 100%;
	height: auto;
	font-family: "Inter", sans-serif;
	padding: 6rem 0;
}

.section .description {
	line-height: 2;
	font-size: 1.25rem;
}

.section.team .description {
	padding: 3.5rem 0;
	/*color: $mono-white;*/
}

.section.team .description-area {
	color: #9b9c9d;
	line-height: 1.5;
	padding-bottom: 3.5rem;
}

.section.team .description-about {
	padding: 0 3rem;
}

.section.team .description-about .title-main {
	font-size: 4.875rem;
	font-family: "Prata", serif;
	line-height: 1;
}

.section.team .description-about .title-sub {
	font-size: 0.875rem;
	font-family: "Inter", sans-serif;
	color: #9b9c9d;
	text-transform: uppercase;
}

.section.reviews .slide-descritpion {
	font-size: 2rem;
}

.section.reviews .slide-author .name {
	font-weight: 600;
	/*font*/
}

.section.reviews .slide-author .date {
	font-weight: 400;
}

.section.instagram img {
	width: 100%;
	height: auto;
}

.section-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.section-footer ul li a {
	font-size: 0.875rem;
	text-decoration: none;
	color: #9b9c9d;
}

.section-footer ul li a:hover {
	color: white;
}

.header-title {
	/* padding-top: 7.625rem;*/
	padding-bottom: 1.5rem;
}

.title-h4 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
}

.cards-large-team .item-title-main {
	font-size: 18px;
}

.cards-large-team .item-content-social-link {
	font-size: 0.85rem;
}

.cards-large-team .item:hover .item-title {
	transform: translateY(-10%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cards-large-team .item:hover .item-content {
	transform: translateY(-10%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cards-large-property .item-title-main {
	font-size: 18px;
	min-height: 2.55rem;
}
.cards-large-property .item-content {
	display: flex;
}
.cards-large-property .item-content-price {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #505154;
}
.cards-large-property .item-content-bedrooms {
	font-weight: 400;
	font-size: 16px;
	font-weight: 400;
	color: #505154;
}
.cards-large-property .item-content > div {
	flex: 1 auto;
}

.item {
	background-color: white;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.06));
	position: relative;
}
.item .priorityLabel {
	width: auto;
	position: absolute;
	top: -10px;
	right: -10px;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px;
	color: #fff;
	z-index: 99;
	background-color: #1f2024;
	border-radius: .25rem;
}
.item .soldLabel {
	width: auto;
	position: absolute;
	top: -10px;
	left: -10px;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px;
	color: #fff;
	z-index: 99;
	background-color: #1f2024;
	border-radius: .25rem;
}

.item-image {
	overflow: hidden;
}

.item-image:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: color 0.2s, opacity 0.3s ease-in-out;
	transition: color 0.2s, opacity 0.3s ease-in-out;
}

.item-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: auto;
}

.item-title {
	background-color: white;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	padding: 1rem 1.5rem 0.5rem;
	z-index: 2;
}

.item-title-main {
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.25;
	color: #303134;
	height: 120px;
}
.item-date { display: none; }

.item-title-sub {
	font-size: 1rem;
	font-weight: 400;
	color: #9b9c9d;
}

.item-content {
	padding: 0 1.5rem 1rem;
}

.item-content-social-link {
	font-weight: 400;
	font-size: 1.1875rem;
	line-height: 24px;
	color: #505154;
	text-decoration: none;
	padding-right: 0.25rem;
}

.item-content-social-link:first-child {
	padding-right: 2rem;
}

.item-content-social-link i {
	font-size: 0.9375rem;
	padding-right: 1rem;
}

.item-content-social-link i:first-child {
	padding-right: 0.5rem;
}

.item-more_details {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 10px;
	z-index: 3;
	background-color: none;
}
.item:hover .item-more_details {
	bottom: 10px;
}

.item:hover .item-image {
	overflow: hidden;
}

.item:hover .item-image:after {
	opacity: 1;
}

.item:hover .item-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-filter: brightness(70%);
}

.item:hover .item-title {
	transform: translateY(-60%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item:hover .item-content {
	transform: translateY(-130%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item:hover .item-more_details {
	bottom: 0.5rem;
	transform: translateY(0%);
	-webkit-transition: color 0.2s, all 0.3s ease-in-out;
	transition: color 0.2s, all 0.3s ease-in-out;
}

.item--filter {
	display: flex;
}

.item--filter .menu-item {
	padding: 1rem;
}

ul.team-cards-details {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.team-cards-details li {
	vert-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0.5rem 0;
}

ul.team-cards-details a {
	color: #1f2024;
	text-decoration: none;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	font-size: 14px;
}

ul.team-cards-details a i {
	font-size: 22px;
	padding-right: 1rem;
}

.review-item p, .review-item .author {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #1f2024;
	text-align: left;
}

.review-item .description {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}

.vtn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	gap: 10px;
	border-radius: .25rem;
	-webkit-transition: color 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, background-color 0.3s ease-in-out;
}

.vtn-main {
	font-size: 1rem;
	line-height: 1.875;
	align-items: center;
	text-align: center;
	letter-spacing: 0.015rem;
	font-weight: normal;
	padding: 0.75rem 1.375rem;
	border: 1px solid transparent;
	background-color: transparent;
}

.vtn-main_small {
	font-size: 0.85rem;
	line-height: 1.875;
	align-items: center;
	text-align: center;
	letter-spacing: 0.015rem;
	font-weight: normal;
	padding: 0.75rem 1.375rem;
	border: 1px solid transparent;
	background-color: transparent;
}

.vtn-main-dark {
	border: 1px solid #1f2024;
	background-color: #1f2024;
	color: white;
}

.vtn-main-dark:hover, .vtn-main-dark:focus, .vtn-main-dark :active {
	background-color: white;
	-webkit-transition: color 0.2s, border 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, border 0.2s, background-color 0.3s ease-in-out;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	color: #1f2024;
	border: 1px solid #1f2024;
}

.vtn-main-light {
	border: 1px solid white;
	background-color: transparent;
	color: white;
}

.vtn-main-light:hover, .vtn-main-light:focus, .vtn-main-light:active {
	background-color: white;
	-webkit-transition: color 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, background-color 0.3s ease-in-out;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	color: #1f2024;
	border: 1px solid #1f2024;
}

.vtn-main-light:hover .fa-arrow-right::before, .vtn-main-light:focus .fa-arrow-right::before, .vtn-main-light:active .fa-arrow-right::before {
	font-size: 1.125rem;
	line-height: 1.125;
	color: #505154;
}

.vtn-main-wh {
	border: 1px solid white;
	background-color: white;
	color: #1f2024;
}

.vtn-main-wh:hover, .vtn-main-wh:focus, .vtn-main-wh :active {
	background-color: #1f2024;
	-webkit-transition: color 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, background-color 0.3s ease-in-out;
	color: white;
	border: 1px solid #1f2024;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.vtn-main-grey {
	border: 1px solid #9b9c9d;
	background-color: transparent;
	color: #9b9c9d;
}

.vtn-main-grey:hover, .vtn-main-grey:focus, .vtn-main-grey :active {
	background-color: white;
	-webkit-transition: color 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, background-color 0.3s ease-in-out;
	color: #1f2024;
	border: 1px solid #1f2024;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.vtn-main-gray {
	border: 1px solid #686a70;
	background-color: #686a70;
	color: #ffffff;
}

.vtn-main-gray:hover, .vtn-main-gray:focus, .vtn-main-gray :active {
	background-color: white;
	-webkit-transition: color 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, background-color 0.3s ease-in-out;
	color: #1f2024;
	border: 1px solid #1f2024;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.vtn-main i {
	padding: 0 1rem;
}

.vtn-main:hover.fa-arrow-right {
	display: none;
}

.form {
	/*BS5 overrides*/
}

.form-control {
	border: 1px solid #9b9c9d;
}

.form .form-control:focus {
	border-color: #1f2024;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.slider {
	width: 100%;
	max-height: 100%;
	/*height: 728px;*/
	height: 50vw;
	overflow: hidden;
}

.slider-featured {
	width: 100%;
	min-height: 100%;
}

.slider-featured .item-slider {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: inherit;
	margin: 0;
	padding: 0;
}

.slider-featured .item-slider-content {
	position: absolute;
	color: white;
	z-index: 3;
	top: 20%;
	left: 0;
	right: 0;
	width: 100%;
	width: inherit;
}

.slider-featured .item-slider-content-header {
	font-family: "Prata", serif;
	font-weight: 400;
	font-size: 3rem;
	line-height: 1.4;
	color: white;
}

.slider-featured .item-slider-content-description {
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	color: white;
}

.slider-featured .item-slider-content-description > div {
	padding: 0 1rem;
}

.slider-featured .item-slider-content-description > div:first-child {
	padding-left: 0;
}

.slider-featured .item-slider-content-description .icon {
	display: inline-flex;
}

.slider-featured .item-slider-thumb {
	width: 100%;
	position: relative;
	height: 50vw;
	z-index: 1;
}

.slider-featured .item-slider-thumb-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-featured .item-slider-thumb-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* CSS For Slick Slider */
.slider-featured {
	/*
  .slick-arrow{
    background: #303134;
    border-radius: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    transition: all .2s ease;
    &:before{
      background: #fff;
      position: absolute;
      width: 10px;
      height: 2px;
      content: '';
    }
  }*/
}

.slider-featured .slick-dots {
	bottom: 65px !important;
	left: 73px !important;
	top: initial !important;
}

.slider-featured .slick-slide {
	margin: 0 10px;
}

.slider-featured .slick-list {
	margin: 0 -10px;
}

.slider-featured .slick-prev::before,
.slider-featured .slick-next::before {
	font-size: 56px;
}

.slider-featured .slick-prev:before,
.slider-featured .slick-next:before {
	opacity: .75;
	color: #505154;
	border-radius: 50%;
	min-width: 2rem;
	min-height: 2rem;
	padding: 0.75rem;
	margin: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slider-featured .slick-prev {
	left: -0.5rem;
	z-index: 5;
}

.slider-featured .slick-next {
	right: 3rem;
	z-index: 5;
}

.slider-featured .item-slider-thumb {
	overflow: hidden;
}

.slider-featured .item-slider-thumb::after {
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	top: 0;
	left: 0%;
	transform: skew(15deg) translateX(-50%);
	background-color: rgba(0, 0, 0, 0.8);
}

.slider-featured {
	position: relative;
}

.slider-featured .slick-dots {
	top: 60vh;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 960px;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin: 0 auto;
	z-index: 3;
	bottom: 0;
	height: 2rem;
	text-align: left;
}

.slider-featured .slick-dots li button::before {
	color: #9b9c9d;
}

.slider-featured .slick-dots li.slick-active button::before {
	color: white;
}

.nav_property {
	position: absolute;
	bottom: -3.25rem;
	left: 0;
	right: 0;
	background-color: white;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	height: available;
	max-height: 6.5rem;
}

.nav_property > .row {
	min-height: inherit;
}

.nav_property .search-box form {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.nav_property .search-box form > div {
	width: 100%;
}

.nav_property .search-box form select {
	width: 100%;
	background: white;
	border: 0;
	min-height: 3rem;
	color: #9b9c9d;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 1rem;
	background-image: url("./assets/images/icons/dropdown-arrow.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) center;
	background-size: 1.25rem;
}

.nav_property .search-box form .select-selected {
	background-color: DodgerBlue;
}

.nav_property .search-box form .select-selected:active {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

.nav_property .search-box {
	display: flex;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.nav_property .search-box .title {
	font-size: 20px;
	font-weight: 500;
	padding: 0 2rem;
	margin-top: 1rem;
}

.property-single-title {
	width: auto !important;
}

.property-single-title a {
	text-decoration: none;
	color: rgb(33, 37, 41);
}

.property-single-title-map i {
	padding-right: 0.5em;
}

.search-sidebar {
	width: 100%;
	position: relative;
	box-shadow: 0 0 4px rgba(51, 51, 51, 0.1);
}

.search-sidebar input {
	width: 100%;
	height: 3rem;
	text-indent: 1rem;
	border: 1px solid black;
}

.search-sidebar input.button {
	width: 3rem;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0.1rem;
	background: transparent;
	border: transparent;
}

.search-sidebar input:focus,
.search-sidebar input:focus-visible {
	border: 2px solid black;
	border-color: #1f2024;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.search-sidebar .fa-search {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.item--filter::-webkit-scrollbar {
	display: none;
}

/* Filters */
.item--filter {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.item--filter label {
	position: relative;
	cursor: pointer;
}

.item--filter label input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.item--filter label :checked ~ .icon-box {
	background: #505154;
	border: 1px solid #505154;
	color: white;
}

.item--filter label .icon-box {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 30px;
	align-items: center;
	text-align: center;
	letter-spacing: 0.015em;
	justify-content: center;
	background: transparent;
	border: 1px solid #505154;
	min-width: 10rem;
	max-height: 2rem;
	margin: 0 0.5rem;
}

.search-select {
	position: relative;
	display: inline-block;
	width: 100%;
	width: -moz-available;
}

.search-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 2rem;
	font-weight: 300;
	color: #9b9c9d;
	line-height: 60px;
	background: transparent;
	border-radius: 4px;
	cursor: pointer;
}

.search-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #1f2024;
	border-right: 1px solid #1f2024;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}

.search-select.opened .search-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}

.search-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	margin: -0.135rem 0;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	box-sizing: border-box;
	-webkit-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.211);
	-moz-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.211);
	box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.211);
	background-color: white;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}

.search-select.opened .search-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}

.search-option {
	position: relative;
	display: block;
	border-bottom: 1px solid #f7f8fa;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 22px;
	padding: 0.5rem 2rem;
	color: #9b9c9d;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-option:first-of-type {
	border-radius: 4px 4px 0 0;
}

.search-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}

.search-option:hover,
.search-option.selection {
	background: #1f2024;
	color: #fff;
}

/* ///  END DECORATION CSS  ///  */
.item-video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}
.item-video.adsystem-video {
	padding-bottom: 23.25%;
}

.item-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nav-tabs .nav-link {
	color: #9b9c9d;
}

.nav-tabs .nav-link.active {
	border: none;
	border-bottom: 2px solid #1f2024;
}

.nav-tabs .nav-link:hover {
	border: none;
}

#googleMap {
	filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

.contact {
	background-color: white;
}

.contact-title {
	font-family: 'Prata';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
}

.contact-title-sub {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.home-header {
	position: relative;
	width: 100%;
	height: fit-content;
	position: relative;
}

.property-single-title {
	width: 400px;
}

.property-single-title-price-text {
	color: #a8a8a9;
	font-size: 12px;
}

.property-single-title-main {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #1f2024;
}

.property-single-gallery {
	display: flex;
	height: 100%;
	max-height: 650px;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}

.property-single-gallery-main {
	border: 1px solid white;
	width: 100%;
	max-height: 650px;
	overflow: hidden;
	position: relative;
}

#gallery-view-all {
	position: absolute;
	/*left: calc(50% - 65px);
	bottom: 20px;*/
	top: 0;
	left: 0;
	background-color: #1f2024;
	padding: 20px 25px;
}
#gallery-view-all a {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}

.property-single-gallery-sub {
	width: 100%;
	border: 1px solid white;
	max-height: 325px;
	overflow: hidden;
}

.property-single-content-title {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9b9c9d;
	padding-bottom: 0.5rem;
}

.property-single-content-title-main {
	color: #1f2024;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
}

.property-single-content-desc {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #1f2024;
	padding-bottom: 1rem;
}

.property-single-content-description p {
	color: #1f2024;
}

.company .feature-img img {
	object-fit: cover;
}
.service-card {
	border: 1px solid transparent;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	margin-bottom: 15px; 
	position: relative;
}
.service-card-title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	color: #1f2024;
	padding: 2rem 1rem;
	text-align: center;
	height: 118px;
}
.service-card-description {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #505154;
	padding: 0rem 1rem 2rem;
}

.shadow-light {
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.divider-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-o-border-image: linear-gradient(to right, #e0e0e0, rgba(0, 0, 0, 0)) 100% 0;
	border-image: linear-gradient(to right, #e0e0e0, rgba(0, 0, 0, 0)) 100% 0;
	padding-bottom: 1rem;
}

.divider-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E4E6;
	padding-right: 1rem;
}

.animation-link {
	position: relative;
}

.animation-link:after {
	content: '';
	position: absolute;
	bottom: -0.25rem;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1f2024;
	transform: scaleX(0);
	transform-origin: bottom left;
	-webkit-transition: all 0.2s, 0.3s 0.2s, ease 0.2s;
	transition: all 0.2s, 0.3s 0.2s, ease 0.2s;
}

.animation-link:hover {
	color: #303134;
}

.animation-link:hover:after {
	transform: scaleX(1);
}

.dark-theme {
	color: white;
	background-color: #1f2024;
}

.grey-theme {
	color: white;
	background-color: #303134;
}

.light-theme {
	color: #1f2024;
	background-color: #f7f8fa;
}

.theme {
	color: #1f2024;
	background-color: white;
}

.title-h4 {
	font-weight: bold;
}

/***   Send a Message Form   ***/
#sendMessageForm {
	padding: 30px;
	font-size: 14px;
}
#sendMessageForm h3{
	margin-bottom: 20px;
}
#sendMessageForm input[type=text] , #sendMessageForm input [type=text]:focus-visible, #sendMessageForm textarea {
	padding: 20px;
	font-size: 14px;
	color: #b4b4b4;
	border: 1px solid #b4b4b4;
	width: 100%;
	margin: 5px 0;
}
#sendMessageForm textarea {
	height: 150px;
}
#sendMessageForm .wpcf7-list-item {
	margin: 0;
}
#sendMessageForm  .wpcf7-list-item-label {
	font-size: 12px;
}
#sendMessageForm input[type=checkbox] {
	margin-bottom: 10px;
}
#sendMessageForm input[type=submit] {
	padding: 10px 30px;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
}

#companyPage .description {
	text-align: justify;
}
.service-card-link {
	text-decoration: none;
}
.service-card-link:hover, .service-card-link:hover .service-card,
.service-card-link:hover .service-card .service-card-title,
.service-card-link:hover .service-card .service-card-description  {
	background-color: #1f2024;
	color: #ffffff;
}
#servicePage .header-title {
	padding-bottom: 0;
}
#servicePage article {
	margin-top: 20px;
}
#servicePage .sidebox-title {
	padding: 0 0 20px 0;
	font-weight: bold;
	margin: 0 auto;
	max-width: 320px;
}
#servicePage .article-content {
	margin-top: 1rem;
}
.serviceMain {
	font-family: "Prata", serif;
	font-size: 24px;
}
#servicePage h4 {
	font-weight: bold;
}

#search-form .col.my-auto {
	/*width: 28%;*/
	flex: none;
}
#search-form .col.my-auto:last-child {
	width: 16%;
	flex: none;
}
.search-select.sources {
	margin-bottom: 16px;
}
.search-select-trigger {
	line-height: 40px;
}

#filters {
	padding-top: 20px;
}
#filters .col5 {
	width: 23.33%;
}
#filters .col5-price {
	width: 15%;
}
#filters .col3 {
	width: 33.333%;
}
#filters .col70 {
	width: 70%;
}
#filters .col85 {
	width: 85%;
}
#filters .search-select.sources {
	border: 1px solid #9b9c9d;
}
#filters .search-options {
	background-color: #fff;
	z-index: 999;
	border: 1px solid #9b9c9d;
	border-top: none;
	margin-left: -1px;
}
#filters .search-select-trigger {
	padding: 0 15px;
}
#filters .search-select-trigger::after {
	right: 15px;
}
#filters .search-box input,
.contact_form_input_container input[type=text] {
	width: 100%;
	height: 40px;
	padding: 10px 20px;
}
#filters .filterCheckbox input[type=checkbox] { width: auto; height: auto; }
.contact_form_input_container textarea{
	padding: 10px 20px;
	width: 100%;
}
.contact_form_input_container .vtn-main-dark {
	padding: 20px 30px;
	margin: 0 auto;
}
#filters .search-input.sources,
.contact_form_input_container {
	margin-bottom: 16px;
}
.applyButtonBox { float: right; }
#applyButton, #resetButton {
	float: right;
	padding: 12px 0;
	width: 100% !important;
}
#filterButton {
	margin-bottom: 16px !important;
	padding: 5px;
	width: 100% !important;
	background-color: #505154;
}
#filterButton:hover {
	color: #ffffff;
}
#filtersBox {
	display: none;
	width: 100%;
}
#filtersBox.open {
	display: inline-block;
}
#searchAddress {
	position: relative;
}
#searchAddress a {
	position: absolute;
	top: 8px;
	right: 15px;
	color: #1f2024;
}

.page-id-3230 .section {
	padding-top: 20px;
}

#locations { margin-top: 40px; } 
#locations .location {
	width: 20%;
}
#locations .location a {
	width: 100%;
}
#locations .vtn-main-dark {
	background-color: #505154;
	color: #ffffff;
}
#locations .vtn-main-dark.white {
	background-color: #ffffff;
	color: rgb(31, 32, 36);
}
#locations .vtn-main-dark.white:hover {
	background-color: #505154;
	color: #ffffff;
}
#locations .search-options { z-index: 999; }
#locations .search-option { padding: 0.5rem; }
#locations .search-select { 
	margin-bottom: 0; 
	padding: 0;
}
#locations .search-select-trigger { 
	color: #1f2024; 
	padding: 0; 
	line-height: 30px; 
	font-weight: 400; 
	padding: 0.75rem 1.375rem;
}
#locations .search-select-trigger:active { border: none; }
#locations .search-select-trigger:hover { color: #ffffff; }
#locations .search-select-trigger::after { right: 15px; }

.content-page-main {
  border: 1px solid white;
  width: 100%;
  max-height: 650px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.wide-page img {
	margin-top: 16px;
}
.wide-page .feature-img img { margin-top: 0; }
.wide-page .send-message {
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
}
.wide-page .send-message .wpcf7-list-item-label {
	font-size: 14px;
}
.wide-page .send-message textarea {
	padding: 10px 20px;
	max-width: 480px;
}

#getValuationForm {
	text-align: center;
}
#getValuationForm input {
	max-width: 743px;
}
#getValuationForm textarea {
	width: 100%;
	max-width: 743px;
	height: 159px;
	padding-top: 10px;
	padding-left: 20px;
}
.getValuationButton {
  width: 274px !important;
  height: 62px !important;
  background-color: #1F2024;
  padding-bottom: 4px;
  margin-top: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #E4E4E4;
  margin-bottom: 34px;
  border-radius: 0.25rem;
}
#getValuationForm .wpcf7-spinner {
	display: none;
}

#main-blog-post { 
	margin-bottom: 50px; 
	position: relative;
}
#main-blog-post .item-details { 
	position: absolute;
	bottom: 40px;
	left: 40px;
	background-color: #ffffff;
	padding: 30px;
	max-width: 400px;
}
#main-blog-post .item-title-main { 
	font-family: "Prata", serif;
}
#main-blog-post .item-category-name { 
	margin-bottom: 15px;
}
#main-blog-post .item-read-more { 
	margin-top: 15px;
}
#main-blog-post .item-read-more a { 
	text-decoration: none;
	color: #212529;
}
.cards-blog-post .blog-item {
	margin-bottom: 25px;
}
.cards-blog-post .item  .item-details {
	border-left: 1px solid #e3e4e5;
	border-right: 1px solid #e3e4e5;
	border-bottom: 1px solid #e3e4e5;
	padding: 20px;
}
.cards-blog-post .item  .item-details  .item-title-main {
	font-size: 1.2rem;
}
.cards-blog-post .item  .item-details  .item-category-name {
	color: #9b9c9d;
	margin-bottom: 10px;
}
.cards-blog-post .item  .item-details  .item-date {
	color: #9b9c9d;
	margin-top: 10px;
}
.tab-pane#stamp {
	text-align: center;
}
.tab-pane#stamp input {
	text-align: center;
}
.tab-pane#stamp .resultValue {
	font-size: 30px;
}

.item a, .item a:hover {
	text-decoration: none;
}
.item:hover .item-title, .item:hover .item-content {
	transform: translateY(0) !important;
}
.item:hover .item-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-filter: brightness(100%);
}
.item-image .carousel-item  img {
	height: 267px;
	object-fit: cover;
}
.carousel-indicators [data-bs-target] {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: rgba(255,255,255, 0.6);
	border: none;
}
.carousel-indicators .active {
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #fff;
}	

#myTabContent #video #fullScreen, #fullScreenSidebar {
	position: absolute;
	top: 0;
	right: 0;
	color: #222222;
	background-color: #ffffff;
	padding: 5px;
	text-decoration: none;
}
#myTabContent #video #fullScreen:hover, #fullScreenSidebar:hover {
	color: #ffffff;
	background-color: #222222;
}
/*
#fullScreenAdsystem {
	width: 100%;
	padding: 30px;
	margin: 50px auto;
	font-size: 40px;
	color: #ffffff;
	background-color: #1f2024;
	border-radius: .25rem;
	text-decoration: none;
	display: block;
	text-align: center;
}
*/
/*# sourceMappingURL=style.css.map */
#googleMap { filter: none; }

#transport ul li {
	list-style: none;
}
#transport ul li a {
	text-decoration: none;
	color: #1f2024;
}

.slick-prev::before, .slick-next::before { font-size: 50px; }

.property-single-title { max-width: 700px; }
.property-single-title-price { font-size: 19px; }

a#footerEmail, a#footerEmail:visited {
	color: #ffffff;
	font-size: inherit;
}

.property-single-title-price-text {  
	font-size: 13px;
	margin-top: 3px;
}

.item-content-social-link:first-child { padding-right: 1rem; }

.slick-prev::before, .slick-next::before { color: #505154; }

.page-id-67 .feature-img, .page-id-65 .feature-img  { display: none; }

.property-single-title-share { /*display: none;*/ }


#searchRentBuy {
	position: absolute;
	top: -41px;
	left: calc(50% - 121px);
}
.nav_property .search-box form > div { width: 20%; }
#searchRentBuy .col-sm-6 { padding: 0; }
#searchRentBuy label { 
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #686a70;
	background-color: #686a70;
	border-radius: 0;
	font-size: 20px;
	color: #ffffff;
}
#searchRentBuy label.active { 
	background-color: #ffffff;
	-webkit-transition: color 0.2s, border 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, border 0.2s, background-color 0.3s ease-in-out;
	/*-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);*/
	color: rgb(33, 37, 41);
	border: 1px solid #1f2024;
	border-bottom: none;
	font-weight: bold;
}

#filtersBox #searchType {
	margin-bottom: 16px;
}
#filtersBox #searchType label {
	padding: 5px;
	width: 100%;
}
#filtersBox #searchType label.active {
	color: rgb(33, 37, 41);
	background-color: #ffffff;
}

.navigation { text-align: center; }
.navigation li a,
.navigation li.disabled {
    text-decoration:none;
	background-color: #ffffff;
	color: rgb(31, 32, 36);
}
.navigation li {
    display: inline;
}
.navigation li a:hover,
.navigation li a.active {
	color: #ffffff;
	background-color: #505154;
}

.property-single-content-description  a,
.property-single-content-description  a:hover,
.property-single-content-description  a:visited {
	color: #212529;
	text-decoration: none;
}

#wpcf7-f5387-o1, #wpcf7-f5387-o2 { width: 100%; }

.single-new-development h2 { margin-top: 0; }
.single-new-development .section.featured { padding-top: 0; }

#wpcf7-f5387-o1 input#footerSubscribeButton, 
#wpcf7-f5387-o2 input#footerSubscribeButton,
.single-new-development .signup #footerSubscribeButton  {
	background-color: #1f2024;
	color: #ffffff;
	border: none;
	display: block;
	float: right;
	padding: 0.75rem 1.375rem;
	margin-left: 10px;
	width: 25%;
}
#wpcf7-f5387-o1 span.wpcf7-form-control-wrap,
#wpcf7-f5387-o2 span.wpcf7-form-control-wrap,
.single-new-development .signup span.wpcf7-form-control-wrap  {
	display: block;
	float: left;
	width: 70%;
}
#wpcf7-f5387-o1 input.wpcf7-email,
#wpcf7-f5387-o2 input.wpcf7-email,
.single-new-development .signup input.wpcf7-email  {
	padding: 0.75rem 1.375rem;
	line-height: 2;
}
#drift-frame-controller {
	bottom: 67px !important;
	right: -6px !important;
}

#paginationBox {
	position: relative;
}
#perpageBox {
	position: absolute;
	left: 0;
	top: 1px;
}
input#perpage, select#perpage  {
	padding: 13px 10px;
	text-align: center;
	border-radius: .25rem;
	border: 1px solid #000000;
}

#furnitureBox {
	position:relative;
}
#furnitureBox.disabled {
	opacity: 0.3;
}
.disabledDiv { display: none; }
#furnitureBox.disabled .disabledDiv {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: inline-block;
}

.slider-featured .item-slider-content-header, .slider-featured .item-slider-content-header h1, 
.slider-featured .item-slider-content-header div.sliderTitle {
  font-family: "Prata", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.4;
  color: white;
}

.homeBannerImage .bannerText {
	position: absolute;
	color: white;
	z-index: 3;
	top: 10%;
	left: 0;
	right: 0;
	width: 100%;
	width: inherit;
}
.homeBannerImage h1 { font-size: 2em; }
.homeBannerImage .item-slider-description-price { font-size: 20px; }
.homeBannerImage {
	width: 100%;
	max-height: 100%;
	height: 728px;
	height: 50vw;
	overflow: hidden;
}
.homeBannerImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.homeBannerImage .item-slider-thumb-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.homeBannerImage .item-slider-thumb::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  left: 0%;
  transform: skew(15deg) translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
}
	
@media (min-width: 992px) {
	nav.navbar .navbar-nav .first_level_item .sub-menu {
		min-width: 15rem;
	}
	.slider-featured .slick-dots {
		max-width: 1320px;
		z-index: 1;
	}
}

@media (max-width: 990px) {
	.container { 
		padding-right: var(--bs-gutter-x,1rem);
		padding-left: var(--bs-gutter-x,1rem); 
	}
	h1 { font-size: 2.5rem; }
	h4 { line-height: 1.5rem; }
	
	.get-valuation-form { text-align: center; }
	
	.section { padding-top: 2rem; }
	nav .container { margin: 0 15px; }
	nav.navbar .navbar-nav .first_level_item .sub-menu { left: 17%; }
	
	.slider { height: 92vw; }
	.slider-featured .item-slider-content-header { font-size: 2rem; padding-bottom: 0 !important; }
	.slider-featured .item-slider-content { top: 10%; }
	.slider-featured .slick-next, .slider-featured .slick-prev { display: none !important; }
	.slider, .slider-featured .item-slider { height: 600px; }
	.slider-featured .item-slider-content-description { font-size: 1rem; margin-bottom: 0px !important; }
	.slider-featured .slick-dots { bottom: 82px !important; display: none !important; }
	.slider-featured .item-slider-thumb { max-height: 92vw; height: 92vw; }
	.slider-featured .item-slider-content-header, .slider-featured .item-slider-content-header h1 { font-size: 26px; }
	
	.homeBannerImage { height: 600px; }
	.homeBannerImage .item-slider-thumb { max-height: 92vw; height: 92vw; }
	.homeBannerImage h1 { font-size: 1.8em; }
	.homeBannerImage .item-slider-description-price { display: none; }
	
	.nav_property  { max-height: auto; height: auto; }
	#search-form .col.my-auto { width: 100%; }
	#searchRentBuy {
		position: inherit;
		width: 100%;
	}
	#searchType .col-sm-6 { padding: 0 15px; }
	#searchType label.active { border-bottom: 1px solid #1f2024; }
	#searchMaxBox { margin: 15px 0 !important; }
	#searchMaxTitle { display: none; }
	
	.nav_property .search-box .title { 
		/*display: none;*/ 
		margin-top: 0;
	}
	.search-select.sources { 
		border: 1px solid #b4b4b4; 
		background-color: #ffffff; 
		margin-bottom: 0;
	}
	.search-select.opened .search-options { 
		z-index: 9999; 
		margin-left: -1px;
		margin-right: -1px;
		border-left: 1px solid #b4b4b4;
		border-right: 1px solid #b4b4b4;
	}
	.nav_property { 
		bottom: -180px; 
		height: auto;
		max-height: none;
	}
	.nav_property .search-box form { margin-top: -20px; }
	#search-form .col.my-auto:last-child { width: 100%; padding-bottom: 15px; }
	
	.home .section.featured { padding-top: 190px; } 
	
	.cards-large-team div.mx-auto { margin-bottom: 20px; } 
	
	.section.team .description { padding: 2rem 15px; }
	.section.team .description-about .col { 
		width: 100%; 
		flex: none; 
		padding-bottom: 40px;
	}
	
	.signup .header-title { padding-bottom: 15px; }
	.signup input, .signup a { width: 100%; margin: 10px 0 !important; }
	.signup input { padding: 15px 10px; }
	
	.section-footer .description { font-size: 15px; }
	.section-footer .description .title, .section-footer .description ul:first-child li:nth-child(2) { margin-bottom: 20px; }
	.section-footer .description ul li { line-height: 25px; }
	.section-footer .description ul { padding-bottom: 30px; }
	.section-footer .col { flex: none; }
	.section-footer .col .description .title { margin-bottom: 10px; }
	
	h1 {
		font-size: 1.7rem;
		line-height: 2.2rem;
	}
	.header-title { padding-bottom: 1rem; }
	.property-single-gallery-sub { width: 50%; }
	.property-single-gallery-sub:first-child { padding-left: 0; padding-top: 12px; padding-right: 7px; }
	.property-single-gallery-sub:last-child { padding-right: 0; padding-top: 12px; padding-left: 7px; }
	.property-single-content-title-main { margin-top: 30px !important; }
	.property-single-title div { margin-bottom: 15px; }
	
	#myTab .nav-item:last-child { white-space: nowrap; max-width: 100px; }
	#myTab .nav-link { padding: 0.5rem; }
	
	.header-title-main h1 { margin-top: 0 !important; }

	.slick-next {
		right: 35px;
		bottom: -82px;
		top: inherit;
	}
	.slick-prev {
		left: 0;
		bottom: -82px;
		top: inherit;
	}
	
	#filters .col85 { width: 66.6%; }
	#filters .col5 { width: 100%; }
	#filters .col5-price { width: 50%; }
	#filters .col5-price.col-4 { width: 33.3%; }
	#locations { 
		margin-top: 0;
		height: 70px;
		overflow: hidden;
		width: max-content;
		padding-bottom: 15px;
	}
	#locations .location { width: auto; padding-left: 5px; padding-right: 5px; }
	#locations .location:first-child { padding-left: 12px; }
	#locations .search-select-trigger::after { right: 7px; }
	.vtn-main { padding: 5px; }
	.section-locations .container { overflow-x: auto; }
	.section-locations { position: relative; }
	.location .search-select { position: static; }
	.page-id-3230 .section { padding-top: 0; }
	#filters .col5-price.applyButtonBox { width: 100%; margin-bottom: 15px !important; }
	#filterButton i { padding: 0 0 0 0.5rem; }
	
	.thinking { margin-top: 20px !important; }
	
	.service-card { min-height: auto; }
	
	#main-blog-post .item-details {
		margin-left: 10%;
		margin-top: -10%;
		position: inherit;
		max-width: 80%;
		z-index: 999;
		bottom: inherit;
		left: inherit;
	}
	
	#contactIcons {
		width: 90%;
		margin-left: 5%;
		margin-top: -2rem;
	}
	#contactIcons .divider-right { border-right: none; }
	#contactIcons .contact-title-sub {
		border-bottom: 1px solid #E3E4E6;
		padding-bottom: 30px;
	}
	#contactIcons .contact-title-sub :last-child { border-bottom: none; }
	#contactIcons .shadow-light { box-shadow: none; }
	#contactForm { margin-top: 20px; } 
	#contactForm textarea { max-width: 100%; }
	
	.property-single-title-share { display: inline-block; }
	.property-single-title-price { 
		inline-size: 250px; 
		margin: 0 auto;
	}
	
	#gallery-view-all {
		position: absolute;
		/*left: calc(50% - 67px);
		bottom: 10px;*/
		top: 0;
		left: 0;
		background-color: #1f2024;
		padding: 7px 10px;
	}
	#gallery-view-all a { line-height: 23px; font-size: 14px; }
	#wpcf7-f5387-o1 input#footerSubscribeButton  { width: 100%; }
	#wpcf7-f5387-o1 span.wpcf7-form-control-wrap { width: 100%; }
	#perpageBox {
		position: relative;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
}

@media (max-width: 395px) {
	.property-single-title-map i.fa-location-dot { display: none; }
}

#headerCallUs { padding-left: 15px; }
#headerCallUsDesktop { margin-left: 5px;  } 

/* Andrew, 2026-08-29: the tel and email in the footer were 20px against 15px
   for the name and address above them. `inherit` rather than a hard 15px, so
   they stay matched at every breakpoint instead of only the one I looked at. */
.section-footer .description a { color: #ffffff; font-size: inherit; }

.contact-title-sub a { text-decoration: none; color: #212529; }

.contact_page_box a { text-decoration: none; color: #1f2024; }

.navbar-brand { padding: 0; }

@media (min-width: 768px) {
	#headerCallUs { display: none; }
}

@media (max-width: 768px) {
	#headerCallUsDesktop { display: none; }
}


.fa-angle-left::before, .fa-angle-right::before {
	font-family: "Font Awesome 6 Free";
}

.property-brochure .item-image { position: relative; }
.property-brochure .item-image .pdfData { position: absolute; text-align: center; top: 67px; left: 0; width: 100%; }
.property-brochure .item-image .pdfData div { font-size: 12px; line-height: 14px; color: #1A1818; }
.property-brochure .item-image .pdfData div.pdfAddress { font-size: 10px; line-height: 14px; color: #1A1818; }