.single-post{}
.single-post img{}
.single-post h2{
    margin-top:0;
}
.single-post h2 small{}
.single-post h2 small i{}
.single-post p{}
.single-post h2 a{
    color: #000;
}
.single-post:hover h2 a{
    color: #3197d6;
}

.post-details{
    color: #383838;
    font-size:16px;
}
.post-details img{
    margin-bottom:20px;
}
.post-details h1{
    margin-top:0;
}
.post-details h1 small{
    font-size:40%;
    display: block;
}
.post-details .details-block{}
.post-details .details-block p{
    line-height: 30px;
    margin-bottom: 15px;
    font-size:16px;
}
.post-details .details-block ul{}
.post-details .details-block ul li {
    margin-bottom: 10px;
    line-height: 26px;
}

.related-news-events{
    margin:0;
    padding:0;
    list-style: none;
}
.related-news-events li{
    padding:15px 0;
    border-bottom: 1px solid #e3e2e2;
}
.related-news-events li a{
    display: block;
    color: #000;
}
.related-news-events li a:hover{
    color: #3197d6;
}
.related-news-events li small{}