/* General */

.single-hero-inside:not(:empty), .single-hero-outside {
    margin-bottom: 50px;
}

.single-hero-outside:not(:empty) {
    margin-top: 50px;
}


/* Reading Progress Indicator */

.post-reading-progress-indicator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 99999;
}

body.admin-bar .post-reading-progress-indicator {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .post-reading-progress-indicator {
        margin-top: 46px;
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar .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 Title 2 */

.single-hero-title-2 {
    position: relative;
    margin-bottom: 50px;
}

.single-hero-title-2 .category a {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 7px;
    background: var(--accent-color);
    color: var(--accent-color-alt);
    border-radius: 50px;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.single-hero-title-2 .category.multi-bg a {
    background: var(--term-color, var(--accent-color));
}

.single-hero-title-2 .category a:hover {
    background: #292930;
}


.single-hero-title-2 .category.skew-bg a {
    transform: skewX(-20deg);
    border-radius: 5px;
}

.single-hero-title-2 .category.skew-bg a span {
    transform: skewX(20deg);
    display: block;
}

.single-hero-title-2 .title {
    border-bottom: 1px solid #dfe1ea;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    word-wrap: break-word;
    word-break: break-word;
}

.single-hero-title-2 .excerpt {
    color: #757a8b;
}

.single-hero-title-2 .meta, .single-hero-title-2 .meta-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    letter-spacing: 1px;
    color: #51535a;
}

.single-hero-title-2 .meta {
    flex-wrap: nowrap;
}

.single-hero-title-2 .meta a {
    color: inherit;
}

.single-hero-title-2 .author-avatar {
    flex-shrink: 0;
}

.single-hero-title-2 .author-avatar img {
    width: 55px;
    border-radius: 50%;
    margin-right: 10px;
}

.single-hero-title-2 .author-name {
    flex-shrink: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.single-hero-title-2 .author-name a {
    color: #000;
}

.single-hero-title-2 .meta-details .meta-item {
    position: relative;
}

.single-hero-title-2 .meta-details .meta-item:not(:last-child)::after {
    content: '/';
    display: inline-block;
    margin: 0 6px;
}

body.is-dark-bg .single-hero-outside .single-hero-title-2 .meta, body.is-dark-bg .single-hero-outside .single-hero-title-2 .meta-details, body.is-dark-bg .single-hero-outside .single-hero-title-2 .meta a {
    color: #ffffffcc;
}

body.is-dark-bg .single-hero-outside .single-hero-title-2 .author-name a {
    color: #ffffff;
}


/* single-hero-outside */

.single-hero-outside .single-hero-title-2 {
    margin-bottom: 50px;
    padding: 0 15%;
}

.single-hero-outside .without-thumb .single-hero-title-2 {
    margin-bottom: 0;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .single-hero-outside .single-hero-title-2 {
        padding: 0;
    }
}

body.is-dark-bg .single-hero-outside .single-hero-title-2 .title {
    color: #fff;
}


/* Single Hero Quote */

.single-hero-quote-container {
    padding: 6%;
    background: var(--second-color);
    color: var(--second-color-alt);
    border-radius: 15px;
    box-shadow: 0 5px 20px 0px #5853991a;
}

.single-hero-quote-container .content {
    font-size: 1.2rem;
}

.single-hero-quote-container .author {
    margin: 0;
    position: relative;
}

.single-hero-quote-container .author::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: currentColor;
    margin-right: 10px;
}

.single-hero-quote-container .icon {
    font-size: 3rem;
    line-height: 1;
    display: inline-block;
}



/* Single Hero Link */

.single-hero-link-container {
    padding: 6%;
    background: var(--second-color);
    border-radius: 15px;
    box-shadow: 0 5px 20px 0px #5853991a;
}

.single-hero-link-container .link-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #fff;
}

.single-hero-link-container .content {
    overflow: hidden;
    flex: 1;
}

.single-hero-link-container .link {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 1.5rem;
    color: #fff;
}

.single-hero-link-container .title {
    margin: 0;
}

.single-hero-link-container .link-icon {
    font-size: 4rem;
    line-height: 1;
    display: block;
    margin-right: 25px;
}

.single-hero-link-container .link-icon i {
    display: block;
}


/* Single Hero Audio */

.single-hero-audio-container iframe {
    width: 100%;
    border-radius: 15px;
}

/* Single Hero Video */

.single-hero-video-container {
    position: relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.single-hero-video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	border-radius: 15px;
}

/* Single Hero Gallery */

.single-hero-gallery-item img {
    width: 100%;
    border-radius: 15px;
}

.single-hero-gallery-container .swiper {
    height: 300px;
    transition: 0.3s;
    opacity: 0;
}

.single-hero-gallery-container .swiper.swiper-initialized {
    height: auto;
    opacity: 1;
}

.single-hero-gallery-container .swiper-button-next, .single-hero-gallery-container .swiper-button-prev {
    color: #fff;
    background: #292a2e57;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 4px;
    transition: 0.3s;
}

.single-hero-gallery-container .swiper-button-next:hover, .single-hero-gallery-container .swiper-button-prev:hover {
    background: #292a2e8a;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    font-size: 30px;
}


/* Single Hero Standard layout 1 */

.single-hero-1-container .single-hero-thumb img {
    border-radius: 15px;
    box-shadow: 0 5px 20px 0px #5853991a;
	width: 100%;
}

/* Single Hero Standard layout 2 */

.single-hero-2-image img {
    border-radius: 15px;
    box-shadow: 0 5px 20px 0px #5853991a;
    width: 100%;
}

.single-hero-2-content .single-hero-title-2 {
    padding: 0;
}

/* Single Hero Standard layout 3 */

.single-hero-3-container {
    background-color: #27282e;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 5px 20px 0px #5853991a;
}

.single-hero-3-overlay {
    position: absolute;
    background: linear-gradient(0deg, #101a28b0 , transparent 70%);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    border-radius: inherit;
}

.single-hero-3-content {
    padding: 30% 4% 4%;
    position: relative;
}

.single-hero-3-content .single-hero-title-2 {
    padding: 0;
    margin: 0;
}

.single-hero-3-content .single-hero-title-2 .title,
.single-hero-3-content .single-hero-title-2 .author-name a {
    color: #fff;
}

.single-hero-3-content .single-hero-title-2 .meta-details {
    color: #ffffffb8;
}

/* Single Hero Standard layout 4 */

.single-hero-4-container .single-hero-thumb img {
    border-radius: 15px;
    box-shadow: 0 5px 20px 0px #5853991a;
    width: 100%;
    margin-bottom: 30px;
}


/* 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: 5px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: 0.3s;
}

.single-post-tags a:hover {
    color: #000000;
    border-color: #6f7072;
}


/* Share Box */

.single-share-box-container {
    text-align: center;
    margin: 50px 0;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 5px 20px 0px #5853991a;
}

.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 4px;
    transition: 0.4s;
    box-shadow: 0 4px 15px #35363e29;
}

.single-share-box a:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px #35363e5e;
	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;
    padding: 12px 20px;
    padding-right: 45px;
    line-height: 1;
}

.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 {
    margin: 50px 0;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 5px 20px 0px #5853991a;
}

.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;
    padding: 6px 15px;
    border-radius: 50px;
}

.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 {
    margin: 50px 0;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 5px 20px 0px #5853991a;
}

.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: 999;
    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;
    }
}