.single-sidebar-grid{
    display: grid;
    grid-template-columns: 2fr 5fr 3fr;
    grid-template-rows: 1fr;
    grid-column-gap:50px;
    grid-row-gap: 0px;
    margin: 64px 64px 0 64px;
}
.content-add-banner {
    display: flex;
    justify-content: center;
    gap:30px;
    padding: 30px 0;
}
.single .section_head h4{
    font-size: 16px;
    line-height: 35px;
    font-weight: 800;
    color: var(--blue);
    text-transform: uppercase;
    white-space: nowrap;
    margin: 10px 10px 10px 0;
}
.also-read ul{
    list-style: none;
    padding: 0;
}
.also-read ul li{
padding-bottom: 20px;
}
.also-read{
    border-bottom: 1px solid var(--opacity-blue);
}
.also-read a{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.also-read a:hover{
    text-decoration: none;
    color: var(--red);
}
.category-title{
    margin: 15px 64px 30px 64px;
    display: flex;
    gap:60px;
    border-bottom: 1px solid var(--red);
}
.category-title h2{
    font-size: 68px;
    line-height: 55px;
    font-weight: 900;
    color: var(--blue);
    margin: 0;
}
.single-sidebar-grid .category-title{
    margin: 0;
    display: flex;
    gap:60px;
    border: none;
}
.tags ul{
    list-style: none;
    padding: 0;
    display: flex;
    gap:15px;
}
.meta-title{
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: var(--red);
}
.meta-title img {
    width: 11px;
    margin-right: 10px;
}
.tags a{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: var(--blue);
}
.tags a:hover{
    text-decoration: none;
    color: var(--red);
}
.single-sidebar-grid .category-meta {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    gap: 10px;
}
.single-sidebar-grid .content h1{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    margin: 0;
}
.single-sidebar-grid .content h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
}
.single .adds-left {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.single .content figure img{
    width: 100%;
}
.single .content .date-time{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: var(--blue);
    opacity: 0.9;
    margin: 20px 0;
}
.lead{
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    padding-bottom: 20px;
    color: var(--blue);
    border-bottom: 1px solid var(--opacity-blue);
}
.post-content{
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
}

/* ROI IDEISEON */
.bottom-widget .single .news_stream_head:first-child{
    font-size: 30px;
    line-height: 37px;
}
.bottom-widget .news_stream_item {
    border-bottom: 1px solid var(--red);
    margin: 10px 0;
}
.single .bottom-widget .news_stream_thumb {
    min-width: 210px;
    max-width: 210px;
    width: 100%;
    height: 140px;
}
.bottom-widget .tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.bottom-widget .tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.bottom-widget .tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.bottom-widget .tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4){
    display: grid!important;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
}
/* ROI IDEISEON */

.bottom-section h3{
    margin: 0 30px;
    font-size: 34px;
    line-height: 55px;
    font-weight: 900;
}
.beige_bg.bottom-section h3{
    color: var(--blue);
}
.drk_blue_bg.bottom-section h3{
    color: var(--white);
}
.bottom-section .section_head{
    margin-bottom: 60px;
}

#most-viewed .flex-section{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: flex-start;
}
#most-viewed .flex-section .item_content{
    width: 100%;
    margin: 0;
    background-color:transparent;
    border-bottom:1px solid var(--excerpt);
}
#most-viewed .flex-section .item_content .date_time,
#most-viewed .flex-section .excerpt{
    color: var(--white);
    opacity: 0.5;
}
#most-viewed .flex-section .title_link{
    color: var(--white);
    opacity: 0.8;
}
#most-viewed .flex-section .item_content{
    height: 310px;
}
#most-viewed .flex-section article.loop_item.post_item {
    max-width: 270px;
}
.single a.load-more{
    font-size: 13px;
    line-height: 25px;
    border: 1px solid var(--biege);
    padding: 16px 68px;
}
.single .pagination{
    margin: 60px auto;
}