/****************************/
/* Archive page styles */
/****************************/

.fullwidth_content{
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.archive-search-bar .inner-form {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
	margin-top:20px;
  margin-bottom: 10px;
}

span.search-result-small-text {
  font-style: italic;
}

.search-result-small-text, .search-tags-container {
  display: inline-block;
  letter-spacing: 0.5px;
}

.search-tags-container {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0,0,0,.2);
}

.archive-search-bar {
  position:relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:70px;
}

.establishment_search {
  background: #333;
}

.inner-form .input-field {
  height: 58px;
}

.inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 32px;
  font-size: 16px;
  color: #555;
}

.inner-form .input-field input:hover, .inner-form .input-field input:-moz-placeholder {
  color: #888;
  font-size: 13px;
}

.input-field.country-wrap, .input-field.region-wrap {
  width:25%;
  border-right:1px solid rgba(0,0,0,.1);
  position:relative;
}

.input-field.country-wrap select, .input-field.region-wrap select, .zf-form-sBox {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  height:58px;
  width:calc(100%);
  padding-left:20px;
  padding-right: 40px;
  z-index:5;
  position: relative;
  background: none;
}

.zf-form-sBox {
  border:1px solid rgba(0,0,0,.1) !important;
  color:#333;
}

.input-field.country-wrap:after, .input-field.region-wrap:after {
  content:'\f0d7';
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  position:absolute;
  top:19px;
  right:20px;
  opacity:0.6;
  z-index:1;
}


.input-field.country-wrap select, .input-field.keyword-wrap input, .input-field.region-wrap select {
  font-family: Montserrat;
  font-size:13px !important;
  font-weight:400;
  color:#394451;
  text-align:left;
}

.inner-form .input-field.input-field.keyword-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.inner-form .input-field.button-wrap {
  width:58px
}

.inner-form .input-field.button-wrap .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  color: #fff;
  border: 0;
  cursor: pointer;
  background: rgb(249, 113, 80,0.8);
transition: all .2s ease-out, color .2s ease-out;
}

.inner-form .input-field.button-wrap:hover .btn-search {
  background: rgb(249, 113, 80,1);
}

.inner-form .input-field.button-wrap .btn-search svg {
  width:18px
}

.search-for-text {
  position:absolute;
  letter-spacing: 1px;
  color: #ffffff;
  left:10px;
}

.clear-seach-button {
  float:right;
  display: none;
  background: #C5AF96;
  border: 0;
  outline: none !important;
  padding: 8px 13px;
  letter-spacing: 1px;
  color: #fff !important;
  border-radius: 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
}

/** MAIN CONTENT **/
.establishment_archive {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top:2em;
  margin-bottom:2em;
}

.establishment_archive .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: 1fr;
  gap: 10px 10px;
  margin-top: 20px;
}

.listing-block-link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.img-holder a img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}

.listing-block-wrapper {
  overflow: hidden;
  position: relative;
  background: #000;
}

.listing-block-wrapper .img-holder {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.listing-block-wrapper:hover .img-holder {
  opacity: .55;
}

.block-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: unset;
  bottom: 0;
  top: 0;
  z-index: 1;

  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.95) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.95) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  transition: all 0.6s ease-in-out;
}

.text-holder {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  transition: all 0.2s ease-in-out;
}

.text-holder h4 {
  font-size: 16px !important;
  color: #64a5b2 !important;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 80%);
}

.text-holder .listing-price-tag {
  font-weight: 900;
  color: #fff;
  font-size: 28px;
}

.text-holder span.small-from-tag, .text-holder span.pppn-tag {
  font-size: 12px;
  font-weight: 100;
  color: #fff;
}

.text-holder span.small-from-tag {
  vertical-align: top;
  display: inline-block;
  margin-top: 5px;
}

.text-holder .no-price-tag {
  letter-spacing: 1px;
  color: #fff;
  margin-top: 5px;
  font-weight: 900;
  font-size: 28px;
}

span.listing-location {
  font-size: 0.9em;
  letter-spacing: 1;
  color: #999;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}

.listing-block-wrapper:hover .text-holder {
  padding: 1.5em;
}

.establishment-search-navigation {
  text-align: right;
  text-transform: uppercase;
  margin-top: 2em;
}

.page-count {
  font-size: 12px;
  opacity: 0.5;
  float: left;
  text-transform: uppercase;
  padding-top: 5px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-right: 20px;
}

.page-numbers.current {
	color: #64a5b2;
}

.page-numbers {
  font-weight: 400;
  margin-right: 5px;
  margin-top: 5px;
  cursor: pointer;
}
