body.single-insight .entry-content.single-content,
body.single-news .entry-content.single-content {
	max-width: 1024px;
	margin-inline: auto;
}

body.single-insight .post-thumbnail-inner img,
body.single-news .post-thumbnail-inner img {
	aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

/* Insights Single */
.single-insight .entry-header,
.single-news .entry-header {
    position: relative;
    background-image: url("../../images/single-header-bg.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.single-insight .entry-header h1,
.single-news .entry-header h1 {
    color: #ffffff;
    padding: 130px 0 90px;
    max-width: 740px;
    margin: 0 auto;
}

.single-insight .entry-header .insights-category-list,
.single-news .entry-header .insights-category-list {
    position: absolute;
    top: 100px;
    left: 2%;
    width: 250px;
    background-color: rgba(202, 25, 255, 0.5);
    min-height: 600px;
    padding: 40px 20px;
}

.single-insight .entry-header .insights-category-list ul,
.single-news .entry-header .insights-category-list ul {
    margin: 0;
    padding: 0;
}

.single-insight .entry-header .insights-category-list li,
.single-news .entry-header .insights-category-list li {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    list-style: none;
    padding: 8px;
    text-align: left;
    color: #9896c9;
}

.single-insight .entry-header .insights-category-list li.insight_type > ul,
.single-news .entry-header .insights-category-list li.insight_type > ul {
    margin-top: 20px;
}

.single-insight .entry-header .insights-category-list li a,
.single-news .entry-header .insights-category-list li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    border-left: 4px solid transparent;
    padding-left: 12px;
}

.single-insight .entry-header .insights-category-list li a:hover,
.single-insight .entry-header .insights-category-list li.current-cat a,
.single-news .entry-header .insights-category-list li a:hover,
.single-news .entry-header .insights-category-list li.current-cat a  {
    color: #000000;
    border-left: 4px solid #F37232;
}

.single-insight .post-thumbnail,
.single-news .post-thumbnail {
    display: block;
    height: initial;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
    max-width: 1000px !important;
    width: 56% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 0;
    margin-bottom: 0;
}

.single-insight .post-thumbnail .post-thumbnail-inner,
.single-news .post-thumbnail .post-thumbnail-inner {
    position: initial;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
}


.single-insight .post-thumbnail img,
.single-news .post-thumbnail img {
    flex: 0;
    height: auto;
    max-width: 1000px;
}

.single-insight-class {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.single-insight-class a {
    padding: 10px 30px;
    background-color: #f1f1f1;
    color: #000000;
    text-decoration: none;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.single-insight-class a:hover {
    background-color: #F37232;
    color: #ffffff;
}

.content-style-unboxed .kadence-thumbnail-position-behind:after {
    content: none;
}

/* For Imported Content */
.single-insight .entry-content.single-content > p,
.single-news .entry-content.single-content > p {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.single-insight .entry-content.single-content,
.single-news .entry-content.single-content {
    margin-bottom: 40px;
}

.single-insight .entry-content.single-content > .entry-content-asset,
.single-news .entry-content.single-content > .entry-content-asset {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

#all_items_link {
    position: absolute;
    width: 267px;
    height: 19.062px;
    left: 280px;
    top: 50px;
    overflow: visible;
}

.single-insight .Icon_awesome-arrow-right,
.single-funding .Icon_awesome-arrow-right,
.single-rfp .Icon_awesome-arrow-right,
#all_items_link .Icon_awesome-arrow-right {
    overflow: visible;
    position: absolute;
    width: 16.479px;
    height: 16.062px;
    left: 0px;
    top: 3px;
    transform: matrix(1,0,0,1,0,0);
}

.single-insight #Icon_awesome-arrow-right,
#all_items_link .Icon_awesome-arrow-right {
    fill: rgba(255,255,255,1);
}

#all_insights_breadcrumb {
    left: 29px;
    top: 0px;
    position: absolute;
    overflow: visible;
    width: 239px;
    height: 19px;
    text-align: left;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255,1);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.single-insight .entry-header  span.category {
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: rgba(152,150,201,1);
    letter-spacing: 1px;
    display: block;
    padding-top: 115px;
}

.single-insight .entry-header h1{
    padding-top: 15px;
    text-align: center;
}

.wp-block-image figcaption{
    text-align: left;
}

.type-insight .kt-inside-inner-col .inner-column-2{
    margin-top: 15px;
}

.type-insight .kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-1 {
    flex: inherit;
}
.type-insight .kt-inside-inner-col a {
    font-weight: 600;
}

@media screen and (max-width: 800px) {
    #all_items_link {
        width: 150px;
        left: 50%;
        transform: translateX(-50%);
    }

    .single-insight .single-content,
    .single-news .single-content,
    .single-insight .entry-title,
    .single-news .entry-title {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}