/* -------------- */
/*  SEARCH FORM   */
/* -------------- */
/* Container class */
.bwprso_searchform .bwprso-select2 {
	border-radius: 4px !important;
	border: 1px solid #D3D3D3 !important;
	height: 35px !important;
	text-align: left;
}

.bwprso_searchform .bwprso-select2:focus {
	outline: 0 !important;
}

/* Text in select class */
.bwprso_searchform .bwprso-select2 .select2-selection__rendered {
	line-height: 35px !important;
}

/* Main element class */
.bwprso_searchform .select2-container {
	margin-right: 30px !important;
}

/* Dropdown arrow class */
.bwprso_searchform .bwprso-select2 .select2-selection__arrow {
	width: 35px !important;
	height: 35px !important;
	margin-top: -1px;
	margin-right: -1px;
}

.ui-multiselect-checkboxes, .ui-multiselect-optgroup > ul {
	margin-left: 0px;
}

/* Dropdown arrow arrow_icon class */
.bwprso_searchform .bwprso-select2 .select2-selection__arrow b {
	border-color: white transparent transparent transparent !important;
	border-width: 5px 4px 0 4px !important;
}

/* Multiple dropdown input class */
.bwprso_searchform .bwprso-select2 .select2-search__field {
	margin-top: 2px !important;
}

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

.bwprso_searchform * {
	box-sizing: border-box;
	font-size: 13px;
}

.bwprso_searchform input[type="text"], .bwprso_searchform select {
	width: 230px !important;
	height: 35px;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	background-color: #FFF;
	margin-right: 30px;
	margin-bottom: 10px !important;
	padding-left: 7px;
}

.bwprso_searchform input::-webkit-input-placeholder { color: #444; }
.bwprso_searchform input:-moz-placeholder { color: #444; opacity: 1; }
.bwprso_searchform input::-moz-placeholder { color: #444; opacity: 1; }
.bwprso_searchform input:-ms-input-placeholder { color: #444; }

.bwprso_searchform .search_btn {
	background-color: #000099;
	color: white;
	border: 0;
	height: 35px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
	border-radius: 4px;
}

.bwprso_searchform .search_btn:hover {
	color: #000;
}

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


/* ---------------- */
/* PROPERTY RESULTS */
/* ---------------- */

.bwprso-property-results {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.bwprso-property-result {
	width: 32%;
	background-color: white;
	margin-bottom: 20px;
	color: #000099;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.bwprso-property-result a { color: #000099; }

.bwprso-property-result .photo-wrapper {
	position: relative;
	background-size: cover;
	width: 100%;
	height: 210px;
	transition: opacity linear 0.1s;
}

.bwprso-property-result:hover .photo-wrapper { opacity: 0.7; }

.bwprso-property-result img.photo {
	width: 100%;
	max-height: 210px;
}

.bwprso-property-result .photo-wrapper span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	font-size: 15px;
}

.bwprso-property-result .details {
	text-align: center;
	padding: 10px;
}

.bwprso-property-result .details button {
	display: none;
	margin-top: 8px;
	background-color: #000099;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.bwprso-property-result .details .price {
	font-size: 18px !important;
	color: #000099 !important;
	font-weight: 400;
	letter-spacing: 0px;
}

.bwprso-property-result .details .location {
	font-size: 19px !important;
	color: #28282a !important;
	letter-spacing: 0.3px;
	font-weight: 500 !important;
	line-height: 35px;
}

.bwprso-property-result .details .bedline {
	font-size: 11pt !important;
	color: #7d7d7d !important;
	min-height: 31px;
	margin-top: 8px;
}

.bwprso-property-result h2 {
	font-size: 12px !important;
	letter-spacing: 0.7px !important;
	font-weight: 400 !important;
	margin: 10px 0 0 0;
	color: #7e7e7e !important;
	text-transform: uppercase;
}

.bwprso-property-result p { margin: 0; }

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

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

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

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

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

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

.bwprso-propertydetail-heading {
	font-size: 21pt;
	color: #000099;
}

.bwprso-propertydetail-description {
	margin-top: 15px;
	font-size: 15px;
	letter-spacing: 0.3px !important;
	color: #000099 !important;
	line-height: 170%;
	display: block;
}

.bwprso-propertydetail-featuretitle {
	float: left;
	display: block;
}

.bwprso-propertydetail-feature {
	margin-left: 25px !important;
	font-size: 14px;
	line-height: 18px;
	/* ⚠️ Consider hosting this image locally instead */
	list-style-image: url('http://digitalmarket.com.py/img/checkmark.png') !important;
}

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

/**
 * Tabs Container
 */
.tabs-container {
	padding: 0rem;
}

/**
 * Tabs Block
 */
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: left;
}

.tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
}
.tabs label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem;
	margin-right: 0.0625rem;
	cursor: pointer;
	background-color: #000099;
	color: #fff;
	border-bottom: 1px solid #cccccc;
	font-family: inherit;
	font-size: inherit;
	font-weight: 500;
	transition: background-color ease 0.3s;
}

.tabs label .material-icons {
	margin-right: 0.3rem;
}
.tabs .tab {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	display: none;
	padding: 1rem 2rem;
	color: #000;
	background-color: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs .tab > *:not(:last-child) {
	margin-bottom: 0.8rem;
}

.tabs [type=radio] {
	display: none;
}

.tabs [type=radio]:checked + label {
	background-color: #fff;
	color: #000099;
	border-top: 4px solid  #000099;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
	margin-right:3px;
}

.tabs [type=radio]:checked + label + .tab {
	display: block;
}
@media (min-width: 768px) {



	.tabs-container {
		padding: 4rem 4rem;
	}

	.tabs label {
		order: 1;
		width: auto;
	}

	.tabs .tab {
		order: 9;
	}

	.tabs [type=radio]:checked + label {
		border-bottom: none;
	}
}
@media (min-width: 992px) {

	.tabs {
		width: 800px;
	}
}




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

.bwprso-propertydetail-subheading { font-size: 15px; font-weight: bolder; }

.bwprso-feature-block {
	width: 33%;
	float: left;
}

.bwprso-pagination a {
	display: block;
	float: left;
	padding: 0 16px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	background-color: #EDEDED;
	color: #4B4B4B;
}

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

.bwprso-pagination a:hover { background-color: #000099; }

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

table#property-results.c3 td { width: 33.33%; }
table#property-results.c4 td { width: 25%; }
table#property-results.c5 td { width: 20%; }
table#property-results.c6 td { width: 16.66%; }

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


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

.bwprso-contactform-sent {
	padding: 10px 15px;
	background-color: #000099;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 25px;
}

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

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


.bwprso-property-details-left {
	float: left;
	width: 60%;
	padding: 15px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	border: 1px solid #d9d9d9;
}

.bottom-part {
	padding: 15px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	border: 1px solid #d9d9d9;
	margin-top: 10px;
}

.bwprso-property-details-left .fotorama { margin-top: 15px; }

.bwprso-property-details-header {
	width: 100%;
	line-height: 30px;
	padding: 5px 15px;
	background-color: #efefef;
	color: #383838;
	font-size: 0.9em;
	border: 1px solid #cdcdcd;
}

.bwprso-property-details-price-bar {
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #ad9964;
}

.bwprso-property-details-contact {
	float: right;
	width: 39%;
	border: 1px solid #d9d9d9;
	padding: 15px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.bwprso-search-form-wrapper {
	border: 1px solid #c6c6c6;
	padding: 20px;
	max-width: 400px;
}

@media(max-width: 1180px) {
	.bwprso_searchform_right { padding-top: 45px; }
	.bwprso_searchform_propertyTypes + span,
	.bwprso_searchform_bedrooms + span,
	.bwprso_searchform_bathrooms + span,
	.bwprso_searchform_maxPrice + span { margin-top: 10px; }
}

@media(max-width: 1023px) {
	.bwprso_searchform_right { padding-top: 28px; }
	.bwprso_searchform_minPrice + span,
	.bwprso_searchform_maxPrice + span {
		width: 100%;
