#single .post-format-wrapper {
    position: relative;
    z-index: 2;
}

#single .main-article .main-title:not(.main-article .info:has(.meta) .main-title) {
    margin-bottom: 70px;
    text-align: center;
}

#single .main-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 25px;
}

.article-content {
    padding-left: 0;
    padding-right: 50px;
}

#single .main-article {
    position: relative;
    z-index: 1;
    padding: 50px 60px;
}

.text {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.text>:first-child:not(blockquote) {
    padding: 0;
}

.text h1, 
.text h2, 
.text h3, 
.text h4, 
.text h5, 
.text h6 {
    margin-top: 0;
    font-weight: 800;
    font-family: 'Be Vietnam Pro';
    color: #002050;
}

.text p,
.text figure, 
.text iframe  {
    padding-top: 8px;
    margin: 0 0 24px;
}

.text .wp-block-archives, 
.text .wp-block-categories, 
.text .wp-block-latest-posts {
    margin-left: 0;
    padding-left: 0;
    min-width: 260px;
    display: inline-block;
}

.text .wp-block-latest-posts {
    display: block;
    min-width: inherit;
}

.text .wp-block-archives li:not(.option), 
.text .wp-block-categories li:not(.option), 
.text .wp-block-latest-posts li:not(.option) {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6edf6;
    padding-left: 0;
    background: 0 0;
    line-height: 30px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
}

.text .wp-block-archives li:not(.option) a, 
.text .wp-block-categories li:not(.option) a, 
.text .wp-block-latest-posts li:not(.option) a {
    border: 0;
    font-weight: 400;
}

.text .wp-block-archives li:not(.option):last-of-type, 
.text .wp-block-categories li:not(.option):last-of-type, 
.text .wp-block-latest-posts li:not(.option):last-of-type {
    margin-bottom: 0 !important;
    border-bottom: 0;
    padding-bottom: 0;
}

.share-container {
    position: sticky;
    top: 100px;
    z-index: 100;
    margin-left: -75px;
    margin-top: -2px;
    float: left;
}

.share {
    border-radius: 25px;
    position: sticky;
    top: 0;
    width: 45px;
    padding: 0 2px;
}

.share-inner a {
    display: block;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    margin: 5px 0;
}

.share-inner a svg {
    width: 25px;
    height: 25px;
}

#single .bottom-tags {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #e6edf6;
    font-size: 15px;
    text-align: center;
}

#single .bottom-tags p {
    display: inline;
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: .15px;
}

#single .bottom-tags a {
    display: inline;
    color: #f43676;
    font-weight: 600;
}

#single .bottom-tags .last-update {
    margin-left: 30px;
}

.article-content .pagination {
    padding: 0;
}

.article-content .pagination-nav {
    width: 100%;
}

.article-content .pagination-nav a {
    padding: 7px 22px;
    font-size: 16px;
    border-radius: 8px;
}

.article-content .pagination-nav a:first-child {
    float: left;
}

.article-content .pagination-nav a:last-child {
    float: right;
}

#related-stories h3.title {
    margin: 0 0 40px;
    padding: 0;
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: 800;
}

#related-stories h3.title::before {
    content: '';
    width: 32px;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    background-size: 24px 14px;
    margin-top: -1px;
}

#related-stories h3.title span {
    background: #fff;
    padding-right: 20px;
}

#related-stories h3.title svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    fill: #fc6668;
    color: #e10489;
    left: -40px;
    width: 24px;
    height: 14px;
    margin-top: -1px;
}

#related-stories h3.title::after {
    content: '';
    height: 1px;
    background: #e6edf6;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: -1;
}

#single #related-stories {
    padding-left: 40px;
    padding-top: 80px;
}

#related-stories h3.title {
    margin: 0 0 30px;
}

#single #related-stories .flex-box {
    margin: 0 -15px;
    flex-flow: row wrap;
    align-items: start;
}

#single #related-stories .item {
    display: flex;
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
    box-sizing: border-box;
    min-height: 100px;
}

#single #related-stories .item .thumb {
    display: block;
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0px 8px 16px -8px rgba(0,0,0,0.30),0px 13px 27px -5px rgba(50,50,93,0.25);
}

#single #related-stories .info .title {
    font-size: 15px;
    margin: 0 0 5px;
    letter-spacing: .15px;
    font-weight: 700;
    line-height: 1.45;
}

#single #related-stories .info .meta {
    font-size: 12px;
}

#single #related-stories .info .meta .meta-info {
    margin-left: 0;
}

#single #related-stories .info .meta .meta-info .dot {
    width: 13px;
    height: 4px;
    margin-right: 8px;
    margin-left: 0;
}

#single #related-stories .item:last-of-type {
    margin-bottom: 0;
}

.sponsored-post {
    text-align: left;
    color: #4D6385;
    font-weight: 600;
    font-size: 13px;
}

.images-source-info {
    padding: 10px;
    border-radius: 8px!important;
}

.bottom-tags-grid .sep:last-child {
    display: none;
}

@media screen and (max-width: 1200px) {

    #single .main-title {
       font-size: 34px;
    }

    .article-content {
        padding-right: 40px;
    }

    #single .main-article {
        padding: 0 0 30px;
    }

    #single .main-article.bg-box {
        padding: 50px;
    }

    .article-content .pagination-nav a {
        font-size: 13px;
    }

    #related-stories h3.title {
        font-size: 18px;
    }

    #single #related-stories .info .title {
        font-size: 13px;
    }

}

@media only screen and (min-width: 1024px) {

    .bottom-tags-grid {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }

    #single .bottom-tags .last-update {
        display: flex;
        align-items: center;
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

}

@media only screen and (max-width: 1024px) {

    .main-grid .article-content {
        padding-right: 0px;
        padding-bottom: 60px;
    }

    #single .main-article {
        padding: 0 0 40px;
    }

    #author.single-author {
        padding-top: 60px;
    }

    #author .author-avatar {
        width: 175px;
        height: 175px;
    }

    #single .bottom-tags .last-update {
        margin-left: 0;
    }

}

@media only screen and (max-width: 768px) {

    #page #single .main-article.bg-box {
        padding: 40px 20px;
    }

    #single .main-title {
        font-size: 26px;
    }

    #single .main-article .main-title:not(.main-article .info:has(.meta) .main-title) {
        margin-bottom: 20px;
    }

    .text {
        font-size: 14px;
    }

    .text figure, 
    .text iframe, 
    .text p {
        margin-bottom: 12.8px;
    }

    #single .bottom-tags {
        margin-top: 40px;
        padding-top: 30px;
    }

    #single .bottom-tags .last-update, 
    #single .bottom-tags .tags-list {
        display: block;
        margin: 10px 0;
    }

    #single .subscribe {
        margin-top: 40px;
    }

    #related-stories h3.title {
        margin-bottom: 30px;  
        font-size: 20px;
    }

    #single #related-stories .flex-box {
        margin: 0;
    }

    #single #related-stories .item {
        align-items: center;
        margin-top: 0;
        margin-bottom: 30px;
        width: 100%;
        min-height: inherit;
        padding: 0;
    }

}

@media only screen and (max-width: 388px) { 

    #single #related-stories .flex-box {
        margin: 0 0 0 -40px;
    }

}