.single-post .post-wrapper {
    max-width: 1338px;
    margin: 0 auto;
}

.single-post .post-wrapper {
    padding: 0px 0px 50px 0px;
    gap: 70px;
}

.single-post .post-title{
    color: #000;
    font-family: var(--font-medel);
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
    font-size: 3.75rem;
    padding-bottom: 40px;
}

.single-post .blog-footer{
    margin-top: 25px;
}

.post-header .post-summery {
    padding-bottom: 34px;
}

.single-post .sp-content {
    min-width: 100%;
    max-width: 100%;
}

.single-post .sp-content .post-info {
    border-top: 2px solid var(--border-color-white);
    border-bottom: 2px solid var(--border-color-white);
    padding: 27px 0;
    margin: 24px auto 30px auto;
    display: flex;
    justify-content: space-between;
}

.post-info .info img{
    width: 15px;
    height: 15px;
}

.post-info .wrapper {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.post-info .wrapper span {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-transform: uppercase;
    min-width: 100%;
}

.single-post .author {
    border-radius: 50px;
    border: 2px solid var(--border-color-white);
    padding: 6px 15px 6px 6px;
    gap: 15px;
    max-width: 220px;
    width: 100%;
    max-width: max-content;
}

.single-post .author a {
	font-size: 14px;
	font-weight: 700;
	line-height: 16.8px;
	text-transform: uppercase;
}

.sp-content .author-info:not(.comment-content) a {
    line-height: 22px;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.sp-content .author-info .author-desc .author-img-holder{
    width: 85px;
    height: auto;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.3);
}

.sp-content .author-info .author-desc img{
    width: 100%;
    height: auto;
}

.sp-content .author-info a:hover,
.single-post .author a:hover {
    text-decoration: underline;
}

.single-post .sp-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.14px;
}

.single-post .post-entry-footer {
    border-top: 1px solid var(--border-color-white);
    border-bottom: 1px solid var(--border-color-white);
    margin-top: 50px;
}

.single-post .post-entry-footer .tag-wrapper{
    margin-top: 40px;
}
.post-entry-footer .tag-wrapper > li > a:hover{
    border-color: #3db59c;
    background: #3db59c;
    color: #fff;
}

.share-buttons {
    gap: 10px;
}

.share-buttons a {
    border: 2px solid var(--border-color-white);
    border-radius: 50px;
    width: 38.5px;
    height: 38.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.3s ease-in-out;
}

.share-buttons a:hover {
    background-color: var(--black-color);
    border-color: var(--black-color);
}

.share-buttons a img {
    transition: filter 0.3s ease-in-out;
}

.share-buttons a:hover img {
    filter: brightness(0) invert(1);
}

.single-post .share-wrapper .share-counts {
    color: #000;
    line-height: 16.8px;
    text-transform: capitalize;
    text-align: end;
    padding-top: 10px;
}

/*Slider*/

.single-post .post-img-slider {
    padding: 40px 0 55px;
}

.single-post .slider-buttons::before {
    display: none;
}

.single-post .slider-wrapper .slider-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    left: 30px;
    z-index: 2;
    justify-content: space-between;
}

.single-post .slider-section .slider {
    height: 575px;
}

.single-post .slider .slider-img {
    height: 575px;
}

.single-post .slider:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 77px;
}

.single-post .slider h2 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px
}

.single-post .the-post-content .wp-block-heading{
    line-height: 1.6;
}

.single-post .the-post-content iframe{
    width: 100%;
    max-width: 100%;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.15);
}

.single-post h3 {
    padding: 40px 0 20px;
}

.single-post .the-post-content ul {
    list-style: inherit;
    padding-left: 2rem;
    line-height: 1.6;
}

.single-post .the-post-content h3{
    padding: unset;
}

.single-post .the-post-content a{
    color: #349BD6;
}

.single-post .the-post-content a:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
}

.single-post .li-area:has(ol) {
    background: #F2F5F6;
    padding: 50px;
    margin-top: 50px;
}

.single-post .li-area ol {
    padding-left: 15px;
    margin: 0;
}

.single-post .li-area ol > li {
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.14px;
}

.single-post .li-area ul {
    padding-top: 25px;
}

.single-post .li-area ul li a {
    color: #349BD6;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.14px;
    text-decoration-line: underline;
}

.single-post .quote {
    padding: 70px 0;
    display: flex;
    align-items: center;
    gap: 34px;
}

.post-faq {
    background: #F2F5F6;
    margin-bottom: 60px;
}

.post-faq .title {
    padding-bottom: 25px;
}

.single-post .post-faq .content-container {
    padding: 50px;
}

.single-post .post-faq .content-wrapper {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.post-faq .content-wrapper .qa-box {
    width: 100%;
}

.post-faq .qa-box .qn {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.sp-content .post-images {
    padding-bottom: 50px;
}

.sp-content .post-images .image-box {
    max-width: 520px;
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.sp-content .post-images .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-content .info-card-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
}

.sp-content .info-card-wrapper .info-card {
    width: calc(50% - 10px);
    padding: 30px;
    background: #F2F5F6;
}

.info-card-wrapper .info-card .title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 15px;
}

.sp-content .author-info:not(.comment-content) {
    padding: 30px 0;
    align-items: self-end;
}

.sp-content .author-info .author-img {
    width: 80px;
    height: 80px;
}

.sp-content .author-info p {
    max-width: 613px;
    width: 100%;
}

.single-post .related-posts {
    margin-top: 50px;
}

.related-posts .content-part .title {
    text-align: center;
    font-family: var(--font-medel);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.single-post .related-posts .post-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.single-post .related-posts .item{
    width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
}

.single-post .tag-wrapper li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.post-wrapper .left-bar {
    position: sticky;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 90px);
    height: 100%;
    width: 100%;
}

.left-bar .sm-post-wrapper .sm-post-card {
    border-top: 1px solid #e7e7e7;
    padding: 40px 0;
    width: 100%;
    max-width: 370px;
}

.left-bar .sm-post-card .post-title {
    max-width: 266px;
    width: 100%;
}

.left-bar .sm-post-wrapper .sm-post-card:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.single-post .post-category{
    border-bottom: 2px solid #ABABAB;
    width: fit-content;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* PAGE STYLES */
.page-wrapper .post-wrapper{
    gap: 80px;
}
.page-wrapper .left-part{
    min-width: 1060px;
    max-width: 1060px;
}

.page-wrapper .left-part .sub-title{
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.14px;
}

.post-wrapper .left-part h2{
    padding-bottom: 16px;
}

.post-wrapper .card-wrapper{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 38px;
}

.page-heading-info p {
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.14px;
    padding-bottom: 13px;
}

.card-wrapper .about-card{
    width: calc(50% - 10px);
    padding: 50px;
    background-color: #F2F5F6;
}

.about-card h4{
    padding-bottom: 14px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
}

.about-card p{
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.16px;
}

.about-card.img-card{
    padding: 0;
}

.about-card.img-card img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-card.sp-card{
    background-color: #E96D4B;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-card.sp-card h3{
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {

    .post-info .left-part {
        flex-direction: column;
    }

    .single-post .related-posts .item{
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media only screen and (max-width: 768px) {
    .single-post .post-title{
        font-size: 38px;
        font-weight: 400;
        line-height: 40px;
    }
    .single-post .sp-content .post-info {
        flex-direction: column;
        gap: 40px;
    }

    .post-info .share-wrapper {
        display: flex;
        flex-direction: column;
        width: fit-content;
    }

    .single-post .share-wrapper .share-counts {
        text-align: start;
    }

    .single-post .quote img {
        display: none;
    }

    .sp-content .info-card-wrapper {
        flex-direction: column;
    }

    .sp-content .info-card-wrapper .info-card {
        width: 100%;
    }

    .sp-content .author-info:not(.comment-content) {
        flex-direction: column;
        align-items: center;
    }

    .sp-content .author-info .author-desc {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .single-post .share-wrapper .share-counts {
        text-align: center;
    }

    .single-post .related-posts .item{
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 640px) {

    .single-post .main-wrapper .post-wrapper{
		padding-bottom: 0;
	}

    .single-post .related-posts .post-wrapper {
        padding-bottom: 50px;
    }

    .single-post .slider .slider-img,
    .single-post .slider-section .slider {
        height: 100%;
        aspect-ratio: 1;
    }

    .single-post .slider .slider-img img {
        padding-bottom: unset;
    }

    .post-info .left-part .info {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .left-part .info .wrapper img {
        min-width: 15px;
    }

    .single-post .related-posts .post-wrapper {
        gap: 14px;
        padding-top: 0;
    }

    .single-post .related-posts {
        padding-bottom: 0;
    }

    .single-post .li-area:has(ol) {
		padding: 40px;
	}

    .single-post .post-faq .content-container{
		padding: 40px;
	}

    .single-post .sp-content .post-images{
	    gap: 8px;
    }

    .sp-content .author-info:not(.comment-content){
		margin-bottom: 0;
        align-items: center;
        gap: 20px;
	}

    .sp-content .author-info:not(.comment-content) a {
        margin-bottom: 0;
    }

    .comments-area .comment-respond{
		margin-bottom: 0;
	}
	.single-post .sp-content .post-info{
		gap: 20px;
	}
}