/* POSTCODE */

@media screen and (min-width: 380px) {
  .postcode {
  width: 264px !important;
}
}

input.postcode  {
  letter-spacing: 0em !important;
  font-size: .9em;
    line-height: 1.7em;
    margin: 2.4em 0;
    text-transform: none !important;
    border:1px solid #f3f5f7;

    color: #7cbb43;

}

input.postcode::placeholder {
  color: #999999;
}

input.postcode:focus {
  border:1px solid #7cbb43;
  color: #7cbb43;
}

.postcode-geolocate {
  background-size: 100% 200% !important;
  background-position: 0 100%;
  left:-5px !important;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.postcode-geolocate.typing {
  background-position: 0 0;
}


.postcode-geolocate.loading:before, .loading-div {
 /* display: none !important;*/
}


.postcode-geolocate.trigger-clear {
  background-size: 100% 100% !important;
}

/* FIX LOGO SIZE ON SUPPLIER CARDS */

.supplier-card .turf-card-logo {
/*    background-size: 50% !important;*/
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.filter-results .results-contain .turf-card-feature-wrap li
{
  padding-left: 27px;
}
/* FIX CENTERING ISSUE */

.filter-results .results-contain li {
  text-align:left;
}

/* LIST STYLES */

.turf-content ul {
    text-align: left;
    background-color: #fff;
    border: 30px solid #fff;
    border-radius: 10px;
    padding-right: 30px;
    width: fit-content;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .home .turf-search-result-wrapper
  {
    min-height: 451.5px;
  }
}

@media screen and (max-width: 414px) {
 

  .turf-content ul { 
      border: 30px solid #fff;
      border-radius: 10px;
      padding-right: 0px; 
      padding-left: 15px; 
  }

 
}





