.location-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 1em;
    position: relative; 
  }
  
  .location-container article{
    /*display: none;*/
  }

  .location-container .col-lg-3{
    height: auto;
  }
  
  
  /* 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-location .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; }
  
  .jit-location-item {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    min-width: 220px;
    height: 350px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .jit-location-item:hover,
  .hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  }
  .jit-location-item:hover .thumbnail img,
  .hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
  }
  .jit-location-item .thumbnail {
    background: #000000;
    /*height: 200px;*/
    border-radius: 6px;
    overflow: hidden;
  }
  .jit-location-item .thumbnail img {
    height: 200px;
  }
  .jit-location-item .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #e74c3c;
    width: 55px;
    height: 55px;
    padding: 12.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .jit-location-item .thumbnail .date .day {
    font-size: 18px;
  }
  .jit-location-item .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
  }
  .jit-location-item .thumbnail img {
    display: block;
    width: 120%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .jit-location-item .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 30px;
    height: 150px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  }
  .jit-location-item .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #e74c3c;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .jit-location-item .post-content .title {
    margin: 0;
    padding: 0 0 20px;
    color: #333333;
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 700;
  }
  .jit-location-item .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #e74c3c;
    font-size: 20px;
    font-weight: 400;
  }
  .jit-location-item .post-content .description {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
	min-height:54px;
  }
  .jit-location-item .post-content .post-meta {
    margin: 20px 0 0;
    color: #666666;
  }
  .jit-location-item .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
  }
  /*.jit-location-item .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
  }*/
  .llink {
    color: #303133 !important;
    text-decoration: none;
  }
  .llink:hover {
    color: #f2853d !important;
    text-decoration: none;
  }

  .jitgrid-map-container{
    width:100%;
    height: 700px;
  }

.jitlocation-map-info{
    width: 150px;
  }

  .jitlocation-map-info img{
    width: 150px;
  }
  .jitlocation-map-info h4{
    margin:0;
    font-weight: normal;
    font-size: 15px;
  }
  .jitlocation-map-info h3{
    margin:0;
    font-weight: normal;
    font-size: 12px;
  }
  .jitlocation-map-info a h3{
	  color:#f2853d;
  }
.jitlocation-map-info a h3:hover{
	  color:#000000;
  }
.officespadd{
padding-left:20%;
}



  /* for touch screen devices */
  @media (hover: none) { 
    .location-title {
      opacity: 1;
    }
    .location-image img {
      /*filter: blur(2px);*/
    }
  }