.post {
    padding: 35px;
    background: #fff;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}
    .post .post-head {
        text-align: center;
    }
        .post .post-head .post-title {
            margin: 0;
            font-size: 2em;
            line-height: 1.2em;
        }
            .post .post-head .post-title a:focus, .post .post-head .post-title a:hover {
                text-decoration: none;
            }
            .post .post-head .post-title a {
                color: #303030;
            }
a img, a:active, a:focus {
    outline: 0;
}
.post .post-head .post-meta {
    color: #959595;
    margin: 14px 0 0;
}
.post .featured-media {
    margin-top: 30px;
    overflow: hidden;
}
    .post .featured-media img {
        width: 100%;
    }
.sidebar .widget {
    background: #fff;
    padding: 21px 30px;
}
.widget .title {
    margin-top: 0px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    position: relative;
}
.widget {
    margin-bottom: 35px;
}

p {
    margin: 0 0 10px;
}
.widget .title::after {
    content: "";
    width: 90px;
    height: 1px;
    background: #f4645f;
    position: absolute;
    left: 0px;
    bottom: -1px;
}
@media (max-width: 768px) {
    .rel-list li .info h3 {
        white-space: normal;
        overflow: visible;
        height: auto;
    }

    .rel-list li .info p {
        display: none;
    }

    .post {
        padding: 0px;
    }

    .n-list {
        padding: 5px 10px;
    }

        .n-list li h2 {
            font-size: 16px;
        }
}
.entry table {
    width: 100% !important;
    max-width: 100% !important;
}
