/* Reading Progress Indicator */

.post-reading-progress-indicator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 99999;
}

body.logged-in .post-reading-progress-indicator {
    margin-top: 32px;
}

@media screen and (max-width: 600px) {
    body.logged-in .post-reading-progress-indicator {
        margin-top: 0;
    }
}

.post-reading-progress-indicator span {
    background: var(--accent-color);
    transition: 0.3s ease-out;
    height: 100%;
    width: 0;
    display: block;
    box-shadow: 0 2px 6px #30323c26;
}

/* Single Hero */

.single-hero-inside:not(:empty), .single-hero-outside {
    margin-bottom: 50px;
}

.single-hero-outside:not(:empty) {
    margin-top: 30px;
}





/* Single Hero Standard: Layout 20, 21, 22 */

.single-hero-layout-20 {
    margin-top: -30px;
}

.single-hero-layout-20-container {
    background-color: #27282e;
    background-size: cover;
    background-position: center;
    position: relative;
}

.single-hero-layout-20-overlay {
    position: absolute;
    background: #00000033;
    left: 0;
    width: 100%;
    top: 0;
    height: 5%;
    border-radius: inherit;
}


.single-hero-layout-20 .content-container {
    padding: 450px 0 50px;
    position: relative;
}

.single-hero-layout-20 .single-hero-title-1 {
    padding: 0px 0px 0px 110px;
}

.single-hero-layout-20-container .single-hero-title-1 .title {
    border: none;
    margin: 0;
    line-height: 1.2;
    max-width: 90%;
}

.single-hero-layout-20-container.title-bg .single-hero-title-1 .title {
    margin: 10px 0;
}

.single-hero-layout-20-container.title-bg .single-hero-title-1 .title span {
    color: #FFF;
	font-size: 4rem;
    padding: 0 0px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border: 0px solid #fff;
}

.single-hero-layout-20-container .single-hero-title-1 .title,
.single-hero-layout-20-container .single-hero-title-1 .excerpt,
.single-hero-layout-20-container .single-hero-title-1 .author-name a,
.single-hero-layout-20-container .single-hero-title-1 .bottom {
    color: #fff;
}



.single-hero-layout-20 .single-hero-title-1 .category a {
    background: transparent !important;
	color: #fff;
    padding: 0;
    font-size: 1rem;
    border-radius: 0;
}

.single-hero-layout-20 .single-hero-title-1 .category a:hover {
    background: transparent !important;
}

.single-hero-layout-20-container .top-container {
    position: absolute;
    top: 35px;
    right: 35px;
    border-radius: 50px;
    background: #ffffff1f;
    display: flex;
    padding: 4px;
    font-size: 0.8rem;
}

.single-hero-layout-20-container .top-container > div {
    padding: 0 6px;
}

.single-hero-layout-20-container .top-container, .single-hero-layout-20-container .top-container a {
    color: #fff;
}

.single-hero-layout-20-container .top-container i {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .single-hero-layout-20 .content-container {
        padding: 100px 20px 30px 0px;
    }
    .single-hero-layout-20-container .single-hero-title-1 .title {
        max-width: 100%;
		max-height: 100px;
		padding: 0px 0px 0px 0px;
    }
	.single-hero-layout-20-container.title-bg .single-hero-title-1 .title span{
		font-size: 2.5rem;
	}
}





/* Post Tags */

.single-post-tags {
    padding-top: 20px;
}

.single-post-tags h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.single-post-tags a {
    display: inline-block;
    border: 1px solid #b3b4bb;
    padding: 4px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #404246;
    border-radius: 6px;
    font-size: 0.8rem;
    transition: 0.3s;
}

.single-post-tags a:hover {
    color: #000000;
    border-color: #6f7072;
}


/* Share Box */

.single-share-box-container {
    padding: 50px 0;
    border-top: 1px solid #dfe1ea;
    text-align: center;
}

.single-share-box-container > .title {
    margin-bottom: 20px;
}

.single-share-box a {
    display: inline-block;
    line-height: 1;
    background: #3f51b5;
    color: #fff;
    padding: 10px;
    font-size: 1.4rem;
    border-radius: 50px;
    margin: 0 2px;
    transition: 0.4s;
    box-shadow: 0 4px 15px #35363e45;
}

.single-share-box a:hover {
    transform: translateY(-6px);
	color: #fff;
}

.single-share-box a i {
    line-height: 1;
    display: block;
}

.single-share-box a.facebook {
    background: #3f51b5;
}

.single-share-box a.twitter {
    background: #1a242d;
}

.single-share-box a.linkedin {
    background: #137fd6;
}

.single-share-box a.pinterest {
    background: #e91e54;
}

.single-share-box a.telegram {
    background: #1cb8ff;
}

.single-share-box a.email {
    background: #00bcd4;
}

.single-share-box a.whatsapp {
    background: #19b77e;
}


/* Share Box Link */

.single-share-box-link {
    margin-top: 30px;
}

.single-share-box-link .form-content {
    max-width: 500px;
    position: relative;
    margin: auto;
}

.single-share-box-link .share-link-text {
    margin: 0;
    width: 100%;
    max-width: 100%;
    color: #6d7086;
    font-size: 14px;
    background: #f7f7f7;
    padding: 12px 20px;
    padding-right: 45px;
    line-height: 1;
    border: none;
}

.single-share-box-link .share-link-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: var(--accent-color);
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1;
}

.single-share-box-link .share-link-btn i {
    display: block;
}

.single-share-box-link .copied-popup-text {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    font-size: 11px;
    background: #28292b;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.single-share-box-link .copied-popup-text.show {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 550px) {
    .single-share-box-link .copied-popup-text {
        left: auto;
        right: 0;
        transform: translateX(0);
    }
}


/* Author Box */

.single-author-box-container {
    padding: 50px 0;
    border-top: 1px solid #dfe1ea;
}

.single-author-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.single-author-box-avatar {
    flex-shrink: 0;
    margin-right: 40px;
}

.single-author-box-avatar img {
    border-radius: 50%;
    box-shadow: 0 6px 20px #38394457;
    width: 120px;
    height: 120px;
}

.single-author-box-desc {
    flex-grow: 1;
}

.single-author-box-desc .more-articles {
    float: right;
    font-size: 0.8rem;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 50px;
    background-color: var(--second-color);
    color: var(--second-color-alt) !important;
}

.single-author-box-desc .written-by {
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}


@media screen and (max-width: 575px) {
    .single-author-box {
        flex-direction: column;
        text-align: center;
    }
    .single-author-box-avatar {
        margin: 0;
    }
    .single-author-box-desc .more-articles {
        float: none;
        margin: 15px 0;
    }
}


/* Next And Previous Posts */

.single-next-prev-posts-container {
    padding: 50px 0;
    border-top: 1px solid #dfe1ea;
}

.single-next-prev-posts .post-wrapper {
    display: flex;
    align-items: center;
}

.single-next-prev-posts .image {
    flex-shrink: 0;
}

.single-next-prev-posts .image img {
    border-radius: 6px;
    width: 120px;
}

.single-next-prev-posts .image img {
    margin-right: 20px;
}

.single-next-prev-posts .post-wrapper .title {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.single-next-prev-posts .post-wrapper .title a {
    color: #000;
    word-break: break-word;
}

.single-next-prev-posts .post-wrapper .title a:hover {
    color: var(--accent-color);
}

.single-next-prev-posts .next-prev-label {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.single-next-prev-posts .next-prev-label .icon {
    vertical-align: middle;
}

@media screen and (max-width: 767px){
    .single-next-prev-posts .post-wrapper:first-of-type {
        margin-bottom: 15px;
    }
}

/* Fixed Next And Previous Posts */

.single-fixed-next-prev-posts {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.single-fixed-next-prev-posts.show {
    visibility: visible;
    opacity: 1;
}

.single-fixed-next-prev-posts .fixed-post {
    position: fixed;
    z-index: 99;
    top: 50%;
    height: 200px;
}

.single-fixed-next-prev-posts .next-post {
    right: 0;
}

.single-fixed-next-prev-posts .prev-post {
    left: 0;
}

.single-fixed-next-prev-posts .post-label {
    position: absolute;
    top: 0;
    bottom: 0;
    writing-mode: tb-rl;
    text-align: center;
    background: #f2f4f5;
    padding: 4px;
    z-index: 99;
    transition: 0.3s;
}

.single-fixed-next-prev-posts .post-label:hover {
    background: #000;
    color: #fff;
}

.single-fixed-next-prev-posts .next-post .post-label {
    right: 0;
}

.single-fixed-next-prev-posts .prev-post .post-label {
    left: 0;
}

.single-fixed-next-prev-posts .next-post .post-label .icon {
    margin-top: 5px;
}

.single-fixed-next-prev-posts .prev-post .post-label .icon {
    margin-bottom: 5px;
}

.single-fixed-next-prev-posts .post-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 380px;
    background: #fff;
    box-shadow: 0 4px 30px 2px #33353c2b;
    border-radius: 6px;
    padding: 25px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.single-fixed-next-prev-posts .next-post .post-wrapper {
    right: -400px;
    padding-right: 60px;
    text-align: left;
}

.single-fixed-next-prev-posts .prev-post .post-wrapper {
    left: -400px;
    padding-left: 60px;
    text-align: right;
}

.single-fixed-next-prev-posts .next-post .post-label:hover + .post-wrapper,
.single-fixed-next-prev-posts .next-post .post-wrapper:hover {
    right: 0;
}

.single-fixed-next-prev-posts .prev-post .post-label:hover + .post-wrapper,
.single-fixed-next-prev-posts .prev-post .post-wrapper:hover {
    left: 0;
}

.single-fixed-next-prev-posts .post-wrapper .image {
    flex-shrink: 0;
}

.single-fixed-next-prev-posts .next-post .post-wrapper .image img {
    margin-right: 20px;
}

.single-fixed-next-prev-posts .prev-post .post-wrapper .image img {
    margin-left: 20px;
}

.single-fixed-next-prev-posts .post-wrapper .image img {
    border-radius: 6px;
    width: 85px;
}

.single-fixed-next-prev-posts .date {
    font-size: 0.8rem;
    color: #000;
}

.single-fixed-next-prev-posts .title {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.single-fixed-next-prev-posts .title a {
    color: #000;
    transition: 0.3s;
    word-break: break-word;
}

.single-fixed-next-prev-posts .title a:hover {
    color: var(--accent-color);
}

@media screen and (max-width: 1024px ) {
    .single-fixed-next-prev-posts {
        display: none;
    }
}