
.post-list li{
    list-style: none;
    display: block;
}

.post-list a:hover, .info a:hover, .social a:hover, .related-post a:hover, .readmore a:hover {
    opacity: 0.7;
}

.post-list a, .info a, .social a, .related-post a,  .readmore a {
    opacity: 1;
    transition: opacity 0.4s;
    text-decoration: none;
    color: #333333;
    display: inline-block;
}

.post-list .info, .post .info{
    margin: 15px 0px 0px;
    text-transform: uppercase;
    color: #808080;
}

.post-list .excerpt{
    letter-spacing: 0.06em;
    line-height: 1.4em;
    color: #545454;
    font-size: 16px;
}

.content img{
  max-width: 100%;
}

.content p{
    letter-spacing: 0.025em;
    line-height: 1em;
}

.nostyle{
    list-style: none;
}

.nostyle li{
    display: inline-block;
    margin: 0px 20px 0px 0px;
}

/*.social a{*/
/*text-decoration: underline;*/
/*font-style: italic;*/
/*color: #333;*/
/*}*/

.social ul li{
    border-bottom: 1px solid #333333;
}

.mt50{
    margin-top: 50px;
}