/* -------------- */
/*  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: #21759b !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 { /* WebKit, Blink, Edge */
    color:    #444;
}
.bwprso_searchform input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #444;
   opacity:  1;
}
.bwprso_searchform input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #444;
   opacity:  1;
}
.bwprso_searchform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #444;
}

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

.bwprso_searchform .search_btn:hover {
	/* background-color: #; */
	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: #21759b;
	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: #393939;
}

.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: #21759b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

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

.bwprso-property-result .details .location {
	/*font-weight: bold;*/
	font-size: 19px !important;
	color: #28282a !important;
	letter-spacing:0.3px;
	font-weight:500!important;
	line-height:35px;
	
}
.bwprso-property-result .details .bedline {
	/*font-weight: bold;*/
	font-size: 11pt !important;
	color: #7d7d7d!important;
	min-height: 31px;
	margin-top:8px;
	
}

.bwprso-property-result h2 {
	font-size: 12px !important;
	ketter-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: #4c4c4e;
}

.bwprso-propertydetail-description {
	font-size:15px;
	letter-spacing:0,3px !important;
	color: #4c4c4e !important;
	line-height: 15px;
	display: block;
	line-height:170%;
	
}

.bwprso-propertydetail-featuretitle {
	float: left;

	display: block;
}

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

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

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

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

.bwprso-pagination a {
	text-decoration: underline;
}




.bwprso-pagination {

}

.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: #21759b;
	color: #FFF;
}

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

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

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

	background-color: #21759b;

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

.bwprso-propertydetail-description {
	margin-top: 15px;
	font-size: 15px;
	color: black;
	line-height: 25px;
	display: block;
	
}

.bwprso-propertydetail-featuretitle {
	float: left;

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

@media(max-width: 1023px) {
	.bwprso_searchform_right {
		padding-top: 28px;
	}
	
	.bwprso_searchform_minPrice + span {
		width: 100%;
		margin-top: 10px;
	}
	
	.bwprso_searchform_maxPrice + span {
		width: 100%;
		margin-top: 10px;
		margin-left:-1px;
	}
	.bwprso_searchform_propertyTypes + span {
		margin-top: 10px;
		margin-bottom:10px;
	}
}

@media(max-width: 1000px) {
	.bwprso_searchform_computers {
		display: none;
	}
	
	
	
	.bwprso_searchform_ref {
		width: 100%;
	}
	
	.bwprso_searchform_mobile .select2-container {
		
		margin-top: 10px;
	}

	table#property-results td:first-child img {
		min-height: initial;
	}
}

@media(max-width: 730px) {
	table#property-results td {
		display: block;
	}
}
@media(max-width: 730px) {
	.bwprso-property-result {
	width: 100%;
	background-color: white;
	margin-bottom: 20px;
	color: #393939;
	border: 1px solid #e6e6e6;
}

}

@media(max-width: 642px) {
	.bwprso-property-details-left {
		width: 100%;
	}

	.bwprso-property-details-contact {
		width: 100%;
	}
}

/*V6 changed added May 2022*/

/*PROPERTY DETAILS*/
.details_container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.prop_element {
  border: 1px solid #cccccc;
  background-color:#efefef;
}


/*.column {
  float: left;
   margin-bottom: -10000px;
   padding-bottom: 10000px;
  /*width: 50%;
  display: table-cell; /* Make elements inside the container behave like table cells */
/*}

/* Clear floats after the columns */
/*.row:after {
  content: "";
  display: table;
  clear: both;
}*/

.bwprso-prop-summary-left {
		width: 98%;
		padding:15px;
		line-height:25px;		
		
	}
.bwprso-prop-summary-right {
		width: 98%;
		padding:15px;
	}
.bwprso-prop-summary-title {
		font-size:16px;
		font-weight:bold;
		border-bottom: 1px solid #fff;
		padding:7px;		
	}
.bwprso-prop-summary-map {
		margin-top:15px !important;
		width: 98%;
		padding:15px;
		line-height:25px;		
		
	}

.navigation .nav-links a:hover, .bttn:hover, button {
	color: #444;	
}

/* changing color of arrow button of multi select */
.ui-multiselect::after {
  position: absolute;
  content: "▾";
  right: 0;
  top: 0;
  bottom: 0;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #21759b !important;
  font-size: 1rem;
  color: #FFF;
}

/* Hover color of .ui-multiselect item */
label.ui-state-hover {
  background-color: #21759b !important;
  color: #FFF;
}
/**
 * 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: #21759b;
	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: #21759b;
	border-top: 4px solid  #21759b;
	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: 0rem 0rem;
		margin-left: -20px;
		margin-top:-8px;
	}

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

/******

Property results page favorite button

******/

.bwprso-fav-output
{
	text-align: center;
	padding:5px 0px;
}
.fav-add .fa
{
	color:#28282a;
	font-size:24px;
}

.fav-add span
{
	color:#28282a;
	font-size:16px;
	margin-top:-5px;
}

.fav-added .fa
{
	color:#ff0000;
	font-size:24px;
}


.fav-added span
{
	color:#ff0000;
	font-size:16px;
	margin-top:-5px;
}


/******

Property details page favorite button

******/

.bwprso-details-add-to-fav
{
	display:inline-block;
	margin-left:5px;
	cursor:pointer;
	
}

.bwprso-details-fav-output
{
	text-align: center;
	padding:5px 0px;
}
.fav-details-add .fa
{
	color:#28282a;
	font-size:24px;
}


.fav-details-added .fa
{
	color:#ff0000;
	font-size:24px;
}

/* featured property listing button */
.bwprso-listing
{
margin-top:20px;
width:100%;
	display: flex;
  align-items: center;
  justify-content: center;
}

/* contact form */
#captcha-error
{
	color:white;
	background-color:red;
	padding:5px 0px 5px 5px;
	font-size:1.2em;
}