.table_social_row .table_social {
    min-width: 200px;
}

div#table-of-contents ul {
    margin: 0;
    padding: 0;
}

div#table-of-contents ul li {
    list-style: none;
}

div#table-of-contents ul li a {
    color: black;
}


/*Single post*/

.single_blog_post .bg_thumbnail_post:before {
    content: "";
    background: linear-gradient(90deg, #2D3745 0%, #2D374540 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.single_blog_post .bg_thumbnail_row {
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.single_blog_post .bg_thumbnail_row h1.single-post-title {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2em;
    color: #D6F4F4;
    margin: 0;
}

.single_blog_post .bg_thumbnail_col {
    max-width: 820px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    z-index: 9;
    color: white;
}

.single_blog_post .time_row svg.e-fas-calendar {
    fill: #4FBDC5;
    width: 14px;
    height: 14px;
}

.single_blog_post .time_row time {
    color: #606060;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}

.single_blog_post span.single-post-date {
    display: flex;
    align-items: center;
    gap: 20px;
}

.single_blog_post .media-cat {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    background: #F1F1F5;
    color: #4fbdc5;
    border-radius: 25px;
    padding: 6px 10px;
    width: fit-content;
}

.single_blog_post .container {
    max-width: 1140px;
}
.post_date_row {
    margin: 20px 0;
}
.single-post .single_blog_post .container .left_panel {
    max-width: 770px;
    width: 100%;
}

.single-post .single_blog_post #main sidebar {
    max-width: 300px;
    width: 100%;
    position: sticky;
    top: 120px;
    height: 100%;
}

.single-post .single_blog_post #main .container {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    max-width: 1140px;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 80px;
}

.single-post .single_blog_post #main .container:before,
.single-post .single_blog_post #main .container:after {
    content: none;
}

.single_blog_post .single-post-content {
    color: #606060;
    font-size: 18px;
    line-height: 1.6em;
}

.single_blog_post .single-post-content h2 {
    color: #305a7f;
    font-size: 1.6em;
}

.single_blog_post .single-post-content h1, .single_blog_post .single-post-content h3 {
    color: #305a7f;
}
.single_blog_post .single-post-content h2 b {
    font-weight: bold;
}

.single_blog_post .single-post-content a {
    color: #e74879;
    text-decoration: underline;
}

.single-post .single_blog_post #main sidebar .single_page.widget.widget-subscribe label {
    font-size: 13px;
}

.single_blog_post .single-post-bottom {
    padding: 50px 0;
    background: radial-gradient(circle at 137% 132%, #e3eaf2, #ffffff 111%);
}

.single .single_blog_post .right_panel .hs-richtext.hs-main-font-element {
    margin-bottom: 0;
    text-align: center;
}

.single .single_blog_post .right_panel .hs-richtext.hs-main-font-element>div:last-child {
    display: none;
}

.single_blog_post .single-post-bottom>div {
    max-width: 500px;
    margin: 0 auto;
}
.thumbnail_poster figure {
    display: block;
    width: 100%;
    margin: 0;
}
.thumbnail_poster {
    position: relative;
}

.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    display: inline-block;
    border: 1px solid transparent;
    line-height: normal;
    color: #666;
    background-color: #EBEBEB;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 50px;
}
body.tax-news-category .newsletter_container_btm, body .newsletter_container_btm  {
    display: none;
}