body.single .entry-header h1,
body.single header.entry-header{
    text-align: left;
    padding: 0;
}

body.single .entry-header h1{
    font-size: 50px;
    line-height: 52px;
}
.wpt-date-views {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.wpt-date, .wpt-views {
    font-weight: normal;
}

.wpt-separator {
    margin: 0 5px;
}
.wpt-date-views {
    font-size: 15px;
    color: #777777;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    margin-top: 0;
}
.wpt-views {
    display: flex;
    align-items: center;
    gap: 5px;
}
.wpt-content-container {
    max-width: 842px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.wpt-related-posts-section {
    background: #F2F4F6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
    overflow: hidden;
}
.wpt-related-posts-section .v-container {
    width: 100%;
    padding: 5px;
}
.wpt-related-title {
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 500;
    color: #0063B0;
}
.wpt-related-posts-section {
    background: #F2F4F6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 80px;
    margin-top: 50px;
}
.wpt-thumb {
    margin-top: 0;
    margin-bottom: 30px;
}
.wpt-thumb img{
    width: 100%;
    height: 515px;
    object-fit: cover;
}
.wpt-date-views * {
    font-weight: 600;
}
body.single header.entry-header p#breadcrumbs {
    margin-bottom: 60px;
    color: #000;
}
.wpt-custom-tags {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 40px 0;
}

.wpt-custom-tags .tag {
    font-weight: 700;
    color: #0B1F3A; /* Adjust if your theme uses a different color */
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wpt-custom-tags .tag:hover{
color: #0063B0 ;
}

.wpt-social-bottom .seed-social a {
    min-width: 100px;
}
.entry-content{
    position: relative;
}

.wpt-social-v {
    position: absolute;
    margin-left: -85px;
    top: 0;
    width: 80px;
}
.wpt-social-v.active{
    position: sticky;
    top: 110px;
}
.wpt-social-v ul{
    display: flex;
    flex-direction: column;
    margin: 0;
}
.wpt-social-v ul .text {
    display: none;
}
.wpt-social-v a.seed-social-btn {
    min-width: auto;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50px;
}
.wpt-thumbx img{
    width: 100%;
}
.title-meta.wpt-content-container h1.entry-title {
    padding: 0;
}
.bc-box {
    padding-top: 0;
}
.title-meta.wpt-content-container {
    padding: 0 0 50px;
}
.single .entry-content {
    padding-top: 5px;
}
.wpt-thumbx {
    margin-bottom: 15px;
}

.wpt-related-posts-section .card-post_content .bottom-card {
    width: 100%;
}

.site-main header.entry-header .author-info-re .text-re small{
    font-size: 12px;
    margin-top: 2px;
}
.site-main header.entry-header .author-name-re {
    font-size: 13px;
}


.entry-content .the_content p {margin-top:1.25em !important; margin-bottom:1.25em !important} 
    .entry-content .the_content h2 {margin-top:2em !important; margin-bottom:1em !important} 
    .entry-content .the_content img{
        width: 100%;
    height: auto; margin-top:2em !important; margin-bottom:2em !important;
}
.the_content .wpt-thumbx img {
    margin: 0 !important;
}

/*for Mobile*/
@media (max-width: 767px) {
    .single .entry-content {
    padding: 0;
    margin: 0;
}
    .bc-box .v-container {
    padding: 0 !important;
}
    .wpt-related-posts-section .gb-item .card-post_content {
    width: calc(50% - 4px);
}
    .wpt-posts-grid {
    display: flex;
    flex-wrap: wrap;
        gap: 8px;
}

    .wptsync,
    .wpt-content-container{
        padding: 0!important;
    }
    .wpt-thumb img {
        height: 350px;
    }
    body.single .entry-header h1 {
        font-size: 42px;
        line-height: 46px;
    }
    .wpt-related-title {
        font-size: 38px;
    }
    .wpt-related-posts-section {
        padding: 50px 0!important;
    }
    body.single header.entry-header p#breadcrumbs {
        margin-bottom: 50px;
    }
    .title-meta.wpt-content-container h1.entry-title {
    padding-bottom: 0;
}

.title-meta.wpt-content-container h1.entry-title {
    font-size: 32px;
    margin-top: 5px;
}
.wpt-date-views {
    margin-top: 0;
}
.site-main header.entry-header {
    padding: 10px 0;
}
.wpt-social-v {
    display: none;
}
    .bc-box {
        padding: 0!important;
                margin-top: 0;

    }

    .title-meta.wpt-content-container {
    padding: 10px 0 20px!important;
    }
}
    /* end for Mobile */
    
/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {
    header.entry-header > .v-container {
    padding: 0 30px !important;
}
    .bc-box ,
    .bc-box .v-container {
    padding: 0 !important;
}
}
/* end for tabletV */
    