/* image Hover */
.custom-blog-list-image-container {
  height: 260px; 
  overflow: hidden;
}
/* .custom-blog-list-image-container img {
transition: transform .5s ease;
}
.custom-blog-list-image-container:hover img {
transform: scale(1.5);
} */
/* image hover end */
.dynamic-custom-blog-listing ul li:nth-child(even){
  margin-top:125px;
}
.dynamic-custom-blog-listing-link{
  width:90%;
  margin:0;
}
.dynamic-custom-blog-listing ul li{
  list-style-type:none;
}
.blog-list-content{
  border: 1px solid #f5f5f5;
  min-height:540px;
  min-width:485px;
}
.dynamic-custom-blog-listing-link:hover .blog-list-content{
  border: 1px solid #dad9d9;
  box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.off-anim {
  transform: translate(-50%, -50%);
  position: absolute;
  top:50px;
  left: 50%;
  width: 100%;
  text-align: center;
}

.anim-link {
  background: none;
  border: none;
  padding: 10px;
  font-size: 20px;
  position: relative;
  color:#000;
}
.off-anim a:after {
  transform: translateY(-50%);
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 70%;
  background-color: transparent;
  position: absolute;
  left: -3px;
  top: 56%;
  z-index: -1;
  transition: 0.3s ease;
  border:1px solid #0078ae;
}

.off-anim a:hover:after {
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 5px;
}
.blog-list-image-style{
  height:282px;
}

@media only screen and (max-width: 600px){
  .dynamic-custom-blog-listing ul li:nth-child(even){
    margin-top:0px;
  }
  .dynamic-custom-blog-listing-link{
    width:100%;
  } */
  .dynamic-custom-blog-listing ul{
    padding-left:5px!important;
  } 
  .blog-custom-list-post-item{
    margin-bottom:20px;
  } 
  .blog-list-image-style{
    height:180px;
    width:100%;
  }
  .custom-blog-list-image-container {
    height: 190px; 
  }
  .blog-list-content{
    border: 1px solid #f5f5f5;
    min-height:auto;
    min-width:100%;
  }
  .dynamic-custom-blog-listing {
    padding-left:10px !important;
    padding-right:10px !important;
  }
  #blog-custom-list-post-container{
  padding-left:0px !important;
  }
}
