.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 1em;
  }
  
  .grid-container article{
    /*display: none;*/
  }
  
  
  /* hover styles */
  .location-listing {
    position: relative;
  }
  
  .location-image {
    line-height: 0;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    overflow: hidden;
  }
  
  .location-image img {
    /*filter: blur(0px);
    transition: filter 0.3s ease-in;*/
    transform: scale(1.1);
  }
  
  .location-image:hover {
    -webkit-filter: none;
    filter: none;
  }
  
  .location-title {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .9s;
    background: rgba(90,0,10,0.4);
    color: white;
    
    /* position the text in t� middle*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .location-listing:hover .location-title {
    opacity: 1;
  }
  
  .location-listing:hover .location-image img {
    /*filter: blur(2px);*/
  }
  
  .newt-location-member {
    display: none;
  }
  .newt-location-grid .lazyload{
          display: block;
  }
  
  .autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
  .autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
  .autocomplete-selected { background: #F0F0F0; }
  .autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
  .autocomplete-group { padding: 2px 5px; }
  .autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
  


.jitgrid-loc, .jitgrid-item{
  display: inline-block;
  position: relative;
  width: 250px;
  height: 250px;
  overflow: hidden;
}
.jitgrid-item .jitgrid-overlay{
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0, 0.5);
  height: 100%;
  width:100%;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.jitgrid-item:hover .jitgrid-overlay,
.jitgrid-item:hover .jitgrid-info{
  opacity: 1;
  visibility: visible;
}

.jitgrid-item .jitgrid-img{
  width: 100%;
  height: 100%;
  background-position: center center;
  transition: all .5s ease-in-out;
}
.jitgrid-item:hover .jitgrid-img{
  transform: scale(1.2);
}
.jitgrid-item .jitgrid-info{
  position: absolute;
  /*top:40%;*/
  bottom:10%;
  width:100%;
  margin: 0 auto;
  color: #fff;  
  text-align: center;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.jitgrid-item .jitgrid-info .jitgrid-title{
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;  
}
.jitgrid-item .jitgrid-info .jitgrid-subtitle{
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #fff; 
  text-transform: none; 
}
.jitgrid-item .jitgrid-info hr{
  width: 70%;
  margin: 10px auto;
}
.jitgrid-item .jitgrid-info .jitgrid-icons{
  margin: 0;
  padding: 0;
  list-style: none;
}
.jitgrid-item .jitgrid-info .jitgrid-icons li{
  display: inline-block;
  margin: 0 3px;
}
.jitgrid-item .jitgrid-info a{
  color: #fff;
  text-decoration: none;
}

.jitgrid-loc{
  height:350px;
}

.jitgrid-loc .jitgrid-info{
  margin: 0 auto;
  text-align: center;
}
.jitgrid-loc .jitgrid-info .jitgrid-title{
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
}
.jitgrid-loc .jitgrid-info .jitgrid-subtitle{
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-transform: none; 
}
.jitgrid-loc .jitgrid-info hr{
  width: 70%;
  margin: 10px auto;
}
.jitgrid-loc .jitgrid-info .jitgrid-icons{
  margin: 0;
  padding: 0;
  list-style: none;
}
.jitgrid-loc .jitgrid-info .jitgrid-icons li{
  display: inline-block;
  margin: 0 3px;
}
.jitgrid-loc .jitgrid-info a{
  text-decoration: none;
}
.bllink a{
	color:#303133 !important;
}
.bllink a:hover{
	color:#f2853d !important;
}
.us_custom_869bca11 {
    background: #EAEAEA no-repeat 50% / cover !important;
}
.us_custom_8965dd23 {
    background: #eaeaea !important;
}
.us_custom_645ac9ac {
    margin-top: -120px !important;
    padding-top: 80px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    box-shadow: 0px 55px 80px -40px #000000 !important;
}
.us_custom_62065b1e {
    border-top-width: 1px !important;
    border-color: #eaeaea !important;
    border-top-style: solid !important;
}
  /* for touch screen devices */
  @media (hover: none) { 
    .location-title {
      opacity: 1;
    }
    .location-image img {
      /*filter: blur(2px);*/
    }
  }