
/*!
Theme Name: Become Local
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: become-local
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.

Become Local 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
	 ========================================================================== */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 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 {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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, .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
--------------------------------------------- */
.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: .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: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: .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;
}

.dsidx-standalone-disclaimer {
	display: none !important;
}

#dsidx-disclaimer {
	display: none !important;
}

/*--------------------------------------------------------------
# Featured Properties Search
--------------------------------------------------------------*/
.dsidx-resp-search-form fieldset {
	width: 100%;
}

#top-property-search div.dsidx-resp-search-box-modern-view {
	box-shadow: 0 0 40px rgba(0, 0, 0, .08);
	background-color: #fff;
	padding: 60px 85px 68px;
	max-width: 1280px;
	margin: -96px auto 0;
	position: relative;
	z-index: 1;
}

.dsidx-resp-search-box-modern-view .dsidx-resp-area label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin-bottom: 4px;
}

.dsidx-resp-search-box-modern-view .dsidx-resp-area input[type="text"], .dsidx-resp-search-box-modern-view .dsidx-resp-area select {
	height: 33px !important;
}

.dsidx-resp-search-box-modern-view .dsidx-resp-area select, .dsidx-resp-search-box-modern-view .dsidx-autocomplete-box, .dsidx-resp-search-box-modern-view .select2-container--default .select2-selection--multiple {
	border: 1px solid #acacac !important;
	height: auto;
	font-size: 12px;
	color: #5c5956;
	font-weight: 600;
	font-family: "Barlow", sans-serif;
	border-radius: 0 !important;
	box-shadow: none !important;
	position: relative;
}

.dsidx-resp-search-box-modern-view .select2-container--default .select2-selection--multiple {
	height: auto !important;
}

.form-control {
	height: 40px;
}

.dsidx-resp-search-box-modern-view .dsidx-resp-location-area .dsidx-autocomplete-box {
	height: auto;
}

.dsidx-resp-search-box-modern-view .dsidx-resp-area input[type="text"] {
	border-radius: 0 !important;
	border-color: #acacac !important;
}

.dsidx-resp-area input[type="text"], .dsidx-resp-area select {
	font-size: 12px;
	font-weight: bold;
}

.dsidx-resp-search-box-modern-view .dsidx-resp-area select {
	padding: 0px 12px;
}

.dsidx-resp-search-form .dsidx-resp-area-submit input[type="submit"] {
	background-color: #c89134;
	color: #fff;
	border-color: #c89134;
	border: none;
	line-height: normal;
	padding: 6px 25px;
	font-size: 12px;
	line-height: 1.5;
}

.dsidx-resp-search-form .dsidx-resp-area-submit input[type="submit"]:hover {
	background-color: #767676;
	color: #fff;
	border-color: #767676;
}

#top-property-search .dsidx-autocomplete-spinner {
	margin-top: -32px !important;
	position: relative;
}

#top-property-search .dsidx-autocomplete-spinner img {
	max-width: 20px;
	opacity: .5;
}

.search-bar .form-label {
	letter-spacing: 1px;
	font-size: 11px;
}

.search-bar .form-select, .search-bar .form-control {
	height: 40px;
}

.search-bar .property-search-btn {
	padding: 9px 25px;
}

a.loader {
	border-radius: 0;
	border: 2px solid #767676;
	background-color: #767676;
	color: #fff;
	font-size: 12px;
	padding: 10px 25px;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	box-shadow: none !important;
	text-align: center;
	position: relative;
	display: block;
	line-height: 1.5;
}

a.loader .fa-spinner {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url("https://lovenc.com/wp-content/themes/become-local/assets/images/loader.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

a.loader .fa-spinner.nitro-lazy {
	background-image: none !important;
}

.login-error:not(:empty), .forgot-error:not(:empty), .registration-error:not(:empty), .signup-error:not(:empty) {
	margin-top: 1rem;
	font-weight: 600;
	font-size: 13px;
	display: block;
}

.sucess-msg {
	color: green;
}

.success-msg {
	color: green;
}

.success-message {
	color: green;
}

.error-msg {
	color: red;
}

.errors-msg {
	color: red;
}

/* set the property listing page css */

/* body.dsidx .entry-header,
body.dsidx #dsidx-top-search,
body.dsidx .dsidx-toolbar-button.dsidx-photos,
body.dsidx .dsidx-tabs .dsidx-tab.dsidx-tab-list,
body.dsidx #dsidx-disclaimer{
    display: none!important;
} */
body.dsidx #top-property-search div.dsidx-resp-search-box-modern-view {
	box-shadow: unset;
	background-color: transparent !important;
	padding: 30px 10px;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
}

body.dsidx .dsidx-resp-search-form fieldset {
	border: 0;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

/* body.dsidx .dsidx-topbar-custom,
body.dsidx .dsidx-propertylists-block {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
} */
body.dsidx .dsidx-topbar-custom {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

body.dsidx .dsidx-topbar-custom #dsidx-profile-header {
	width: auto;
	padding: 2px 0 0;
}

#dsidx .dsidx-topbar-custom .dsidx-sorting-control {
	margin-left: auto;
	padding: 2px 0 0;
}

#dsidx .dsidx-topbar-custom .dsidx-top-actions .dsidx-profile-button {
	margin-top: 5px;
}

#dsidx ul.dsidx-tabs, body.dsidx ul.dsidx-tabs {
	border: none;
	width: auto;
	float: left;
	margin: 0 0 15px;
	padding: 0;
}

#dsidx ul.dsidx-tabs li.dsidx-tab.dsidx-tab-disabled span, body.dsidx ul.dsidx-tabs li.dsidx-tab.dsidx-tab-disabled span {
	opacity: 1;
}

#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab {
	background: none;
}

#dsidx ul.dsidx-tabs li.dsidx-tab, body.dsidx ul.dsidx-tabs li.dsidx-tab {
	border: none;
	text-transform: uppercase;
	color: #5c5956;
	font-weight: 500;
}

#dsidx .dsidx-sorting-control {
	text-transform: uppercase;
	color: #5c5956;
	margin: 4px 0 0;
	float: left;
	font-weight: 500;
}

#dsidx .dsidx-sorting-control form {
	display: inline-block;
}

.dsidx-results .dsidx-sorting-control > form:before {
	content: ":";
	color: #000;
	position: absolute;
}

#dsidx .dsidx-sorting-control select {
	border: none;
	text-transform: uppercase;
	background-position: 100% center;
	padding-right: 20px;
}

#dsidx-profile-login-button.dsidx-profile-button {
	margin-left: 0;
	padding-left: 0;
}

#dsidx .dsidx-paging-control {
	text-transform: uppercase;
	color: #5c5956;
	margin: 0;
	font-weight: 500;
}

#dsidx .dsidx-paging-control.bottompagination {
	max-width: 1280px;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
	float: none;
	text-align: right;
	font-weight: 500;
}

#dsidx .dsidx-paging-control-next, #dsidx .dsidx-paging-control-prev {
	background-image: url("https://cdn-ileodjc.nitrocdn.com/DArdPzPzOOjkMAkmusuYONRaNEyITlNz/assets/images/optimized/rev-fbdef73/lovenc.com/wp-content/themes/become-local/assets/images/icons/chevron-right.svg");
	background-size: 19px auto;
	width: 20px;
	padding: 0;
	height: 18px;
	font-size: 0;
	background-size: auto 14px;
	background-position: center;
}

#dsidx .dsidx-paging-control-next.nitro-lazy, #dsidx .dsidx-paging-control-prev.nitro-lazy {
	background-image: none !important;
}

#dsidx .dsidx-paging-control-prev {
	background-image: url("https://cdn-ileodjc.nitrocdn.com/DArdPzPzOOjkMAkmusuYONRaNEyITlNz/assets/images/optimized/rev-fbdef73/lovenc.com/wp-content/themes/become-local/assets/images/icons/chevron-left.svg");
}

#dsidx .dsidx-paging-control-prev.nitro-lazy {
	background-image: none !important;
}

.dsidx-ui-widget.dsidx-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close, .dsidx-ui-widget.dsidx-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
	background: none;
	border: none;
}

.dsidx-ui-widget.ui-widget button.ui-dialog-titlebar-close {
	padding: 0;
	border: none;
	background: none;
}

.dsidx-ui-widget.ui-widget button.ui-dialog-titlebar-close:before {
	background-image: url("https://cdn-ileodjc.nitrocdn.com/DArdPzPzOOjkMAkmusuYONRaNEyITlNz/assets/images/optimized/rev-fbdef73/lovenc.com/wp-content/themes/become-local/assets/images/icons/close-icon.svg");
	width: 12px;
	height: 12px;
	content: "";
	display: block;
	background-size: 100%;
}

.dsidx-ui-widget.dsidx-dialog {
	border: 1px solid #acacac;
}

.dsidx-ui-widget.dsidx-dialog .dsix-auth-header {
	color: #5c5956;
	padding: 10px;
	font-size: 16px;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
}

.dsidx-ui-widget.dsidx-dialog .dsix-auth-header em {
	font-style: normal;
}

.dsidx-ui-widget.dsidx-dialog .ui-dialog-titlebar {
	background: #5c5956;
	color: #fff;
}

input#dsidx-login-email, input#dsidx-login-password {
	border-color: #acacac !important;
	width: 100%;
	border: 1px solid #acacac;
	height: 36px;
	padding: 6px 12px;
}

.dsidx-ui-widget.dsidx-dialog .dsidx-auth-col-nosso input {
	margin-bottom: 20px !important;
}

.dsidx-ui-widget.dsidx-dialog input#dsidx-login-submit {
	width: 100%;
	margin-bottom: 0 !important;
}

.dsidx-ui-widget.dsidx-dialog label.checkbox {
	padding-left: 0;
	position: relative;
}

.dsidx-ui-widget.dsidx-dialog label.checkbox input[type="checkbox"] {
	opacity: 1;
	margin: 3px 0 0;
	margin-right: 10px;
	background: none;
	border: none;
}

.dsidx-ui-widget.dsidx-dialog label.checkbox input[type="checkbox"]:before {
	content: "";
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: white;
	border: 1px solid #acacac;
	border-radius: 0px;
	position: absolute;
	left: 0;
	top: 2px;
}

.dsidx-ui-widget.dsidx-dialog label.checkbox input[type="checkbox"]:checked:before {
	background: #5c5956;
	border-color: #5c5956;
}

.dsidx-ui-widget.dsidx-dialog .dsidx-auth-footer .dsidx-auth-col {
	margin: 0;
}

body.dsidx .dsidx-ui-widget.dsidx-dialog #dsidx-forgotpassword-submit {
	width: 100%;
	margin-top: 20px;
}

.dsix-auth-content input#dsidx-login-submit {
	background: #5c5956 !important;
	color: #fff !important;
	border-radius: 0 !important;
	font-family: "Montserrat", sans-serif !important;
	border: none;
}

.dsix-auth-content input#dsidx-login-submit:hover {
	background-color: #767676 !important;
	color: #fff !important;
	border-color: #767676 !important;
}

.dsidx-ui-widget.dsidx-dialog input.text, .dsidx-ui-widget.dsidx-dialog select {
	width: 100%;
}

.dsidx-ui-widget.dsidx-dialog .dsidx-auth-footer {
	background: none;
}

.dsidx-auth-footer .dsidx-auth-row {
	display: flex;
	flex-wrap: wrap;
}

.dsidx-auth-footer .dsidx-auth-col {
	width: 100%;
	text-align: left;
}

.dsidx-ui-widget.ui-widget-content {
	font-size: 12px;
}

.dsidx-ui-widget.ui-widget-content .btn {
	padding: 0;
	margin: 0 0 5px;
	display: block;
	text-align: left;
	font-size: 12px;
}

#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab.dsidx-tab-map span {
	background: none;
	padding-left: 0;
}

#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab.dsidx-tab-map span:after {
	width: 14px;
	height: 14px;
	content: "";
	display: inline-block;
	background-image: url("https://cdn-ileodjc.nitrocdn.com/DArdPzPzOOjkMAkmusuYONRaNEyITlNz/assets/images/optimized/rev-fbdef73/lovenc.com/wp-content/themes/become-local/assets/images/icons/location.svg");
	vertical-align: middle;
	margin-left: 5px;
}

#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab.dsidx-tab-map.dsidx-tab-disabled span:after {
	opacity: .2;
}

#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab.dsidx-tab-map span:hover:after {
	opacity: 1;
}

.dsidx-top-actions .dsidx-profile-button:hover:after {
	opacity: 1;
}

#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab-grid {
	padding-top: 2px;
}

#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab-grid.activetab {
	font-weight: 600;
}

.dsidx-ui-widget.dsidx-dialog label {
	color: #5c5956;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.dsidx-ui-widget.dsidx-dialog .ui-widget-content input[type="checkbox"], .dsidx-search-alerts input[type="checkbox"] {
	opacity: 0;
	float: left;
	width: 10px;
}

.dsidx-ui-widget.dsidx-dialog .ui-widget-content input[type="checkbox"] + label, .dsidx-search-alerts input[type="checkbox"] + label {
	position: relative;
	margin-left: 20px;
	display: block;
	color: #5c5956;
	text-transform: uppercase;
	cursor: pointer;
}

.dsidx-ui-widget.dsidx-dialog .ui-widget-content input[type="checkbox"] + label:before, .dsidx-search-alerts input[type="checkbox"] + label:before {
	content: "";
	display: inline-block;
	height: 14px;
	width: 14px;
	background-color: white;
	border: 1px solid #acacac;
	border-radius: 0px;
	position: absolute;
	left: 0;
	top: 0;
	left: -20px;
	top: 3px;
}

.dsidx-ui-widget.dsidx-dialog .ui-widget-content input[type="checkbox"]:checked + label:before, .dsidx-search-alerts input[type="checkbox"]:checked + label:before {
	background: #5c5956;
	border-color: #5c5956;
}

.dsidx-profile-item {
	border-color: #acacac;
	border-radius: 0;
}

.dsidx .dsidx-profile-item h2 {
	color: #5c5956;
	font-size: 20px;
	border-color: #acacac;
	padding-bottom: 12px;
}

#dsidx-profile-personal-info.dsidx-profile-item label {
	text-align: left;
	width: 100%;
	color: #5c5956;
}

#dsidx-profile-personal-info.dsidx-profile-item input.text, #dsidx-profile-personal-info.dsidx-profile-item select {
	width: 100%;
	box-shadow: none;
}

#dsidx-profile-personal-info.dsidx-profile-item #dsidx-profile-personal-info-password label, #dsidx-profile-personal-info.dsidx-profile-item #dsidx-profile-personal-info-listingupdates label, #dsidx-profile-personal-info.dsidx-profile-item #dsidx-profile-personal-info-password input.text, #dsidx-profile-personal-info.dsidx-profile-item #dsidx-profile-personal-info-listingupdates input.text, #dsidx-profile-personal-info.dsidx-profile-item #dsidx-profile-personal-info-password select, #dsidx-profile-personal-info.dsidx-profile-item #dsidx-profile-personal-info-listingupdates select {
	width: 100%;
}

#dsidx .dsidx-small-button, body.dsidx .dsidx-small-button {
	background: #5c5956 !important;
	color: #fff !important;
	border-radius: 0 !important;
	font-family: "Montserrat", sans-serif !important;
	border: none;
	font-weight: 500;
}

#dsidx .dsidx-small-button:hover, body.dsidx .dsidx-small-button:hover {
	background-color: #767676 !important;
	color: #fff !important;
	border-color: #767676 !important;
}

.dsidx .dsidx-search-item .dsidx-search-alerts {
	margin-top: 10px;
	display: block;
}

#dsidx-profile-listings .dsidx-profile-item-inner {
	padding-top: 10px;
}

body.dsidx #dsidx-profile-listings ul.dsidx-profile-listings-tabs li.dsidx-tab {
	background: #5c5956;
	color: #fff;
	cursor: pointer;
}

body.dsidx #dsidx-profile-listings ul.dsidx-profile-listings-tabs li.dsidx-tab.dsidx-tab-disabled {
	background: none;
	color: #5c5956;
	cursor: pointer;
}

body.dsidx .dsidx-topbar-custom .dsidx-profile-item {
	top: 30px;
}

#dsidx-profile-header .dsidx-profile-button.Drop.Selected .Shim {
	top: 25px;
}

#dsidx ul.dsidx-tabs li.dsidx-tab span, body.dsidx ul.dsidx-tabs li.dsidx-tab span {
	padding: 2px 10px;
}

/*body.dsidx .dsidx-small-listing .dsidx-secondary-data-line span:first-child:before { display: none; }*/
body.dsidx .dsidx-small-listing .dsidx-secondary-data-line span:last-child:after {
	display: none;
}

body.dsidx .dsidx-small-listing .dsidx-secondary-data-line span.dataline:after {
	display: none;
}

body.dsidx .dsidx-small-listing {
	padding: 5px;
}

#dsidx-profile-listings.dsidx-profile-item .header h2 {
	font-size: 22px;
}

body.dsidx #dsidx-profile-listings .dsidx-small-listing .dsidx-data {
	padding: 10px 0;
}

body.dsidx #dsidx-profile-listings .dsidx-small-listing {
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
	margin-bottom: 0;
}

body.dsidx #dsidx-profile-listings .dsidx-small-listing .dsidx-address {
	font-size: 14px;
	border: none;
}

body.dsidx #dsidx-profile-listings .dsidx-small-listing .dsidx-secondary-data .dsidx-price {
	font-size: 14px;
}

body.dsidx #dsidx-profile-listings .dsidx-small-listing .dsidx-secondary-data-line {
	font-size: 10px;
}

ol#dsidx-listings {
	padding-top: 30px;
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

body.dsidx .dsidx-results.dsidx-results-map #dsidx-listings {
	display: none;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing {
	margin: 0 15px 24px;
}

#dsidx-listings .dsidx-listing {
	border: none;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-media {
	border: none;
	padding: 0;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo {
	box-shadow: none;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing:hover .dsidx-media {
	padding: 0;
}

#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo a {
	display: block;
}

#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo .dsidx-toolbar-button.dsidx-favorite {
	background-image: url("https://cdn-ileodjc.nitrocdn.com/DArdPzPzOOjkMAkmusuYONRaNEyITlNz/assets/images/optimized/rev-fbdef73/lovenc.com/wp-content/themes/become-local/assets/images/icons/favorite-border.svg");
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center center;
}

#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo .dsidx-toolbar-button.dsidx-favorite.nitro-lazy {
	background-image: none !important;
}

#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo .dsidx-toolbar-button.dsidx-favorite.dsidx-selected {
	background-image: url("https://cdn-ileodjc.nitrocdn.com/DArdPzPzOOjkMAkmusuYONRaNEyITlNz/assets/images/optimized/rev-fbdef73/lovenc.com/wp-content/themes/become-local/assets/images/icons/favorite-fill.svg");
	background-color: inherit;
}

#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo .dsidx-toolbar-button.dsidx-favorite.dsidx-selected.nitro-lazy {
	background-image: none !important;
}

#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo .dsidx-toolbar {
	left: auto;
	right: 10px;
	bottom: auto;
	top: 10px;
}

#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo .dsidx-toolbar-button, #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo .dsidx-toolbar-button:hover {
	background-color: inherit;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address a, .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address a span {
	font-family: "Barlow", sans-serif;
	font-size: 26px;
	color: #5c5956;
	line-height: 1;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-secondary-data .dsidx-secondary-data-line {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .6px;
	color: #5c5956;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-secondary-data .dsidx-results-bath:first-child:before {
	display: none;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-secondary-data .dsidx-results-bath:before {
	content: "|";
	margin: 0 7px;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-secondary-data span:not(.idxpipeline):before {
	display: none;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data, .dsidx-results-grid #dsidx-listings .dsidx-listing:hover .dsidx-data {
	padding: 20px 20px;
}

body.dsidx .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo img {
	height: 300px;
	max-height: 100%;
	width: 100% !important;
}

.pages-top-property-search {
	overflow-x: hidden;
}

body.dsidx .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-price {
	background: #b04a59;
	font-size: 18px;
	/* font-weight: 800; */
	
	/* padding: 0; */
	border: unset;
	margin-bottom: 10px;
}

/*
body .jb-navigation .jbn-left-button{ background-image:url(assets/images/icons/chevron-left.svg); background-repeat: no-repeat; width: 30px; background-size: auto 25px; background-position: center; }
body .jb-navigation .jbn-right-button{ background-image:url(assets/images/icons/chevron-right.svg); background-repeat: no-repeat; width: 30px;  background-size: auto 30px; background-position: center; }*/
.jb-navigation .jbn-nav-button {
	width: 22px;
}

body .jb-flag-large-screen-mode .jb-navigation .jbn-left-button {
	background-image: url("https://cdn-ileodjc.nitrocdn.com/DArdPzPzOOjkMAkmusuYONRaNEyITlNz/assets/images/optimized/rev-fbdef73/lovenc.com/wp-content/themes/become-local/assets/images/icons/ic-left.svg");
	background-repeat: no-repeat;
	width: 20px;
	background-size: auto 20px;
	background-position: center;
}

body .jb-flag-large-screen-mode .jb-navigation .jbn-left-button.nitro-lazy {
	background-image: none !important;
}

body .jb-flag-large-screen-mode .jb-navigation .jbn-right-button {
	background-image: url("https://cdn-ileodjc.nitrocdn.com/DArdPzPzOOjkMAkmusuYONRaNEyITlNz/assets/images/optimized/rev-fbdef73/lovenc.com/wp-content/themes/become-local/assets/images/icons/ic-right.svg");
	background-repeat: no-repeat;
	width: 20px;
	background-size: auto 20px;
	background-position: center;
}

body .jb-flag-large-screen-mode .jb-navigation .jbn-right-button.nitro-lazy {
	background-image: none !important;
}

body .jb-flag-large-screen-mode .jb-navigation .jbn-nav-button .jbn-left-button {
	background-image: url("https://cdn-ileodjc.nitrocdn.com/DArdPzPzOOjkMAkmusuYONRaNEyITlNz/assets/images/optimized/rev-fbdef73/lovenc.com/wp-content/themes/become-local/assets/images/icons/ic-left-white.svg");
	background-size: auto 40px;
}

body .jb-flag-large-screen-mode .jb-navigation .jbn-nav-button .jbn-left-button.nitro-lazy {
	background-image: none !important;
}

body .jb-flag-large-screen-mode .jb-navigation .jbn-nav-button .jbn-right-button {
	background-image: url("https://cdn-ileodjc.nitrocdn.com/DArdPzPzOOjkMAkmusuYONRaNEyITlNz/assets/images/optimized/rev-fbdef73/lovenc.com/wp-content/themes/become-local/assets/images/icons/ic-right-white.svg");
	background-size: auto 40px;
}

body .jb-flag-large-screen-mode .jb-navigation .jbn-nav-button .jbn-right-button.nitro-lazy {
	background-image: none !important;
}

#dsidx table.idxmap-section {
	margin: 0;
}

#dsidx-secondary-data td {
	color: #333;
}

#dsidx table.idxmap-section td {
	padding: 0 !important;
}

#dsidx.dsidx-details .dsidx-contact-form .contact-notetext {
	padding: 20px 0 0;
}

#dsidx.dsidx-details .dsidx-contact-form .contact-notetext a {
	text-decoration: underline;
}

#dsidx.dsidx-details .dsidx-contact-form .contact-notetext a:hover {
	text-decoration: none;
}

.dsidx-details #dsidx-header {
	padding-top: 0;
}

.dsidx-details #dsidx-header td > .dsidx-info-td {
	width: 40%;
	float: right;
	border: none;
}

.jb-flag-large-screen-mode .jb-navigation .jbn-left-button {}

#dsidx .dsidx-call-to-action {
	background: none;
	float: none;
}

#dsidx .dsidx-top-actions .dsidx-profile-button-middle:after {
	background-image: url("https://cdn-ileodjc.nitrocdn.com/DArdPzPzOOjkMAkmusuYONRaNEyITlNz/assets/images/optimized/rev-fbdef73/lovenc.com/wp-content/themes/become-local/assets/images/icons/printer_icon.svg");
}

#dsidx .dsidx-call-to-action {
	padding: 10px 0;
}

.dsidx-details #dsidx-details-home-size .dsidx-primary-data-values:after, .dsidx-details #dsidx-details-lot-size .dsidx-primary-data-values:after {
	display: none;
}

body.dsidx .dsidx-details #dsidx-header, body.dsidx .dsidx-details .dsidx-amenities-sub {
	max-width: 1490px;
	margin: 0 auto;
}

body.dsidx .dsidx-details .dsidx-amenities-section {
	background: #f2f8fb;
	width: 100%;
	display: inline-block;
	padding: 80px 0px;
}

body.dsidx .dsidx-details .dsidx-amenities-section table, body.dsidx .dsidx-details .dsidx-amenities-section tr, body.dsidx .dsidx-details .dsidx-amenities-section td {
	background-color: transparent !important;
	border: 0 !important;
}

body.dsidx .dsidx-details .dsidx-amenities-section table {
	float: left;
	width: 50%;
}

body.dsidx .dsidx-details .dsidx-contact-form {
	border: unset !important;
	text-align: center;
}

body.dsidx .dsidx-details .dsidx-amenities-section h1 {
	margin-bottom: 80px;
	font-size: 26px !important;
	font-weight: 500 !important;
	text-align: center;
	font-family: "Barlow", sans-serif;
	color: #000 !important;
}

body.dsidx .dsidx-details .dsidx-info-td h1.entry-title {
	font-size: 36px !important;
	font-weight: 500 !important;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Barlow", sans-serif;
	color: #000 !important;
}

body.dsidx .dsidx-details .dsidx-info-td h1.entry-title {
	text-align: left;
}

body.dsidx .dsidx-details #dsidx-similar-listings .dsidx-result-multicol {
	width: 100%;
}

body.dsidx .dsidx-details #dsidx-similar-listings .owl-nav button {
	position: absolute;
	top: 140px;
	display: flex;
	font-size: 30px;
	width: 30px;
	display: block;
	color: #5c5956;
	opacity: .2;
}

body.dsidx .dsidx-details #dsidx-similar-listings .owl-nav button svg {
	width: 28px;
	height: auto;
}

body.dsidx .dsidx-details #dsidx-similar-listings .owl-nav button.owl-prev {
	left: -40px;
}

body.dsidx .dsidx-details #dsidx-similar-listings .owl-nav button.owl-next {
	right: -40px;
}

body.dsidx .dsidx-details #dsidx-similar-listings .owl-nav button svg path {
	stroke: #000;
}

.water-pointe-loader {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 90%);
}

.water-pointe-loader .loader {
	border: 10px solid #fff;
	border-top: 10px solid #928383;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	position: fixed;
	top: 45%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

/* here css for agent property and single office property list*/
#agent-property-lists ul.dsidx-xtabs, #agent-property-lists .dsidx-text-content-item .dsidx-heading, #office-property-listing ul.dsidx-xtabs, #office-property-listing .dsidx-text-content-item .dsidx-heading, #property-listing-sale ul.dsidx-xtabs, #property-listing-sale .dsidx-heading, #property-listing-sale .dsidx-controls {
	display: none;
}

#property-listing-sale {
	display: inline-block;
	width: 100%;
	position: relative;
}

#property-listing-sale div.dsidx-results-widget {
	max-width: 100%;
}

#property-listing-sale .dsidx-photo-container {
	max-height: initial;
}

#property-listing-sale .dsidx-featured-listing .dsidx-photo {
	width: 100%;
	height: 300px;
	max-height: 300px;
	margin: auto;
	display: block;
}

#agent-property-lists .dsidx-listing-item .dsidx-listing, #office-property-listing .dsidx-listing-item .dsidx-listing, #property-listing-sale .dsidx-expanded {
	width: 100% !important;
	padding: 5px;
}

#agent-property-lists .dsidx-xlistings > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

#agent-property-lists .dsidx-xlistings > ul .dsidx-listing-item {
	width: 33.33%;
	padding: 15px !important;
}

#agent-property-lists .dsidx-xlistings > ul.dsidx-xtabs {
	display: none;
}

#agent-property-lists .dsidx-xlistings > ul .dsidx-listing-item .dsidx-footer, #office-property-listing .dsidx-footer {
	display: none;
}

#office-property-listing ul .dsidx-listing-item {
	width: 100%;
}

#property-listing-sale .dsidx-featured-listing {
	margin-right: 20px !important;
}

#agent-property-lists .dsidx-text-content, #office-property-listing .dsidx-text-content, #property-listing-sale .dsidx-info-container {
	background-color: transparent;
	width: 100%;
}

#agent-property-lists .dsidx-xlistings .dsidx-text-content-item, #office-property-listing .dsidx-xlistings .dsidx-text-content-item, #property-listing-sale .dsidx-featured-listing .dsidx-info-container {
	display: inline-block;
	width: auto;
	position: relative;
	float: none;
	background-color: transparent;
}

#agent-property-lists .dsidx-xlistings .dsidx-text-content-item:first-child, #office-property-listing .dsidx-xlistings .dsidx-text-content-item:first-child, #property-listing-sale .dsidx-featured-listing .dsidx-info-item:first-child {
	display: none;
}

#agent-property-lists .dsidx-text-content-item .dsidx-text:after, #office-property-listing .dsidx-text-content-item .dsidx-text:after, #property-listing-sale .dsidx-info-item .dsidx-content:after {
	content: "|";
	margin: 0 7px;
}

#agent-property-lists .dsidx-text-content-item:last-child .dsidx-text:after, #office-property-listing .dsidx-text-content-item:last-child .dsidx-text:after, #property-listing-sale .dsidx-info-item:last-child .dsidx-content:after {
	content: "";
}

#agent-property-lists .dsidx-xlistings-small .dsidx-photo, #office-property-listing .dsidx-xlistings-small .dsidx-photo {
	max-height: 300px;
	width: 100%;
	height: 300px;
	transform: unset;
	position: unset;
	left: 0;
	top: 0;
}

#agent-property-lists .dsidx-photo-content, #office-property-listing .dsidx-photo-content, #property-listing-sale .dsidx-photo-container {
	height: auto;
	width: 100%;
	float: none;
	background-color: transparent;
}

#agent-property-lists .dsidx-listing-item .dsidx-price, #office-property-listing .dsidx-listing-item .dsidx-price, #property-listing-sale .dsidx-featured-listing .dsidx-price {
	position: relative;
	background-color: transparent;
	color: #000;
	padding: 0;
	font-size: 20px;
	font-weight: 800;
	display: block;
	margin-bottom: 15px;
	margin-top: 25px;
}

#agent-property-lists .dsidx-header.dsidx-single-line, #office-property-listing .dsidx-header.dsidx-single-line {
	display: none;
}

#agent-property-lists .dsidx-header.dsidx-multi-line, #office-property-listing .dsidx-header.dsidx-multi-line, #property-listing-sale .dsidx-heading.mainheading {
	display: block;
	font-size: 24px;
	font-family: "Barlow", sans-serif;
	line-height: 26px;
	font-weight: 500;
}

#agent-property-lists .dsidx-listing-item .dsidx-text, #office-property-listing .dsidx-listing-item .dsidx-text, #property-listing-sale .dsidx-info-item .dsidx-content {
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

#agent-property-lists > p, #agent-property-lists .dsidx-text-content-item .dsidx-separator, #office-property-listing > p, #office-property-listing .dsidx-text-content-item .dsidx-separator, #property-listing-sale > p, #property-listing-sale .dsidx-info-item .dsidx-separator {
	display: none;
}

#office-property-listing .owl-nav button {
	position: absolute;
	top: 140px;
	display: flex;
	font-size: 30px;
	width: 30px;
	display: block;
	color: #5c5956;
	opacity: .2;
}

#office-property-listing .owl-nav button.owl-prev {
	left: -40px;
}

#office-property-listing .owl-nav button.owl-next {
	right: -40px;
}

#office-property-listing .owl-nav button svg {
	width: 30px;
	height: 50px;
}

#office-property-listing .owl-nav button svg path {
	stroke: #000;
}

#property-listing-sale .dsidx-heading {
	display: none;
}

#agent-property-lists .notfound {
	text-align: center;
}

#property-listing-sale .dsidx-featured-listing .dsidx-info-item {
	width: auto;
}

#property-listing-sale .owl-nav button {
	position: absolute;
	top: 15%;
}

#property-listing-sale .owl-nav button span {
	font-size: 100px;
	color: #b3b3b3;
}

#property-listing-sale .owl-nav .owl-prev {
	left: -50px;
}

#property-listing-sale .owl-nav .owl-next {
	right: -30px;
}

#dsidx.dsidx-results .dsidx-paging-control.toppagination, #dsidx.dsidx-results #dsidx-listings .dsidx-secondary-data.idxsecondary-general {
	display: none;
}

.dsidx-details div.container {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #f00;
}

#dsidx-profile-header .container {
	display: flex;
	flex-wrap: wrap;
}

#dsidx-profile-header #dsidx-profile-loggedout, #dsidx-profile-header #dsidx-profile-loggedin {
	margin-left: auto;
}

.backtobtn a {
	background: #5c5956;
	color: #fff;
	border-radius: 0;
	font-family: "Barlow", sans-serif;
	border: none;
	font-weight: normal;
	padding: 6px 15px;
	font-size: 10px;
	text-transform: uppercase;
}

.backtobtn a:before {
	content: "<";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.backtobtn a:hover {
	background-color: #767676;
	color: #fff;
	border-color: #767676;
}

.alltestimonials {
	padding: 100px 0;
	background: #f2f8fb;
}

.alltestimonials .container {
	display: flex;
	flex-wrap: wrap;
}

.alltestimonials .page-header {
	width: 100%;
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
}

.alltestimonials .testimonial-list-items .entry-title {
	font-size: 24px;
	font-family: "Barlow", sans-serif;
	margin-bottom: 20px;
	font-weight: 600;
}

.alltestimonials .testimonial-list-items {
	width: 50%;
	padding: 20px;
}

.alltestimonials .testimonial-list-items p {
	font-family: "Georgia";
	font-style: italic;
	line-height: 1.7;
}

.alltestimonials .testimonial-list-items:after {
	width: 100%;
	height: 1px;
	display: block;
	content: "";
	background: #000;
	opacity: .2;
	margin-top: 20px;
}

.alltestimonials .testimonial-list-items .readmore {
	font-size: 12px;
	text-decoration: underline;
	display: none;
}

.alltestimonials .testimonial-list-items .readmore:hover {
	text-decoration: none;
}

#dsidx .dsidx-empty-result-notice {
	text-align: center;
	padding: 40px 0 0;
}

#dsidx-profile-listings .dsidx-small-listing .dsidx-secondary-data-line span:after {
	display: none;
}

#dsidx.dsidx-results #dsidx-profile-loggedout {
	display: none;
}

.dsidx-xlistings ul.dsidx-xtabs {
	border: none;
}

.dsidx-xlistings ul.dsidx-xtabs li.dsidx-xtab {
	background: none;
	border: none;
	color: #5c5956;
	line-height: 22px;
	font-weight: 600;
}

.dsidx-xlistings ul.dsidx-xtabs li.dsidx-xtab.dsidx-xtab-disabled span {
	opacity: 1;
}

.dsidx-xlistings ul.dsidx-xtabs li.dsidx-xtab.dsidx-xtab-disabled {
	background: none;
	font-weight: 500;
}

.secong-button-block.gray {
	background-color: #f2f2f2;
}

.List_with_us .secong-button-block {
	padding-top: 116px;
}

.List_with_us .secong-button-block h3 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	padding-bottom: 22px;
	margin-bottom: 0;
}

.List_with_us .secong-button-block p:empty {
	display: none;
}

.List_with_us .secong-button-block p {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
}

.List_with_us .secong-button-block .gca-column {
	margin-bottom: 84px;
}

.List_with_us .secong-button-block .gca-column p strong {
	font-size: 12px;
	letter-spacing: .6px;
	line-height: 20px;
	font-family: "Barlow", sans-serif;
	text-transform: uppercase;
}

.List_with_us .secong-button-block .gca-column ul li {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

.List_with_us .secong-button-block .gca-column ul {
	margin-top: -24px;
	margin-bottom: 0;
}

.looking-sell-form {
	text-align: center;
	padding-top: 82px;
	padding-bottom: 108px;
	max-width: 759px;
	width: 100%;
	margin: 0 auto;
}

.looking-sell-form h1 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.looking-sell-form p:empty {
	display: none;
}

.looking-sell-form p {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	padding-bottom: 30px;
}

.looking-sell-form form {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}

.looking-sell-form .form-group .wpcf7-form-control {
	width: 100%;
	border: 1px solid #acacac;
	border-radius: 0;
	font-size: 12px;
	font-weight: 500;
	height: 50px;
	padding: 13px 16px;
	display: block;
	font-family: "Montserrat", sans-serif;
}

.looking-sell-form .form-group textarea.wpcf7-form-control {
	height: 148px;
}

.looking-sell-form .submit-button {
	text-align: center;
	margin-top: 13px;
	position: relative;
}

.looking-sell-form .submit-button .wpcf7-submit {
	font-size: 16px;
	padding: 11px 60px 10px;
}

.relocation-list p:empty {
	display: none;
}

.relocation-list {
	padding-top: 100px;
}

.relocation-list .gca-column {
	margin-bottom: 122px;
}

.relocation-list .gca-column h2 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	padding-bottom: 18px;
	margin-bottom: 0;
}

.relocation-list .gca-column strong {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
}

.relocation-list .gca-column p {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

.relocation-list .gca-column a {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	text-decoration: underline;
	padding-bottom: 10px;
	display: block;
}

.water--pointe {
	padding-top: 156px;
	padding-bottom: 160px;
}

.water--pointe h1 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	padding-bottom: 88px;
	margin-bottom: 0;
}

.water--pointe p:empty {
	display: none;
}

.water--pointe p {
	display: block;
	clear: both;
	text-align: center;
}

.water--pointe .btn {
	margin-top: 72px;
	padding: 12px 52px;
}

.water--pointe ul {
	margin-bottom: 0;
}

.water--pointe .gca-column.one-half.first ul li {
	padding-bottom: 12px;
}

.water--pointe ul li {
	padding-bottom: 24px;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

/*gallery page inline style */
.gallery-section {
	padding: 50px 0px;
}

.gallery {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.gallery li.item {
	display: inline-block;
	padding: 5px;
}

.pp_pic_holder .ppt, .pp_pic_holder .pp_details, .office-realtor.load-more {
	display: none !important;
}

.pp_pic_holder .pp_content {
	height: auto !important;
}

/*----Update css ------ */
html.touch {
	overflow-x: hidden;
}

.footer-bottom-inner span, .detail p span {
	padding: 0px 5px;
}

/*041421*/
.community-container h3, .video-container h3 {
	border-bottom: 2px solid #f6f6f6;
	margin-bottom: 40px;
}

.community-container ul {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
	margin-bottom: 6%;
}

.community-container ul li {
	margin-bottom: 5px;
}

.community-container section {
	overflow: hidden;
	padding: 6% 4% 3%;
	margin-bottom: 4%;
}

.community-container section:nth-child(even) {
	background-color: #f6f6f6;
}

.community-container section:nth-child(even) h3 {
	border-color: #e6e6e6;
}

.community-container section:last-of-type {
	margin-bottom: 0;
}

.community-container section:first-of-type {
	padding-top: 0;
}

.community-container section .gca-column {
	margin-bottom: 0;
}

.video-container column {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 1em;
}

.video-container iframe {
	width: 100%;
	display: block;
	height: 13.5em;
}

.video-container label {
	background-color: #eaeaea;
	display: block;
	padding: 10px 5px 7px;
	color: #000;
	font-size: 18px;
	text-align: center;
}

.video-container h3 {
	margin-top: 50px;
}

.video-container h3:first-of-type {
	margin-top: 0;
}

.video-container p {
	font-family: var(--bs-font-sans-serif);
}

/*052021*/
.ds-idx-listings-page .entry-content h1:first-of-type, .ds-idx-listings-page .entry-content p {
	max-width: 1280px;
	margin: auto;
	padding: 0 10px;
}

.ds-idx-listings-page .entry-content p {
	margin-top: 20px;
}

/*060121*/
body.dsidx .dsidx-details .dsidx-amenities-section table {
	float: none !important;
	margin: auto;
}

body.dsidx .dsidx-details .dsidx-amenities-section tr {
	border-bottom: 4px solid #e8eff3 !important;
	font-family: "Barlow", sans-serif;
}

#dsidx-virtual-tour-container {
	display: none;
}

#dsidx td b {
	font-weight: 500;
	line-height: 1.5em;
}

#dsidx .backtobtn {
	display: none !important;
}

.relocation-list .gca-column a {
	display: inline-block;
}

.office-left .card {
	box-shadow: none;
}

.back_video {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 55.56%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
}

.back_video iframe {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*List With Us Page*/
.text-smm-icons img {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}

ul.text-smm-icons {
	list-style: none;
	padding-left: 0;
}

.text-smm-icons .fb {
	color: #3b5998;
}

.text-smm-icons .instagram {
	color: #bc2a8d;
}

.text-smm-icons .twitter {
	color: #00acee;
}

.text-smm-icons .linkedin {
	color: #0e76a8;
}

/*--------------------------------------------------------------
# property office
--------------------------------------------------------------*/
.property-section {
	padding-top: 95px;
	padding-bottom: 70px;
}

.property-section .search-bar {
	padding-bottom: 120px;
}

.property-section .product {
	margin-bottom: 48px;
}

.modal-backdrop.fade {
	opacity: .5;
}

.modal-backdrop ~ .modal-backdrop {
	display: none;
}

.form-group {
	position: relative;
}

.form-group #loader {
	width: 20px;
	height: 20px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: 20px;
}

#top-property-search form fieldset .dsidx-resp-area-container-row:first-child {
	width: 28%;
	overflow: inherit;
}

#top-property-search form fieldset .dsidx-resp-area-container-row {
	width: 72%;
}

#top-property-search form fieldset .dsidx-resp-area-container-row {
	float: left;
}

#top-property-search .dsidx-resp-status-area {
	display: none;
}

#top-property-search .dsidx-resp-search-box-modern-view .dsidx-resp-area label {
	text-align: left;
}

#top-property-search .dsidx-resp-location-area {
	width: 50% !important;
}

#top-property-search .dsidx-resp-location-area .dsidx-selected-filter-location {
	background: none;
	border: none;
	border-bottom: 1px solid #acacac;
	border-radius: 0;
}

#top-property-search .dsidx-resp-location-area input[type="text"] {
	height: 31px !important;
}

#top-property-search .dsidx-resp-type-area {
	width: 50% !important;
}
