:root { scroll-behavior: auto; }

/*
.blog,
.author,
.archive,
.search-results,
.single-post.single {
    --headerbg: #F7FCFF;
}
*/

.blogheader {
    position: relative;
    /* background-color: var(--headerbg); */
}

.blogheader .container { padding-bottom: 50px; }
.blogheaderbar .container { padding-bottom: 0; }

.blogheaderbar::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: white;
    z-index: 0;
}

.bfeat {
    --bfeatWid: 1100px;
    --borderWid: 10px;
    position: relative;
    display: flex;
    width: var(--bfeatWid);
    max-width: 100%;
    border-radius: var(--siteradius);
    border-left: var(--borderWid) solid var(--primary);
    box-shadow: 0px 3px 6px -3px rgba(23, 24, 24, 0.08), 0px 7px 18px -4px rgba(23, 24, 24, 0.12);
    overflow: visible;
}

.bfeat-img {
    --thisWid: 400px;
    position: relative;
    flex: 1 0 var(--thisWid);
    max-width: var(--thisWid);
    min-height: var(--thisWid);
    border-top-right-radius: var(--siteradius);
    border-bottom-right-radius: var(--siteradius);
    overflow: hidden;
}

.bfeat-cont {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.blogshorts {
    flex: 1 0 auto;
}

.bfeat-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
}

.bfeat-author {
    --thisWid: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blogcard-author, .bfeat-author a { color: var(--body); }
.blogcard-author:hover, .bfeat-author a:hover { color: var(--primary); }

.bfeat-author img {
    width: var(--thisWid);
    height: var(--thisWid);
    object-fit: cover;
    object-position: center;
    border: 1.78571px solid #FFFEFE;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 0.9px rgba(6, 44, 82, 0.1), 0px 1.8px 14px rgba(33, 43, 54, 0.08);
}

.bfeat-date  {
    min-width: 105px;
}

.menu-open {
    --headerbg: var(--white);
}

.bloglist .row { row-gap: 24px; }

.blogcard {
    padding: 15px;
    background-color: var(--sky);
}

.blogcard:hover {
    background-color: var(--lblue);
}

.blogcard-title {
    margin: 15px 0;
}

.blogcard-title a {
    color: var(--body);
}

.blogcard-title a:hover {
    color: var(--primary);
}

.blogcard-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 8px;
}

.blogcard-cats a {
    padding: 2px 10px;
    color: var(--white);
    border-radius: var(
    --siteradius);
    background: var(--primary);
}

.blogcard-meta {
    display: flex;
    flex-wrap: wrap;
}

.blogcard-meta > * {
    display: inline-flex;
    align-items: center;
}

.blogcard-meta > * + *::before {
    content: "";
    width: 6px;
    height: 6px;
    margin: 0 7px;
    border-radius: 6px;
    background-color: var(--formfieldborder);
}

/*
** Single Page
**/
.single-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #747474;
}

.single-meta span + span::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-bottom: 2px;
    margin-right: 8px;
    vertical-align: middle;
    border-radius: 100%;
    background-color: #747474;
}

.bloghero-scroll {
    position: relative;
    margin-top: 40px;
}

.bloghero-scroll a::after {
    content: "";
    display: block;
    /*
    position: absolute;
    top: calc(100% + 17px);
    left: 0;
    right: 0;
    */
    margin: 0 auto;
    width: 15px;
    height: 60px;
    background-image: url('../images/scroll-arrow.svg');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bloghero-scroll a { gap: 17px; color: var(--body); }
.bloghero-scroll a:hover { color: var(--primary); }

.bloghero-soc {
    position: absolute;
    top: 50%;
    right: 60px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    line-height: 1;
    width: 35px;
    height: 60px;
    border-radius: 60px;
    transform: translateY(-50%);
    z-index: 1;
}

.bloghero-soc::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 15px;
    height: 1px;
    margin: 0 auto;
    transform: translateY(-50%);
    background: var(--body);
}

.bloghero-soc::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 1px;
    height: 500px;
    margin: 0 auto;
    background: var(--body);
    z-index: -1;
}

.bloghero-soc a { color: var(--body); }
.bloghero-soc a:hover { color: var(--primary); }

.singleauthbio p { width: 698px; max-width: 100%; }

.singleauth-meta {
    gap: 14px;
}

.singleauth-meta img {
    width: 50px;
    height: 50px;
    border-radius: var(--fullradius);
    object-fit: cover;
    object-position: center;
}

.singleauth-meta div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sitecont figure {
    display: block;
    max-width: 100%;
    /*
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    */
}

.sitecont img {
    display: block;
    border-radius: var(--siteradius);
    max-width: 100%;
    /*
    margin-left: auto;
    margin-right: auto;
    */
}

.sitecont figcaption {
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    max-width: 100%;
}

.socialshare-wrap { margin-top: 40px; }

.sitecont-wrap span { display: inline; }

/*TOC*/
.siteaside { position: sticky; top: 80px; align-self: flex-start; }
.site-toc { width: 426px; max-width: 100%; padding: 30px 0 8px; }
.site-toc h3 { padding: 0 30px; }
.site-toc > ul { padding: 0 30px 10px 50px; max-height: 200px; overflow: auto; }
.custom-toc .custom-toc { list-style: number; }
.custom-toc-item > .custom-toc { margin-top: 10px; }
.custom-toc-item { line-height: 1.6; }

.site-toc a { display: inline; color: var(--gray); }
.site-toc a:hover { color: var(--primary); }
.site-toc > ul::-webkit-scrollbar { width: 5px; }
.site-toc > ul::-webkit-scrollbar-track { display: none; border-radius: 10px; }
.site-toc > ul::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 10px; }

.sitecont-wrap .site-toc { width: 100%; padding-top: 20px; margin-bottom: 30px; }

/*Progress Bar*/
.progress-bar {
    position: relative;
    width: 426px;
    max-width: 100%;
    height: 5px;
    border-radius: 15px;
    margin-top: 28px;
    overflow: hidden;
}

.progress-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    border-radius: 15px;
    background-color: var(--primary);
    transition: 0.1s linear;
}

.sitecont blockquote {
    padding: 20px;
    margin: 30px 0;
    border-radius: calc(var(--siteradius) / 2);
    background: var(--sky);
}

.post-read {
    width: 426px;
    max-width: 100%;
    line-height: 1;
}

.post-subs {
    width: 426px;
    max-width: 100%;
}

.post-subs .bttn {
    --btnsize: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 24px;
}

.subs-icon {
    --thisSize: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--thisSize);
    height: var(--thisSize);
    color: var(--black);
    border-radius: var(--thisSize);
    background: var(--white);
    align-self: center;
}

.subs-icon i {
    font-size: 7.5px;
    line-height: 1em;
    margin-top: 2px;
}

@media screen and (min-width: 1320px) {
    .socialshare-wrap { position: fixed; top: 50%; left: 20px; margin: 0; transform: translateY(-50%); }
    .socialshare { flex-direction: column; gap: 10px; margin: 0; }
}
/*MIN 1320 ENDS*/

@media screen and (max-width: 1199px) {
    .bfeat-cont { padding: 30px; }
}
/*1199*/

@media screen and (max-width: 991px) {
    .bfeat {  --borderWid: 0px; flex-wrap: wrap; }
    .bfeat-img { --thisWid: 100%; border-radius: var(--siteradius); }
    .blogheaderbar::before { height: 36%; }
    .siteaside { display: none; }
}
/*991*/

@media screen and (max-width: 767px) {
    .bfeat-cont { padding: 20px; }
    .socialshare-wrap { text-align: center; }
}
/*767*/

@media screen and (max-width: 575px) {
    .singleauthbio p { font-size: 18px; line-height: 24px; }
    .blogheaderbar::before { display: none; }
    .single-meta { font-size: 16px; line-height: 24px; }
}
/*575*/

@media screen and (max-width: 459px) {
    .bfeat-author { --thisWid: 36px; }

}
/*459*/

@media screen and (max-width: 375px) {
    .bfeat-cont { padding: 15px; }
}
/*375*/