/* Content box 0 */
/*
Card search width in search_list_x.css
*/
.img-card-search-list {
  max-height: 321px;
  height: 40vh;
}

.img-card-search {
	position: relative;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 3%);
	border-radius: 8px;
}

.card-search_list .img-card-search {
	border-radius: 8px 0px 0px 8px;
}

.img-card-search a img {
	max-width: 100%;
	transform: scale(1.05);
  height: 20em;
  vertical-align: middle;
	transition: all .2s ease-in-out;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.img-card-search a img {
		height: auto;
	}
}


.img-card-search a img:hover {
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.15);
}


.page-item {
  cursor: pointer;
}

.text-card-search {
  position: relative;
	text-align: left;
	color: #212529;
	background: #fff;
	padding: 20px;
	line-height: 1.8em;
}

.text-card-search-list {
  position: relative;
  text-align: left;
  color: #212529;
  background: #fff;
  line-height: 1.8em;
	min-height: 10em;
	box-shadow: 0 0 4px 2px rgb(0 0 0 / 3%);
	padding: 3% !important;
}

.address-text-card-search {
  font-size: 0.9em;
  overflow: hidden;
}

.address-text-card-search-list {
  color: #5f5f5f;
  font-size: 0.9em;
  letter-spacing: -.6px;
  line-height: 1.3;
  margin: 0 16px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.2em;
}

.desc-text-card-search-list {
  color: #5f5f5f;
  font-size: 15px;
  letter-spacing: -.6px;
  line-height: 1.6;
  margin: 0 16px 0 0;
  max-width: 625px;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 1em;
}

.orderPropertySearched {
  border-color: #dce0e0;
}

.price-text-card-search {
  display: inline-block;
  margin: 0;
  position: relative;
  white-space: nowrap;
  color: #353535;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  text-align: left;
}

.price-text-card-search-list {
  font-size: 18px;
	font-weight: 500;
}

.title-text-card-search {
  color: #5f5f5f;
  font-size: 17px;
  letter-spacing: -.6px;
  line-height: 1.3;
  margin: 0 16px 0 0;
  max-width: 625px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.2em;
}

.card-search_list .title-text-card-search {
	font-weight: 700;
}

.features1-text-card-search {
  padding-top: 0.2em;
  color: #535151;
}

.inmotek-pagination-bar {
  min-height: 5vh;
}

.inmotek-pagination-bar  > .toggle {
  position: absolute;
  top: 0;
  right: 2em;
  display: none;
  width: 5em !important;
}

.set-animation-play-light {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-name: play_light;
  animation-timing-function: cubic-bezier(.77,0,.18,1);
}

@keyframes play_light {
  0%   {filter: contrast(200%);}
  50%  {filter: contrast(0);}
  100% {filter: contrast(200%);}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  .inmotek-pagination-bar  > .toggle {
    display: inline-block;
   }
}

.item-tool span {
    color: #6c757d;
    transition: .2s;
    cursor: pointer;
    font-size: 16px;
    text-align: center
}


.orderPropertySearched button {
	border: 0px;
  padding: 0px;
  margin: 0px;
}

.card-search .img-card-layer {
	transition: all .2s ease-in-out;
	width: 100%;
	height: 20em;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

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

#results_map {
  z-index: 1;
}