@media only screen and (min-width: 993px) {
  .image {
    width: 250px;
  }
}

.image-inner{
  width: 250px!important; 
}
.hs-search-results__featured-image{
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
}
.hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-results__listing li {
  margin: 0;
  padding: 0;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__prev-page {
  float: left;
}
.hs-search-results__next-page {
  float: right;
}
.results{
  display:flex;
  flex-direction: row;
  border: none;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
  margin-bottom: 1rem;
}

.result-text{
 padding: 24px 24px 0px 24px ; 
}

.hs-search-results__title{
  font-family: Lato, sans-serif;
  font-size: 20px;
  color: #000000;
}

.hs-search-results__description{
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: rgba(0,0,0,0.50)
}

.text{
  width:655px;
  height:173px;
  overflow: hidden;
}

.author-date{
  display:flex;
  flex-direction:row;
}

.meta-inner i {
  margin-top:8px;
  margin-right:5px;
}

.black-btn{
  border: none;
  background: #000000;
  color: #fff!important;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  text-align: center;
}

.button{
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
}

.meta-style{
  display:flex;
  flex-direction: row;
  justify-content:space-between;
  margin-bottom:10px;
  width:100%
}

.meta-inner{
  display:flex;
  flex-direction: row;
  font-size: 12px;
  text-align: center;
}

.hs-search-results__pagination{
  margin-bottom:30px;
  display:flex;
  justify-content:center;
}

@media (max-width: 767px){
  .image-from-result{
    height:400px!important;
    width: 162%!important;
  }
  .image-from-result img{
    object-fit: cover;
  }
  .image-inner{
    height:400px!important;
    width: 162%!important;
  }
  
  .text{
    width:100%;
    height:100%;
  }
  .results{
    overflow-x: hidden;
    display:flex;
    flex-direction: column!important;
    width 100%
    border: none;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    margin-bottom: 1rem;
  }
  .meta-style{
    flex-direction: column;
  }
  .button{
    display: block;
  }
  .result{
    display:flex;
  }
  .result-text{
  padding: 24px;
  }
}

@media (max-width: 821px){ 
  .image-from-result{
    height:400px!important;
    width: 244%!important;
  }
  .image-inner{
    height:400px!important;
    width: 244%!important;
  }
  .text{
    width:100%;
    height:100%;
  }
  .results{
    overflow-x: hidden;
    display:flex;
    flex-direction: column!important;
    width 100%
    border: none;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    margin-bottom: 1rem;
  }
  .meta-style{
    flex-direction: column;
  }
  .button{
    display: block;
  }
  .result{
    display:flex;
  }
  .result-text{
    padding: 24px;
  }
  .hs-search-results{
    margin-top: 70px;
  }
  .span3{
    margin-top: 70px;
  }
  .image-from-result img{
    object-fit: cover; 
  }
}
 

