
/*!
Theme Name: Stonefield Real Estate
Theme URI: http://btsbrands.com/
Author: BTS Brands
Author URI: https://btsbrands.com/
Description: Custom WordPress theme for Stonefield Real Estate by BTS Brands
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later

License URI: LICENSE
Text Domain: bts_brands
*/
html {
	scroll-behavior: smooth;
}

body * {
	font-family: "Montserrat", sans-serif;
}

:root {
	--lightGreen: #74bd4d;
	--darkGreen: #0a793f;
}

.grecaptcha-badge {
	display: none !important;
}

.bts-team-single-page-right ul.bts-team-single-page-right-social {
	margin-top: 10px;
}

.bts-team-single-page-right ul.bts-team-single-page-right-social li a {
	color: #000;
	font-size: 24px;
}

#file-download-modal-lease > .bts-modal-content, #file-download-modal-sale > .bts-modal-content, #file-download-modal-om > .bts-modal-content {
	width: 600px;
}

.bts-form-fields, .bts-form-fields2 {
	margin: 0 0 10px 0;
	padding: 10px !important;
}

#file-download-modal-lease .bts-btn-download, #file-download-modal-sale .bts-btn-download, #file-download-modal-om .bts-btn-download {
	margin-top: 10px;
}

#file-download-modal-lease .bts-modal-body, #file-download-modal-sale .bts-modal-body, #file-download-modal-om .bts-modal-body {
	padding: 10px 20px 20px 20px;
}

/************************* fonts, buttons, icons and text blocks styles**********************************/
h1 {
	font-size: 50px;
	color: #000;
	line-height: 50px;
}

h2 {
	font-size: 34px;
	color: #000;
	line-height: 40px;
}

h3 {
	font-size: 24px;
	color: #000;
	line-height: 28px;
}

h4 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
}

h5 {
	font-size: 16px;
	color: #000;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	color: #000;
	line-height: 18px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	color: #000;
}

p {
	margin: 15px 0 0;
}

.heading-inline {
	display: inline !important;
}

a {
	color: #888;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out !important;
	-moz-transition: .3s ease-in-out !important;
	-ms-transition: .3s ease-in-out !important;
	-o-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
}

a:hover {
	color: #888;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	outline: none;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

.centered {
	text-align: center;
}

.custom-heading h1, .custom-heading h2, .custom-heading h3 {
	position: relative;
	margin: 0;
	padding-bottom: 13px;
	display: inline-block;
	color: #000;
}

.custom-heading h1 strong, .custom-heading h2 strong, .custom-heading h3 strong {
	color: #000;
}

.custom-heading h1:before, .custom-heading h2:before, .custom-heading h3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 2px;
	min-width: 50px;
	background: #000;
}

.custom-heading h1:after, .custom-heading h2:after, .custom-heading h3:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 10px;
	background: #000;
}

.idScrollFix {
	position: relative;
	top: -111px;
}

.icon-outset p {
	padding-left: 15px;
}

.icon-outset i {
	margin-left: -14px !important;
	margin-right: 2px;
}

.txt-white {
	color: #fff !important;
}

.txt-white * {
	color: #fff !important;
}

.txt-white h1, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white h5, txt-white h6 {
	color: #fff;
}

/************************* fonts, buttons, icons and text blocks styles end**********************************/

/************************* margins and paddings***************************************************************/
.marginxxs {
	margin-top: 10px;
	margin-bottom: 10px;
}

.marginxs {
	margin-top: 30px;
	margin-bottom: 30px;
}

.marginsm {
	margin-top: 55px;
	margin-bottom: 55px;
}

.marginmd {
	margin-top: 90px;
	margin-bottom: 90px;
}

.marginlg {
	margin-top: 150px;
	margin-bottom: 150px;
}

.marginlast {
	margin-top: 30px;
	margin-bottom: 150px;
}

.paddingxs {
	padding-top: 30px;
	padding-bottom: 30px;
}

.paddingsm {
	padding-top: 55px;
	padding-bottom: 55px;
}

.paddingmd {
	padding-top: 90px;
	padding-bottom: 90px;
}

.paddinglg {
	padding-top: 150px;
	padding-bottom: 150px;
}

.mrg-bt-40 {
	margin-bottom: 40px;
}

.mrg-bt-30 {
	margin-bottom: 30px;
}

.mrg-bt-20 {
	margin-bottom: 20px !important;
}

.mrg-lt-20 {
	margin-left: 20px !important;
}

.marginauto {
	margin: auto;
}

.notopmargin {
	margin-top: 0 !important;
}

.nobottommargin {
	margin-bottom: 0 !important;
}

.noleftmargin {
	margin-left: 0 !important;
}

.norightmargin {
	margin-right: 0 !important;
}

.notoppadding {
	padding-top: 0 !important;
}

.nobottompadding {
	padding-bottom: 0 !important;
}

.noleftpadding {
	padding-left: 0 !important;
}

.norightpadding {
	padding-right: 0 !important;
}

.custom-width-70 {
	width: 70%;
	margin: auto;
}

.custom-width-80 {
	width: 80%;
	margin: auto;
}

.custom-width-90 {
	width: 90%;
	margin: auto;
}

.txt-padded {
	padding: 100px;
	background: #f9f9f9;
}

/************************* margins and paddings end***************************************************************/

/*****************backgrounds, borders and lines**************************************************************************************/
.line {
	height: 1px;
	border-bottom: 1px solid #ddd;
}

.bg-white {
	background: #fff;
}

.bg-white-tr {
	background: rgba(255, 255, 255, .8);
}

.bg-dark {
	background: #2e3233;
}

.bg-light-gray {
	background: #f5f5f5;
}

.bg-dark-blue {
	background: #000;
}

/*****************backgrounds, borders and lines**************************************************************************************/

/*************************** general global styles**************************************************************************************/
.deadcenter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gen-transition {
	-webkit-transition: .3s ease-in-out !important;
	-moz-transition: .3s ease-in-out !important;
	-ms-transition: .3s ease-in-out !important;
	-o-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
}

.gen-transition2 {
	-webkit-transition: .5s ease-in-out !important;
	-moz-transition: .5s ease-in-out !important;
	-ms-transition: .5s ease-in-out !important;
	-o-transition: .5s ease-in-out !important;
	transition: .5s ease-in-out !important;
}

.gen-rel {
	position: relative;
}

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

.img-min-100 img {
	min-width: 100%;
	max-width: 100%;
	height: auto !important;
}

/*************************** general global styles end**************************************************************************************/

/*************************************
            GLOBAL STYLE START
*************************************/
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*, *::before, *::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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%;
}

body {
	background: #000;
}

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;
}

embed, iframe, object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

a:hover, a:focus, a:active {
	outline: none !important;
}

.goBack:hover {
	color: #000;
	text-decoration: underline;
}

.goBack i {
	font-size: 13px;
}

a:focus {
	outline: thin dotted;
}

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

.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;
}

.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%;
}

.sticky {
	display: block;
}

.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;
}

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

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

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

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

.custom-logo-link {
	display: inline-block;
}

.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;
}

.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;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.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;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.form-fields, .form-fields2, .form-fields3 {
	background: #f3f4f8;
	border: 1px solid #f3f4f8;
	border-radius: 4px;
	color: #0e1133;
	font-size: 15px;
	padding: 15px 25px;
	width: 100%;
	margin-bottom: 15px;
	-webkit-transition: .3s ease-in-out !important;
	-moz-transition: .3s ease-in-out !important;
	-ms-transition: .3s ease-in-out !important;
	-o-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
}

.modal-open {
	overflow: visible;
}

.form-fields:focus, .form-fields2:focus, .form-fields3:focus {
	background: #fff;
	border-color: #555;
	outline: none;
}

.form-fields-left {
	width: 48%;
	float: left;
	box-sizing: border-box;
	padding: 5px;
	font-size: 14px;
	margin-bottom: 20px;
	border: 1px solid #c9c9c9;
}

.form-fields-right {
	width: 48%;
	float: right;
	box-sizing: border-box;
	padding: 5px;
	font-size: 14px;
	margin-bottom: 20px;
	border: 1px solid #c9c9c9;
}

.form-fields2 {
	height: 224px;
}

.form-fields3 {
	height: 182px;
}

.form-terms {
	float: left;
	margin-bottom: 25px !important;
	font-size: 13px;
	line-height: 22px;
}

.wpcf7-list-item {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.wpcf7-submit, .ln-widgetBox.search .searchButton a {
	margin: 0;
	display: inline-block;
	color: #000 !important;
	border: 1px solid #555;
	align-self: flex-start;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 30px;
	width: initial;
	-webkit-transition: .3s ease-in-out !important;
	-moz-transition: .3s ease-in-out !important;
	-ms-transition: .3s ease-in-out !important;
	-o-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
}

.wpcf7-submit:hover, .searchButton a:hover {
	color: #fff !important;
	background: #000 !important;
}

div.wpcf7 img.ajax-loader {
	float: left;
}

.wpcf7-list-item {
	margin: 0 10px 0 0px !important;
}

.wpcf7-list-item first label {
	margin-bottom: 0;
}

.wpcf7-list-item-label {
	font-weight: 400;
}

div.wpcf7-response-output {
	float: left;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-not-valid {
	border: 1px solid red;
}

.wpcf7-checkbox.wpcf7-not-valid {
	border-left-width: 5px;
}

.wpcf7-textarea {
	height: 140px;
}

/*************************************
            GLOBAL STYLE END
*************************************/

/*************************************
            Button Styles Start
*************************************/
.myBtn {
	display: inline-block;
	color: #000;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 30px;
	text-align: center;
	margin-top: 30px;
}

.myBtn.fillableBtn:hover {
	background: #000;
	color: #fff;
}

.myBtn.unfillBtn:hover, .myBtn.fillBtn {
	background: var(--lightGreen);
	color: #fff !important;
}

/*************************************
            Button Styles End
*************************************/

/*************************************
            Main Nav Start
*************************************/
.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand {
	position: relative;
	width: 210px;
	height: 47px;
	left: 35px;
	z-index: 999;
	background: url("https://cdn-ildglfd.nitrocdn.com/cGcHPHqFUuDkJPYlVVfYjAeMWVbqjRbS/assets/images/source/rev-eb15ac8/stonefieldrealestate.com/wp-content/themes/stonefieldre/assets/img/logo.svg") top left no-repeat;
	background-size: 100%;
	transition: .3s !important;
	margin-right: auto;
	top: 1px;
}

.navbar-brand.nitro-lazy {
	background: none !important;
}

video#videoBG, img#videoBG {
	position: fixed;
	z-index: -1;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	top: 0;
}

video#videoBG::-webkit-media-controls {
	display: none !important;
}

#collapsibleNavbar {
	justify-content: flex-end;
}

.navbar-nav {
	float: right;
	align-items: baseline;
}

.navbar-nav li.subscribe a {
	border: 1px solid #fff;
	padding: 10px 30px !important;
}

.navbar-nav li.subscribe a:hover {
	background: #fff;
	color: #000 !important;
}

.navbar .navbar-nav li.subscribe a.nav-link::before {
	display: none;
}

.navbar-nav li {
	margin-right: 30px;
}

.navbar .navbar-nav li a.nav-link {
	font-size: 15px;
	line-height: 14px;
	font-weight: 500;
	color: #fff;
	position: relative;
	padding-bottom: 47px;
	padding-right: 0;
	padding-left: 0;
	visibility: visible;
	padding-top: 48px;
}

.navbar .navbar-nav li a.nav-link::before {
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 20px;
	left: 0;
	background: #fff;
	content: "";
	display: block;
	transition: .3s;
}

.navbar .navbar-nav li a.nav-link:hover::before, .navbar .navbar-nav li.current-menu-item a.nav-link::before {
	width: 100%;
}

.navbar .navbar-nav li.subscribe a.nav-link {
	cursor: pointer;
}

.navbar .dropdown >.dropdown-menu {
	display: none;
	width: 200px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}

.navbar .navbar-nav li.menu-item-has-children {
	margin-right: 0;
}

.navbar .navbar-nav li.menu-item-has-children > a {
	position: relative;
	padding-right: 20px;
	margin-right: 20px;
}

.navbar .navbar-nav li.menu-item-has-children > a.nav-link:hover:before {
	width: calc(100% - 25px);
}

.navbar .navbar-nav li.menu-item-has-children > a:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 49px;
	right: 0;
	font-weight: 900;
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
}

/*************************************
            Main Nav End
*************************************/

/*************************************
            Footer Start
*************************************/
.footerSec {
	position: relative;
	padding-top: 60px;
	padding-bottom: 40px;
	background: #000;
}

.footerSec .footerInfo {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	flex-direction: column;
}

.footerSec .footerInfo .footerInfoCol {
	max-width: 100%;
	margin-bottom: 10px;
	padding-left: 40px;
}

@media (min-width: 769px) {
	.footerSec .footerInfo .footerInfoCol {
		margin-left: auto;
	}
}

.footerSec .footerInfo .footerInfoCol h3, .footerSec .footerInfo .footerNavCol h3 {
	color: #fff;
	margin: 0 0 15px;
	font-size: 20px;
}

.footerSec .footerInfo .footerInfoCol ul li {
	display: flex;
	color: #fff;
}

.footerInfoCol h4 {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-top: 15px;
}

/* .footerSec .footerInfo .footerInfoCol ul li:nth-child(1), .footerSec .footerInfo .footerInfoCol ul li:nth-child(2) {border-bottom: 1px solid #ffffff;} */
.footerSec .footerInfo .footerInfoCol ul li a {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

.footerSec .footerInfo .footerInfoCol ul li p {
	margin: 0;
	font-size: 14px;
	line-height: 1.95;
}

.footerSec .footerInfo .footerInfoCol ul li:nth-child(3) i {
	margin: 5px 5px 0 0;
}

.footerSec .footerInfo .footerNavContent {
	max-width: 100%;
	width: 100%;
}

.footerSec .social-icons li {
	display: inline-block;
	padding: 0;
}

.footerSec .social-icons li a {
	padding: 0;
	font-size: 30px;
	color: #fff;
}

.footerSec .footerInfo .footerNavContent ul li {
	padding: 0 0 5px;
	line-height: 1.4;
}

.footerSec .footerInfo .footerNavContent ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 2;
	text-transform: capitalize;
}

.footerSec .footerInfo h4 {
	color: #fff;
	width: 100%;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-weight: 600;
}

.footerSec .footerInfo .footerInfoCol ul li a:hover, .footerSec .footerInfo .footerNavContent ul li a:hover {
	color: #fff;
	opacity: .8;
}

/* .footerSec .footerLogo:before {position: absolute; top: 50%; left: calc(50% + 45px); content: ''; width: 100%; height: calc(100% + 180px); background: #000000; z-index: -1; transform: translate(-50%, -50%); display: block; border-left: 1px solid rgba(255,255,255,.3); border-right: 1px solid rgba(255,255,255,.3)} */
.footerSec .footerLogo img {
	width: 270px;
	margin-bottom: 20px;
	max-width: 100%;
}

.footerSec .footerLogo p {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}

.copyrightRow {
	background: #000;
}

.footerSec .copyrightRow .copyright {
	color: #fff;
	text-align: center;
}

.footerSec .copyrightRow .copyright p, .footerSec .copyrightRow .copyright a {
	color: #555;
	font-size: 12px;
	line-height: 1;
	margin-top: 0;
}

.footerSec .footerContainer {
	justify-content: space-between;
	margin-bottom: 55px;
}

.footerSec .footerContainer .footerItem {
	width: 33.3333%;
}

.footer-info {
	color: #fff;
	margin-bottom: 30px;
}

.footer-info a {
	color: #fff;
	margin-top: 20px;
	display: inline-block;
}

.footer-info a:hover {
	opacity: .8;
}

.footer-info span {
	padding: 0 !important;
}

.footerItem .social-icons {
	display: flex;
	gap: 20px;
}

@media (min-width: 769px) {
	.footerNavContainer {
		display: flex;
		gap: 90px;
		margin-top: 30px;
		margin-left: auto;
		width: 100%;
		max-width: 560px;
	}
	
	.footerSec .footerContainer {
		flex-wrap: nowrap;
	}
	
	.footerSec .footerContainer .footerItem.footerItemSmall {
		width: 30%;
	}
	
	.footerSec .footerContainer .footerItem.footerItemLarge {
		margin-left: auto;
		width: 70%;
	}
}

@media (max-width: 991px) {
	.footerSec  .container {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.footerLogo {
		margin-bottom: 40px;
	}
	
	.footerNavContainer {
		display: flex;
		gap: 50px;
		flex-direction: column;
	}
	
	.footerItem .social-icons {
		margin: 20px 0 50px;
	}
}

/*************************************
            Footer End
*************************************/

/*************************************
		Inner Pages Header Start
*************************************/
.pagemargin {
	margin-top: 111px;
	background: #000;
}

.pagemargin h1 {
	margin: 0;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #fff;
}

.pageBanner {
	position: relative;
	margin-top: 112px;
	z-index: 1;
	background: #f5f5f5;
	border-top: 2px solid #379d43;
}

.pageBanner h1 {
	margin: 0;
	color: #000;
	padding: 15px 0;
	font-size: 36px;
}

.page-banner {
	min-height: 500px;
	position: relative;
	color: #fff;
}

.page-banner h1 {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.page-banner .hero-content {
	padding-top: 18em;
	max-width: 540px;
}

.page-template-about-us {
	background: #000;
}

.team-dir-container {
	background-color: #28070a;
	display: none;
}

#team-location option {
	color: #212529;
}

#team-location option:hover {
	background: #212529 !important;
}

#team-location option {
	border: 0 none;
	outline: 0;
}

.team-directory input, .team-directory select {
	border-bottom: 1px solid #707070;
	background: transparent;
	color: #fff;
	border-radius: 0;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
	font-size: 14px;
}

.team-directory input:focus, .team-directory select:focus {
	background: transparent;
	border-bottom-color: #fff;
	box-shadow: unset;
	outline: 0;
}

.team-results-container {
	background: #fff;
}

.team-results-container .section-title {
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0 20px 0;
}

.team-member {
	cursor: pointer;
	padding: 25px 15px;
	transition: transform .2s ease;
	display: block;
	border-radius: 3px;
	font-size: 16px;
}

.card-info {
	line-height: 1;
}

.team-member:hover {
	background: #efefef;
}

.team-member img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-member h6 {
	font-size: 18px;
	font-weight: 700;
}

#team-detail {
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

#team-detail img {
	width: 100%;
	max-width: 300px;
	/* caps it at desktop size */
	aspect-ratio: 1/1;
	/* forces a square */
	height: auto;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

#team-detail h5 {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#team-detail p {
	margin-bottom: 20px;
}

#team-detail p:last-child {
	margin-bottom: 0;
}

#team-detail .social-icons {
	margin-top: 30px;
}

.team-properties-container {
	background: #fff;
	border-radius: 15px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 40px;
	display: none;
}

.agent-properties-container {
	border-radius: 15px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 40px;
}

/*************************************
		Inner Pages Header End
*************************************/

/*************************************
		Home Page Start
*************************************/

/*==========Home Banner Start==========*/
.main-video {
	margin-top: 112px;
	height: 750px;
	overflow: hidden;
	border-bottom: 5px solid #379d43;
}

#myVideo {
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.banner-overlayer {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .1);
}

.slide-text {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(20%, -50%);
	width: 550px;
	z-index: 99;
	text-align: left;
}

.slide-text h1 {
	color: #fff;
	margin: 0;
	font-size: 40px;
	line-height: 52px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 80%);
}

.slide-text h1 strong {
	color: #7cd176;
}

.slide-text a.myBtn {
	margin-top: 40px;
}

.banner-properties-toggle {
	cursor: pointer;
	color: #fff;
	display: flex;
	padding: 13px 20px;
	border: 1px solid #fff;
	gap: 40px;
	max-width: 230px;
	align-items: center;
}

.banner-properties-links {
	display: flex;
	flex-direction: column;
	gap: 5px;
	background-color: rgba(0, 0, 0, .8);
	padding: 3px;
	max-width: 230px;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	text-align: center;
}

.banner-properties-links.active {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

.banner-property-link {
	color: #fff;
	padding: 12px 16px;
}

.banner-property-link:hover {
	background: #360603;
	opacity: 1;
	color: #fff;
}

/*==========Home Banner End==========*/
.home .navbar.topHeader {
	border-bottom: none;
}

.navbar.topHeader {
	transition: .3s !important;
	background: #000;
	border-radius: 0;
	margin: 0;
	position: fixed;
	flex-wrap: wrap;
	border-bottom: 1px solid #333;
	z-index: 999999999;
}

.home .navbar.topHeader {
	background: none;
}

.navbar-nav > li > .dropdown-menu {
	background: #fff;
	padding: 0;
	border-radius: 0;
	top: calc(100% + 1px);
}

.navbar-nav > li > .dropdown-menu li {
	margin: 0;
}

.navbar-nav > li > .dropdown-menu li a {
	color: #fff;
	position: relative;
	z-index: 1;
}

.navbar-nav > li > .dropdown-menu li a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #3c0100;
	content: "";
	display: block;
	transition: .3s;
	opacity: .5;
	z-index: -1;
}

.navbar-nav > li > .dropdown-menu li:hover a {
	color: #fff !important;
}

.navbar-nav > li > .dropdown-menu li:hover a:before {
	opacity: 1;
	width: 100%;
}

.dropdown-item.active, .dropdown-item:active {
	background: #fff !important;
	color: #000 !important;
}

.navbar-nav > li > .dropdown-menu li a {
	padding: 10px 15px;
	color: #000;
	border-bottom: 1px solid #ccc;
}

.navbar-nav > li > .dropdown-menu li a.active {
	background: #3c0100 !important;
	color: #fff !important;
}

.home-bts-search {
	max-width: 550px;
	margin: 25px auto 0;
}

.home-bts-search input {
	padding: 14px 20px;
	height: unset;
}

.home .rates {
	margin: 30px 0 0;
}

.home .rates a {
	font-weight: 700;
	color: #fff;
}

.home .rates span {
	color: #fff;
}

.featured-properties {
	color: #fff;
	padding: 80px 0;
}

.featured-properties .section-title {
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}

/* Tabs */
.property-tabs {
	display: flex;
	gap: 10px;
}

.property-tabs .tab-btn {
	background: #fff;
	border: 1px solid #fff;
	color: #360603;
	padding: 6px 18px;
	font-size: 14px;
	width: 206px;
	outline: 0;
	text-transform: uppercase;
}

.property-tabs .tab-btn.active {
	background: #3a0f14;
	border-color: #3a0f14;
	color: #fff;
	outline: 0;
}

.property-tab-content {
	display: none;
}

.property-tab-content.active {
	display: block;
}

/* Property Card Base */
.property-card {
	position: relative;
	overflow: hidden;
	display: flex;
	border-radius: 12px;
}

.property-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.property-card.small img {
	width: 100%;
	height: 150px !important;
	object-fit: cover;
	transition: transform .4s ease;
}

.property-card:hover img {
	transform: scale(1.05);
}

.property-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	opacity: 0;
	transition: opacity .35s ease;
	display: flex;
	align-items: flex-end;
}

.property-card:hover .property-overlay {
	opacity: 1;
}

.property-cards-row {
	gap: 20px;
	margin: 0;
}

.property-cards-row:before, .property-cards-row:after {
	display: none;
}

.property-cards-row .col-md-6, .property-cards-row .col-lg-6 {
	padding: 0;
	width: calc(50% - 10px);
	margin: 0;
}

.property-content {
	padding: 20px;
	color: #fff;
	width: 100%;
}

.property-content h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.property-card.large {
	height: 100%;
}

.property-card.small .property-content h3 {
	font-size: 16px;
}

.bts-thumbnail-field {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 4px;
}

.bts-social-sharing {
	margin-top: 10px;
}

.bts-social-sharing a {
	color: #fff;
	margin-right: 10px;
	font-size: 14px;
	opacity: .85;
}

.bts-social-sharing a:hover {
	opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
	.property-content h3 {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.property-content {
		padding: 10px;
	}
	
	.property-content h3 {
		font-size: 15px;
	}
	
	.bts-thumbnail-field {
		font-size: 12px;
	}
	
	.property-card .property-overlay {
		opacity: 1;
	}
	
	/* always show overlay on mobile */
	.property-tabs {
		flex-direction: column;
	}
	
	.property-cards-row .col-md-6, .property-cards-row .col-lg-6 {
		padding: 0;
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 576px) {
	.property-card.large, .property-card.small {
		min-height: 200px;
	}
	
	.property-content h3 {
		font-size: 14px;
	}
	
	.bts-thumbnail-field {
		font-size: 11px;
	}
	
	.property-card.small img {
		width: 100%;
		height: 100% !important;
		object-fit: cover;
		transition: transform .4s ease;
	}
	
	.featured-properties-header {
		flex-direction: column;
		gap: 30px;
	}
}

/*************************************
		Main Page Start
*************************************/
.mainBanner {
	width: 100%;
	height: 100vh;
	position: relative;
}

.mainBanner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: block;
	opacity: .15;
}

.mainBanner .mainBannerText {
	position: relative;
	z-index: 1;
	width: 768px;
	max-width: 100%;
}

.mainBanner .mainBannerText h1 {
	margin: 0;
	/* font-size:70px;  */
	font-weight: 600;
	/* line-height:90px;  */
	text-transform: uppercase;
	color: #fff;
}

.mainBanner .mainBannerText h2 {
	color: #fff;
	margin: 10px 0 0 0;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 400;
}

.mainBanner .circleDown {
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
	/* margin-top:60px;  */
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
}

.mainBanner .circleDown:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #fff;
	transition: .3s;
}

.mainBanner .circleDown i {
	padding-left: 5px;
}

.mainBanner .circleDown:hover {
	background: var(--lightBlue);
	color: #fff;
}

.mainBanner .circleDown:hover:after {
	width: 100%;
}

#scrolldown a {
	position: absolute;
	bottom: 70px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}

#scrolldown a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 2px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}

#scrolldown a span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

#scrolldown a span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb03 3s infinite;
	animation: sdb03 3s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
	0% {
		opacity: 0;
	}
	
	30% {
		opacity: 1;
	}
	
	60% {
		box-shadow: 0 0 0 30px rgba(255, 255, 255, .3);
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes sdb03 {
	0% {
		opacity: 0;
	}
	
	30% {
		opacity: 1;
	}
	
	60% {
		box-shadow: 0 0 0 30px rgba(255, 255, 255, .3);
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}

#ourcompany {
	position: relative;
	top: -110px;
}

/*==========Main Banner End==========*/

/*==========Home Section 1==========*/
.homeSec1 {
	background: #000;
}

.customHeader {
	position: relative;
	padding-left: 80px;
	width: 530px;
	max-width: 100%;
}

.customHeader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	background: #fff;
}

.customHeader h2 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.customHeader h3 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	width: 400px;
}

/*==========Home Section 1==========*/

/*==========Home Section 1==========*/
.homeSec2:before {
	background: url("https://cdn-ildglfd.nitrocdn.com/cGcHPHqFUuDkJPYlVVfYjAeMWVbqjRbS/assets/images/optimized/rev-eb15ac8/stonefieldrealestate.com/wp-content/themes/stonefieldre/assets/img/stonefield-services-bg.jpg") center center no-repeat;
	background-size: cover;
	content: "";
	opacity: .05;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.homeSec2Col {
	text-align: center;
	padding: 140px 50px;
	transition: .3s;
	position: relative;
}

.homeSec2Col:first-child {
	border-left: 1px solid #888;
}

.homeSec2Col * {
	transition: .3s ease-in-out;
}

.homeSec2Col:hover img {
	filter: invert(1);
}

.homeSec2Col:hover * {
	color: #fff !important;
}

.homeSec2Col img {
	height: 50px;
	margin-bottom: 20px;
}

.homeSec2Col h2 {
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.homeSec2Col p {
	font-size: 14px;
	line-height: 18px;
}

.homeSec2Col a {
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	display: inline-block;
	margin-top: 40px;
}

.homeSec2Col a i {
	font-size: 12px;
}

.homeSec2Col .strip1:before, .homeSec2Col .strip1:after, .homeSec2Col .strip2:before, .homeSec2Col .strip2:after {
	height: 0;
	width: 25%;
	position: absolute;
	background: #3c0100;
	content: "";
	z-index: -1;
	bottom: 0;
}

.homeSec2Col .strip1:before {
	left: 0;
	transition: .4s;
	transition-delay: .1s;
}

.homeSec2Col .strip1:after {
	left: 25%;
	transition: .3s;
	transition-delay: .2s;
	background: rgba(60, 1, 0, 95%);
}

.homeSec2Col .strip2:before {
	left: 50;
	transition: .5s;
}

.homeSec2Col .strip2:after {
	left: 75%;
	transition: .2s;
	transition-delay: .3s;
	background: rgba(60, 1, 0, 95%);
}

.homeSec2Col:hover .strip:before, .homeSec2Col:hover .strip:after {
	height: 100%;
}

.home .bts-city-state {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
}

.home .bts-property-thumbnail {
	padding-bottom: 0;
}

/* .home .owl-item{width: 700px !important;} */

/* .home .bts-property-thumbnail h3{font-weight: 600; text-transform: uppercase; font-size: 30px;} */

/* .bts-property-content > div span, .bts-property-content > span{text-transform: uppercase; font-size: 20px; line-height: 40px;} */
.home .bts-property-address-full {
	margin-bottom: 10px;
}

.home .bts-property-thumbnail-border-bottom {
	left: 0;
}

.home .bts-bdr-blue {
	display: none;
}

/* .home .bts-bdr-orange{width: 100%; float: none; transition: .3s; left: 50%; transform: translate(-50%,0); position: absolute;} */
.home .bts-bdr-orange {
	opacity: 0 !important;
}

.home .bts-property-thumbnail:hover .bts-bdr-orange {
	width: 80%;
	transform: translate(-50%, 0);
}

/*==========Home Section 1==========*/

/*==========Client Logos Start==========*/
.clientLogoSec {
	padding-bottom: 90px;
}

.clientLogoSec ul li {
	margin: 0 20px;
}

.clientLogoSec ul li img {}

/*==========Client Logos end==========*/

/*==========Home Page Contact Section Start==========*/
.contactSec .row .col {
	position: relative;
	padding: 0;
}

.contactSec .row .col:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("https://cdn-ildglfd.nitrocdn.com/cGcHPHqFUuDkJPYlVVfYjAeMWVbqjRbS/assets/images/optimized/rev-eb15ac8/stonefieldrealestate.com/wp-content/themes/stonefieldre/assets/img/homeAboutBg.jpg") center center no-repeat;
	background-size: cover;
	opacity: .05;
}

.contactSec .secMask {
	-webkit-mask-image: url("https://stonefieldrealestate.com/wp-content/themes/stonefieldre/assets/img/logoBg.svg");
	mask-image: url("https://stonefieldrealestate.com/wp-content/themes/stonefieldre/assets/img/logoBg.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-mode: luminance;
	mask-mode: luminance;
	mask-type: luminance;
	-webkit-mask-position: calc(100% - 15px);
	mask-position: right;
}

.contactSec .secMask.nitro-lazy {
	mask-image: none !important;
}

.contactSec .secMask .secMaskBg {
	background: url("https://cdn-ildglfd.nitrocdn.com/cGcHPHqFUuDkJPYlVVfYjAeMWVbqjRbS/assets/images/optimized/rev-eb15ac8/stonefieldrealestate.com/wp-content/themes/stonefieldre/assets/img/homeAboutBg.jpg") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.contactSec .secMask .secMaskBg.nitro-lazy {
	background: none !important;
}

.contactSec .secMask .secMaskBg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(130deg, rgba(10, 121, 63, 1) 30%, rgba(116, 189, 77, 1) 100%);
	opacity: .6;
	z-index: 2;
}

.contactSec .secMask .secMaskBg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 40%);
	z-index: 1;
}

.contactSec .row .col .secMask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.contactSec .row .col .secMask img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.contactSec .contactText {
	position: relative;
	width: 500px;
	margin: 7% 4% 7% 20%;
	padding-right: 3.5%;
	z-index: 1;
}

.contactSec .contactText h3 {
	margin: 0;
	color: var(--lightGreen);
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
}

.contactSec .contactText h2 {
	margin: 5px 0 0;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 36px;
}

.contactSec .contactText a {
	margin-top: 30px;
}

.contactSec .contactText .emailCollectForm input[type=email], .contactSec .contactText .emailCollectForm input[type=text] {
	margin: 0;
	background: none;
	border: none;
	border-bottom: 1px solid var(--lightGreen);
	border-radius: 0;
	padding: 10px 10px 10px 10px;
	width: calc(100% - 108px);
}

.contactSec .contactText .emailCollectForm {
	margin-top: 30px;
}

.contactSec .contactText .emailCollectForm input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: var(--lightGreen);
	color: #fff !important;
	border-radius: 0;
	padding: 0 25px;
}

.contactSec .contactText .emailCollectForm input[type=submit]::placeholder {
	font-size: 16px;
	font-weight: 400;
}

.contactSec .contactText .emailCollectForm .wpcf7-spinner {
	position: absolute;
	top: 100%;
	left: 0;
}

.contactPageSec {
	background: url("https://cdn-ildglfd.nitrocdn.com/cGcHPHqFUuDkJPYlVVfYjAeMWVbqjRbS/assets/images/optimized/rev-eb15ac8/stonefieldrealestate.com/wp-content/uploads/2025/01/subscribe-iStock-1338128642.jpg") 50% 40% no-repeat;
	background-size: cover;
	position: relative;
}

.contactPageSec.nitro-lazy {
	background: none !important;
}

.contactPageSec:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	display: block;
	content: "";
}

.contactPageSec > .container > .row {
	background: rgba(0, 0, 0, .6);
}

.contactPageSec .contactBg {
	padding-right: 80px;
	height: 100%;
}

.contactPageSec .contactBg .contactInfo {
	width: 550px;
	height: 100%;
	background: rgba(60, 1, 0, .83);
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-flow: column wrap;
}

.contactPageSec .contactInfo h4 {
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1;
}

.contactPageSec .contactInfo span {
	margin-bottom: 10px;
	display: block;
}

.contactPageSec .contactInfo .infoSec {
	margin-bottom: 25px;
}

.contactPageSec .contactInfo .infoSec a {
	color: #000;
}

.contactPageSec .contactInfo .infoSec li:last-child {
	margin-top: 10px;
}

.contactPageSec .contactInfo .social-icons li {
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
}

.contactPageSec .contactInfo ul+h4 {
	text-transform: none;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
}

.contactPageSec .contactFormBox {
	border-left: 1px solid #fff;
}

.contactPageSec .contactFormBox .form-fields {
	padding-left: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 40%);
	border-radius: 0;
	color: #fff;
}

.contactPageSec .contactFormBox .form-fields:focus {
	border-color: #fff;
}

.contactPageSec .contactFormBox .form-fields.wpcf7-submit {
	padding-left: 30px;
	border: 1px solid #fff;
	color: #fff !important;
}

.aboutCompany .flexContainer {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
}

.aboutCompany .flexContainer .flexItem p {
	text-align: justify;
}

.aboutCompany .flexContainer .flexItem1 {
	display: flex;
	justify-content: center;
	flex-flow: column wrap;
	flex-wrap: wrap;
	padding: 60px 120px;
}

.aboutCompany .flexContainer .flexItem1 .myBtn {
	align-self: self-start;
}

.aboutCompany .flexContainer .flexItem {
	width: 50%;
}

.aboutCompany .flexContainer .flexItem2 {
	overflow: hidden;
	background: #f5f5f5;
	padding: 60px;
	text-align: center;
}

.featured-sales-section {
	padding: 0 0 100px;
	background: #030202;
}

.featured-sales-section h4 {
	margin: 0 0 50px;
}

.featured-sales-flex {
	display: flex;
	gap: 20px;
	max-width: 900px;
	margin: 0 auto;
}

.featured-sales-col {
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.featured-sales-img {
	min-height: 230px;
	border-radius: 15px;
	padding: 30px 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
}

.featured-sales-img-txt {
	text-align: left;
	max-width: 330px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.featured-sales-sub-heading {
	font-weight: 600;
	font-size: 22px;
}

.featured-sales-content {
	border-radius: 15px;
	background: #fff;
	padding: 40px 15px;
	min-height: 385px;
	color: #000;
}

.featured-sales-content-flex {
	max-width: 330px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.sales-sub-heading {
	margin-bottom: 20px;
}

.sales-heading {
	font-size: 22px;
	font-weight: 600;
}

.sales-action {
	margin-top: auto;
}

.sales-action .myBtn {
	border-radius: 5px;
	background-color: #360603;
	color: #fff;
	font-weight: 500;
}

.sales-action .myBtn:hover {
	background: #3c0100;
}

@media ( max-width: 575px ) {
	.featured-sales-flex {
		flex-wrap: wrap;
		max-width: 330px;
	}
	
	.featured-sales-col {
		width: 100%;
	}
}

/*==========Home Page Contact Section End==========*/

/*************************************
		Home Page End
*************************************/

/*************************************
		About Page Start
*************************************/
.aboutUsSec {
	border-top: 1px solid #333;
}

.aboutUsSec .aboutContent {
	position: relative;
	padding: 90px 80px;
	z-index: 1;
}

.aboutUsSec .aboutContent:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	display: block;
	content: "";
	z-index: -1;
}

.aboutUsSec .aboutContent h3 {
	font-size: 28px;
	line-height: 32px;
}

/*==========Team Section Start==========*/
.teamSec {
	position: relative;
	background: #fff;
}

.teamSec .customHeader {
	margin-top: 45px;
	margin-bottom: 45px;
}

.teamSec .customHeader:before {
	background: #eee;
}

.teamSec .customHeader h3, .teamSec .customHeader h2 {
	color: #000;
}

.teamSec .teamBox {
	position: relative;
	overflow: hidden;
}

.teamSec .teamBox .teamDesk {
	background: #000;
	padding: 15px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	transition: .3s;
	height: 78px;
}

.teamSec .teamBox:hover .teamDesk {
	opacity: .7;
	height: 100%;
}

.teamSec .teamBox .teamDesk h3 {
	display: inline-block;
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}

.teamSec .teamBox .teamDesk h4 {
	margin: 5px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.teamSec .teamBox:hover .teamDesk h4, .teamSec .teamBox:hover .teamDesk h3 {
	display: none;
}

.teamSec .teamBox:before {
	position: absolute;
	content: "";
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	display: block;
	transform: scale(0) translate(-50%, -50%);
	transition: .3s;
	top: 50%;
	left: 50%;
	z-index: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

.teamSec .teamBox:hover:before {
	transform: scale(1) translate(-50%, -50%);
}

.btsAgentsContainer .bts-bullet-text p {
	text-align: justify;
}

/*==========Team Section End==========*/

/*==========Team Single Start==========*/
.single-our_team .customHeader h3 a {
	color: #fff;
}

.teamSingle .teamContent p:first-of-type {
	margin: 0 !important;
}

.teamSingle .team-image h3 {
	margin-top: 15px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}

.teamSingle .team-image span {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
}

/*==========Team Single End==========*/

/*************************************
		About Page End
*************************************/

/*************************************
		Inventory Page Start
*************************************/
.inventoryProp .propBox {
	position: relative;
	background: #fff;
	margin: 0 5px;
	text-align: left;
	border: 1px solid #eee;
}

.inventoryProp .propBox .propImg {
	position: relative;
}

.inventoryProp .propBox .propImg:before {
	content: "";
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 45%, rgba(0, 0, 0, 0) 100%);
}

.inventoryProp .propBox .propDesk {
	position: relative;
	margin: -24px 40px 0;
}

/* .inventoryProp .propBox .propDesk:before {content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #b22c33;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 45px;
    line-height: 45px;} */
.inventoryProp .propBox .propDesk h3 {
	color: var(--lightGreen);
	margin: 0;
	font-size: 20px;
	line-height: 20px;
}

.inventoryProp .propBox .propDesk h2 {
	color: #000;
	margin: 0;
	font-size: 24px;
	line-height: 28px;
}

.inventoryProp .propBox .propInfo {
	display: block;
	padding: 30px 40px;
}

.inventoryProp .propBox .propInfo h4 {
	color: var(--lightGreen);
	margin: 0;
	font-size: 18px;
	line-height: 22px;
}

.inventoryProp .propBox .propInfo ul {
	margin: 5px 0 0;
}

.inventoryProp .propBox .propInfo ul li {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.inventoryProp .propBox .propInfo a {
	color: var(--lightGreen);
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
}

.inventoryProp .propBox .propInfo a i {
	margin-right: 5px;
}

/*==========Single Property Start==========*/
.singlePropSec .propTitle h3 {
	margin: 0;
	font-size: 32px;
	line-height: 36px;
	color: var(--lightGreen);
}

.singlePropSec .propTitle h4 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 22px;
}

.singlePropSec .propHighlights h3, .singlePropSec .propSingleDetail h3 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 30px;
	color: var(--lightGreen);
}

.singlePropSec .propHighlights ul li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

.singlePropSec .propHighlights .myBtn {
	margin: 20px 0;
}

.singlePropSec .propHighlights .wpcf7-textarea {
	height: 130px;
}

.singlePropSec .propSingleDetail h3 {
	margin: 15px 0 10px;
}

.singlePropSec .propSingleDetail p {
	margin: 0;
}

.owlPropSingle {
	padding: 0 !important;
}

.owlPropSingle .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
	height: 50px;
	margin: 0;
}

.owlPropSingle .owl-nav button {
	position: absolute;
	top: 0;
	color: #fff !important;
	font-size: 30px !important;
	line-height: 0 !important;
	margin: 0 !important;
	background: #000 !important;
}

.owlPropSingle .owl-nav button.owl-prev {
	left: 0;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.owlPropSingle .owl-nav button.owl-next {
	right: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.owlPropSingle .owl-nav button.owl-prev i {
	padding: 10px 15px 10px 10px !important;
}

.owlPropSingle .owl-nav button.owl-next i {
	padding: 10px 10px 10px 15px !important;
}

/*==========Single Property End==========*/

/*************************************
		Inventory Page End
*************************************/

/*************************************
		Contact Page Start
*************************************/
.contactPageSec .contactFormBox h3 {
	margin: 0;
	font-size: 34px;
	line-height: 38px;
	font-weight: 500;
	color: var(--lightGreen);
}

.contactPageSec .contactFormBox p {
	margin: 10px 0 20px;
	font-size: 18px;
	line-height: 22px;
}

.contactPageSec .contactInfoBox {
	padding: 70px;
	margin-left: 20%;
	border: 1px dotted #ccc;
}

.contactPageSec .contactInfoBox ul {
	display: flex;
	flex-direction: column;
}

.contactPageSec .contactInfoBox ul li {
	margin-bottom: 40px;
	display: block;
}

.contactPageSec .contactInfoBox ul li:last-child {
	margin-bottom: 0;
}

.contactPageSec .contactInfoBox ul li a {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-left: 55px;
}

.contactPageSec .contactInfoBox ul li a .contactInfoIcon {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	background: var(--lightGreen);
	border-radius: 50%;
	color: #fff;
}

.contactPageSec .contactInfoBox ul li a .contactInfoIcon i {
	transition: .3s ease-in-out;
}

.contactPageSec .contactInfoBox ul li a:hover .contactInfoIcon i {
	transform: rotate(360deg);
}

.contactPageSec .contactInfoBox ul li:nth-child(3) a:hover .contactInfoIcon i {
	transform: rotate(450deg) !important;
}

.contactPageSec .contactInfoBox ul li a h3 {
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	color: var(--lightGreen);
}

.contactPageSec .contactInfoBox ul li a p {
	margin: 5px 0 0;
	font-size: 15px;
	line-height: 20px;
	color: #000;
}

/************LEAFLET MAP******************/
#map {
	height: 500px;
	display: none;
}

.leaflet-popup-content-wrapper {
	border-radius: 0 !important;
}

.leaflet-popup-content {
	margin: 10px 10px !important;
	width: 300px !important;
}

.leaflet-popup-content img {
	width: 100%;
	height: auto;
}

.leaflet-popup-content h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 0;
}

.leaflet-popup-content h5 {
	margin: 0;
}

.propSec .owl-item.center .propBox {
	min-height: 460px;
	height: 460px;
}

/* .leaflet-container a.leaflet-popup-close-button {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 16px !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: #25205e !important;
} */
.leaflet-popup {
	display: none;
}

/************LEAFLET MAP Ends******************/

/*************************************
		Contact Page End
*************************************/
.inventoryForm.show {
	height: 100%;
	opacity: 1;
	display: block;
}

.inventoryForm {
	height: 0;
	display: none;
	transition: .3s;
	opacity: 0;
}

.inventoryFormButton {
	cursor: pointer;
}

.aboutPGBox {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.aboutPGBox .aboutPGInner {
	width: 40%;
}

.aboutPGBox .aboutPGInner2 {
	width: 60%;
}

.bullet-text ul {
	margin: 15px 0;
}

.bullet-text ul li {
	list-style: disc;
	margin-left: 15px;
}

.newsSec {
	position: relative;
}

.newsSec:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background: url("https://cdn-ildglfd.nitrocdn.com/cGcHPHqFUuDkJPYlVVfYjAeMWVbqjRbS/assets/images/optimized/rev-eb15ac8/stonefieldrealestate.com/wp-content/themes/stonefieldre/assets/img/service-desc-bg.jpg") center center no-repeat;
	background-size: cover;
	filter: grayscale(1);
	z-index: -2;
}

.newsSec:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, .8);
	z-index: -1;
}

.newsSec .newsBox {
	display: flex;
	flex-flow: row wrap;
	max-width: 100%;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #333;
}

.newsSec .newsBox .newsBoxImg {
	width: 30%;
	position: relative;
	overflow: hidden;
}

.newsSec .newsBox .newsBoxImg img {
	transition: .3s;
	transform: scale(1);
	height: 100% !important;
}

.newsSec .newsBox:hover .newsBoxImg img {
	transition: .3s;
	transform: scale(1.2);
}

.newsSec .newsBox .newsBoxContent {
	width: 70%;
	padding: 50px 30px 50px 30px;
	background: #fff;
}

.newsSec .newsBox .newsBoxContent h3 {
	font-weight: 600;
	margin-top: 7px;
	margin-bottom: 20px;
}

.newsSec .newsBox .newsBoxContent h3 a {
	font-size: 24px;
	line-height: 1;
}

.newsSec .newsBox .newsBoxContent p, .newsSec .newsBox .newsBoxContent span {
	color: #333;
	font-size: 14px;
	line-height: 18px;
}

.newsSec .newsBox .newsBoxContent a {
	margin-top: 7px;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
}

.newsSec .newsBox .newsBoxImg .postDate {
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0px 6px 15px rgba(64, 79, 104, .05);
	bottom: 15px;
	height: 70px;
	line-height: 25px;
	padding-top: 10px;
	position: absolute;
	left: 15px;
	top: auto;
	text-align: center;
	width: 70px;
}

.newsSec .newsBox .newsBoxImg .postDate .month {
	font-size: 13px;
	color: #333;
	font-weight: 400;
}

.newsSec .newsBox .newsBoxImg .postDate .day {
	font-size: 20px;
	display: block;
	color: #333;
	font-weight: 600;
}

/************Post Single******************/
.single-post h1 {
	font-size: 36px;
	line-height: 1;
	margin-top: 20px;
}

.single-post-blog .blog-details {
	margin-bottom: 15px;
}

.single-services .serviceContent p:first-child {
	margin: 0 !important;
}

.servicesDescription {
	position: relative;
	background: url("https://cdn-ildglfd.nitrocdn.com/cGcHPHqFUuDkJPYlVVfYjAeMWVbqjRbS/assets/images/optimized/rev-eb15ac8/stonefieldrealestate.com/wp-content/themes/stonefieldre/assets/img/service-desc-bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 90px 0;
	filter: grayscale(1);
}

.servicesDescription.nitro-lazy {
	background: none !important;
}

.servicesDescription:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	display: block;
}

.servicesDescription p {
	margin: 0 !important;
}

.bts-team-single-page-right h5 {
	font-weight: 600;
}

.bts-team-single-page-right h5 a {
	font-size: 14px;
}

.bts-team-single-page-right h5 i {
	color: #888;
	transition: .3s;
}

.bts-team-single-page-right h5:hover i {
	color: #000;
}

.bts-team-single-page-right h5:hover a {
	color: #000;
}

.page-id-66 .bts-availability-wrapper .bts-filter-label-md {
	opacity: 0;
}

.page-id-66 .bts-sqft-wrapper {
	display: none;
}

.page-id-66 .bts-search-box {
	display: none;
}

.page-id-275 .bts-filters-bg, .page-id-66 .bts-filters-bg, .page-id-288 .bts-filters-bg {
	display: none;
}

.page-id-275 .bts-property-space-use, .page-id-66 .bts-property-space-use {
	display: none;
}

.page-id-275 .bts-property-thumb-image .bts-property-thumb-overlay, .page-id-66 .bts-property-thumb-image .bts-property-thumb-overlay, .page-id-288 .bts-property-thumb-image .bts-property-thumb-overlay {
	display: none;
}

.page-id-275 .bts-property-thumbnail a, .page-id-66 .bts-property-thumbnail a, .page-id-288 .bts-property-thumbnail a {
	cursor: default;
}

.page-id-66 .customHeader h3 {
	width: 565px;
}

.page-id-66 .filterToggle {
	display: none;
}

.bts-filter-label .range-slides>div {
	width: calc(20% - 10px);
}

.leasedListingsSec {
	position: relative;
	z-index: 0;
	background: url("https://cdn-ildglfd.nitrocdn.com/cGcHPHqFUuDkJPYlVVfYjAeMWVbqjRbS/assets/images/optimized/rev-eb15ac8/stonefieldrealestate.com/wp-content/uploads/2025/12/Home-Featured-Prop-BG.jpg") center bottom no-repeat;
	background-size: cover;
}

.leasedListingsSec.nitro-lazy {
	background: none !important;
}

/*.leasedListingsSec:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; display: block; background: rgba(0,0,0,.9);}*/
.teamSec .btsAgentsContainer {
	margin-bottom: 5rem;
}

.oneAgentRow {}

.oneAgentRow .more-link {
	display: none;
}

.oneAgentProfileLink {
	margin-top: 10px;
}

.oneAgentProfileLink a {
	color: #000;
	font-weight: bold;
}

.oneAgentProfileLink a:hover, .oneAgentProfileLink a:focus {}

.bts-search-box {
	display: flex;
	flex-flow: column wrap;
	margin-top: 2px;
}

.bts-search-box label {
	font-size: 14px !important;
	line-height: 14px;
	margin-bottom: 0;
	display: block !important;
	width: 100%;
	margin-top: 10px;
}

input#search-field {
	height: 38px;
}

.search-field-result {
	top: 66px;
}

.leasedListingsSec .myBtn {
	color: #fff;
	border-color: #fff;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.leasedListingsSec .myBtn:hover {
	color: #000;
	background: #fff;
}

.home .leasedListingsSec .bts-social-sharing, .home .saleListingsSec .bts-social-sharing {
	display: none;
}

.bts-teamBox a.profileLink {
	position: relative;
	bottom: initial;
	left: initial;
}

.bts-teamBoxContainer:hover .bts-teamBox a.profileLink {
	bottom: initial;
}

.bts-teamBox span {
	color: #53b4e5;
	position: absolute;
	display: block;
	bottom: -40px;
	left: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	z-index: 12;
	transition: .3s;
	color: #fff;
}

.bts-teamBoxContainer:hover .bts-teamBox span {
	bottom: 10px;
}

.navbar-toggler {
	border-color: rgba(255, 255, 255, .5);
}

.navbar-toggler-icon {
	filter: invert(1);
}

.bts-single-property-gallery-box {
	min-height: auto;
}

.bts-agents .bts-property-thumb-image .custom-text {
	background: #000;
}

.modal.fade.show {
	opacity: 1;
	z-index: 1051;
}

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

.bts-agents {
	background: #fff;
}

#subscribeModal .subButton {
	background: #000;
	color: #fff;
	border-radius: 0;
}

#subscribeModal .modal-header {
	border: none;
}

#subscribeModal .modal-dialog {
	width: 1140px;
	max-width: initial;
	height: 88vh;
	margin-top: 6vh;
	transform: initial;
}

#subscribeModal .modal-dialog .modal-content {
	height: 100%;
	border-radius: 0;
}

#subscribeModal .modal-content .modal-body {
	padding: 30px 300px;
}

#subscribeModal .modal-content .modal-body h3 {
	font-weight: bold;
	margin: 0;
}

#subscribeModal .modal-content .modal-body p {
	margin: 0 !important;
}

#subscribeModal .modal-content .modal-body .wpcf7-submit {
	float: right;
	margin-top: 20px;
	border-radius: 0;
	background: #fff;
}

#subscribeModal .wpcf7 form {
	position: relative;
}

#subscribeModal .wpcf7 form .wpcf7-response-output {
	position: absolute;
	bottom: -50px;
	margin: 0;
}

/*.getInTouchContainer{background: url('assets/img/get-in-touch-image.webp') center center no-repeat; background-size: cover;}*/
.getInTouchContainer {
	background: #28070a;
}

/*.getInTouchContainer:before{position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; display: block; background: rgba(0,0,0,0.5);}*/
.getInTouch {
	width: 520px;
	margin: 0 auto;
}

.getInTouch h3 {
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.getInTouch p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 42px !important;
}

.getInTouch a {
	padding: 10px 30px;
	border: 1px solid #fff;
	color: #fff !important;
	line-height: 1;
	cursor: pointer;
	font-weight: 500;
}

.getInTouch a:hover {
	color: #000 !important;
	background: #fff;
}

/*.getInTouchContent{ border-radius:15px; background: #170B10; }*/
.executive-suites .table > tbody > tr {
	display: flex;
}

.executive-suites .table > tbody > tr > td, .executive-suites .table > tbody > tr > th {
	width: 100%;
}

.ctct-form-label {
	display: none !important;
}

.ctct-form-defaults {
	padding: 0 !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	border-radius: 0 !important;
	height: auto !important;
	outline: none !important;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
	margin-bottom: 24px !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	/*     background-color: #125ed9 !important;
    border: 1px solid #125ed9 !important; */
	outline: none !important;
	border-radius: 0 !important;
	display: block;
	width: auto;
	margin-left: auto;
	padding: 12px 45px;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
	text-align: right !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults, div.ctct-form-embed div.ctct-form-defaults {
	background: none !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	width: 100%;
}

#state_label_0, #country_label_0 {
	display: block !important;
}

.modal-header {
	justify-content: center;
}

.modal-header .btn-close {
	position: absolute;
	right: 30px;
	top: 15px;
}

/* Track */
#property-container::-webkit-scrollbar {
	width: 7px;
	background: #ccc;
}

/* Handle */
#property-container::-webkit-scrollbar-thumb {
	background: #333;
	border-radius: 15px;
}

/* Handle on hover */
#property-container::-webkit-scrollbar-thumb:hover {
	background: #3c0100;
}

.mailingListForm h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

#listingsSlider .owl-stage {
	display: flex;
	align-items: center;
}

#listingsSlider .owl-item.active.center .bts-property-thumbnail {
	background: rgba(0, 0, 0, .8);
}

#listingsSlider .owl-item .bts-bdr-orange, #listingsSlider .owl-item .bts-bdr-blue {
	display: none;
}

#listingsSlider .owl-item .bts-property-content {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .7);
	transition: .3s ease-in-out;
}

#listingsSlider .bts-property-thumbnail:hover .bts-property-content {
	opacity: 1;
}

#listingsSlider .owl-item .bts-property-content h3, #listingsSlider .owl-item .bts-property-content span {
	color: #fff;
}

#listingsSlider .owl-item .bts-property-content > div {
	text-align: center;
}

#listingsSlider .owl-item.active.center .bts-property-thumbnail .bts-property-content {
	display: block;
}

#listingsSlider .owl-item.active.center .bts-bdr-orange, #listingsSlider .owl-item.active.center .bts-bdr-blue {
	display: none;
}

#listingsSlider .owl-item.active.center .bts-property-thumbnail .bts-property-content {
	min-height: 133px;
}

#listingsSlider .owl-item.active.center .bts-property-thumbnail .bts-property-content {
	padding: 0 15px;
}

#listingsSlider .bts-property-thumbnail:hover .bts-property-thumb-overlay {
	width: 100%;
	height: 100%;
	background: none;
}

#listingsSlider .bts-property-thumbnail .bts-property-thumb-overlay .bts-deadcenter.bts-wide-90.bts-centered {
	display: none;
}

#listingsSlider .owl-nav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
}

/* #listingsSlider .owl-item{pointer-events: none;} */
#listingsSlider .owl-item.active.center {
	opacity: 1;
	filter: grayscale(0);
	pointer-events: all;
}

.leasedListingsSec #listingsSlider .owl-dots .owl-dot span {
	transition: background .3s;
	background: rgba(255, 255, 255, .5);
}

.leasedListingsSec #listingsSlider .owl-dots .owl-dot.active span, .leasedListingsSec #listingsSlider .owl-dots .owl-dot:hover span {
	background: #fff;
}

.leasedListingsSec #listingsSlider .owl-dots .owl-dot.active span {
	width: 15px;
	height: 15px;
}

.leasedListingsSec #listingsSlider .owl-dots {
	margin-top: 30px;
	height: 20px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.bts-detail-page-off {
	pointer-events: none;
}

.bts-detail-page-off .bts-sf-range, .bts-detail-page-off .bts-space-use {
	display: none;
}

#listingsSlider.owl-carousel .owl-nav button {
	font-size: 80px;
}

#listingsSlider.owl-carousel .owl-nav button:hover {
	background: transparent;
}

#listingsSlider.owl-carousel .owl-nav button.owl-next, #listingsSlider.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

#listingsSlider.owl-carousel .owl-nav button.owl-prev {
	left: 37%;
}

#listingsSlider.owl-carousel .owl-nav button.owl-next {
	right: 37%;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff !important;
	opacity: .7;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	opacity: 1;
}

#property-container .bts-listview-container .btsCityStateListPrice .bts-property-price-listview {
	display: none;
}

.bts-property-content span.bts-property-address-full {
	margin-bottom: 15px;
	font-weight: 500;
}

.contact .leaflet-touch .leaflet-control-layers, .contact .leaflet-touch .leaflet-bar {
	background: #000;
	border-radius: 0;
}

.contact .leaflet-touch .leaflet-bar a {
	background: #3c0100;
	color: #fff;
}

.sorting-row > div {
	padding: 0 15px;
}

.bts-listing-map-grid-section .bts-gridview-container {
	gap: 10px;
}

.bts-listing-map-grid-section .bts-gridview-container > div {
	margin: 0;
}

.contactPageSec .wpcf7 form.invalid .wpcf7-response-output, .contactPageSec .wpcf7 form.unaccepted .wpcf7-response-output, .contactPageSec .wpcf7 form.payment-required .wpcf7-response-output {
	color: #fff;
}

.card-popup-type.map-card-type {
	display: none;
}

.map-popup-location-price {
	display: none;
}

.page-id-66 .bts-thumbnail-field.bts-property-space-use {
	display: none;
}

.filterSwitch {
	background: #000;
	border-bottom: 1px solid #ccc;
}

#filterToggle {
	color: #fff;
	display: none;
	padding: 3px 0;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
}

.home .owl-carousel .owl-dots, .home .owl-carousel .owl-nav {
	display: block !important;
}

.bts-city-state {
	border-radius: 0;
	text-transform: uppercase;
}

.page-id-260 .bts-space-use-wrapper {
	display: none;
}

.page-id-286 .bts-filter-label .range-slides>div {
	width: calc(33.33% - 10px);
}

.page-id-261 .bts-filter-label .range-slides>div {
	width: calc(33.33% - 10px);
}

.page-id-261 .bts-filter-label .price-rang {
	display: none;
}

.page-id-261 .bts-property-types-wrapper {
	display: none;
}

.sectionHeader {
	font-size: 36px;
	line-height: 46px;
	padding-top: 80px;
	font-weight: 600;
}

.sectionHeader small {
	font-size: 18px;
	display: block;
}

.listingsSlider {
	margin-top: 70px;
}

.introText {
	font-size: 18px;
	line-height: 28px;
}

.introText h3 {
	font-size: 36px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: 600;
}

.introText h4 {
	font-size: 34px;
	line-height: 40px;
}

.bts-property-content {
	background: #fff;
	padding-top: 15px !important;
	margin-top: 0;
}

div[class*="executive-floor-"] {
	display: none;
}

.home .bts-property-thumbnail .bts-sf-range {
	display: block;
	margin-bottom: 15px;
}

.page-id-275 .sorting-row .clearfix .bts-sorting-right-col .bts-sort-by-container, .page-id-66 .sorting-row .clearfix .bts-sorting-right-col .bts-sort-by-container {
	display: none;
}

.footerSec .footerInfo .social-icons li a {
	margin-right: 7px;
}

.navbar .navbar-nav li.menu-item-has-children a.nav-link:hover::before, .navbar .navbar-nav li.current-menu-parent a.nav-link::before {
	width: 100%;
}

.bts-listing-team strong, .bts-request-information strong, .bts-export-heading strong {
	font-weight: 700;
}

.bts-listing-team, .bts-request-information, .bts-export-heading {
	font-weight: 700;
}

.team .modal *, .single-bts-agents .modal * {
	border-radius: 0;
}

.team .modal-dialog, .single-bts-agents .modal-dialog {
	width: 1140px;
	transform: none !important;
	height: 90vh;
	margin: 5vh auto;
}

.team .btn.btn-primary, .single-bts-agents .btn.btn-primary {
	width: auto;
	padding: 10px 30px;
	background: #fff;
	color: #000;
	border-radius: 0;
	border: 1px solid #000;
	transition: .3s;
}

.team .btn.btn-primary:hover, .single-bts-agents .btn.btn-primary:hover {
	background: #000;
	color: #fff;
}

.team .bts-agent-single-properties, .single-bts-agents .bts-agent-single-properties {
	margin-left: -15px;
	margin-right: -15px;
	gap: 20px;
}

/* .team .bts-agent-single-properties .team-prop-item, .single-bts-agents .bts-agent-single-properties .team-prop-item{width: calc(25% - 15px); padding: 0;} */

/* .team .modal-footer button, .single-bts-agents{background: #ffffff; color: #000000; border: 1px solid #000000; padding: 10px 30px;} */
.team .modal-footer button:hover, .single-bts-agents .modal-footer button:hover {
	background: #000;
	color: #fff;
}

.infoBox .map-popup-view-more a {
	padding: 10px 30px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	margin-top: 15px;
}

.infoBox .map-popup-view-more a:hover {
	background: #000;
	color: #fff;
}

.infoBox .map-popup-view-more a span {
	display: none;
}

.bts-sidebar-team-contacts {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-top: 7px;
}

.bts-sidebar-team-contacts .agent-phone {
	order: 1;
}

.bts-sidebar-team-contacts .agent-email {
	order: 2;
}

.page-id-288 .bts-sort-by-container {
	display: none;
}

.map-popup-wrap .map-popup .listing-title h4 {
	text-align: center;
}

.map-popup-wrap .listing-content {
	text-align: center;
}

.bts-single-property .executive-tab {
	display: none;
}

.filterSwitch {
	display: none;
}

.contact .invalid span:has(.wpcf7-not-valid-tip) .wpcf7-validates-as-required {
	border-bottom: 1px solid #f00;
}

.contact .wpcf7-response-output {
	color: #fff;
}

.map-view-listing {
	max-width: 1265px;
	margin: 0 0 0 auto;
}

.executive-suites .table > tbody > tr > th, .executive-suites .table > tbody > tr > td {
	border-top: none;
}

.executive-suites .table > tbody > tr > td {
	font-size: 14px;
}

.bts-photos-glry-img-box .bts-photo-gallery-caption {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 30px;
	margin-top: 6px;
	line-height: 1;
}

.bts-photos-glry-img-box a img {
	border: none !important;
}

.map-popup-wrap .map-popup .listing-content:has(.bts-property-leased-fileds) .listing-title h4 {
	text-align: left;
	pointer-events: none;
}

.map-popup-wrap .map-popup .listing-content:has(.bts-property-leased-fileds) {
	text-align: left;
}

.map-popup-wrap .map-popup .listing-content:has(.bts-property-leased-fileds) .bts-property-leased-fileds {
	margin-top: 15px;
	display: block;
}

.ask-question-submit:focus {
	color: #fff;
}

input.error, textarea.error {
	border: 1px solid red;
}

span.error {
	color: red;
}

.bts-listings-area-margin {
	background: #fff;
}

.modal .team .bts-agent-single-properties {
	margin: 0;
}

.bts-property-team-for-sale span.bts-property-address-full {
	min-height: 36px;
}

.executive-suites .table .bts_available_suite_no_th {
	max-width: 100px;
}

.executive-suites .table .bts_available_suite_no_th, .executive-suites .table .bts_available_suite_no_td {
	max-width: 110px;
}

.executive-suites .table .bts_available_suite_size_th, .executive-suites .table .bts_available_suite_size_td {
	max-width: 140px;
}

.single-bts-agents .pagemargin {
	margin-top: 10px;
}

/************  Header Section Page  ******************/
.headerSectionPage {
	margin-top: 111px;
	background: #fff;
}

.headerTitle h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}

/************  Subscribe Page  ******************/
.page-template-page-subscribe {
	background: #000;
}

.subscribeContent h3 {
	font-weight: bold;
	margin: 0;
}

.subscribeContent p {
	margin: 0 !important;
}

.page-id-1374 input.wpcf7-form-control.wpcf7-submit.has-spinner.form-fields {
	max-width: 200px;
	border-radius: 0;
	border-color: rgba(60, 1, 0, 1);
	background-color: rgba(60, 1, 0, 1);
	color: #fff;
	margin-top: 1em;
}

.page-id-1374 .page-banner .hero-content {
	text-align: center;
	margin: 0 auto;
}

/************  Careers Page  ******************/
.page-id-1374 .wpcf7-submit {
	background-color: #000;
	color: #fff !important;
}

.careersSection {
	background: #fff;
}

.careersJobBox {
	border: 1px solid #000;
	text-align: center;
	padding: 20px 30px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.careersJobBox h1 {
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
}

.careersJobBox a {
	padding: 10px 20px;
	background: #232323;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 30px;
}

.singleJobsTitle h1 {
	font-size: 38px;
	line-height: 46px;
	font-weight: 600;
	margin: 50px 0 20px 0;
}

.singleJobSec {
	background: #fff;
}

.btn-submit {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 5px 30px;
	background: rgba(0, 0, 0, 85%);
	text-transform: uppercase;
	margin: 15px 0;
}

/************  Services Page  ******************/
.servicesSection {
	background: #fff;
}

.services-block .inner-box {
	position: relative;
	display: block;
	text-align: center;
	padding: 60px 25px;
	background-color: #000;
	border-bottom: 3px solid #777;
	margin-bottom: 30px;
}

.services-block .inner-box:hover {
	border-color: #000;
}

.services-block .inner-box:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: visible;
	background-color: #777;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
}

.services-block .inner-box:hover::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

.services-block .inner-box .icon-box {
	position: relative;
	font-size: 56px;
	line-height: 1em;
	color: #fff;
}

.services-block .inner-box:hover p, .services-block .inner-box:hover h3, .services-block .inner-box:hover .icon-box {
	color: #fff;
}

.services-block .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 32px;
	margin-top: 10px;
}

.services-block .inner-box p {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

/******************************/
.floorSuite {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0;
}

.floorSuite .floorSuiteBox {
	width: calc(50% - 10px);
	padding-bottom: 30px;
}

/* .page-id-260 .bts-container,
.page-id-1411 .bts-container,
.page-id-261 .bts-container,
.page-id-1412 .bts-container{max-width:100%; padding: 0 15px;} */
.page-id-260 .bts-container .range-slides, .page-id-1411 .bts-container .range-slides, .page-id-261 .bts-container .range-slides, .page-id-1412 .bts-container .range-slides {
	gap: 5px;
}

.page-id-260 .bts-container .bts-filter-label .range-slides>div, .page-id-1411 .bts-container .bts-filter-label .range-slides>div, .page-id-261 .bts-container .bts-filter-label .range-slides>div, .page-id-1412 .bts-container .bts-filter-label .range-slides>div {
	width: calc(33.33333% - 5px) !important;
	flex: 1 1 calc(33.333333% - 5px);
	margin: 0;
}

.page-id-1374 .headerSectionPage {
	position: relative;
}

.page-id-1374 .subscribePageSec * {
	color: #000 !important;
}

/* .page-id-1374 .headerSectionPage::before{content:''; display:block; position:absolute; right:0; top:0; height:100%; width:100%; background:rgba(0,0,0,0.5);} */
.page-id-1374 input, .page-id-1374 select, .page-id-1374 textarea {
	border-color: #555;
}

.page-id-1374 input:focus, .page-id-1374 select:focus, .page-id-1374 textarea:focus {
	border-color: #000;
}

.page-id-1374 input, .page-id-1374 select, .page-id-1374 textarea, .page-id-1374 input:focus, .page-id-1374 select:focus, .page-id-1374 textarea:focus {
	background: #fff;
}

.bts-thumb-sold  .bts-property-industry {
	display: none;
}

.subscribePageSec .subscribeContent .form-fields:not(select):not(.wpcf7-submit) {
	padding-left: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	color: #000;
}

.subscribePageSec .subscribeContent .form-fields:not(select):not(.wpcf7-submit)::placeholder {
	color: #000;
}

.subscribePageSec .subscribeContent {
	background: rgba(255, 255, 255, 0);
	padding: 80px;
}

.page-id-1411 .bts-filters-bg, .page-id-1412 .bts-filters-bg {
	display: none;
}

.bts-pro-single-for-lease .bts-property-details, .bts-pro-single-for-lease .bts-single-page-2-column {
	display: none;
}

.bts-thumb-for-lease .bts-property-price {
	font-size: 13px !important;
	font-weight: normal;
}

/*==========Team page==========*/
.teamPageBanner {
	padding: 60px 15px 0;
	position: relative;
	z-index: 1;
}

/*.teamPageBanner::before{content:""; display:flex; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.7);}*/
.teamPageBanner .teamPageBannerCont {
	position: relative;
	padding: 50px 0;
	display: flex;
	align-items: center;
	gap: 30px;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerCol {
	width: 33.333333%;
	max-width: 100%;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerImg {
	position: relative;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerImg::before {
	content: "";
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px dotted #888;
	border-radius: 50%;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerImg img {
	border-radius: 50%;
	padding: 10px;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerTitle {}

.teamPageBanner .teamPageBannerCont .teamPageBannerTitle h1 {
	margin: 0 0 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 44px;
	font-weight: 600;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerTitle h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerTitle h4 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerContact {}

.teamPageBanner .teamPageBannerCont .teamPageBannerContact h5 {
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 18px;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerContact h5 a {
	color: #fff;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerContact ul {
	margin-top: 15px;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerContact ul li {
	display: inline-block;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerContact ul li a {
	color: #fff;
	font-size: 26px;
	line-height: 26px;
}

.teamPageBanner .teamPageBannerCont .teamPageBannerContact ul li a i {
	color: #fff;
}

.teamBioSec {
	background: #fff;
}

.teamBioSec h2 {
	margin-bottom: 20px;
}

.teamBioSec p {
	margin-bottom: 20px;
}

.teamPropCont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.teamPropCont .team-prop-item {
	width: calc(25% - 30px);
	margin: 0 15px;
}

.bts-single-team-properties-section {
	background: #fff;
	padding: 50px 0 30px;
}

.teamPropBg {
	background: #eee;
}

.teamPropBg .bts-property-content {
	background: none;
}

#forLease.modal .bts-agent-single-properties, #leasedProp.modal .bts-agent-single-properties, #forSale.modal .bts-agent-single-properties, #soldProp.modal .bts-agent-single-properties {
	display: flex;
	flex-wrap: wrap;
}

#forLease.modal .bts-agent-single-properties .team-prop-item, #leasedProp.modal .bts-agent-single-properties .team-prop-item, #forSale.modal .bts-agent-single-properties .team-prop-item, #soldProp.modal .bts-agent-single-properties .team-prop-item {
	width: calc(25% - 15px);
}

.teamPropSlider {
	margin: 0 !important;
}

.teamPropSlider .owl-stage {
	display: flex;
	align-items: center;
}

.teamPropSlider .team-prop-item {
	width: 100% !important;
	margin: 0;
}

.teamPropSlider .owl-nav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
}

/* #listingsSlider .owl-item{pointer-events: none;} */
.teamPropSlider .owl-item.active.center {
	opacity: 1;
	filter: grayscale(0);
	pointer-events: all;
}

.teamPropSlider .owl-dots .owl-dot span {
	transition: background .3s;
	background: rgba(255, 255, 255, .5);
}

.teamPropSlider .owl-dots .owl-dot.active span, .teamPropSlider .owl-dots .owl-dot:hover span {
	background: #fff;
}

.teamPropSlider .owl-dots .owl-dot.active span {
	width: 15px;
	height: 15px;
}

.teamPropSlider .owl-dots {
	margin-top: 30px;
	height: 20px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.bts-detail-page-off {
	pointer-events: none;
}

.bts-detail-page-off .bts-sf-range, .bts-detail-page-off .bts-space-use {
	display: none;
}

.teamPropSlider.owl-carousel .owl-nav button {
	font-size: 80px;
}

.teamPropSlider.owl-carousel .owl-nav button:hover {
	background: transparent;
}

.teamPropSlider.owl-carousel .owl-nav button.owl-next, .teamPropSlider.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.teamPropSlider.owl-carousel .owl-nav button.owl-prev {
	left: -80px;
}

.teamPropSlider.owl-carousel .owl-nav button.owl-next {
	right: -80px;
}

@media (max-width: 850px) {
	.teamPageBanner .teamPageBannerCont {
		flex-direction: column;
	}
	
	.teamPageBanner .teamPageBannerCont .teamPageBannerCol {
		width: 100%;
		max-width: 250px;
	}
	
	.agent-properties-container .tabs-custom .row {
		flex-direction: column;
	}
	
	.agent-properties-container .tabs-custom .custom-tab {
		width: 100%;
	}
	
	.agent-properties-container .tabs-custom .custom-tab ul {
		justify-content: flex-start !important;
	}
}

/* @media screen and (min-width: 1024px){
    .home .bts-property-thumb-image{
        height: 708px;
    }
    
    .home .featured-properties-container{
        width: 1400px;
    }
} */
select[name="select-879"] {
	color: #c7c7c7 !important;
}

.page-template-about-us .modal-dialog, .single-bts-agents .modal-dialog {
	width: 1140px;
	transform: none !important;
	height: 90vh;
	margin: 5vh auto;
}

.bts-pro-single-for-lease .bts-available-spaces-accordions-wrap .bts-single-page-2-column {
	display: initial;
}

.page-template-about-us .bts-property-thumbnail h3 {
	font-size: 16px;
}

.page-template-about-us .bts-property-thumbnail {
	min-height: 420px;
}
