body.single.single-post, body.single.single-post p {
    font-size: 16px;
    line-height: 158%;
    letter-spacing: 3.2px;
    color: #161616;
    font-weight: 500;
}
.single-post .breadcrumb-container .breadcrumb {
    background: transparent;
    padding: 40px 0 0;
    font-weight: 700;
}
.single-post .breadcrumb-container .breadcrumb li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    transform: rotate(180deg);
    background-image: url("../img/angle-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 20px;
}
.single-post .breadcrumb-container .breadcrumb li {
    padding-left: 25px;
    position: relative;
}
/*
.single-post .breadcrumb-container .breadcrumb li:last-child:after {
    display: none;
}
*/
.single-post .breadcrumb-container .breadcrumb a {
    text-decoration: underline;
}
.single-post .breadcrumb-container .breadcrumb a, .single-post .breadcrumb-container .breadcrumb span {
    color: var(--blue);
}

.post-heading {
    font-weight: 700;
    color: var(--blue);
}
.post-date{
	font-size: 14px;
}
.title .jdd-heading{
	margin-bottom: 0;
}
.post-heading {
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 15px;
    margin-top: 20px;
}

.single-post .partners-section .jdd-heading{
	display: none;
}
.post-navigation{
	background: var(--orange);
}
.post-navigation .btn{
	background: transparent !important;
}
.post-navigation .jdd-heading{
    color: var(--blue);
}
.post-nav-header {
    margin-bottom: 20px;
}
.post-navigation {
    background: var(--orange);
    padding: 30px 0px;
}
.post-nav-body .col-12:last-child .article-item{
	margin-bottom: 0;
}
.post-image .jdd-asset {
    min-height: 260px;
    width: 100%;
    background-size: cover !important;
}
.view-more-mobile{
	margin-top: 30px;
}
@media(max-width: 991px){
	.vc-image-wrapper {
		margin-bottom: 30px;
	}
}