﻿.block {
    float: left;
    padding: 6px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.blog-thumb > a img {
    float: left;
    width: 100%;
}
.blog-metas {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    width: 76%;
    left: 12%;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -ms-border-radius: 6px 6px 0px 0px;
    -o-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    padding: 12px 0;
    padding-bottom: 12px;
    padding-bottom: 0;
    z-index: auto;
    margin-bottom: -1px;
}
.blog-details {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 1.5rem;
    border: 1px solid #e8ecec;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -ms-border-radius: 0px 0px 6px 6px;
    -o-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    color: #fb236a;
}
.blog-thumb {
    float: left;
    width: 100%;
    position: relative;
}
.blog-details p {
    float: left;
    width: 100%;
    font-family: Open Sans;
    font-size: 13px;
    color: #888888;
    line-height: 24px;
    margin-bottom: 20px;
}
.blog-details h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #232323;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 16px;
    margin-bottom: 20px;
}
 
.my-blog:hover {
    
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}
.my-blog {
    float: left;
    width: 100%;
    background: #ffffff;
    margin-top: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}