.my-post-title::before{
    border-left: 5px solid #63e566;
    content: "";
    position: absolute;
    left: 5px;
    height: 31px;
}
.blog-sidebar .search-box .search-container .form-group .input-group .input-group-addon {
    background: #f2f2f2;
    border: none;
    border-radius: 0px;
    height: 40px;
    padding: 5px;
}
.blog-sidebar .search-box .search-container .form-group .input-group .form-control {
    display: block;
    width: 88%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #f2f2f2;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.posts-thumbs img{
    object-fit: cover;
    height: 465px;
    object-position: center top;
}
.media-left img{
    object-fit: cover;
    height: 70px !important;
    object-position: center top;
    margin-bottom: 10px;
}
.blog-picture img{
    object-fit: cover;
    height: 465px;
    object-position: center top;
}
.del_button{
    position: relative;
    
}
.magnific-img a img{
    object-fit: cover;
    height: 242px;
    object-position: center top;
}
.gallery-project{
    background: #012c40 !important;
    padding: 3px 12px;
    z-index: 160;
    margin-top: -5px;
}
.gallery-project a{
    color: #fff;
}

