/*!
Theme Name: Finderland
Theme URI: https://finderland.nouthemes.com
Author: nouthemes
Author URI: https://themeforest.net/user/nouthemes/portfolio
Description: Finderland - Real Estate & Properties WP Theme
Version: 1.0.2
Tested up to: 6.0.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: finderland
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Finderland 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/
*/
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 hr {
	box-sizing: content-box;

	/* 1 */
	height: 0;

	/* 1 */
	overflow: visible;

	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {

	/* 1 */
	font-size: 1em;
	white-space: pre;
    overflow-x: auto;

	/* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
 abbr[title] {
	border-bottom: none;

	/* 1 */
	text-decoration: underline;

	/* 2 */
	text-decoration-style: dotted;

	/* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 code,
 kbd,
 samp {
 
	 /* 1 */
	 font-size: 1em;
 
	 /* 2 */
 }
 
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.finderland-lazy:not(.lazy-loaded){
    width: 100%;
    height: 100%;
    display: block;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.ui-helper-hidden, .hidden,
.owl-slider:not(.owl-carousel) .ps-block--gallery-image img,
.ps-widget.ps-widget--footer ul ul {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 18px;
	cursor: default;
	-ms-touch-action: none;
    touch-action: none;
    border-radius: 0;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 4px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.5em;
    margin-left: -.6em;
    border-radius: 2px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
.hide{display: none !important;}
.ps-container {
    max-width: 1570px;
    margin: 0 auto;
    padding: 0 15px;
}
.ps-page--property .ps-page__container {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}
.ps-page--property .ps-page__container > * {
    width: 100%;
}
.ps-page--property .ps-page__container .ps-page__left {
    padding-right: 50px;
    max-width: calc(100% - 405px);
}
.ps-page--property .ps-page__container .ps-page__right {
    min-width: 405px;
    max-width: 405px;
}
.ps-section--default {
    margin-bottom: 84px;
}
.ps-page--property .ps-property__thumbnail .ps-wrapper {
    position: relative;
}
.ps-page--property, 
.ps-page--blog{
    padding-top: 50px;
}
.ps-page--property .ps-property__thumbnail .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
    height: 40px;
    color: #0065c3;
    font-size: var(--font-size-default);
    font-weight: 300;
    visibility: hidden;
    opacity: 0;
    padding: 9px 12px;
    border-radius: var(--border-radius-medium, 5px);
    background-color: #f2f6f9;
}
.ps-page--property .ps-property__thumbnail .ps-property__gallery:hover .owl-nav > div {
    visibility: visible;
    opacity: 1;
}
.ps-page--property .ps-property__thumbnail .owl-nav .owl-prev {
    left: 25px;
}
.ps-page--property .ps-property__thumbnail .owl-nav .owl-next {
    right: 25px;
}
.ps-page--property .ps-property__thumbnail .nav.nav-pills{
    position: absolute;
    bottom: 22px;
    right: 24px;
    z-index:2;
}
.ps-page--property .ps-property__thumbnail .nav-pills .nav-link{
    border-radius: var(--border-radius-medium, 5px);
    background-color: rgba(0,0,0,.65);
    width: 40px;
    height: 40px;
    padding: 9px 12px;
    color: #ffffff;
}
.ps-page--property .ps-property__thumbnail .nav-pills .nav-link:hover, .ps-page--property .ps-property__thumbnail .nav-pills .nav-link.active{
    background-color: #0065c3;
}
.ps-page--property .ps-property__thumbnail .nav-pills #pills-map-tab{
    margin-left: 5px;
    margin-right: 5px;
}
.ps-page--property .ps-property__thumbnail .nav-pills .nav-link > *{
    font-size: var(--font-size-default);
}
.ps-property__map{
    width: 1085px;
    height: 560px;
}
.ps-property__map > div{
    width: 100%;
    height: 100%;
}
.map-info-window {
    width: 285px;
}
.map-info-window .item-wrap{
    position: relative;
    padding:0;
}
.hover-effect, .hover-effect-flat {
    border-radius: var(--border-radius-small, 3px);
}
.map-info-window .item-body {
    padding: 15px 15px 0 15px;
}
/* .map-info-window .item-body, .map-info-window .item-header {
    float: left;
} */
.map-info-window .item-title {
    font-size: 13px;
    white-space: normal;
    -o-text-overflow: unset;
    text-overflow: unset;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    visibility: visible;
    text-transform: capitalize;
    margin: 0 0 3px;
}
.map-info-window .item-title a{
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.33px;
    text-align: left;
    color: #000000;
}
.map-info-window .ps-property__price span, 
.map-info-window .item-price{
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.27px;
    text-align: left;
    color: #669900;
}
.map-info-window .ps-property__price .property-price-prefix, .map-info-window .ps-property__price .property-price-postfix {
    font-size: 14px;
    font-weight: 300;
    line-height: 2.14;
    letter-spacing: -0.21px;
    text-align: left;
    color: #999999;
}
.map-info-window .item-info {
    line-height: 20px;
}
.map-info-window .item-info .item-type {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}
.map-info-window .item-wrap img {
    width: 284px;
    border-radius: var(--border-radius-small, 3px);
}
.map-info-window .item-info{
    margin: 0;
}
.map-info-window .item-body .address{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    margin-bottom: 10px;
}
.ps-page--property .ps-property__info h1{
    font-size: 48px;
    font-weight: 500;
    line-height: 0.63;
    letter-spacing: -0.72px;
    text-align: left;
    color: #000000;
    margin:0;
    margin-top: 86px;
    margin-bottom: 15px;
}
.ps-page--property .ps-property__info .ps-property__title {
    position: relative;
    margin-bottom: 65px;
    border-bottom: 1px solid #e2e2e2;
}
.ps-page--property .ps-property__info .ps-property__title .ps-property__address{
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    color: #666666;
}
.ps-project__actions .item-tool-dropdown-menu {
    border-color: transparent;
    background-color: rgba(0,0,0,.85);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ps-project__actions .item-tool-dropdown-menu .dropdown-item {
    padding: 10px;
    color: #fff;
    display: block;
    width: auto;
    height: auto;
}
.ps-project__actions .item-tool-dropdown-menu .dropdown-item:hover {
    background-color: #000;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}
.ps-page--property .ps-property__info .ps-property__price{
    padding-top: 40px;
    padding-bottom: 47px;
}
.ps-page--property .ps-property__info .ps-property__price span{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.45px;
    color: #669900;
}

.ps-page--property .ps-property__info .ps-property__price .property-price-postfix,
.ps-page--property .ps-property__info .ps-property__price .property-price-prefix{
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.36px;
    color: #999999;
}
.ps-page--property .ps-property__overview{
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 71px;
}
.ps-page--property .ps-property__overview .ps-property__overview-header{
    margin-bottom: 71px;
    display: flex;
    flex-flow: row nowrap;
}
.ps-page--property .ps-property__overview .ps-property__overview-header .overview-item{
    margin-right: 98px;
}
.ps-page--property .ps-property__overview .ps-property__overview-header .overview-item:last-child{
    margin-right: 0px;
}
.ps-page--property .ps-property__overview .ps-property__overview-header .overview-item span{
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #999999;
}
.ps-page--property .ps-property__overview .ps-property__overview-header .overview-item p{
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    margin-top: 16px;
}
.ps-page--property .ps-property__overview .ps-property__overview-body{
    display: flex;
    flex-flow: row nowrap;
    padding-bottom: 74px;
}
.ps-page--property .ps-property__overview .ps-property__overview-body .overview-item{
    margin-right: 20px;
    border-radius: 10px;
    border: solid 1px #dedede;
    background-color: #ffffff;
    padding: 24px 121px 24px 23px;
}
.ps-page--property .ps-property__overview .ps-property__overview-body .overview-item:last-child{
    margin-right: 0px;
}
.ps-page--property .ps-property__overview .ps-property__overview-body .overview-item p{
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    margin-top: 21px;
}
.ps-page--property .ps-property__overview .ps-property__overview-body .overview-item span{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    text-align: left;
    color: #999999;
}
.ps-page--property h3, 
.ps-property__reviews h3,
.ps-agent__content h3{
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.45px;
    text-align: left;
    color: #000000;
    margin-bottom: 47px;
}
.ps-property__content p, .ps-page--property .ps-property__media .tab-content p{
    font-size: var(--font-size-default);
    line-height: 1.88;
    text-align: left;
    color: #666666;
    margin-bottom: 25px;
}
.ps-page--property .ps-property__content h3{
    margin-bottom: 38px;
}
.ps-property__amenities, .ps-page--property .ps-property__additionals{
    margin-top: 61px;
    margin-bottom: 66px;
}
.ps-property__amenities .amenitie-items .amenitie-item span{
    font-size: 22px;
    color: #999999;
    display: inline-block;
}
.ps-property__amenities .amenitie-items .amenitie-item a{
    font-size: var(--font-size-default);
    line-height: 16px;
    text-align: left;
    color: #000000;
    display: inline-block;
    margin-bottom: 24px;
    padding-left: 24px;
}
#property-floor-plan{
    margin-bottom: 60px;
}
#property-floor-plan .row{
    margin-left: 0;
}
#property-floor-plan .card{
    margin-bottom: 15px;
    border-radius: var(--border-radius-medium, 5px);
    border: solid 1px #dedede;
    background-color: #ffffff;
    padding-left: 28px;
    padding-top: 17px;
    padding-bottom: 17px;
}
#property-floor-plan .card-header{
    background-color: transparent;
    border-bottom: none;
    padding: 0;
    display: flex;
    position: relative;
}
#property-floor-plan .card-header *{
    font-size: var(--font-size-default);
    font-weight: 500;
    text-align: left;
    color: #000000;
}
#property-floor-plan .card-header button:first-child{
    padding: 0;
    text-decoration: none;
    max-width: 363px;
    min-width: 100px;
    white-space: normal;
    margin-right: 200px;
}
#property-floor-plan .card-header ul{
    margin-bottom: 0;
}
#property-floor-plan .card-header li{
    font-size: 15px;
}
#property-floor-plan .card-header span{
    font-size: 15px;
    font-weight: normal;
    color: #999999;
}
#property-floor-plan .card-header button:last-child{
    position: absolute;
    right: 0;
    font-size: 15px;
    font-weight: normal;
    color: #999999;
}
#property-floor-plan .card-header button:last-child i::before {
    content: "\ecbf";
}
#property-floor-plan .card.open .card-header button:last-child i::before {
    content: "\ecc7";
}
#property-floor-plan .card-body img{
    margin-bottom: 45px;
}
#property-floor-plan .card-body p{
    font-size: var(--font-size-default);
    line-height: 1.88;
    text-align: left;
    color: #666666;
}
#property-floor-plan .card-header li.list-inline-item:not(:last-child) {
    margin-right: 50px;
}
.list-2-cols {
    columns: 2;
}
.ps-page--property .ps-property__additionals .ps-additionals ul{
    padding-left: 0;
    margin-left: 0;
}
.ps-page--property .ps-property__additionals .ps-additionals li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-color: #dce0e0;
    padding: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #000000;
}
.ps-page--property .ps-property__additionals .ps-additionals li span {
    font-weight: normal;
    color: #999999;
}
.ps-page--property .ps-property__media, .ps-property__schedule, .ps-block__single-properties{
    margin-bottom: 75px;
}
.ps-page--property .ps-property__media ul{
    border: none;
    margin-left: 0;
}
.ps-page--property .ps-property__media .nav li a{
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.45px;
    text-align: left;
    color: #999999;
    border: none;
    padding: 0;
    padding-right: 75px;
}
.ps-page--property .ps-property__media .nav li a.active{color: #000000;}
.ps-page--property .ps-property__media .tab-content{
    padding-top: 52px;
}
.ps-property__schedule .ps-property__schedule-form{
    padding: 40px;
    border-radius: var(--border-radius-medium, 5px);
    border: solid 1px #dedede;
}
.ps-property__schedule .ps-property__schedule-form .form-group *{
    font-size: var(--font-size-default);
    line-height: 1.13;
    text-align: left;
    color: #999999;
}
.ps-property__schedule .ps-property__schedule-form .form-group button{
    border-radius: var(--border-radius-medium, 5px);
    background-color: #0065c3 !important;
    padding: 14px 18px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border:none !important;
}
.ps-property__schedule .ps-property__schedule-form .form-group button:hover{
    background-color: rgba(0,0,0,.65) !important;
}
.ps-page--property .finderland-terms-of-use, 
.modal-body .finderland-terms-of-use{
    position: relative;
    padding-left: 36px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    color: #999999;
}
.ps-page--property .finderland-terms-of-use *{
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    color: #999999;
}
.ps-page--property .finderland-terms-of-use a{
    color: #0066cc !important;
}
.ps-page--property .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    border: 1px solid #dce0e0;
    border-radius: 2px;
    position: absolute !important;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    cursor: pointer;
}
.control__indicator:hover {
    border-color: #0065c3;
}
.ps-page--property .control input:checked ~ .control__indicator{
    border-color: #0065c3;
    background-color: #0065c3;
}
.control--checkbox .control__indicator:after {
    left: 6px;
    top: 4px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.ps-property__schedule .ps-property__schedule-form .select2 .select2-selection--single .select2-selection__rendered{
    padding: 15px 20px;
    padding-left: 0;
}
.agent-form{
    padding-top: 10px;
}
.ps-property__schedule .ps-property__schedule-form textarea.form-control,
.ps-page--property .input-group-text{
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 18px;
}
.ps-page--property .input-group-text i{
    font-size: 20px;
    font-weight: 300;
    color: #666666;
    font-style: normal;
}
.ps-property__schedule .ps-property__schedule-form #type_tour{
    padding-left: 0;
}
.datepicker-dropdown.dropdown-menu{
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}
.ps-property__schedule .ps-property__schedule-form .form-group {
    margin-bottom: 35px;
}
.ps-property__schedule .ps-property__schedule-form .form-group.alert-danger *{
    color: #721c24;
}
.ps-btn .btn-loader{
    padding-right: 10px;
}
.alert-success p{
    color: #155724 !important;
    margin-bottom: 0 !important;
}
.ps-agent__info{
    padding: 40px;
    border-radius: var(--border-radius-medium, 5px);
    border: solid 1px #dedede;
    background-color: #ffffff;
}
.ps-agent__info h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.36px;
    text-align: left;
    color: #000000;
    margin-bottom: 28px;
}
.ps-agent__info .agent-image{
    width: 90px;
    height: 90px;
}
.ps-agent__info .agent-information{
    margin-left: 28px;
    margin-bottom: 0;
    margin-top: 5px;
}
.ps-agent__info .agent-name{
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.3px;
    text-align: left;
    color: #000000;
    margin-bottom: 14px;
}
.ps-agent__info .agent-phone{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    margin-bottom: 20px;
}
.ps-agent__info .agent-link a{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #0065c3;
    text-decoration: underline;
}
.ps-agent__info .agent-form{
    margin-top: 50px;
}
.rounded {
    border-radius: var(--border-radius-medium, 5px) !important;
}
.ps-btn--default{
    color: #666666 !important;
    background-color: #f0f5fb !important;
}

.ps-btn--default:hover{
    color: #ffffff !important;
}
.btn-whatapp.ps-btn--default{
    margin-left: 16px;
}

.agent_contact_form .btn-loader{
    padding-right: 2px;
}
.agent_contact_form .btn-loader i{font-size: 14px;}
.ps-agent__info:first-child{
    margin-bottom: 50px;
}
.ps-agent__info .form-group > label{
    font-size: var(--font-size-default);
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
}

.btn-full-width{
    width: 100%;
}
.mortgage-calculator-chart{position: relative;}
.mortgage-calculator-monthly-payment-wrap {
    width: calc(100% - 30px);
    text-align: center;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 75px);
}
#mortgage-calculator-chart {
    margin: 0 auto;
    margin-left: -5px;
    max-width: 156px;
}
.mortgage-calculator-monthly-payment {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 9px;
}
.mortgage-calculator-monthly-requency {
    font-size: 13px;
    line-height: 2.31;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}
.ps-block--mortgage-chart .ps-block__item.stats-data-1:before {
    background-color: #ff6384;
}
.ps-block--mortgage-chart .ps-block__item.stats-data-2:before {
    background-color: #36a2eb;
}
.ps-block--mortgage-chart .ps-block__item.stats-data-3:before {
    background-color: #ffce56;
}
.ps-block--mortgage-chart .ps-block__item.stats-data-4:before {
    background-color: #4bc0c0;
}
.mortgage-calculator-data > ul{
    margin-left: 25px;
}
.mortgage-calculator-data i{
    margin-right: 5px;
}
.mortgage-calculator-data > ul > li{
    padding-bottom: 23px;
}
.mortgage-calculator-data > ul > li:last-child{padding-bottom: 0;}
.mortgage-calculator-data > ul li span{
    font-size: 14px;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    line-height: 14px;
}
.mortgage-calculator-data > ul li span:last-child{
    font-size: 15px;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    display: block;
    padding-left: 15px;
    line-height: 15px;
    padding-top: 7px;
}
.mb-65{
    margin-bottom: 65px;
}
.ps-page--property .mortgage-calculator-form .input-group-text{
    padding-left: 13px;
    padding-right: 0;
}
.ps-page--property .form-group:hover label, 
.ps-page--property .form-group:hover .form-control,
.ps-page--property .form-group:hover .input-group-text i{
    color: #000000;
}
.ps-page--property .form-group:hover .form-control,
.ps-page--property .form-group:hover .input-group-text{
    border-color: #000000 !important;
}
.ps-page--property .ps-property__thumbnail .nav-pills .nav-link:hover{
    color: #ffffff !important;
}
.ps-page--property .agent-form .finderland-terms-of-use{
    font-size: 14px;
}
.ps-page--property .ps-property__thumbnail .slider-counter{
    position: absolute;
    bottom: 22px;
    left: 24px;
    z-index: 2;
    padding: 6px 12px;
    background-color: rgba(0,0,0,.65);
    color: #ffffff;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1.4px;
    text-align: left;
    border-radius: var(--border-radius-medium, 5px);
}
.ps-property__gallery img{border-radius: var(--border-radius-medium, 5px);}
.ps-block__single-properties .ps-block__header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 9px;
}
.ps-block__single-properties .ps-block__header h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.45px;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
}
.ps-block__single-properties .ps-block__header .ps-block__navigation a{
    border-radius: var(--border-radius-medium, 5px);
    background-color: #f2f6f9;
    padding: 9px 12px;
    font-size: var(--font-size-default);
    margin-right: 8px;
}
.ps-block__single-properties .ps-block__header .ps-block__navigation a:last-child{
    margin-right: 0;
}
.ps-property{
    position: relative;
    border-radius: var(--border-radius-medium, 5px);
    border: solid 1px #cccccc;
    background-color: #ffffff;
}
.ps-similar-listing{
    padding-top: 90px;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.ps-property .ps-property__container{
    padding-left: 28px;
    padding-right: 28px;
}
.ps-property .ps-property__container .title,
.ps-property .ps-property__container .title a{
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.36px;
    text-align: left;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 8px;
}
.ps-property .ps-property__container .address{
    font-size: 13px;
    line-height: 13px;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    margin-bottom: 21px;
}
.ps-property .ps-property__container .ps-property__price{
    margin-bottom: 25px;
}
.ps-property .ps-property__container .ps-property__price span{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.27px;
    color: #669900;
}
.ps-property .ps-property__container .ps-property__price .property-price-prefix,
.ps-property .ps-property__container .ps-property__price .property-price-postfix{
    font-size: 14px;
    font-weight: 300;
    line-height: 2.14;
    letter-spacing: -0.21px;
    text-align: left;
    color: #999999;
}
.ps-block__single-properties .col-lg-3.ps-property{
    padding-left: 0;
    padding-right: 0;
}
.ps-property .ps-property__container ul{
    list-style: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
}
.ps-property .ps-property__container ul li{
    display: inline-block;
    margin-right: 38px;
}
.ps-property .ps-property__container ul.item-overview li{
    display: inline-block;
    margin-right: 17px;
}
.ps-property .ps-property__container ul li:last-child{
    margin-right: 0;
}
.ps-property .ps-property__container ul.item-overview li > span{
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    color: #999999;
}
.ps-property .ps-property__container ul.item-overview li span a{
    color: #000000;
    font-size: var(--font-size-default);
    line-height: 16px;
}
.ps-property .ps-property__container ul.item-overview li span:last-child{
    font-size: var(--font-size-default);
    line-height: 16px;
    text-align: left;
    color: #000000;
    display: block;
    padding-top: 10px;
    padding-bottom: 25px;
}
.ps-property .ps-property__container ul.item-amenities{
    padding-top: 25px;
    border-top: 1px dashed #cccccc;
    padding-bottom: 34px;
}
.ps-property .ps-property__container ul.item-amenities li{
    font-size: 13px;
    line-height: 2.31;
    letter-spacing: 0.2px;
    text-align: left;
    color: #666666;
}
.ps-property .ps-property__container ul.item-amenities li i{
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    text-align: left;
    color: #999999;
    margin-right: 11px;
}
.ps-property .ps-property__container ul.item-amenities li{
    margin-right: 15px;
}
.labels-wrap{
    position: absolute;
    top: 20px;
    left: 26px;
    z-index: 3;
}
.flre-label{
    padding: 5px 9px 6px 8px;
    border-radius: var(--border-radius-small, 3px);
    background-color: rgb(0 0 0 / 25%);
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.18px;
    text-align: left;
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
}
.flre-label:last-child{
    margin-right: 0;
}
.label-featured{
    background-color: #faa500;
}
.ps-block__single-properties .row{
    margin-left: 0;
}
.ps-block__single-properties .row .ps-property{
    margin-right: 40px;
}
.ps-block__single-properties .row .ps-property:last-child{
    margin-right: 0;
}
.ps-property__reviews{
    margin-bottom: 91px;
}
#comments .comment-notes{
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.21px;
    text-align: left;
    color: #999999;
    margin-bottom: 34px;
}
#comments .required{color:#ff0000;}
#comments .comment-form-cookies-consent{
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-left: 41px;
    margin-bottom: 36px;
}
#comments .comment-form-cookies-consent .control__indicator{
    width: 25px;
    height: 25px;
}
#comments .control--checkbox .control__indicator:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
}
#comments .form-group {
    margin-bottom: 28px;
}
#comments textarea.form-control{padding: 0;padding-top: 3px;}
#comments .logged-in-as, 
#comments .logged-in-as a{
    font-size: var(--font-size-default);
    color: #999999;
    margin-bottom: 35px;
}
#comments .form-group:hover .form-control,
#comments .form-control:focus{
    color: #010101;
}
.form-group__rating {
    display: flex;
    align-items: center;
}
.form-group__rating label{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    line-height: 16px;
    margin-right: 34px;
}
.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
    font-size: 14px;
}
.br-theme-fontawesome-stars .br-widget a:after {
    content: '\f005';
    color: #cccccc;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #faa500;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #faa500;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
    cursor: default;
}
.ps-block--comment {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 42px;
}
.ps-block--comment .ps-block__content-header{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.ps-block--comment > * {
    width: 100%;
}
.ps-block--comment > .ps-block__thumbnail {
    max-width: 70px;
}
.ps-block--comment > .ps-block__thumbnail img {
    max-width: 70px;
    border-radius: 50%;
}
.ps-block--comment > .ps-block__content {
    padding: 0 0 30px 35px;
}
.ps-block--comment > .ps-block__content h5 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.ps-block--comment > .ps-block__content h5 small {
    display: inline-block;
    font-size: 12px;
    color: #666666;
}
.ps-block--comment > .ps-block__content p {
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.24px;
    text-align: left;
    color: #666666;
    margin-bottom: 32px;
}
.ps-block--comment > .ps-block__content > .ps-block__reply {
    font-style: italic;
    color: #09c;
}
.ps-block--comment > .ps-block__content .ps-block__content-footer{
    display: flex;
    flex-flow: row nowrap;
    padding-bottom: 37px;
}
.ps-block--comment{
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.ps-block--comment:last-child{
    border-bottom: none;
}
.ps-block--comment > .ps-block__content .ps-block__content-footer span{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: 0.21px;
    text-align: left;
    color: #999999;
    padding-right: 19px;
}
.ps-block--comment > .ps-block__content .ps-block__content-footer .author{
    font-weight: 500;
    letter-spacing: normal;
    color: #000000;
    text-transform: capitalize;
}
#cancel-comment-reply-link{padding-left: 19px;}
.ps-block--comment > .ps-block__content > .ps-block--comment {
    margin-top: 30px;
}
.ps-comment .navigation{
    text-align: center;
    margin-bottom: 42px;
}
.ps-comment .nav-links a,
.ps-comment .nav-links span{
    font-size: var(--font-size-default);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.5;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-right: 28px;
}
.ps-comment .nav-links .page-numbers.current{
    width: 40px;
    height: 40px;
    color: #ffffff;
    border-radius: var(--border-radius-medium, 5px);
    background-color: #0065c3;
    padding: 8px 15px;
}
.comments-area .ps-comment-count{
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 58px;
}
.comments-area .ps-comment-count .count{
    font-size: 20px;
    line-height: 14px;
    padding-right: 10px;
    color: #669900;
    font-weight: 500;
}
.comments-area .ps-comment-count .br-wrapper a{
    font-size: 13px;
}
.comments-area .ps-comment-count .review{
    font-size: 13px;
    color: #999999;
    line-height: 13px;
}
.ps-property__walkscore, .ps-property__nearby{
    margin-bottom: 73px;
}
.ps-property__nearby .block-title-wrap h3{margin-bottom: 0;}
.ps-property__nearby .block-title-wrap{
    margin-bottom: 47px;
}
.ps-property__nearby .block-title-wrap .nearby-logo{
    font-size: 13px;
    color: #999999;
}
.ps-property__nearby .ps-property__nearby-content .row > div.l{
    padding-right: 100px;
}
.ps-property__nearby .ps-property__nearby-content .nearby-item-c{
    margin-right: 0;
}
.ps-property__nearby dl {
    margin-bottom: 58px;
}
.ps-property__nearby dt {
    margin-bottom: 43px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.ps-property__nearby dt i{
    font-weight: 300;
    margin-right: 15px;
}
.ps-property__nearby dd{
    padding-bottom: 61px;
    margin: 0;
}
.ps-property__nearby dd:before{
    content: " ";
    width: 100%;
}
.ps-property__nearby dd:after{
    content: " ";
    width: 100%;
    clear: both;
}
.ps-property__nearby .what-nearby-left{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.ps-property__nearby .what-nearby-left span{
    font-size: 13px;
    color: #999999;
    display: block;
}
.ps-property__nearby .what-nearby-left {
    width: 70%;
    float: left;
}
.ps-property__nearby .what-nearby-right {
    text-align: right;
    width: 30%;
    float: right;
}
.ps-property__nearby .rating{
    display: flex;
}
.ps-property__nearby .rating *{
    font-size: 13px;
    font-weight: 300;
}
.ps-property__nearby .rating .br-wrapper{width: 100%;}
.ps-property__nearby .rating .count-review{
    padding-left: 11px;
}
.ps-breadcrumb{
    margin-left: 0;
    margin-bottom: 50px;
    padding: 0;
}
.ps-breadcrumb li {
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    list-style: none;
}
.ps-breadcrumb li.item-current{color: #000000;}
.ps-breadcrumb li:before {
    content: "/";
    background: transparent;
    vertical-align: unset;
    color: #999999;
}
.ps-search__advanced .btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.ps-section__form .btn-check, 
.ps-form--projects-search-extra .btn-check{
    position: absolute;
    clip: rect(0,0,0,0);
}
.ps-search__advanced .btn-check:checked+.btn,
.ps-search__advanced .btn-group .btn:hover, 
.ps-section__form .btn-check:checked+.btn,
.ps-section__form .btn-group .btn:hover, 
.ps-form--projects-search-extra .btn-check:checked+.btn,
.ps-form--projects-search-extra .btn-group .btn:hover{
    background-color: #0065c3;
    color: #ffffff;
    border-color: #0065c3;
}
.ps-section__form label, .ps-form--projects-search-extra label{margin-bottom: 0;}
.ps-section__form .ps-btn-status:not(.ps-btn--gray),
.ps-section__form .ps-btn-status:hover,
.ps-form--projects-search-extra .ps-btn-status:not(.ps-btn--gray), .ps-form--projects-search-extra .ps-btn-status:hover{
    background-color: #fff;
    color: var(--color-1st);
}
.ps-search__advanced .form-group{
    margin: 0;
}
.ps-search__body .btn-group, 
.ps-search__body .form-group,
.ps-search__footer .form-group{
    margin-right: 40px;
}
.ps-search__body .btn-group label{margin-bottom: 0;}
.input-icon-wrap{
    position: relative;
}
.input-icon{
    position: absolute;
    top: 26%;
}
.input-icon-wrap .input-icon-marker{
    left: 0;
    pointer-events: none;
}
.input-icon-wrap .location-trigger{
    right: 0;
    pointer-events: none;
}
.input-icon-wrap .input-icon{
    font-size:20px;
    font-weight: 300;
    color: #666666;
}
.input-icon-wrap .form-control{
    padding-left: 32px;
    height: 52px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
    outline: none;
    box-shadow:none;
}
.input-icon-wrap .form-control:focus,
.input-icon-wrap .form-control:active,
.ps-search__body a:focus,
.ps-search__body a:active{
    outline: none;
    box-shadow:none;
}
.input-icon-wrap select.form-control option,
.input-icon-wrap .form-control::-webkit-input-placeholder,
.input-icon-wrap .form-control:-ms-input-placeholder,
.input-icon-wrap .form-control::placeholder{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
}
.form-group:hover .form-control{border-color:#000000;}
.d-flex.column-4 > div{
    flex: 1 1 auto;
}
.d-flex.column-2 > div{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.ps-search__advanced .price-range-wrap{padding: 0 5px;}
.ps-search__advanced .form-price-range, 
.ps-search__footer, 
.features-list-wrap{margin-top: 60px;}
.ui-slider-horizontal {
    border-radius: 0 !important;
}
.ui-widget-content{background-color: #f1f1f1;border: none !important;}
.ui-widget-header{border-color: #0065c3;background-color: #0065c3;}
.ps-search__advanced .form-price-range label{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
    display: flex;
    justify-content: flex-start;
    grid-column-gap: 10px;
    margin-bottom: 25px;
}
.ps-search__advanced .form-price-range label .rouned{
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #999999;
    font-size: 14px;
    padding: 5px;
    line-height: 11px;
    display: inline-block;
    margin-right: 14px;
}
.ps-search__advanced .form-price-range .range-text{
    margin-top: 27px;
}
.ps-search__advanced .form-price-range .range-text span{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 0.21px;
    text-align: left;
    color: #000000;
}
.ps-search__advanced .form-price-range .range-text .range-title{
    color: #999999;
    padding-right: 5px;
}
.ps-search__advanced .form-price-range .range-text .range-title-to{
    padding-left: 5px;
}
.features-list-wrap{
    margin-bottom: 60px;
}
.btn-features-list,
.btn-features-list:focus,
.btn-features-list:active{
    outline: none;
    box-shadow: none;
}
.features-list-wrap .btn-features-list{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 1.4px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}
.features-list-wrap .btn-features-list i{
    font-size: 12px;
    font-weight: 300;
    padding-left: 17px;
}
.features-list-wrap .features-list {
    padding-top: 47px;
}
.features-list .control {
    width: 24%;
}
.features-list .control--checkbox{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
    position: relative;
    padding-left: 37px;
}
.ps-widget select,
.ps-post__content select{
    color: #c4c4c4;
}
.ps-widget select,
.ps-post__content select,
.ps-post__content input{
    height: 40px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    opacity: 1;
}
.ps-widget img:not(.rss-widget-icon){height: auto;width:100%;}
.ps-widget ul li, .ps-widget li *, 
.ps-widget td, .ps-widget th, .ps-widget caption{
    color: #999999;
}
.ps-widget ul ul.children{
    margin-left: 15px;
    margin-top: 0;
}
.ps-widget ul li{list-style: none;}
.ps-widget.widget_nav_menu .menu > li.menu-item-has-children .sub-menu{display:none;}
.ps-widget.widget_tag_cloud a{padding-right: 5px;}
.ps-widget .features-list .control--checkbox label, 
.widget .features-list .control--checkbox .name{
    font-size: 15px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control--checkbox .control__indicator {
    border: solid 1px #c0c0c0;
    background-color: #ffffff;
    transition: .2s;
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 0 !important;
}
.control--radio .control__indicator{
    border-radius: 50% !important;
}
.control--checkbox .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.control--checkbox .control__indicator::after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
}
.control--checkbox input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox input:checked ~ .control__indicator{
    border-color: #0065c3;
    background-color: #0065c3;
}
.ps-search__footer .form-group-button{
    display: block;
    margin: auto;
    text-align: center;
}
.ps-search__footer .form-group-button .btn-search-reset{
    padding: 21px 80px;
    border-radius: var(--border-radius-medium, 5px);
    background-color: #f0f5fb !important;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}
.ps-page--property .finderland-terms-of-use .control__indicator,
#comments .comment-form-cookies-consent .control__indicator{top:0;}
.ps-search__footer .form-group,
.ps-search__body .form-group {
    margin-right: 25px;
}
.ps-search__body .col-btn{display: flex;padding-left: 0;padding-right: 0;}
.ps-search__body .col-btn .form-group {
    margin-right: 20px;
}
.ps-search__body .col-btn .form-group:last-child{
    margin-right: 0;
}
.properties-map-wrap{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.map-loading {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    position: absolute;
    width: 100%;
}
.ps-projects--with-map:not(.loaded) .map-arrows-actions,
.ps-projects--with-map:not(.loaded) .map-next-prev-actions, 
.ps-projects--with-map:not(.loaded) .map-zoom-actions{
    display: none;
}
#properties-map{
    width: 100%;height: 100%;
}
.map-arrows-actions,
.map-next-prev-actions, 
.map-zoom-actions{
    position: absolute;
    z-index: 1;
}
.map-btn {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 29px;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
    background: 0 0;
    background-color: rgba(0,0,0,.75);
    border-radius: 4px;
    vertical-align: middle!important;
    border: none;
}
.map-next-prev-actions, .map-arrows-actions{
    display: flex;
    gap: 5px;
}
.map-arrows-actions {
    top: 20px;
    left: 20px;
}
.map-next-prev-actions {
    top: 20px;
    right: 20px;
}
.map-zoom-actions {
    right: 20px;
    bottom: 20px;
}
#half-map-listing-wrap{
    position: relative;
}
.half-map-left-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.half-map-col{
    padding-left: 0;
    padding-right: 0;
}
.fullscreen-map {
    z-index: 1000001 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}
.ml-1, .mx-1 {
    margin-left: .25rem!important;
}
.dropdown-item a{color:#999999 !important;}
.dropdown-item a:hover{color:#000000 !important;}
.half-map-col .page-title-wrap{
    margin-top: 30px;
}
.half-map-col.half-map-left-wrap {
    padding-left: 40px;
    padding-right: 27px;
}
@media (min-width: 576px){
    .half-map-col.half-map-left-wrap {
        flex: 0 0 44%;
    }
    .half-map-col.half-map-right-wrap {
        flex: 0 0 56%;
        max-width: 56%;
    }
}
.half-map-col .page-title{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.5;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}
.half-map-col .page-title span{
    color: #0065c3;
}
.sort-by{padding-right: 30px;position: relative;}
.sort-by:after{
    content: ' ';
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 35px;
    opacity: 0.1;
    background-color: #000000;
}
.sort-by .sort-by-title, 
.sort-by .form-control{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: #000000;
    white-space: nowrap;
    text-transform: uppercase;
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.listing-switch-view {
    padding-left: 30px;
}
.listing-switch-view ul{margin: 0;}
.sort-by .form-control{
    border: none;
    padding-left: 2px;
}
.listing-switch-view .list-inline-item:not(:last-child) {
    margin-right: 28px;
}
.switch-btn i{
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.list-inline-item.active .switch-btn i,
.switch-btn:hover i{
    color: #0066cc !important;
}
.pagination-wrap .pagination li{width: 40px;height: 40px;margin-right: 12px;}
.pagination-wrap .page-link {
    margin: 0 28px;
    border-color: transparent !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-weight: 500;
    margin-left: 1px;
    color: #000000;
    border-radius: var(--border-radius-medium, 5px);
}
.pagination-wrap .page-item:first-child .page-link, 
.pagination-wrap .page-item:last-child .page-link{
    border-radius: var(--border-radius-medium, 5px);
}
.pagination-wrap .page-link i{
    font-size: var(--font-size-default);
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.pagination-wrap li.active .page-link{
    background-color: #0065c3;
    color:#ffffff !important;
    pointer-events: none;
}
.listing-view{
    margin-top: 25px;
}
.list-view .item-listing-wrap {
    margin-bottom: 39px;
}
.h-100 {
    height: 100%!important;
}
.item-header {
    max-width: 100%;
    min-height: 1px;
    position: relative;
}
.list-view .item-header {
    width: 300px;
}
.list-view .item-body {
    padding: 22px 24px;
    padding-bottom: 3px;
}
.listing-view .card {
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
    border-radius: var(--border-radius-medium, 5px);
    border: solid 1px #cccccc !important;
}
.item-listing-wrap.card h2, 
.item-listing-wrap.card h2 a{
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.36px;
    text-align: left;
    color: #000000;
    margin-bottom: 8px;
}
.item-listing-wrap.card h2 a:hover{
    text-decoration: underline;
    color: #000000 !important;
}
.listing-view .card .address{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 13px;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    margin-bottom: 25px;
}
.item-listing-wrap .ps-property__price span{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.27px;
    color: #669900;
}
.item-listing-wrap .ps-property__price .property-price-prefix,
.item-listing-wrap .ps-property__price .property-price-postfix{
    font-size: 14px;
    font-weight: 300;
    line-height: 2.14;
    letter-spacing: -0.21px;
    text-align: left;
    color: #999999;
}
.item-listing-wrap ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
}
.item-listing-wrap ul li {
    display: inline-block;
    margin-right: 38px;
}
.item-listing-wrap ul.item-overview li > span {
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    color: #999999;
}
.item-listing-wrap ul.item-overview li span:last-child{
    font-size: var(--font-size-default);
    line-height: var(--font-size-default);
    text-align: left;
    color: #000000;
    display: block;
    padding-top: 10px;
    padding-bottom: 22px;
}
.item-listing-wrap ul.item-overview li span:last-child a{
    font-size: var(--font-size-default);
    line-height: var(--font-size-default);
    text-align: left;
    color: #000000;
}
.item-listing-wrap ul.item-amenities {
    padding-top: 5px;
    border-top: 1px dashed #cccccc;
    padding-bottom: 0;
}
.item-listing-wrap ul.item-amenities li {
    font-size: 13px;
    line-height: 2.31;
    letter-spacing: 0.2px;
    text-align: left;
    color: #666666;
}
.item-listing-wrap ul li:last-child {
    margin-right: 0 !important;
}
.item-listing-wrap ul.item-amenities li i{
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
    padding-right: 11px;
}
.item-listing-wrap .labels-wrap {
    top: 16px;
    left: 14px;
}
.gallery-wrap{
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 2;
}
.gallery-wrap *{
    color: #ffffff !important;
}
.gallery-wrap a{
    font-size: 12px;
}
.gallery-wrap a i{
    font-size: 14px;
}
.gallery-wrap .item-galley{
    margin-left: 17px;
}
.gallery-wrap a:focus,
.gallery-wrap a:active{
    outline: none !important;
    box-shadow: none !important;
}
.grid-view .card-deck{
    margin-right: 0px;
    margin-left: 0px;
}
.grid-view .card-deck .card{
    margin-right: 42px;
    margin-left: 0px;
}
.grid-view .item-listing-wrap {
    margin-bottom: 45px;
}
.grid-view .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.grid-view .card-column{
    display: grid;
}
.grid-view-col2 .card-column, 
.listing-v1 .card-column{
    grid-template-columns: 1fr 1fr;
}
.grid-view-col3 .card-column{
    grid-template-columns: repeat(3,1fr);
}
.grid-view-col4 .card-column{
    grid-template-columns: repeat(4,1fr);
}
.grid-view-col5 .card-column{
    grid-template-columns: repeat(5,1fr);
}
.grid-view-col2 .grid-view .card-column .item-listing-wrap, 
.grid-view-col3 .grid-view .card-column .item-listing-wrap, 
.grid-view-col4 .grid-view .card-column .item-listing-wrap, 
.grid-view-col5 .grid-view .card-column .item-listing-wrap, 
.listing-v1 .grid-view .card-column .item-listing-wrap{
    margin-bottom: 0px;
}
.grid-view-col3 .grid-view .card-column .item-listing-wrap{margin-right: 40px;margin-bottom: 69px;}
.grid-view .card-deck .card.c{margin-right: 0px;}
.grid-view .item-body{
    padding-top: 25px;
}
.grid-view .ps-property__price{margin-bottom: 25px;}
.grid-view .item-listing-wrap ul.item-amenities{
    padding-bottom: 35px;
}
.grid-view .gallery-wrap {
    bottom: 23px;
    right: 22px;
}
.listing-v1 .grid-view .card-column .card,
.grid-view-col2 .grid-view .card-column .card,
.grid-view-col3 .grid-view .card-column .card,
.grid-view-col4 .grid-view .card-column .card,
.grid-view-col5 .grid-view .card-column .card
{
    margin-right: 0;
}
.grid-view .card-column{
    grid-gap: 32px;
}
.grid-view-col2 .grid-view .card-column, 
.listing-v1 .grid-view .card-column{
    grid-gap: 82px;
}
.grid-view-col3 .grid-view .card-column, 
.grid-view-col4 .grid-view .card-column{
    grid-gap: 42px;
}
.listing-wrap .grid-view .item-body {
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 32px;
    padding-bottom: 20px;
}
.listing-view.grid-view .card img {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.listing-view.grid-view .item-listing-wrap ul li {
    margin-right: 33px;
}
.listing-wrap .grid-view .item-title{
    flex-direction: inherit;
}
.half-map-col .grid-view .card {
    flex-basis: 47%;
}
.ps-search__border .ps-search__advanced-nav {
    border-radius: 6px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    margin-top: 63px;
}
.ps-tax__title{
    margin-top: 72px;
    margin-bottom: 25px;
}
.ps-tax__title, .ps-tax__title *{
    font-size: 48px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1.2px;
    text-align: left;
    color: #000000;
}
.grid-view .pagination-wrap{
    margin-top: 119px;
}
/*
* Map
*/
.gm-style .gm-style-iw-c{
    padding: 0;
    max-height: 350px !important;
}
.gm-style-iw .gm-style-iw-c{
    max-height: 350px !important;
}
.gm-style .gm-style-iw-d{
    min-height: 320px !important;
    overflow: hidden !important;
}
/* spinner
/* ----------------------------------------------------------- */
.spinner {
    margin: 40px auto;
    width: 70px;
    text-align: center;
  }
  .spinner > div {
    background-color: rgba(34, 34, 34, 0.5);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
  }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
    }
  }
  @keyframes sk-bouncedelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
        content: '\f006';
        color: black;
    }
    .br-theme-fontawesome-stars .br-widget a.br-active:after,
    .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        content: '\f005';
        color: black;
    }
}

/*
* Taxonomy
*/
.listing-wrap .bt-content-wrap{
    padding-left: 0;
    padding-right: 0;
}
.listing-wrap .page-title-wrap .page-title{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.5;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}
.listing-wrap .page-title-wrap .page-title span{
    color: #0065c3;
}
.widget{margin-bottom: 56px !important;}
.widget:last-child{margin-bottom: 0px !important;}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul > li{
    position: relative;
}
.widget .features-list .control--checkbox .control__indicator{
    top: 0;
}
.widget .features-list .control--checkbox{margin-bottom: 12px;}
.widget .features-list .control {
    width: 100%;
    line-height: 20px;
}
.widget .cat-count{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.13;
    letter-spacing: normal;
    text-align: right;
    color: #666666;
    text-align: right;
}
.widget .widget-title, .widget.widget_block label{
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.widget .control--checkbox .cat-count{
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 15px;
}
.widget .widget-body{margin-top: 41px;}
.listing-wrap .list-view .item-listing-wrap {
    margin-bottom: 45px;
}
.listing-wrap .list-view .item-body{
    padding-top: 28px;
    padding-left: 28px;
    padding-bottom: 20px;
}
.listing-wrap .list-view .item-header{width: 353px;}
.widget .control--checkbox .name{color: #000000;}
.widget .control--checkbox input:checked ~ *{
    color: #0065c3 !important;
}
.ps-widget__border{
    padding-bottom: 39px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.listing-view .card img{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.page-content-wrap{position: relative;}
.listing-view-loading:before{
    content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.listing-view-loading {
    display: flex;
    position: absolute;
    z-index: 99;
    left: 40%;
}
.listing-view-loading .dot {
    position: relative;
    width: 2em;
    height: 2em;
    margin: 0.8em;
    border-radius: 50%;
}
.listing-view-loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}
.listing-view-loading .dot:nth-child(1) {
    background: #7ef9ff;
}
.listing-view-loading .dot:nth-child(2) {
    background: #89cff0;
}
.listing-view-loading .dot:nth-child(3) {
    background: #4682b4;
}
.listing-view-loading .dot:nth-child(4) {
    background: #0f52ba;
}
.listing-view-loading .dot:nth-child(5) {
    background: #000080;
}
.listing-view-loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}
.listing-view-loading .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}
.listing-view-loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}
.listing-view-loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}
.listing-view-loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}
@keyframes wave {
    50%, 75% {
      transform: scale(2.5);
    }
    80%, 100% {
      opacity: 0;
    }
}
.vld-shown {
    overflow: hidden;
  }
  
  .vld-overlay {
    left: 0;
    position: absolute;
    top: 0;
    display: none;
    justify-content: center;
    overflow: hidden;
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding-top: 20px;
  }
  
  .vld-overlay.is-active {
    display: flex;
  }
  
  .vld-overlay.is-full-page {
    z-index: 9999;
    position: fixed;
  }
  
  .vld-overlay .vld-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    opacity: 1;
    background: rgb(255, 255, 255); 
    backdrop-filter: blur(2px);
  }
  
  .vld-overlay .vld-icon, .vld-parent {
    position: relative;
  }

/*
* Agent single
*/
.ps-agent__page{
    margin-top: 63px;
}
.ps-agent__name{
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 29px;
    margin: 0;
    letter-spacing: -0.9px;
    text-align: left;
    color: #000000;
    margin-bottom: 18px;
}
.ps-agent__agency{margin-bottom: 32px;}
.ps-agent__agency *{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: var(--font-size-default);
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}
.ps-agent__agency a{color: #0165c3;}
.ps-agent__agency span{padding-right: 5px;}
.ps-agent__page .rating-wrap .avg-review{
    display: block;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #669900;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}
.ps-agent__page .rating-wrap .count-review, 
.ps-agent__page .rating-wrap .br-wrapper a{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
}
.ps-agent__page .rating-wrap .count-review{
    text-align: right;
    color: #999999;
    padding-left: 5px;
}
hr{
    width: 100%;
    height: 1px;
    border-top: dashed 1px #cccccc !important;
    background-color: #ffffff !important;
}
.ps-agent__page .block-body-wrap p{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    margin-bottom: 0px;
}
.ps-agent__page .block-body-wrap p strong{
    font-weight: 500;
    color: #000000;
    min-width: 70px;
    display: inline-block;
}
.ps-agent__page .block-body-wrap hr{
    margin-top: 21px;
    margin-bottom: 31px;
}
.ps-agent__social a{
    padding-left: 5px;
    padding-right: 5px;
}
.ps-agent__social a:first-child{padding-left: 0;}
.ps-agent__social i{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.7px;
    color: #999999;
}
.ps-agent__social a:hover i{
    color: #506dab;
}
.icon-facebook:hover i{color: #506dab !important;}
.icon-twitter:hover i{color:#00aced !important;}
.icon-pinterest:hover i{color: #cb2027 !important;}
.icon-instagram:hover i{color: #E1306C !important;}
.icon-vimeo:hover i{color: #aad450 !important;}
.icon-youtube:hover i{color: #b00 !important;}
.icon-linkedin:hover i{color: #007bb6 !important;}
.icon-whatsapp:hover i{color: #25d366 !important;}
.icon-skype:hover i{color: #00aeff !important;}
.ps-agent__page .agent-info{padding-left: 14px;}
.ps-agent__page .ps-property__reviews{margin-top: 90px;}
.ps-agent__page .agent-info .block-footer-wrap{padding-top: 33px;}
#realtor-form .modal-body{padding: 25px;}
.modal-body .control--checkbox .control__indicator{
    width: 15px;
    height: 15px;
    top: 3px;
}
.modal-body .control--checkbox .control__indicator::after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 9px;
}
.modal .close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}
.modal .close {
    position: absolute;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    z-index: 3;
}
.btn-sm-full-width{
    padding: 18px 41px !important;
}
.btn-call{padding: 18px 70px !important;}
.widget a {
    -webkit-transition: 0.2s color linear;
    transition: 0.2s color linear;
}
.widget ul, .widget ol {
    display: block;
    width: 100%;
    margin-top: 1rem;
    list-style-type: none;
}
.widget ul li, .widget ol li {
    color: #808080;
    margin: 0;
    line-height: 2;
}
.widget ul.list li:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .3rem;
    border: 5px solid transparent;
    border-left-color: #808080;
}
.ps-agent__page .sidebar{padding-left: 35px;}
.widget a{
    color: #000000;
}
.ps-agent__content{margin-top: 82px;}
.ps-agent__content-extra h4{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #000000;
}
.ps-agent__content-extra p{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    margin-bottom: 51px;
}
.ps-property__content p:last-child{margin-bottom: 0;}
.ps-agent__content .ps-property__content{margin-bottom: 62px;}
.ps-agent__properties{margin-top: 34px;}
#agent-properties{margin-bottom: 0;}
.ps-block__filter a{
    font-size: var(--font-size-default);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 0.24px;
    text-align: center;
    color: #666666;
    margin-right: 32px;
}
.ps-block__filter a:focus,
.ps-block__filter a:active{
    outline: none;
    box-shadow: none;
}
.ps-block__filter a:last-child{margin-right: 0;}
.ps-block__filter a.active{
    border-radius: var(--border-radius-small, 3px);
    background-color: #f2f6f9;
    color: #0065c3;
    padding: 5px 23px;
}
.row .ps-property{
    padding-left: 0;
    padding-right: 0;
}
#agent-properties .row .ps-property {
    margin-right: 32px;
    max-width: 340px;
}
#agent-properties .row .ps-property:last-child{margin-right: 0;}
.agent-form .agent-name{
    font-size: var(--font-size-default);
}
.agent-form .agent-image img{max-width: 50px;}
.agent-form select{padding-left: 0;}
.agent-item{border-radius: var(--border-radius-medium, 5px);}
.agent-item .item-title h2{margin-bottom: 12px;}
.agent-item .item-title h2,
.agent-item .item-title h2 a{
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.33px;
    text-align: left;
    color: #000000;
}
.agent-item .item-title h2 a:hover{text-decoration: underline;}
.agent-item .item-title .ps-agent__agency, 
.agent-item .item-title .ps-agent__agency *{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}
.agent-item .item-title .ps-agent__agency a{
    color: #0165c3;
}
.listing-wrap .grid-view .agent-item .item-body {
    padding-top: 23px;
    padding-right: 28px;
    padding-bottom: 20px;
}
.agent-item .item-content{
    margin-bottom: 28px;
}
.agent-item .item-content p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    margin-bottom: 0;
}
.agent-item .ps-agent__agency{margin-bottom: 23px;}
#agent-archive .grid-view .card-column {
    row-gap: 57px;
}
.pagination-wrap .infinite *{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #666666;
}
#agent-archive .sort-by{padding-right: 0;}
#agent-archive .sort-by:after{content: none;}
.ps-post--detail .post-thumbnail{margin-bottom: 110px;}
.ps-post--detail .post-title{
    font-size: 48px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 49px;
    letter-spacing: -1.2px;
    text-align: left;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 53px;
}
.ps-post--detail .post-header *{
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.38px;
    text-align: left;
    color: #999999;
}
.ps-post--detail .post-header .post-category{display:inline-block;}
.ps-post--detail .post-header .post-category a{
    color: #0065c3;
    text-transform: uppercase;
}
.ps-post--detail .post-header .post-category:after{
    font-family: 'Linearicons' !important;
    content: "\7c";
    color: #999999;
    display: inline-block;
    margin-left: 13px;
    margin-right: 13px;
}
.ps-post--detail .post-meta{margin-bottom: 53px;}
.ps-post--detail .post-meta span{padding-right: 30px;}
.ps-post--detail .post-meta span,
.ps-post--detail .post-meta span a{
    font-size: 13px;
    line-height: 2.31;
    letter-spacing: 0.2px;
    text-align: left;
    color: #666666;
}
.ps-post--detail .post-meta span i{font-size:16px;padding-right: 10px;}
.ps-post--detail .ps-post__excerpt{margin-bottom: 13px;}
.ps-post--detail .ps-post__excerpt p{
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.ps-post--detail .ps-blog__left .ps-post__tags{margin-bottom: 84px;}
.ps-post--detail .ps-blog__left .ps-post__tags a:first-child{margin-left: 0;}
.ps-post--detail .ps-blog__left .ps-author-box{
    margin-bottom: 117px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.ps-author-box__thumbnail {
    width: 100px;
    float: left;
}
.ps-author-box__thumbnail img {
    width: 80px;
    border-radius: 50%;
}
.ps-author-box__content {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 100px);
    border-radius: 4px;
}
.ps-author-box__content h4{
    font-size: 24px;
    line-height: 0.75;
    letter-spacing: normal;
    color: #000000;
    text-transform: capitalize;
}
.ps-author-box__content p{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #666666;
    margin-bottom: 34px;
}
.ps-author-box__content .postion{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 21px;
}
.ps-author-box::after {
    clear: both;
    content: "";
    display: table;
}
.ps-author-box__content .social a{
    font-size: var(--font-size-default);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #000000;
    margin-right: 10px;
}
.ps-page--blog #comments h3{
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: -0.75px;
    color: #16171e;
}
.ps-page--blog #comments .comment-count{
    margin-bottom: 59px;
}
.ps-block--comment #comments .comment-reply-link{
    border-radius: var(--border-radius-medium, 5px);
    border: solid 1px #cccccc;
    background-color: #cccccc;
    padding: 1px 13px;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: 0.3px;
    text-align: center;
    color: #181b31;
    text-transform: uppercase;
}
.ps-block--comment #comments .comment-reply-link:hover{
    border: solid 1px #0065c3;
    background-color: #ffffff;
    color:#0065c3;
}
.ps-page--blog #comments .ps-block__content-header h5{
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    margin-bottom: 19px;
    color: #000000;
    text-transform: capitalize;
}
.ps-page--blog #comments .ps-block__content-header .date{
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 4;
    letter-spacing: 0.6px;
    text-align: left;
    color: #999999;
    text-transform: uppercase;
}
.ps-page--blog #comments .ps-block__content p{
    margin-bottom: 23px;
}
.ps-page--blog .widget-title, .ps-page--blog .widget.widget_block label{
    font-size: 24px;
    margin-bottom: 29px;
}
.ps-widget--search form, .wp-block-search__inside-wrapper {
    position: relative;
}
.ps-widget--search .form-control{
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    font-size: var(--font-size-default);
    font-stretch: normal;
    font-style: normal;
    line-height: 4;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
}
.ps-widget--search button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-top: 2px;
    padding: 0;
    border: none;
    background-color: transparent;
    transition: all 0.4s ease;
}
.widget_block.widget_search .wp-block-search__input {
    height: 40px;
    font-size: var(--font-size-default);
    font-stretch: normal;
    font-style: normal;
    line-height: 4;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
    border:none;
    border-bottom: 1px solid #cdd1d5;
}
.widget_block.widget_search .wp-block-search__button{
    font-size: var(--font-size-default);
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
}
.widget.ps-widget__socials .btn-social{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 23px;
    margin-bottom: 15px;
    border: solid 1px #cccccc;
    color: #666666;
    font-size: var(--font-size-default);
    text-align: center;
    line-height: 39px;
}
.widget.ps-widget__socials .btn-social.icon-facebook:hover {
    border-color: #506dab !important;
    background-color: #506dab !important;
}
.widget.ps-widget__socials .btn-social.icon-facebook:hover i, 
.widget.ps-widget__socials .btn-social.icon-twitter:hover i,
.widget.ps-widget__socials .btn-social.icon-pinterest:hover i, 
.widget.ps-widget__socials .btn-social.icon-linkedin:hover i, 
.widget.ps-widget__socials .btn-social.icon-instagram:hover i, 
.widget.ps-widget__socials .btn-social.icon-youtube:hover i, 
.widget.ps-widget__socials .btn-social.icon-vimeo:hover i, 
.widget.ps-widget__socials .btn-social.icon-flickr:hover i, 
.widget.ps-widget__socials .btn-social.icon-whatsapp:hover i, 
.widget.ps-widget__socials .btn-social.icon-skype:hover i{
    color: #ffffff !important;
}
.widget.ps-widget__socials .btn-social.icon-twitter:hover {
    border-color: #00aced !important;
    background-color: #00aced !important;
}
.widget.ps-widget__socials .btn-social.icon-pinterest:hover {
    border-color: #cb2027 !important;
    background-color: #cb2027 !important;
}
.widget.ps-widget__socials .btn-social.icon-linkedin:hover {
    border-color: #007bb6 !important;
    background-color: #007bb6 !important;
}
.widget.ps-widget__socials .btn-social.icon-instagram:hover {
    border-color: #E1306C !important;
    background-color: #E1306C !important;
}
.widget.ps-widget__socials .btn-social.icon-youtube:hover {
    border-color: #b00 !important;
    background-color: #b00 !important;
}
.widget.ps-widget__socials .btn-social.icon-vimeo:hover {
    border-color: #aad450 !important;
    background-color: #aad450 !important;
}
.widget.ps-widget__socials .btn-social.icon-flickr:hover {
    border-color: #FF0084 !important;
    background-color: #FF0084 !important;
}
.widget.ps-widget__socials .btn-social.icon-whatsapp:hover {
    border-color: #25d366 !important;
    background-color: #25d366 !important;
}
.widget.ps-widget__socials .btn-social.icon-skype:hover {
    border-color: #00aeff !important;
    background-color: #00aeff !important;
}
.widget-ads-body img{border-radius: var(--border-radius-medium, 5px);}
.ps-widget.widget_block label{margin-bottom: 30px;}
.ps-page__hero .post-thumbnail img{border-radius: var(--border-radius-medium, 5px);}
.ps-list--arrow a:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: FontAwesome !important;
}
.ps-widget.ps-widget--blog .ps-list--arrow a{display: inline-block;}
.ps-widget.ps-widget--blog > ul, 
.ps-widget.ps-widget--blog .menu,
.ps-widget.ps-widget--blog > ol{
    margin-block-start: 0;
    padding-inline-start: 0;
}
.table #today{
    background: #0064c2;
    text-align: center;
    color: #fff;
}
.widget_block.widget_search .wp-block-search__button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: transparent;
    border: none;
    font-size: 0;
}
.widget_block.widget_search .wp-block-search__button:before{
    font-size:16px;
    font-family: 'Linearicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e922";
}
.widget_block .wp-block-latest-comments__comment {
    line-height: 1.7;
}
.ps-document .wp-block-gallery ul{padding-left: 0;}
.ps-post--detail .ps-document .wp-block-cover-image-text, 
.ps-post--detail .ps-document .wp-block-cover-image-text a, 
.ps-post--detail .ps-document .wp-block-cover-image-text a:active, 
.ps-post--detail .ps-document .wp-block-cover-image-text a:focus, 
.ps-post--detail .ps-document .wp-block-cover-image-text a:hover, 
.ps-post--detail .ps-document .wp-block-cover-text, 
.ps-post--detail .ps-document .wp-block-cover-text a, 
.ps-post--detail .ps-document .wp-block-cover-text a:active, 
.ps-post--detail .ps-document .wp-block-cover-text a:focus, 
.ps-post--detail .ps-document .wp-block-cover-text a:hover, 
.ps-post--detail .ps-document section.wp-block-cover-image h2, 
.ps-post--detail .ps-document section.wp-block-cover-image h2 a, 
.ps-post--detail .ps-document section.wp-block-cover-image h2 a:active, 
.ps-post--detail .ps-document section.wp-block-cover-image h2 a:focus, 
.ps-post--detail .ps-document section.wp-block-cover-image h2 a:hover{
    color: #ffffff;
}
.ps-post--detail .wp-block-media-text__media img, .wp-block-media-text__media video{
    max-width: 100%;
    height: auto;
}
.ps-block--project-reviews > .ps-block__top p, .ps-agent-reviews .ps-section__top p{display: flex;}
.ps-block--project-reviews > .ps-block__top p small, .ps-agent-reviews .ps-section__top p small{margin-left: 10px;}

.ps-block--agent-review .ps-block__action {
    display: inline-block;
    vertical-align: top;
    padding: 0 1em;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--color-heading);
    border: 1px solid #ccc;
    border-radius: var(--border-radius-medium);
    background-color: transparent;
  }
  
  .ps-block--agent-review .ps-block__action:hover {
    color: var(--color-1st);
    border-color: var(--color-1st);
  }
.ps-comment .ps-form--agent-review{margin-bottom: 40px;}
.ps-project__badges .ps-project__badge{
    margin-right: 5px;
}
.ps-project__badges .ps-project__badge:last-child{
    margin-right: 0px;
}

#map-contact-us {
    height: 500px;
}
.ps-site-stats .ps-section__brands span {
    display: block;
    margin-bottom: 30px;
}
.ps-career-jobs .ps-section__jobs li.active {
    color: var(--color-1st);
}
.ps-site-stats .ps-section__brands span:last-child {
  margin-bottom: 0;
}
.ps-checkbox.control--radio label:before{
    border-radius: 50%;
}
.ps-widget--project .ps-widget__attributes .ps-checkbox input[type="radio"]:checked ~ label:after{
    transform: rotate(45deg);
    opacity: 1;
}
.ps-widget--project .ps-widget__attributes .ps-checkbox input[type=radio]:checked ~ label:before {
    background-color: var(--color-1st);
    border-color: var(--color-1st);
}
.search-form-js .btn-group .btn{border: none;}
.ps-form--projects-search .ps-form__top .ps-form__top-left .ps-btn{
    padding: 0 20px;
    margin-bottom: 0;
    height: 52px;
}
.menu--mobile .sub-menu.active{display: block;}
.logged-in.admin-bar .header--sticky {
    top: 32px;
}
.ps-form--projects-search-extra .form-price-range .price-range-wrap{
    padding-bottom: 20px;
}
.ps-form--projects-search-extra .form-price-range label{
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    grid-column-gap: 10px;
}
.ps-form--projects-search-extra .form-price-range .range-text span{
    font-weight: 400;
    color: var(--color-heading);
    font-size: 14px;
}
.ps-form--projects-search-extra .form-price-range .range-text .range-title-from{
    font-size: var(--font-size-default);
    color: var(--color-text);
}
@media (min-width: 768px){
    .ps-project--list .ps-project__top {
        grid-template-columns: 1fr 215px;
    }
}
@media (min-width: 992px){
    .listing-wrap.listing-v1 .bt-sidebar-wrap{flex: 0 0 20%;}
    .listing-wrap.listing-v1 .bt-content-wrap{flex: 0 0 80%;max-width: 80%;padding-left: 111px;}
}
@media (max-width: 767px){
    .ps-property__amenities .amenitie-items .amenitie-item a {
        padding-left: 10px;
    }
    .map-info-window .item-title a{
        font-size: 18px;
    }
    .map-info-window .item-body .address {
        width: 75%;
        overflow-wrap: break-word;
    }
    .ps-block--mortgage-chart .ps-block__chart .ps-block__chart-stat strong{font-size: 18px;}
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
img{
	max-width: 100%;
	height: auto;
}
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: var(--border-radius-small, 3px);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em;
}
.clearfix{
	clear: both;
}
ol.wp-block-latest-comments{
	margin-left: 0;
    margin-block-start: 0;
    padding-block-start: 0;
    padding-inline-start: 0;
}
.ps-page--blog .ps-post__content{margin-bottom: 68px;}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]) p, 
.wp-block-cover.has-background-dim:not([class*=-background-color]) p, 
.has-pale-pink-background-color p,
.has-pale-pink-background-color p *{color: #ffffff;}
.page-links{
	font-size: 18px;
	color: #666666;
}
.page-links .post-page-numbers{
	border-radius: var(--border-radius-medium, 5px);
    background-color: #f2f6f9;
    padding: 6px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
}
.page-links .post-page-numbers span{font-size: 14px;}
.wp-block-group.has-background{
	padding: 15px;
	margin-bottom: 40px;
}
.ps-page--blog .ps-post__content .wp-block-button__link{
	color: #ffffff;
	font-size: 18px;
}

.ps-post__title, .comment-content, .ps-block--comment .ps-block__content-body, .ps-block-post-comment .ps-block__content {
    overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.ps-block--comment .ps-block__content-body, .ps-block-post-comment .ps-block__content {
	max-width: 945px;
}
mark, ins {
    background-color: #fff9c0;
    text-decoration: none;
}
pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.has-background.has-very-light-gray-color{color: #ffffff !important;}
.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
	padding-left: 1em;
	border-color: #707070;
	font-style: italic;
}
.wp-block-file a{border-bottom: 1px solid #333;}
.wp-block-video figcaption, .blocks-gallery-caption {
	text-align: center !important;
	color: rgb(33 37 41 / 70%) !important;
}
.owl-nav.disabled, .owl-dots.disabled{display: none !important;}
.ps-post .ps-post__thumbnail img{height: auto;}
#homepage-one .vc_row:last-child, #homepage-two .vc_row:last-child, .ps-page__content .wpb_row.vc_row:last-child{margin-bottom: 0px !important;}
.half-map-col.ps-projects__left .ps-projects__left-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
form select.form-control{padding-left: 5px !important;}
@media screen and (min-width: 55em){
	.wp-block-quote cite, .wp-block-quote__citation {
		font-size: 19px;
		line-height: 1.6842;
	}
}

@media screen and (min-width: 59.6875em){
	.wp-block-quote cite, .wp-block-quote__citation {
		font-size: 15px;
		line-height: 1.6;
	}
}

@media screen and (min-width: 68.75em){
	.wp-block-quote cite, .wp-block-quote__citation {
		font-size: 17px;
		line-height: 1.6471;
	}
}

@media screen and (min-width: 77.5em){
	.wp-block-quote cite, .wp-block-quote__citation {
		font-size: 19px;
		line-height: 1.6842;
	}
}
@media screen and (min-width: 768px){
	.ps-post__meta .ps-post__categories {
		max-width: 85%;
	}
}
@media (max-width: 782px){
	.logged-in.admin-bar .ps-drawer:not(.menu--sticky){top: 46px;}
	.logged-in.admin-bar .header--sticky {
		top: 0px;
	}
}
  
  @media screen and (min-width: 1024px) {
	:root {
	  --section-padding-top: 90px;
	  --section-padding-bottom: 60px;
	  --section-header-padding-bottom: 32px;
	}
  }
  
  @media screen and (min-width: 1366px) {
	:root {
	  --section-padding-top: 130px;
	  --section-padding-bottom: 100px;
	  --section-header-padding-bottom: 65px;
	}
  }
  
  .section {
	display: none;
  }
  
  body.page {
	margin-bottom: 0 !important;
  }
  
  body.post {
	margin-bottom: 0 !important;
  }
  th{font-weight: bold;}
body .is-layout-constrained > * + * {
    margin-block-start: 1.5rem;
    margin-block-end: 0;
}

.ps-post__content > *.alignleft,
.entry .entry-summary > *.alignleft,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignleft,
.ps-post__content > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .ps-post__content > *.alignleft,
  .entry .entry-summary > *.alignleft,
  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignleft,
  .ps-post__content > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
    max-width: calc(4 * (100vw / 12));
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.ps-post__content > *.alignfull,
.entry .entry-summary > *.alignfull,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignfull,
.ps-post__content > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .ps-post__content > *.alignfull,
  .entry .entry-summary > *.alignfull,
  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignfull,
  .ps-post__content > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem);
  }
}
.ps-block__meta-email{overflow-wrap: anywhere;}
.ps-form--projects-search .ps-form__top.no-status{display: block;}
.ps-form--projects-search .no-status .ps-form__top-left{border: none;}