/**/

.wellra-element-blogbox-default.wellra-boxes-view-carousel .wellra-box-blog.wellra-blogbox-default {
    margin: 20px 0;
}
.wellra-box-blog .wellra-box-desc {
    padding-top: 12px;
}
.wellra-box-blog .wellra-blogbox-desc-footer {
    padding-top: 22px;
    padding-bottom: 6px;
}

.wellra-box-blog .wellra-blogbox-desc-footer a {
    position: relative;
}

.wellra-box-blog.wellra-blogbox-default {
    overflow: hidden;
    position: relative;
    transition: 0.4s all ease-in-out;
}

.wellra-box-blog .entry-header:not(.ttm-titlebar) .entry-title {
    margin-bottom: 4px;
}
.wellra-box-blog .ttm-box-post-icon {
    bottom: -30px;
    left: 20px;
    top: auto;
}

.wellra-box-blog.wellra-blogbox-default .wellra-box-content {
    text-align: left;
}

.wellra-box-blog.wellra-blogbox-default .ttm-featured-outer-wrapper.ttm-post-featured-outer-wrapper {
    overflow: hidden;
    border-radius: var(--border-radius-box);
    border-radius: 10px;
}
.wellra-box-blog .wellra-meta-details .wellra-blogbox-meta-row-date:after {
    position: absolute;
    right: 11px;
    top: -3px;
    width: 0;
    height: 0;
    content: " / ";
    font-size: 15px;
}
.wellra-box-blog .wellra-box-content .ttm-entry-meta .ttm-meta-line:last-child {
    padding-right: 0px;
}

.wellra-box-blog .wellra-box-content .ttm-entry-meta .ttm-meta-line.cat-links a {
    display: inline-block;
    margin: 0 5px 9px 0;
    background-color: var(--ttm-whitecolor);
    padding: 5px 15px;
    border-radius: 40px;
    color: var(--ttm-secondarycolor);
}

.wellra-box-blog .ttm-post-format-icon-wrapper i {
    position: absolute;
    top: -85px;
    color: var(--ttm-whitecolor);
    right: 5px;
    font-size: 19px;
}

.wellra-box-blog.wellra-blogbox-format-quote blockquote {
    margin: 40px 40px;
}

.wellra-box-blog.wellra-blogbox-default  .ttm-featured-wrapper img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease-in-out;
    min-width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.wellra-box-blog.wellra-blogbox-default:hover  .ttm-featured-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.wellra-box-blog.wellra-blogbox-default .wellra-box-content .wellra-box-desc .wellra-box-title{
    margin-bottom: 0px;
}

.wellra-box-blog.wellra-blogbox-default .wellra-box-content .wellra-box-desc {
    padding-top: 23px;
}

.wellra-box-blog.wellra-blogbox-default .wellra-box-content .wellra-box-desc .entry-header {
    display: flex;
    padding-bottom: 7px;
    align-items: center;
}

.wellra-box-blog.wellra-blogbox-default .wellra-box-content .wellra-box-desc .entry-header .ttm-blog-cat {
    padding-right: 15px;
    margin-right: 15px;
    background-color: var(--ttm-greycolor);
    padding: 2px 15px;
    border-radius: 30px;
    width: fit-content;
    border: 1px solid var(--ttm-bordercolor);
    margin-right: 0px;
}

.wellra-box-blog.wellra-blogbox-default .wellra-box-content .wellra-box-desc .entry-header .ttm-date,
.wellra-box-blog.wellra-blogbox-default .wellra-box-content .wellra-box-desc .entry-header .ttm-read-times {
    position: relative;
    width: fit-content;
}

.wellra-box-blog.wellra-blogbox-default .wellra-box-content .wellra-box-desc .entry-header .ttm-date:after {
    position: absolute;
    content: '|';
    left: -18px;
    right: auto;
    font-size: 10px;
    display: none;
}

.wellra-box-blog.wellra-blogbox-default .wellra-box-content .wellra-box-desc h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
    line-height: 36px;
}

.wellra-box-blog.wellra-blogbox-default .wellra-box-content .wellra-box-desc .wellra-box-desc-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wellra-box-blog.wellra-blogbox-default .wellra-box-content .wellra-box-desc .wellra-box-title:hover a{
    color: var(--ttm-skincolor);
}

.wellra-element-blogbox-default.wellra-boxes-col-one[data-ttm-show="1"]  .ttm-box-col-wrapper:last-child{
    margin-bottom: 0;
}  


/* bog styleone */
.wellra-element-blogbox-styleone.wellra-boxes-col-one .ttm-box-col-wrapper{
    position: relative;
}

.wellra-element-blogbox-styleone.wellra-boxes-col-one .ttm-box-col-wrapper::before{
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--ttm-bordercolor);
    position: absolute;
    bottom: -30px;
}

.wellra-element-blogbox-styleone.wellra-boxes-col-one .wellra-element-blogbox-styleone.wellra-boxes-col-one .wellra-box-desc{
    padding-top: 30px;
}

.wellra-element-blogbox-styleone.wellra-boxes-col-one .ttm-box-col-wrapper:first-child .wellra-box-desc{
    padding-top: 0;
}

.wellra-element-blogbox-styleone.wellra-boxes-col-one .ttm-box-col-wrapper:last-child {
    border-bottom: none;
    margin-bottom: 0px !important;
}

.wellra-element-blogbox-styleone .wellra-box-content .wellra-box-desc .wellra-box-title{
    margin-bottom: 10px !important;
}

.wellra-element-blogbox-styleone.wellra-boxes-col-one .ttm-box-col-wrapper:last-child::before{
    display: none;
}
 
.wellra-element-blogbox-styleone.wellra-boxes-col-one .wellra-box-content .wellra-box-desc .entry-header {
    display: block;
    align-items: top;
    padding-bottom: 0;
}

.wellra-element-blogbox-styleone.wellra-boxes-col-one .wellra-box-content .wellra-box-desc{
    padding-top: 18px;
}

.wellra-element-blogbox-styleone.wellra-boxes-col-one .wellra-box-content .meta-info-wrapper {
    display: flex;
    align-items: center; 
    flex-wrap: wrap;
    gap: 10px;
}

/* blog single classic */

.single-post .wellra-box-blog-classic.post .ttm-featured-outer-wrapper,
.single-post .wellra-box-blog-classic.post .wellra-box-title{
    display: none;
}   
.single-post .post .ttm-entry-meta {
    display: flex;
    align-items: center;
    gap: 10px 10px;
    flex-wrap: wrap;
}

.single-post .post .ttm-entry-meta-wrapper .ttm-meta-line.comments-link:after{
    top: 12px;
}
.single-post .post  .ttm-blog-classic-box-content-top-wrapper .ttm-classic-post-meta .comments-link{
    margin-left: 16px;
}

.single-post .post .ttm-entry-meta-wrapper{
    margin-top: 0px;
}
.single-post .post .ttm-entry-meta-wrapper .ttm-meta-line.cat-links{
    border-radius: 30px;
    border: 1px solid var(--ttm-bordercolor);
    padding: 7px 15px;
    line-height: normal;
    width: fit-content;
    margin-right: 0px;
    background-color: var(--ttm-greycolor);
}

.single-post .post .ttm-blog-classic-box-content .ttm-classic-post-meta .ttm-meta-line.posted-on:after{
    display: none;
}


.ttm-blog-newsletter-div{
    background-color: var(--ttm-greycolor);
    border-radius: var(--border-radius-box);
    padding: 30px;
    padding-bottom: 18px;
    padding-top: 38px;
}

.ttm-blog-newsletter-div .ttm-newsletter input{
    outline: 1px solid var(--ttm-bordercolor);
    color: var(--ttm-secondarycolor);
}

.ttm-blog-newsletter-div .ttm-newsletter input::placeholder{
    color: var(--ttm-secondarycolor);
}

.ttm-blog-newsletter-div .ttm-newsletter label{
    color: var(--ttm-secondarycolor);
}

.ttm-blog-newsletter-div .ttm-newsletter button{
    margin-bottom: 10px;
    width: 100%;
    background-color: var(--ttm-skincolor);
    border-radius: 30px !important;
    max-width: 400px;
    text-transform: uppercase;
}
.ttm-blog-newsletter-div .ttm-newsletter button svg{
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;    
    width: 14px;
    height: 12px;
}
.ttm-blog-newsletter-div button:hover svg{
    transform: rotate(0deg);
}

.ttm-blog-newsletter-div .ttm-extra-text {
    margin: 15px 0 10px;
    color: var(--ttm-secondarycolor);
    display: block;
}

.ttm-blog-newsletter-div .ttm-newsletter .ttm-form-title{
    display: block;
    margin-top: 0 !important;
}

.ttm-blog-newsletter-div .ttm-newsletter p:last-child{
    margin-bottom: 0;
}

.ttm-blogsingle-newsletter-form{
    padding: 30px;
    border-radius: var(--border-radius-box);
    background-color: var(--ttm-greycolor);
}

.single-post .wellra-box-blog-classic.post .ttm-meta-info-wrapper .taxonomy-category{
    padding: 4px 15px;
    background-color: var(--ttm-greycolor);
    border-radius: 30px;
    border: 1px solid var(--ttm-bordercolor);
}

.single-post .wellra-box-blog-classic.post .ttm-meta-info-wrapper{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.single-post .wellra-box-blog-classic.post .ttm-meta-info-wrapper .wp-block-post-comments-link{
    padding-left: 30px; 
    position: relative;
    display: flex;
    align-items: center;
}

.single-post .wellra-box-blog-classic.post .ttm-meta-info-wrapper .wp-block-post-comments-link::before{
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background-color: var(--body-fonts-color);
    left: 8px;
    border-radius: 100px;
}

/* .ttm-blog-classic-box-content-top-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
    max-width:900px;
    margin-bottom: 30px;
} */

.single-post .wellra-box-blog-classic.post .ttm-blog-classic-box-content{
    display: flex;
    flex-direction: column;
 
}


/* blog single style 2 */

.single:has(.wellra-box-blog-style2) .site-content#content::before {
    background-color: var(--ttm-whitecolor);
}

.single-post .wellra-box-blog-style2.post .ttm-featured-outer-wrapper,
.single-post .wellra-box-blog-style2.post .wellra-box-title,
.single-post .wellra-box-blog-style2.post .ttm-entry-meta .ttm-meta-line i{
    display: none;
}   

.single-post .wellra-box-blog-style2.post .ttm-meta-info-wrapper .taxonomy-category{
    padding: 4px 15px;
    background-color: var(--ttm-greycolor);
    border-radius: 30px;
    border: 1px solid var(--ttm-bordercolor);
}

.single-post .wellra-box-blog-style2.post .ttm-meta-info-wrapper{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
 
.single-post .wellra-box-blog-style2 .ttm-blog-classic-box-content-top-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-content: center;
    max-width:900px;
    margin-bottom: 30px;
}  

.single-post .wellra-box-blog-style2 .ttm-blog-classic-box-content-top-wrapper  .ttm-entry-meta-wrapper {
    margin-bottom: 10px;
    margin-top: 5px;
}

.single-post .wellra-box-blog-style2.post .ttm-blog-classic-box-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 60px;
}

.single-post .wellra-box-blog-style2.post .ttm-blog-classic-box-content::after{
    position: absolute;
    content: "";
    background-color: var(--ttm-greycolor);
    width: 200vw;
    z-index: -1;
    top: 35%;
    height: 65%;
    left: -50vw;
}

.single-post .wellra-box-blog-style2 .ttm-classic-post-meta .ttm-bog-description span{
    margin-bottom: 15px;
    display: block;
}

.single-post .wellra-box-blog-style2 .ttm-entry-meta-wrapper{
    margin-top: 0px;
}

.single-post .wellra-box-blog-style2 .ttm-entry-meta-wrapper .ttm-meta-line.cat-links{
    border-radius: 30px;
    border: 1px solid var(--ttm-bordercolor);
    padding: 7px 15px;
    line-height: normal;
    width: fit-content;
}

.single-post .wellra-box-blog-style2 .ttm-page-bottom-wrapper{
    width: 100%;
    max-width: 900px;
}

.ttm-blog-maxwidth{
    max-width: 900px;
}

.single-post .wellra-box-blog-style2  .comments-area{
    margin-top: 0px;
}



/* single page sharebox */

.single-post  .post .wellra-blogbox-sharebox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 100%;
    border-top: 1px solid var(--ttm-bordercolor);
    border-bottom: 1px solid var(--ttm-bordercolor);
    padding: 20px 5px;
}

.single-post .post .wellra-blogbox-sharebox .author-wrapper{
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    color: var(--ttm-secondarycolor);
}

.single-post  .post .wellra-blogbox-sharebox .clearfix{
    display: none;
}

/* comments */
.single-post .wellra-box-blog-classic.post .ttm-blog-classic-box-comment{
    width: 100%;
}

/* pagination */

.single-post .tm-post-prev-next-buttons .pagination-item{
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 15px;
    text-align: start;
}
.single-post .tm-post-prev-next-buttons .pagination-item.next{
    grid-template-columns: 1fr  100px ;
    text-align: end;
    justify-items: end;
}
.single-post .tm-post-prev-next-buttons .pagination-item.next .entry-meta{
    justify-content: end;
}
.single-post .tm-post-prev-next-buttons .entry-meta .comments-link{
    display: none;
}

.single-post .tm-post-prev-next-buttons .entry-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.single-post .tm-post-prev-next-buttons .entry-meta .ttm-wellra-icon-category{
    display: none !important;
}
 

.single-post .tm-post-prev-next-buttons{
    width: 100%;
    display: flex;
    gap: 60px;
    margin-top: 30px;
    position: relative;
}

.single-post .tm-post-prev-next-buttons .prev-link_wrapper,
.single-post .tm-post-prev-next-buttons .next-link_wrapper{
    width: 50%;
}

.single-post .tm-post-prev-next-buttons .prev-link_wrapper{
    padding-right: 35px;
}

.single-post .tm-post-prev-prev-buttons .prev-link_wrapper{
    padding-left: 35px;
}

.single-post .tm-post-prev-next-buttons .pagination-item .pagination-img img{
    border-radius: var(--border-radius-box);
    border-radius: 10px;
    overflow: hidden;
}

.single-post .tm-post-prev-next-buttons.clearfix::before{
    position: absolute;
    left: 50%;
    background-color: currentColor;
    mask-image: url(../images/blog-single-pagination-mid-icon.svg);
    mask-repeat: no-repeat;
    mask-size: contain;    
    height: 22px;
    width: 22px;
    top: 50%;
    transform: translate( calc(-50% + 0px),-50%);
}
.single-post .tm-post-prev-next-buttons.clearfix::after{
    display: none;
}
.single-post .tm-post-prev-next-buttons .tm-nav-text{
    display: none;
    position: relative;
}
.single-post .tm-post-prev-next-buttons .tm-nav-text::before{
    content: "";
    mask-image: url(../images/footer-social-arrow.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    background-color: currentColor;
}
.single-post .tm-post-prev-next-buttons .tm-nav-text{
    display: flex;
    align-items: center;
    display: none;
}
.single-post .tm-post-prev-next-buttons .pagination-item.prev .tm-nav-text{
    padding-left: 30px;
}

.single-post .tm-post-prev-next-buttons .pagination-item.prev .tm-nav-text::before{
    transform: rotate(180deg);
}

.single-post .tm-post-prev-next-buttons .pagination-item.next .tm-nav-text{
    padding-right: 30px;
}

.single-post .tm-post-prev-next-buttons .pagination-item.next .tm-nav-text::before{
    transform: rotate(0deg);
    left: auto;
    right: 0;
}


.single-post .tm-post-prev-next-buttons:has(.prev-link_wrapper):not(:has(.next-link_wrapper)) {
    justify-content: flex-start;
}

.single-post .tm-post-prev-next-buttons:has(.next-link_wrapper):not(:has(.prev-link_wrapper)) {
    justify-content: flex-end;
}
 

@media(max-width:1024px){
    .single-post .tm-post-prev-next-buttons .ttm-entry-meta-wrapper{
        display: none;
    }

    .single-post .tm-post-prev-next-buttons .pagination-item {
        grid-template-columns: 70px 1fr;
    }
    .single-post .tm-post-prev-next-buttons .pagination-item.next {
        grid-template-columns: 1fr 70px ;   
    }
}

@media(max-width:767px){
    
    .single-post .ttm-blog-classic-box-content-top-wrapper{
        grid-template-columns: 1fr;
    }

    .single-post .tm-post-prev-next-buttons .pagination-item {
        grid-template-columns: 1fr;
    }
    .single-post .tm-post-prev-next-buttons .pagination-item.next {
        grid-template-columns:1fr ;   
    }

    .single-post .tm-post-prev-next-buttons .pagination-img,
    .single-post .tm-post-prev-next-buttons .tm-nav-title{
        display: none;
    }

    .single-post .tm-post-prev-next-buttons .tm-nav-text{
        display: flex;
    }
    .single-post .tm-post-prev-next-buttons .prev-link_wrapper {
        padding-right: 0px;
    }
    .ttm-blog-related-post .ttm-blog-single-related-title {
        margin-bottom: 30px;
    }

    /* blog style 2 */

    .single-post .wellra-box-blog-style2 .ttm-blog-classic-box-content-top-wrapper {
        grid-template-columns: 1fr;
    }

    .single-post .wellra-box-blog-style2 .ttm-blog-classic-box-content-top-wrapper {
        grid-template-columns: 1fr;
    }

    .single-post .wellra-box-blog-style2  .ttm-newsletter-wrapper{
        display: none;
    }

}






/* releted  blog  */

.ttm-blog-related-post .ttm-featured-outer-wrapper,.ttm-blog-related-post .wellra-box-title {
    display: block !important;
}

.ttm-blog-related-post .wellra-box-title{
    margin: 0;
    margin-top: 0px !important;
}

.ttm-blog-related-post .ttm-box-date span{
    padding-right: 5px;
}

.ttm-blog-related-post .ttm-blog-post-cat .cat-links a[rel="category tag"]{
    background-color: var(--ttm-greycolor);
    padding: 8px 15px;
    border-radius: 30px;
    border: 1px solid var(--ttm-bordercolor);
    line-height: normal;
}

.ttm-blog-related-post .ttm-blog-post-cat .cat-links{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
 .entry-header {
    flex-wrap: wrap;
    gap:10px
}

.ttm-blog-related-post .ttm-blog-single-related-wrapper{
 
    text-align: center;
}

.ttm-blog-related-post{
    clear: both;
    margin-bottom: 60px;
    padding: 0 15px;
    padding-top: 90px;
}

.ttm-blog-related-post .ttm-featured-outer-wrapper img{
    width: 100%;
}

.ttm-blog-related-post .ttm-blog-single-related-title{
    margin-bottom: 40px;
}
@media(max-width:991px){
    .ttm-blog-related-post {
        padding-top: 42px !important;
        margin-bottom: 20px !important;
    }
    .single-post.ttm-empty-sidebar .ttm-blog-related-post {
        margin-bottom: 0px;
        padding-bottom: 0px !important;
    }
    .ttm-blog-related-post .ttm-blog-single-related-title {
        margin-bottom: 30px;
    }
}
@media(max-width:768px){
    .ttm-blog-related-post .ttm-blog-single-related-title {
        margin-bottom: 30px;
    }
}

/* no-sidebar */

.single-post.ttm-empty-sidebar .ttm-page-bottom-wrapper,
.single-post.ttm-empty-sidebar .ttm-blog-related-post{
    position: relative;
}

.single-post.ttm-empty-sidebar .ttm-page-bottom-wrapper::before,
.single-post.ttm-empty-sidebar .ttm-blog-related-post::before{
    position: absolute;
    content: "";
    background-color: var(--ttm-greycolor);
    height: 100%;
    width: 200vw;
    z-index: -1;
    top: 0;
    left: -50vw;
}
 
.single-post.ttm-empty-sidebar .ttm-blog-related-post::before{
    position: absolute;
    content: "";
    background-color: var(--ttm-whitecolor);
    width: 200vw;
    z-index: -1;
    left: -50vw;
    top: 0;
}

.single-post.ttm-empty-sidebar .site-content#content{
    position: relative;
}

.single-post.ttm-empty-sidebar .ttm-blog-related-post{
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 60px;
}

.single-post.ttm-empty-sidebar #main{
    background-color: transparent;
}

.single-post.ttm-empty-sidebar .site-content#content::before{
    position: absolute;
    content: "";
    background-color: var(--ttm-whitecolor);
    height: 100%;
    width: 200vw;
    z-index: -1;
    left: -50vw;
}


/* blog box classic */


.wellra-box-blog-classic .comments-link {
    margin-left: 30px;
}

article.wellra-box-blog-classic .ttm-entry-meta .ttm-meta-line.comments-link:after{
    top: 5px;
}



/* top bottom spacing on single page */

.single-post.single-post.ttm-empty-sidebar .site-main{
    padding-top: 100px;
}

.single-post.single-post.ttm-empty-sidebar .wellra-box-blog-style2.post .ttm-blog-classic-box-content{
    padding-bottom: 80px;
}

@media(max-width:1024px) and (min-width:991){

   .single-post.single-post.ttm-empty-sidebar .site-main{
        padding-top: 0px;
        padding-bottom: 0px !important;
    }

}

@media(max-width:991px){

    .single-post.single-post.ttm-empty-sidebar .site-main{
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .single-post.single-post.ttm-empty-sidebar .wellra-box-blog-style2.post .ttm-blog-classic-box-content{
        padding-bottom: 30px;
    }

}
