
/* start home search style */

body .searchContiner {
  background: #fff ;
  box-shadow: rgba(0,0,0,.1) 0 7px 20px;
  border-radius: 2px;
  padding: 10px 10px 10px;
  min-height:190px;
}

.searchContiner .searchLocation {
  list-style: none ;
  padding-left: 5px;
}

.searchContiner .searchLocation li {
  display: inline-block;
  font-size: 16px ;
}

.searchLocation > li > strong {
  font-family: "Poppins", sans-serif;
}

.searchContiner .searchLocation li a {
	display: block;
  padding: 5px 12px;
  color: #135086;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.property-search-form .control label {
  font-weight: 400 !important;
  color: #000;
  margin: 0 !important;
  font-size: 14px;
  padding-bottom: 5px;
}
.property-search-form .control input, .property-search-form .control select, .property-search-form .control textarea {
  margin: 0 !important;
  border: 1px solid #d4d9dc !important;
}

.property-search-form input[type="submit"] {
  background: #03588a;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  margin-top: 31px;
  border: 1px solid #03588a;
  height: 42px;
  line-height: 1;
  width: 97%;
  transition: .3s;
  margin-left: 3%;
}

.property-search-form-default .control select, 
.property-search-form-luxe .control select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  border: 1px solid #cfd8dc;
  background: url(/app/uploads/2021/08/dropdown_arrow.png) 96% center no-repeat #fff;
  color: #111;
  padding: 12px 7px;
  font-size: 14px;
}


@media(min-width:992px) {	
  .property-search-form input[type="submit"] {
    cursor: pointer;
    position: absolute;
    max-width: 112px;
    right: 0;
    top: 28px;
    margin: 0;
  }
  
	.control-location {
		min-width: 180px
	}
	.property-search-form {
		display: flex;
		flex-wrap: wrap;
		padding-right: 120px;
		position: relative
	}
	.property-search-form .control label {
		padding-bottom: 0
	}
	.property-search-form input[type=submit] {
		cursor: pointer;
		position: absolute;
		max-width: 112px;
		right: 0;
		top: 28px;
		margin: 0
	}
	.property-search-form .control {
		display: inline-block;
		flex: 1
	}
	
	.property-search-form .control {
		  padding: 0 5px !important;
		}

	
}

.property-search-form input[type="submit"]:hover {
  background: #000;
  border: 1px solid #000;
}

@media (max-width: 991px) {
	
  .property-search-form {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  
  .property-search-form input[type="submit"] {
    margin: 10px 5px 5px;
    width: 100%;
  }
  
  .property-search-form .control {
    width: 33.3333%;
    flex-grow: 1;
    margin-bottom: 15px;
	padding: 0 5px !important;
  }
  
}/* max-width: 991px */

@media (max-width: 575px) {
	
  .property-search-form .control {
    flex-grow: 1;
    margin-bottom: 15px;
  }   
  
}/* max-width: 575px */


/* end home search style */



#home_p_box .title {
  background: #03588a;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
}

#home_p_box .orange_bg {
  background: #ffa200;
}

#home_p_box .green_bg {
  background: #83d73b;
}

.view-details-text, #home_p_box .green_bg, #home_p_box .orange_bg, .property_box .thumbnail .flag {
  color: #000;
}
body .properties {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
#field_11_7, #field_5_3, .clear {
  clear: both;
}

.property_box .feature-image img {
  width: 100%;
  min-height: 180px;
  object-fit: cover;
  max-height: 180px;
  transition: .3s;
}

#home_p_box .properties {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
#home_p_box .property_box {
	-webkit-box-flex: 0;
	-webkit-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	max-width: 50%;
	padding-left: 5px;
	padding-right: 5px
}
#home_p_box .p_content .price {
	font-size: 15px;
	margin-right: 15px;
	font-weight: 600;
  color: rgb(3, 88, 138);
}
#home_p_box .property_box .region {
	font-size: 13px;
	background-size: 12px;
	line-height: 1.4;
	padding-left: 26px;
	width: auto
}
#home_p_box .beds {
	width: auto;
	margin-right: 5px
}
.property_box .thumbnail .flag {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  font-size: 13px;
  box-sizing: border-box;
  padding: 7px 20px;
  top: 0;
  left: 0;
}

.ref-number, .view-details-text {
  bottom: 0;
  font-size: 12px;
  padding: 5px 9px;
  position: absolute;
  z-index: 1;
}
.view-details-text {
  background-color: #83d73b;
  right: 0;
}
.p_title {
  line-height: 1.4;
  margin-bottom: 5px;
  font-size: 18px;
  padding: 20px 10px 10px;
    padding-left: 10px;
  font-family: "Poppins", sans-serif,sans-serif;
  color: #03588a;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}
.p_title a {
  color: #03588a;
  box-shadow: none ;
}
.ref-number {
  background: #03588a;
  color:#fff;
}

.thumbnail, .wp-caption {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  position:relative;
}

.bathbed span, .property_box .box .thumbnail a.feature-image, body.single-property .leftcontent_spot .images {
  position: relative;
}

.property_box .box .thumbnail a.feature-image {
  overflow: hidden;
  display: block;
}

#enqModal .modal-content, .g_box .g_img, .p_tab, .p_title, .transposh-2 {
  overflow: hidden;
}

#home_p_box .p_content, #home_p_box .p_title, .property_box {
  padding-left: 5px;
}

.bathbed, .p_content {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.property_box .thumbnail .flag {
  background: #83d73b;
}
.bathbed {
  padding-bottom: 12px;
  padding-top: 5px;
  font-size: 13px;
  line-height: 23px;
}
#home_p_box .bathbed {
  padding-left: 5px;
}

.p_content .price {
  float: left;
  width: 33%;
  
}
.p_content .clear {
  width: 100%;
}

.region {
  float: left;
  color: #000;
  text-transform: none;
  padding-left: 30px;
  font-size: 13px;
  line-height: 23px;
  background: url(/app/uploads/2021/06/property-marker-icon.png) 10px 0/16px no-repeat;
    background-size: 16px;
  font-family: "Poppins", sans-serif;
}


.locationInterlinking li:first-child, .placetoVisit li {
  padding-left: 0;
}
.propertyhive-pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.propertyhive-pagination ul li {
  display: inline-block;
}



.page-numbers .nav-links .page-numbers, .page-numbers li a, .page-numbers li a:hover, .page-numbers li.active a, .page-numbers li.disabled, .page-numbers.current {
  background-color: #03588a;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px 10px;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
}

.navigation li a:hover, .navigation li.active a, .page-numbers .nav-links .page-numbers.current, .page-numbers .nav-links .page-numbers:hover, .page-numbers li a:hover, .page-numbers.current {
  background-color: rgb(131,215,59);
  color: #fff;
}

.propertyhive-pagination {
  padding: 20px 15px;
}

@media (max-width: 991px) {
  .atomic-secondary-heading {
    font-size: 38px;
  }
  
}

@media (max-width: 575px) {
	.atomic-secondary-heading {
    font-size: 28px;
  }
  
  #home_p_box .property_box {
    flex: 100%;
    max-width: 100%;
  }
   .sub_headline {
    font-size: 28px;
    line-height: 1.2;
  }
  .atomic-secondary-heading {
    font-size: 28px!important;
  }
}



.location_list  .property_box ,
.template-property-for-sale-location-new  .property_box {
  -webkit-box-flex: 0;
  -webkit-flex: 33.33%;
  -ms-flex: 33.33%;
  flex: 33.33%;
  max-width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
}

.locationInterlinking li {
  display: inline-block;
  padding: 10px 5px;
    padding-left: 5px;
}

.locationInterlinking li a {
  background: #fff;
  padding: 10px 15px;
 border: 1px solid #03588a;
  color: #03588a;
  border-radius: 30px;
  font-size: 15px;
  text-transform: capitalize;
}
.locationInterlinking li a:hover {
  background: #1b80b5;
  color: #fff;
  border: 1px solid #03588a;
}

.location_list  .property_box ,
.template-property-for-sale-location-new  .property_box {
  -webkit-box-flex: 0;
  -webkit-flex: 33.33%;
  -ms-flex: 33.33%;
  flex: 33.33%;
  max-width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
}


@media (max-width: 991px) {
  .location_list .property_box {
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  
}

@media (max-width: 575px) {
  .location_list .property_box {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .propertyhive-pagination ul li{
  margin-bottom: 10px;}
  
}


body.search .card h2, h5 {
  font-size: 18px;
}

/* end home listing style */


.placetoVisit a {
  display: block;
  padding: 5px 0;
}

.placetoVisit {
  margin-bottom: 30px;
  margin-left: 0px;
}

@media (min-width: 480px) {
  body.post-type-archive-property .location_list > h2,
  body.page-template-property-search-page .location_list > h2 {
    float: left;
    padding-top: 10px;
  }

  body.page-template-property-search-page .propertyhive-ordering {
    float: right;
  }
}

@media (min-width: 768px) {
  .propertyhive-ordering h2 {
    float: left;
  }
}
.propertyhive-ordering select {
  width: 175px;
  margin-left: auto;
}



@media (min-width: 480px) {
  body.post-type-archive-property  h2 {
    float: left;
   padding-top: 10px;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 12px;
  }
	
	  body.post-type-archive-property .propertyhive-ordering
{
    float: right;
  }

 
}

 body.post-type-archive-property .property_box
{
  -webkit-box-flex: 0;
  -webkit-flex: 33.33%;
  -ms-flex: 33.33%;
  flex: 33.33%;
  max-width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 991px) {
  body.post-type-archive-property .property_box
{
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
	body.post-type-archive-property  h2 {
		margin-bottom:20px;
	}
	
   body.post-type-archive-property .property_box
{
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
	#top .control-currency select, #top .gtranslate_wrapper select {
		padding-top:0px!important;
		box-sizing:border-box;
	}
}
