/*
Theme Name: SARAI
Template: sputznik-core-wp-theme
Theme URI: http://sputznik.com
Description: Child theme for Sputznik.
Version: 1.0.0
Author: Stephen
Author URI: http://sputznik.com
*/
/*
.orbit-post-image{
  max-height: 350px;
  overflow: hidden;
}
.orbit-post-image img{
  max-width: 100%;
  height: auto;
  transition: transform 1s, filter 1s;
}


.orbit-post-image:hover img{
  transform: scale(1.5);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.orbit-post-desc h4{
  margin-top: 0;
  font-size: 22px;
}
.orbit-post-excerpt{
  font-size: 16px;
}
*/
a.read-more{
  color: #686868 !important;
  border-bottom: 1px solid #555d66;
  text-decoration: none;
  font-size: 18px;
  display: block;
  width:125px;
}


.sp-post-img{ overflow: hidden; max-height: 350px; }
.sp-post-img img{
  transition: transform 1s, filter 1s;
}
.sp-post-img:hover img{
  transform: scale(1.5);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.sp-post img{
  max-width: 100%;
  height: auto;
}
@media( min-width: 769px ){
  .sp-posts-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}


@media (min-width:769px){
  ul.list-stories li.orbit-article{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 30px;
  }
}
