/* Blog Single Page Styles matching 'reader' theme */

.blog-single-page {
    font-family: 'Raleway', sans-serif, -apple-system, system-ui;
    color: #444;
    line-height: 1.6;
    background-color: #fff;
    padding-top: 30px;
}

#breadcrumbs {
    font-size: 13px;
    color: #888;
    margin-bottom: 25px;
}

#breadcrumbs a {
    color: #444;
    text-decoration: none;
}

/* Main Content Area */
.blog-style-one .blog-item {
    margin-bottom: 40px;
}

.blog-style-one .title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1.3;
}

.blog-style-one .title a {
    color: #222;
    text-decoration: none;
}

.meta-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 13px;
    color: #888;
}

.meta-info .avatar {
    border-radius: 50%;
    margin-right: 15px;
}

.meta-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.meta-info ul li {
    margin-right: 15px;
    position: relative;
}

.meta-info ul li:not(:last-child):after {
    content: "/";
    position: relative;
    left: 8px;
    color: #ccc;
}

.meta-info ul li a {
    color: #0088cc;
    text-decoration: none;
}

.the-post-thumbnail {
    margin-bottom: 25px;
}

.the-post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.post-body {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.post-body p {
    margin-bottom: 20px;
}

.post-body img {
    max-width: 100%;
    height: auto;
}

.post-body a {
    color: #0088cc;
}

/* Social Share */
.social-share {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.social-share p {
    margin: 0;
    display: inline-block;
    margin-right: 15px;
}

.social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.social-icons ul li {
    margin-right: 10px;
}

.social-icons ul li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background-color: #f1f1f1;
    color: #555;
    transition: all 0.3s;
}

.social-icons ul li a:hover {
    background-color: #0088cc;
    color: #fff;
}

/* About Author */
.about-author {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 40px;
}

.about-author .thumb img {
    border-radius: 50%;
}

.about-author .desc h5 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

/* Comments */
.comments-area h3 {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Sidebar */
.right-sidebar h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 15px;
}

.right-sidebar ul.clean-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-sidebar ul.clean-ul li {
    margin-bottom: 8px;
}

.right-sidebar ul.clean-ul li a {
    color: #555;
    text-decoration: none;
}

.right-sidebar ul.clean-ul li a:hover {
    color: #0088cc;
}

.right-sidebar .widget {
    margin-bottom: 30px;
}

.right-sidebar hr.small {
    margin: 20px 0;
    border-top: 1px solid #eee;
}

.right-sidebar .textwidget {
    font-size: 13px;
    color: #666;
}

.right-sidebar .widget_recent_entries ul,
.right-sidebar .widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-sidebar .widget_recent_entries ul li,
.right-sidebar .widget_categories ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.right-sidebar .widget_recent_entries ul li a,
.right-sidebar .widget_categories ul li a {
    color: #444;
    text-decoration: none;
}

.right-sidebar .widget_recent_entries ul li a:hover,
.right-sidebar .widget_categories ul li a:hover {
    color: #0088cc;
}

/* End of Blog Single Styles */
