.home.blog #primary #main,
.archive.category #primary #main,
.single #primary #main {
    width: 1200px;
}


@media (max-width: 768px) {
    .case_mobile {
        min-height: 50px;
    }

    #content.single-content .profile-card p.profile {
        position: relative;
        left: -136px;
        width: 286px;
    }

    .content-with-sidebar #content {
        padding: 0 35px;
    }

    #wpadminbar {
        position: fixed;
    }

    .content-with-sidebar #content .entry-title {
        position: relative;
    }

    .content-with-sidebar #content .entry-title .post-meta {
        margin-top: 0;
        left: -15px;
        top: -60px;
    }

    .home.blog #primary #main,
    .archive.category #primary #main,
    .single #primary #main {
        width: 100%;
    }
}


.home.blog #header .header,
.archive.category #header .header,
.single #header .header {
    box-shadow: none;
    border-bottom: 1px solid #e8e8e8;
}

.content-with-sidebar {
    margin-bottom: 22px;
}

.content-with-sidebar #content {
    border-right: 1px solid #e8e8e8;
    padding-right: 35px;
}

.content-with-sidebar #content .post_thumbnail_bg {
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
}

.content-with-sidebar #content .text-content {
    background: white;
    margin: 160px 10px 50px 10px;
    padding: 10px 15px 20px 15px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.content-with-sidebar #content .post-meta {
    display: inline-block;
    background: #282828;
    padding: 8px 14px;
    margin-top: -50px;
    color: white;
    position: absolute;
    left: 40px;
    font-weight: 400;
    font-size: 16px;
}

.content-with-sidebar #content .entry-title {
    margin: 15px 0 25px 0;
}

.content-with-sidebar #content .entry-title a {
    font-size: 22px;
}

.content-with-sidebar #content .entry-content p {
    color: #666 !important;
    text-indent: 0;
    line-height: 28px;
}

.content-with-sidebar #content .post-views {
    color: #666;
}

.content-with-sidebar #sidebar .category,
.content-with-sidebar #sidebar .related-posts {
    padding-left: 10px;
}

.content-with-sidebar .father-name {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 40px 0 20px 0;
}

.content-with-sidebar .child-name {
    font-size: 15px;
    display: inline-block;
    padding: 8px 15px;
    background: #f7f7f7;
    border-radius: 4px;
    margin: 0 20px 10px 0;
    color: #1a1a1a;
    text-decoration: none;
}

.content-with-sidebar .child-name.current-category {
    background: #333;
    color: #fff;
}

.content-with-sidebar #sidebar .related-posts ul {
    padding-left: 20px;
}

.content-with-sidebar #sidebar .post-item-title {
    font-size: 16px;
    font-weight: 500;
    list-style-type: disc;
    margin: 10px 0 10px 0;
}

.content-with-sidebar #sidebar .post-item-meta {
    display: block;
    margin-bottom: 20px;
}

#content.single-content p {
    line-height: 28px;
    margin: 16px 0;
    font-size: 16px;
    color: #1a1a1a;
    text-indent: 0;
}

.single-content .single-entry-title {
    font-size: 34px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 40px 0 20px 0;
}

.single-content .single-post-meta {
    font-size: 14px;
    color: #666;
    margin: 0 0 30px 0;
}

.single-content .single-entry-content {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.single-content .single-entry-footer {
    margin: 20px 0 50px 0;
}

.single-content .profile-card {
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 10px 10px 20px 10px;
    margin: 10px 0 20px 0;
}

.single-content .profile-card .avatar-container {
    width: 120px;
    margin: 10px auto 0;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
}

.single-content .profile-card .avatar-container img {
    width: 120px;
}

.single-content .profile-card .name-container {
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-content .profile-card .display-name {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.single-content .profile-card .user-login {
    font-size: 24px;
    font-weight: 700;
    color: #E62024;
}

#content.single-content .profile-card p.note,
#content.single-content .profile-card p.profile {
    color: #666;
    text-indent: 0;
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 13px;
}

#content.single-content .profile-card hr {
    margin-top: 6px;
    margin-bottom: 6px;
}

.avatar-section {
    width: 140px;
    float: left;
}

.info-section {
    width: calc(100% - 170px);
    padding-left: 10px;
    float: left;
}

.more-wrap {
    text-align: center;
    margin-bottom: 40px;
}

#loadmore {
    padding: 9px 32px;
    color: #666;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
}

.pagination {
    display: none !important;
}