article.post,
article.project {
    margin: 0 auto 50px;
    background: #fff;
    padding: 50px 60px;
    -webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,.1),0 22px 27px -30px rgba(7,10,25,.1);
    box-shadow: 0 3px 12px -1px rgba(7,10,25,.1),0 22px 27px -30px rgba(7,10,25,.1);
    position: relative;
    z-index: 2;
}
article.post:last-child{
    margin-bottom: 0px;
}
.masonry-post article.post{
    margin-bottom: 30px;
}
.popular-post article.post {
    margin: 0 auto 50px;
}
article.post header {
    position: relative;
    z-index: 1;
}
.featured-image.epcl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
}
.thumb {
    position: relative;
    z-index: 1;
    min-height: 80px;
    display: block;
    box-shadow: 0 3px 5px -2px rgba(7,10,25,.2);
    margin-bottom: 30px;
    display: block;
    position: relative;
}
.epcl-loader {
    position: relative;
}
.epcl-loader::before {
    content: '';
    border: 2px solid #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 2;
}
.entry-meta {
    margin-bottom: 10px;
    display: inline-block;
}
.entry-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
}
.entry-meta i,
.entry-footer i{
    color: #FF4C60;
    margin-right: 5px;
}
.entry-title a,
.posted-on a,
.entry-footer span a,
.entry-meta a{
    color: #454360;;
}
.entry-meta i {
    margin: 0px 15px;
}
.entry-title a:hover ,
.entry-footer span a:hover,
.entry-meta a:hover{
    color: #FF4C60;
}
.entry-footer{
    margin-top: 10px;
}
.entry-footer span,
.entry-meta span{
    margin-right: 5px;
}
.post-excerpt {
    margin: 35px 0 60px;
}
a.button {
    color: #fff;
    background-color: #FF4C60;
    border: 1px solid #FF4C60;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 15px;
    transition: 0.5s;
}
a.button i{
    color: #fff;
    margin: 0px;
}
a.button:hover{
  background-color: #fff;
  border: 1px solid #FF4C60;
  color: #FF4C60;
  transition: 0.5s;
}
a.button:hover i {
    color: #FF4C60;
}
a.button.error-button {
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
    display: inline-block;
    background: transparent;
    color: #FF4C60;
    transition: 0.3s;
}
a.button.error-button:hover{
    background-color: #FF4C60;
    color: #fff;
    transition: 0.3s;
}