/* -------------- */
/*  SEARCH FORM   */
/* -------------- */
.property-sold {
	display: block;
	position: absolute;
	margin-left: -20px;
	margin-top: -20px;

	z-index: 10;
}

.status-sold {
	display: none;
}
.bbrsol_searchform {
	display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto auto;
        gap: 10px;
        width: 100%;

	padding: 5px 0;
}

.bbrsol_searchform_item.location-selector {
	grid-column: span 2;
}

.bbrsol_searchform_item:nth-child(2):after {
	display: block;
	content: "";
	width: 0;
	flex-basis: 100%;
}

/* Mobile */
.overlay-search-advanced-module .bbrsol_searchform_item {
	width: 100%;

	padding: 5px 0;
}

.overlay-search-advanced-module .bbrsol_searchform_item:nth-child(1) { order: 1; }
.overlay-search-advanced-module .bbrsol_searchform_item:nth-child(2) { order: 3; }
.overlay-search-advanced-module .bbrsol_searchform_item:nth-child(3) { order: 5; }
.overlay-search-advanced-module .bbrsol_searchform_item:nth-child(4) { order: 7; }
.overlay-search-advanced-module .bbrsol_searchform_item:nth-child(5) { order: 2; }
.overlay-search-advanced-module .bbrsol_searchform_item:nth-child(6) { order: 4; }
.overlay-search-advanced-module .bbrsol_searchform_item:nth-child(7) { order: 6; }
.overlay-search-advanced-module .bbrsol_searchform_item:nth-child(8) { order: 8; }

.overlay-search-advanced-module .bbrsol-property-types-selector-dropdown {
	position: fixed;

	max-height: none;

	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	border-radius: 0;
}

.bbrsol_searchform select {
	display: none;
}

/* Container class */
.bbrsol_searchform .bbrsol-select2 {
	border-radius: 5px !important;
	border: 1px solid #E4E4E4 !important;
	height: 45px !important;

	text-align: left;
}

.bbrsol_searchform .bbrsol-select2:focus {
	outline: 0 !important;
}

/* Text in select class */
.bbrsol_searchform .bbrsol-select2 .select2-selection__rendered {
	line-height: 45px !important;
}

/* Main element class */
.bbrsol_searchform .select2-container {
	margin-right: 0 !important;
}

/* Dropdown arrow class */
.bbrsol_searchform .bbrsol-select2 .select2-selection__arrow {
	width: 25px !important;
	height: 45px !important;
	line-height: 45px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px !important;
}

/* Dropdown arrow arrow_icon class */
.bbrsol_searchform .bbrsol-select2 .select2-selection__arrow b {
	display: none;
}

.bbrsol_searchform .bbrsol-select2 .select2-selection__arrow:after {
	content: "";
    font-size: 10px;
    font-weight: 700;
	font-family: "houzez-iconfont";
	color: #888;
}

/* Multiple dropdown input class */
.bbrsol_searchform .bbrsol-select2 .select2-search__field {
	margin-top: 0 !important;
}

/* Dropdown highlighted option class */
.select2-results__option--highlighted {
	background-color: #f0801b !important;
}

.bbrsol_searchform * {
	box-sizing: border-box;
}

.bbrsol_searchform .bbrsol_searchform_ref, .bbrsol_searchform select {
	width: 100% !important;
	height: 45px;

	border: 1px solid #E4E4E4;
	border-radius: 5px;
	background-color: #FFF;

	padding-left: 15px;

	font-weight: 300;
}

.bbrsol_searchform input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
.bbrsol_searchform input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
.bbrsol_searchform input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
.bbrsol_searchform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}

.bbrsol_searchform .search_btn {
	display: block;
	width: 100%;

	background-color: #696969;
	border-radius: 5px;
	
	color: white;
	border: 0;
	height: 45px;
	font-weight: bold;
	cursor: pointer;

	transition: background-color 0.1s ease-out;
}

.bbrsol_searchform .search_btn:before {
	display: inline-block;
	content: "";
    font-size: 13px;
    font-weight: 700;
	font-family: "houzez-iconfont";
	color: #FFF;

	margin-right: 7px;
}

.bbrsol_searchform .search_btn:hover {
	background-color: #696969E6;
}

.bbrsol-search-form-container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}


/* ---------------- */
/* PROPERTY RESULTS */
/* ---------------- */
table#property-results {
	table-layout: fixed;
	width: 100%;
	
	margin: 0;
	
	border-spacing: 10px;
    border-collapse: separate;
}

table#property-results tr td {
	background-color: #FFF;
	color: #409FE3;
}

table#property-results tr:hover td {
	background-color: #F3F3F3;
}

table#property-results td {
	padding: 8px;
	
	vertical-align: top;
}

.bbrsol-property-result {
	width: 100%;
	
	background-color: white;
	border: 1px solid #D7D7D7;
	
	margin-bottom: 20px;
	
	color: #393939;
}

.bbrsol-property-result hr {
	margin-bottom: 8px;
	margin-top: 8px;
}

.bbrsol-property-result h2 {
	margin-bottom: 0;
	margin-top: 10px;
	color: #038ffe;
}

.bbrsol-property-result p.description {
	font-size: 12px;
	
	height: 110px;
	overflow: hidden;
	
	margin-bottom: 0;
	
	line-height: 18px;
}

.bbrsol-property-result p.bedline {
	font-size: 14px;
	
	margin-bottom: 10px;
	margin-top: 15px;
	
	line-height: 10px;
}

.bbrsol-property-result p.bedline b {
	color: black;
}

.bbrsol-property-result button.view_property {
	margin-top: 10px;
	
	border: 0;
	background-color: #038ffe;
	color: white;
	
	padding: 5px 10px;
}

.bbrsol-prop-result img.photo {
	width: 100%;
}

.bbrsol-prop-result .photo-wrapper {
	width: 100%;
	max-height: 170px;
	
	overflow-y: hidden;
}

.bbrsol-propertydetail-title {
	font-size: 24px !important;
	margin-bottom: 10px !important;
}

.bbrsol-featured-property-content {
	padding: 10px;
}

.bbrsol-prop-result {
	background-color: #FFF;
	
	text-align: left;
	
	border: 0;
	padding: 0 !important;
	
	line-height: 18px;
}

.bbrsol-prop-result .type {
	font-weight: bold;
}

.bbrsol-propertydetail-subtitle {
	font-size: 18px !important;
	margin: 0 !important;
	margin-bottom: 10px !important;
}

.bbrsol-propertydetail-subsubtitle {
	font-size: 14px !important;
	margin: 0 !important;
	margin-bottom: 20px !important;
}

.bbrsol-propertydetail-heading {
	font-weight: bold;
	font-size: 16px;
}

.bbrsol-propertydetail-description {
	font-size: 13px;
	line-height: 15px;

	display: block;
}

.bbrsol-propertydetail-featuretitle {
	float: left;

	display: block;
}

.bbrsol-propertydetail-feature {
	margin-left: 25px !important;
	font-size: 13px;

	list-style-image: url('http://digitalmarket.com.py/img/checkmark.png') !important;
	line-height: 10px;
}

.bbrsol-propertydetail-feature li {
	margin: 0 !important;
	padding: 0 !important;
}

.bbrsol-propertydetail-heading {
	font-size: 18px;
	font-weight: bold;
}

.bbrsol-propertydetail-subheading {
	font-size: 14px;
	font-weight: bolder;
}

.bbrsol-feature-block {
	width: 33%;

	float: left;
}

.bbrsol-pagination-pagination {
	display: flex;
	justify-content: center;
	align-items: center;

	flex-wrap: wrap;
	row-gap: 7px;
}

.bbrsol-pagination a {
	display: block;

	padding: 3px 19px;
	
	height: 46px;
	
	font-size: 14px;
	font-weight: bold;
	
	line-height: 40px;
	text-align: center;
	
	text-decoration: none;
	
	margin-right: 7px;
	
	background-color: #FFF;
	color: #696969;

	border-radius: 4px;
}

.bbrsol-pagination a.active {
	font-weight: bold;
	background-color: #696969;
	color: #FFF;
}

.bbrsol-pagination a:hover {
	background-color: #f0801b;
	color: #FFF;
}

.bbrsol-center {
	text-align: center;
}

table#property-results.3c td {
	width: 33.33%;
}

table#property-results.4c td {
	width: 25%;
}

table#property-results.5c td {
	width: 20%;
}

table#property-results.6c td {
	width: 16.66%;
}

.page .entry-title {
   display: none;
}


/*FEATURED PROPERTIES*/
.grid figure.feat-thumb img {
	height: 125px;
}

.bbrsol-contactform-sent {
	padding: 10px 15px;

	background-color: #66BF68;

	color: #FFF;

	font-weight: bold;

	margin-bottom: 25px;
}


.bbrsol_prevnext_property {
	padding: 10px 20px;
	
	background-color: #f0801b;
	color: white;
	
	border: 0;
	
	cursor: pointer;
}

.bbrsol_prevnext_property:hover {
	background-color: #fc8727;
}

.extraresale ul {
	padding-left: 0;
}

.extraresale ul li {
	padding: 0;
	line-height: 22px;
}

.property-amenities h4 {
	margin-bottom: 5px;
}

.property-amenities li {
	font-size: 13px !important;
}

@media(max-width: 760px) {
	.bbrsol_searchform {
		grid-template-columns: 1fr !important;
	}

	.bbrsol_searchform_item.location-selector {
		grid-column: initial;
	}

	.bbrsol_searchform input, .bbrsol_searchform .select2-container {
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

	.bbrsol-property-results {
		padding: 0 15px;
	}
}



/* LOCATION SELECTOR */
#bbrsol-searchform-locationselector {
	width: 100%;
	height: 45px;

	border: 1px solid #E4E4E4;
	border-radius: 5px;
	background-color: #FFF;

	padding-left: 15px;

	font-weight: 300;

	text-align: left;

	display: flex;
	justify-content: space-between;
	align-items: center;

	cursor: pointer;

	color: #444;
}

#bbrsol-searchform-locationselector-popup-mask {
	position: fixed;

	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	background-color: rgba(0,0,0,0.4);

	z-index: 10;
}

#bbrsol-searchform-locationselector-popup {
	position: fixed;

	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	z-index: 11;
}

.bbrsol-searchform-locationselector-popup-close-btn {
	position: absolute;

	top: 20px;
	right: 20px;

	width: 40px;
	height: 40px;

	display: flex;
	justify-content: center;
	align-items: center;

	background-color: #FFF;

	border-radius: 25px;

	font-size: 24px;

	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);

	cursor: pointer;
}


.bbrsol-searchform-locationselector-popup-reset-btn {
	position: absolute;

	left: calc(50% - 60px);
	top: 35px;

	background-color: #FFF;
	padding: 10px 20px;

	border-radius: 5px;

	display: flex;
	align-items: center;

	font-weight: bold;

	cursor: pointer;
}

.bbrsol-searchform-locationselector-popup-reset-btn:hover {
	transform: scale(1.1);
}

.bbrsol-searchform-locationselector-popup-reset-btn i {
	margin-right: 10px;
}

.bbrsol-searchform-locationselector-popup-close-btn:hover {
	transform: scale(1.1);
}

.bbrsol-searchform-locationselector-popup-sidebar {
	position: absolute;

	width: 355px;

	top: 0;

	max-height: calc(100vh - 60px);

	padding: 30px;

	background-color: #FFF;
	border-radius: 15px;

	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);

	transform: scale(0.9);
}

.bbrsol-searchform-locationselector-popup-sidebar.left {
	top: 48px;
	left: 0px;
}

.bbrsol-searchform-locationselector-popup-sidebar.right {
	display: flex;
	flex-direction: column;
	
	right: 0px;
	top: 50px;
}

#bbrsol-searchform-locationselector-popup .v-checkbox .v-selection-control {
	--v-input-control-height: 1px !important;
	--v-selection-control-size: 26px !important;
}

.bbrsol-searchform-locationselector-popup-sidebar h2 {
	display: flex;
	align-items: center;

	font-size: 24px;
	font-family: "Muli", Sans-serif;
	margin-bottom: 15px;
	text-transform: none;
}

.bbrsol-searchform-locationselector-popup-sidebar h3 {
	font-size: 18px;
	font-family: "Muli", Sans-serif;
	margin-bottom: 5px;
}

.bbrsol-searchform-locationselector-popup-sidebar h2 span {
	display: inline-flex;
	justify-content: center;
	align-items: center;

	width: 35px;
	height: 35px;

	margin-right: 10px;

	background-color: #3498db;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}

.bbrsol-searchform-locationselector-popup-sidebar .list {
	flex: 1;
	overflow-y: auto;

	margin: 20px 0;
	
}

.bbrsol-searchform-locationselector-popup-sidebar .search-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	flex: 1;

	width: 100%;

	margin: 20px 0;

	padding: 25px;

	background-color: #fff1e1;

	color: #f0801b;
	font-weight: bold;
}

.bbrsol-searchform-locationselector-popup-sidebar .sear#f0801bch-info i {
	font-size: 30px;
}

.bbrsol-searchform-locationselector-popup-sidebar .search-info span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#bbrsol-searchform-locationselector-popup button {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;

	padding: 15px 25px;

	border-radius: 5px;

	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

#bbrsol-searchform-locationselector-popup button i {
	margin-right: 10px;
}

#bbrsol-searchform-locationselector-popup button.branded {
	background-color: #f0801b;
}
#bbrsol-searchform-locationselector-popup button.branded:hover {
	background-color: #ffb141;
}

#bbrsol-searchform-locationselector-popup button.blue {
	background-color: #3498db;
}
#bbrsol-searchform-locationselector-popup button.blue:hover {
	background-color: #4db0f2;
}

.v-label {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  .bbrsol-searchform-locationselector-popup-sidebar .list {
    scrollbar-width: auto;
    scrollbar-color: rgba(0,0,0,0.3) #ffffff;
  }

  /* Chrome, Edge, and Safari */
  .bbrsol-searchform-locationselector-popup-sidebar .list::-webkit-scrollbar {
    width: 10px;
  }

  .bbrsol-searchform-locationselector-popup-sidebar .list::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .bbrsol-searchform-locationselector-popup-sidebar .list::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

.bbrsol-location-selector-map-wrapper {
	width: 100%;
	height: 100%;
}

#bbrsol-location-selector-map {
	width: 100%;
	height: 100%;
}

.bbrsol-location-selector-map-legend {
	position: absolute;

	display: flex;
	align-items: center;

	left: 20px;
	bottom: 20px;

	padding: 10px 15px;

	background-color: #FFF;
	border-radius: 5px;

	z-index: 500;
}

.bbrsol-location-selector-map-legend i {
	margin-right: 10px;
}

.bbrsol-location-selector-map-hover-label {
	position: fixed;
	z-index: 999999;

	padding: 7px 11px;

	font-weight: bold;

	background-color: #FFF;
	border-radius: 5px;

	pointer-events: none;

	transform: translateX(calc(-100% - 3px)) translateY(calc(-100% - 3px));
}

.popup-enter-active,
.popup-leave-active {
  transition: all 0.2s ease;
}

.popup-enter-from,
.popup-leave-to {
  opacity: 0;
}

.popup-mask-enter-active,
.popup-mask-leave-active {
  transition: all 0.2s ease;
}

.popup-mask-enter-from,
.popup-mask-leave-to {
  opacity: 0;
}

.map-enter-active,
.map-leave-active {
  transition: all 0.3s ease;
}

.map-enter-from,
.map-leave-to {
  opacity: 0;
}

.lSAction>a {
	opacity: 0.9 !important;
}

.slick-next.slick-arrow:hover {
	background-color: #696969 !important;
}

/* Heading size adjust */
h2 {
	font-size: 1.5rem;
	color: #002870;
}

#bbrsol-contact-form input[type="text"], #bbrsol-contact-form input[type="email"], #bbrsol-contact-form input[type="tel"] {
	width: 100%;
	height: 45px;
	padding: 0 15px;

	border: 1px solid #DDD !important;
	border-radius: 4px;

	margin-bottom: 15px;
}

#bbrsol-contact-form textarea {
	width: 100%;
	height: 150px;
	padding: 15px 15px;

	border: 1px solid #DDD !important;
	border-radius: 4px;

	margin-bottom: 15px;
}

#bbrsol-contact-form textarea:focus {
	outline: none;
}

#bbrsol-contact-form input[type="checkbox"] {
	margin: 0 !important;
	accent-color: #696969;
}

#bbrsol-contact-form input[type="submit"] {
	width: 100%;
	height: 45px;
	margin-top: 15px;
	padding: 0 15px;

	border-radius: 4px;

	border: none !important;
	color: #FFF;
	font-weight: bold;
	background-color: #696969;
}

#bbrsol-contact-form a {
	color: #494949 !important;
	text-decoration: underline;
}

#bbrsol-contact-form input[type="submit"]:hover {
	background-color: #757575;
}

/* Property type selector */
.bbrsol-property-types-selector {
	position: relative;

	width: 100%;
	height: 45px;

	border: 1px solid #E4E4E4;
	border-radius: 5px;
	background-color: #FFF;

	padding: 0 40px 0 15px;

	font-weight: 300;

	text-align: left;

	display: flex;
	justify-content: space-between;
	align-items: center;

	cursor: pointer;
}

.bbrsol-property-types-selector > span {
	max-width: 100%;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	color: #444;
}

.bbrsol-property-types-selector:after {
	position: absolute;

	content: "";
	font-size: 10px;
	font-weight: 700;
	font-family: "houzez-iconfont";
	color: #888;

	right: 15px;
	top: 25%;
}

.bbrsol-property-types-selector-dropdown {
	position: absolute;

	top: 49px;
	left: 0;

	right: -40px;

	z-index: 50;

	background-color: #FFF;

	padding: 15px;

	border-radius: 5px;

	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);

	max-height: calc(100vh - 150px);
	overflow-y: auto;
}


.bbrsol-property-types-selector-dropdown {
	scrollbar-width: auto;
	scrollbar-color: rgba(0,0,0,0.3) #ffffff;
}

/* Chrome, Edge, and Safari */
.bbrsol-property-types-selector-dropdown::-webkit-scrollbar {
	width: 10px;
}

.bbrsol-property-types-selector-dropdown::-webkit-scrollbar-track {
	background: #ffffff;
}

.bbrsol-property-types-selector-dropdown::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
	border: 3px solid #ffffff;
}

.bbrsol-property-types-selector-dropdown .v-selection-control {
	min-height: 0 !important;
}

.bbrsol-property-types-selector-dropdown .v-selection-control__wrapper {
	height: 30px;
}

.property-types-selector-subtypes {
	padding-left: 15px;
}

.property-types-selector-subtypes .v-label {
	font-weight: normal;
}

.select2-dropdown--below {
	top: 33px;
}

.select2-selection__clear {
	margin-right: 7px;
	color: #AAA;
	padding: 0 5px;
}


.select2-results__options {
	scrollbar-width: auto;
	scrollbar-color: rgba(0,0,0,0.3) #ffffff;
}

/* Chrome, Edge, and Safari */
.select2-results__options::-webkit-scrollbar {
	width: 10px;
}

.select2-results__options::-webkit-scrollbar-track {
	background: #ffffff;
}

.select2-results__options::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
	border: 3px solid #ffffff;
}

@media (max-width: 767.98px) {
	.elementor-page-2035 #pills-gallery {
		height: auto;
		padding-top: 0;

		margin-bottom: 20px;
	}

	.elementor-page-2035 .prop-header > * {
		display: block;
		width: 100%;
	}

	.elementor-page-2035 .main-col {
		padding: 0;
	}

	.elementor-page-2035 .property-section-wrap {
		width: 100%;
	}

	.elementor-page-2035 .prop-header > span {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.elementor-page-2035 .bt-sidebar-wrap  {
		padding: 0;
	}

	.elementor-page-2035 .property-form-wrap {
		margin-top: 20px;
	}

	.elementor-page-2035 .container > .row > .col-lg-12 {
		padding: 0;
	}

	.bbrsol-searchform-locationselector-popup-sidebar {
		position: fixed;

		top: 0;
		right: 0;
		bottom: 0;
		left: 0;

		border-radius: 0;

		transform: scale(1);
		max-height: none;
		width: auto;
	}

	.mobile-abs-bottom {
		position: absolute;
		left: 20px;
		bottom: 20px;
		right: 20px;
	}

	.bbrsol-searchform-locationselector-popup-sidebar.right {
		top: 0 !important;
	}
}

.bbrsol-property-types-selector-type.newdevs {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}
