/*
Theme Name:   Jobcareer child
Theme URI:    https://example.com/
Description:  jobcareer-child
Author:       Your Name
Template:     jobcareer
Version:      1.0.0
*/

.cs-blog.blog-medium {
    display: flex;
    flex-direction: column;
}
.social-share {
    display: flex;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.social-share span {
    font-size: 18px;
    color: #000;
}

.social-share i {
    font-size: 18px;
}
.cs-content-holder .cs-blog.blog-medium .cs-media {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.cs-content-holder .cs-blog.blog-medium .cs-author-box {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
      .cs-blog.medium .cs-media figure img {
    border: 0px;
    max-height: 400px;
    object-fit: cover;
}
.cs-content-holder .cs-blog.blog-medium .blog-text {
    width: 100%;
}
.single-post .main-section {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.single-post .main-section .page-sidebar {
    display: none;
}

.single-post .main-section {}

.single-post .main-section .blog-detail {
    width: 100%;
}

.single-post .cs-page-title {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.cs-blog.blog-medium .blog-text .cs-post-title:before{
    display: none;
}
.cs-blog.blog-medium .blog-text .cs-post-title {
    border: 0px !important;
}
