.wp-block-separator {
	width: 100%;
	color: var(--lightGrey);
    border-bottom: 1px solid;
	margin: 30px 0;
}
.custom-post-content p.caption {
	font-size: var(--tinyText);
	color: var(--caption);
	text-align: center;
}
.recent-post-header,
.post-type-header {
	display: flex;
	align-items: center;
    border-bottom: 2.5px solid var(--lightOrange);
    margin-bottom: 30px;
    padding-bottom: 10px;
}
body.podcasts-template-default .post-type-header {
	justify-content: center;
	margin-bottom: 20px;
}
.single-post-type-cat-container {
	flex-wrap: wrap;
}
.post-type-header {
	border-bottom: 0;
	margin-bottom: 0;
    padding: 0;
}
.recent-post-header-txt,
.post-type-header-txt {
	color: var(--lightOrange);
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 30px;
}
body.podcasts-template-default .post-type-header-txt {
	margin-right: 0;
}
.post-type-header-txt a {
	color: var(--lightOrange);
}
.most-recent-post.trending .recent-post-header-txt {
	font-size: var(--menuText);
}
.recent-post-header-icon,
.post-type-header-icon {
	line-height: 0;
}
.most-recent-post.trending .recent-post-header-icon svg {
	width: 16px;
}
.recent-post-header-icon svg path,
.post-type-header-icon svg path {
	fill: var(--lightOrange);
}
.recent-post-archive-link {
	margin-left: auto;
}
.et-db #et-boc .et-l .media-coverage-item a.et_pb_button {
	font-family: var(--avenirBold);
	padding-right: 28px !important;
}
.media-coverage-item a.et_pb_button:before {
	display: block;
	opacity: 1;
	margin: 0;
}
.recent-post-archive-link a,
.et-db #et-boc .et-l a.custom-link,
.media-coverage-item a.et_pb_button {
	color: var(--lightOrange);
	position: relative;
	padding-right: 28px;
}
.custom-toggle .team-meta a.custom-link {
	font-size: var(--smallestFontMax);
}
.inthenews-section .header {
    display: flex;
    align-items: baseline;
}
.recent-post-archive-link a:after,
.inthenews-archive-link a:after,
a.custom-link:after,
.media-coverage-item a.et_pb_button:after {
    content: '';
    background: url(../img/Icon-Arrow.svg) no-repeat;
    position: absolute;
    width: 16px;
    height: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.recent-post-archive-link a:before,
.inthenews-archive-link a:before,
a.custom-link:before,
.media-coverage-item a.et_pb_button:before {
	content: '';
	background: var(--darkOrange);
	height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    transition: .4s ease;
}
.media-coverage-item a.et_pb_button:before {
	bottom: 8px;
}
.recent-post-archive-link a:before,
a.custom-link:before {
	background: var(--lightOrange);
}
.recent-post-archive-link a:hover:before,
.inthenews-archive-link a:hover:before,
a.custom-link:hover:before {
	width: calc(100% - 28px);
}
.media-coverage-item a.et_pb_button:hover:before {
	width: calc(100% - 40px);
}
.inthenews-archive-link a:after,
.media-coverage-item a.et_pb_button:after {
	background: url(../img/Icon-Arrow-Dark.svg) no-repeat;
	transition: .4s ease;
}
.inthenews-archive-link {
	margin-left: auto;
}
.inthenews-archive-link a {
	color: var(--darkOrange);
	position: relative;
	padding-right: 28px;
	transition: .4s ease;
}
.most-recent-post .entry-content-container {
	/*transform: scaleY(1);
	transform-origin: top;
	transition: transform .4s ease;
	overflow: hidden;*/

	display: none;
}
/*.most-recent-post:hover .entry-content-container {
	transform: scaleY(1);
}*/
.most-recent-post .featured-image-container {
	flex: 2; /* Allow the image container to grow and shrink */
    height: auto; /* Let the height adjust automatically */
    transition: height 0.4s ease; /* Smooth transition for height changes */
    overflow: hidden;
}
/*.most-recent-post:hover .featured-image-container {
    flex: 2;
    height: auto;
}*/
article.most-recent-post {
	/*display: flex;
	flex-direction: column;
	margin-bottom: 30px;*/

	display: flex;
    flex-direction: column; /* Stack the image and content vertically */
    overflow: hidden; /* Hide any overflow content */
    transition: all 0.4s ease; /* Smooth transition for resizing */
}
article.most-recent-post.trending {
	position: relative;
	padding-left: 0px;
}
.most-recent-post .card-thumbnail {
	height: 300px;
	position: relative;
	background-size: cover;
    background-position: center;
	transition: height .4s ease;
}
/*.most-recent-post:hover .card-thumbnail {
	height: 300px;
}*/
.most-recent-post.trending .card-thumbnail {
	height: 280px;
}
.most-recent-post.trending:hover .card-thumbnail {
	height: 150px;
}
.most-recent-post .card-thumbnail img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s ease;
}
.most-recent-post ul.meta--contributors-list,
.custom-posts ul.meta--contributors-list {
	padding: 0;
	margin-top: 10px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.most-recent-post ul.meta--contributors-list li,
.custom-posts ul.meta--contributors-list li {
    margin-right: 5px;
}
.most-recent-post ul.meta--contributors-list li:last-child,
.custom-posts ul.meta--contributors-list li:last-child {
    margin-right: 0;
}
.most-recent-post.trending ul.meta--contributors-list li a,
.custom-posts ul.meta--contributors-list li a h4 {
	color: var(--black);
	transition: .4s ease;
}
.most-recent-post .meta--contributors-list h4 {
	color: var(--white);
}
.most-recent-post.trending .meta--contributors-list h4 {
	color: var(--darkOrange);
}
/*.custom-posts .meta--contributors-list h4 {

}*/
.custom-posts .meta--contributors-list a:hover h4 {
	color: var(--darkOrange);
}
.most-recent-post .entry-meta {
	line-height: 27px;
	text-transform: uppercase;
	margin: 30px 0 20px;
}
.most-recent-post.trending .entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.most-recent-post .text-content .entry-title {
	line-height: 1;
	padding: 0;
	margin-bottom: 20px;
}
.most-recent-post.trending .text-content .entry-title {
	margin-bottom: 15px;
}
.most-recent-post .entry-meta a {
	color: var(--lightOrange);
}
.most-recent-post .text-content .entry-title,
.most-recent-post .text-content .entry-title a {
	color: var(--white);
	transition: .4s ease;
}
.the-latest-container .text-content .entry-title,
.the-latest-container .text-content .entry-title a,
.most-recent-post.trending .text-content .entry-title,
.most-recent-post.trending .text-content .entry-title a {
	color: var(--darkGrey);
	transition: .4s ease;
}
.most-recent-post .entry-content-container .entry-content {
	color: var(--lightOrange);
    line-height: 1.2 !important;
/*    display: -webkit-box;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	display: none;
}
.most-recent-post.trending .entry-content {
/*	color: var(--dark);*/
/*	font-weight: 600;*/
    font-size: var(--smallFontMin);
    line-height: 30px;
}
/*.most-recent-post.trending .post-cat {
	margin-left: 30px;
}*/
.most-recent-post.trending .post-cat a {
	color: var(--lightOrange);
	font-size: var(--menuText);
}
.most-recent-post.trending .post-cat {
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform .4s ease, max-height .4s ease;
	overflow: hidden;
	max-height: 0;
}
.most-recent-post:hover .post-cat {
	transform: scaleY(1);
	max-height: 100px; /* Adjust this value according to the content height */
	height: auto;
}
.most-recent-post.trending .cat-count {
	position: absolute;
	color: var(--darkOrange);
	font-size: var(--tinyText);
	top: 0;
    left: 0;
    bottom: 0;
    height: 90%;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    display: none;
}
.most-recent-post.trending .cat-count:before {
    content: '';
    background: var(--darkOrange);
    height: 90%;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
}
.the-latest-container article.most-recent-post {
	height: auto;
}
.the-latest-container .entry-meta {
	display: flex;
	justify-content: start;
}
/*.the-latest-container .entry-content-container {
	transform: scaleY(1);
	transform-origin: top;
	transition: transform .4s ease;
	overflow: hidden;
}
.the-latest-container .most-recent-post:hover .entry-content-container {
	transform: scaleY(1);
}
.the-latest-container article .featured-image-link,
.the-latest-container article .entry-meta,
.the-latest-container article .text-content,
.the-latest-container article .entry-content-container {
	flex: 1 0 auto;
}*/

/* Initial state of the components */
/* Adjusting the parent container if necessary */
/*.the-latest-container article {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 500px;
}
.the-latest-container .featured-image-container {
    display: flex;
    flex-grow: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-basis: 40%;
}
.the-latest-container .featured-image-container a {
	display: flex;
	flex: 1;
	height: 100%;
}
.the-latest-container .card-thumbnail {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.the-latest-container .meta-container {
	flex-basis: 60%;
	display: flex;
    flex-direction: column;
}*/
/*.the-latest-container .meta-container .entry-meta {
	display: flex;
	justify-content: end;
}*/
/*.the-latest-container .entry-content-container {
    flex-basis: 0%;
    overflow: hidden;
}*/

/* Hover state adjustments */
/*.the-latest-container article:hover .entry-content-container {
	flex-basis: 30%;
	overflow: visible;
}*/



/* Hover state adjustments */
/*.the-latest-container article:hover .featured-image-link {
	flex-basis: 20%;
}*/







/*
* ----------[MEGA MENU MULTIMEDIA]--------*
*/
.most-recent-posts-module .et_pb_code_inner {
    display: flex;
    flex-wrap: wrap;
}
.most-recent-posts-module .et_pb_code_inner article {
	width: 100%;
    max-width: 100%;
    padding: 10px;
    height: auto;
    padding-left: 0;
}
.most-recent-posts-module article.most-recent-post {
	display: block;
}
.most-recent-posts-module .et_pb_code_inner article:first-child {
	padding-left: 0px;
}
.most-recent-posts-module .et_pb_code_inner article:last-child {
	padding-right: 0px;
}
.most-recent-posts-module .most-recent-post .card-thumbnail {
	height: 200px;
	display: none;
}
.most-recent-posts-module .card-thumbnail:before {
	content: '';
	background: rgb(0 0 0 / 57%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.most-recent-posts-module .type-whitepapers .card-thumbnail:before {
	content: url('../img/icon-whitepapers.svg');
}
.most-recent-posts-module .type-oppblog .card-thumbnail:before {
	content: url('../img/icon-oppblog.svg');
}
.most-recent-posts-module .type-newsletter .card-thumbnail:before {
	content: url('../img/icon-newsletter.svg');
}
.most-recent-posts-module .type-podcasts .card-thumbnail:before {
	content: url('../img/icon-podcast.svg');
}
.most-recent-posts-module .custom-button {
	background: var(--lightOrange);
	display: none;
}
.most-recent-posts-module .custom-button a {
	color: var(--white);
}
.most-recent-posts-module .custom-btn,
.featured-categories-container .custom-btn {
	background: transparent;
	border: 0;
	padding: 0;
	transition: none;
	display: flex;
}
.most-recent-posts-module .custom-btn a,
body.et-db #et-boc .featured-categories-container .custom-btn a {
	background: var(--lightOrange);
	color: var(--white);
	padding: 15px 50px;
	border-radius: 4px;
	transition: .4s ease;
	/*font-size: var(--menuText);
	font-weight: 700;*/
}
.most-recent-posts-module .custom-btn a:hover,
body.et-db #et-boc .featured-categories-container .custom-btn a:hover {
	color: var(--blue);
}
.most-recent-posts-module .text-content {
	margin-top: 20px;
}
.custom-post-type-excerpt {
	color: var(--lightOrange);
    line-height: 1.25;
}

body.single-whitepapers .featured-image-cut-line-container {
/*	top: -34px;*/
	position: absolute;
    bottom: 0;
    width: 100%;
	display: flex;
    justify-content: end;
}
.featured-image-cut-line {
	background: var(--darkGrey);
	color: var(--white);
	font-size: var(--footerTiny);
    padding: 0 20px;
}
.featured-image-cut-line a {
	color: var(--white);
	transition: .4s ease;
}
.featured-image-cut-line a:hover {
	color: var(--lightOrange);
}
.et-l--body ul.share-post-wrap.hide {
	opacity: 0;
	visibility: hidden;
}
.et-l--body ul.share-post-wrap {
    margin: 0 auto 30px;
    height: auto;
    list-style: none;
    padding: 0;
    width: auto;
    max-width: 350px;
    background: var(--darkOrange);
    border-radius: 6px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: .4s ease;
}
.et-l--body ul.share-post-wrap li {
	padding: 4px;
    margin: 5px 10px;
    transition: .4s ease;
}
.et-l--body ul.share-post-wrap li.back-to-top {
	margin-top: 0;
	margin-bottom: 10px;
	background: rgb(74 74 74 / 34%);
    width: 40px;
    border-radius: 4px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.et-l--body ul.share-post-wrap li.back-to-top svg {
	transition: .4s ease;
}
.et-l--body ul.share-post-wrap li:not(.no-scale):hover {
	transform: scale(1.5);
}
.et-l--body ul.share-post-wrap li.back-to-top:hover svg {
	transform: scale(1.3);
}
.et-l--body ul.share-post-wrap li a.twitter svg {
	transform: scale(.9);
}
body.single .article-tools {
	display: flex;
	justify-content: center;
}
.font-resizer {
	margin-right: 60px;
	position: relative;
}
.font-resizer a,
.print-article {
	font-size: var(--smallFontMax);
	color: var(--darkOrange);
	transition: .4s ease;
}
.font-resizer a:hover,
.print-article:hover {
	color: var(--blue);
}
.font-resizer a:before,
.font-resizer a:after {
    content: '';
    background: url('../img/Icon-Arrow-Dark.svg') no-repeat;
    position: absolute;
    width: 16px;
    height: 18px;
    display: inline-block;
    transition: .4s ease;
}
.font-resizer a:before {
    top: -2px;
    right: -25px;
    transform: rotate(-90deg);
}
.font-resizer a:after {
    bottom: -2px;
    right: -25px;
    transform: rotate(90deg);
}
.font-resizer a:hover:before, 
.font-resizer a:hover:after {
	background: url('../img/Icon-Arrow-Blue.svg') no-repeat;
}
.print-article {
	text-transform: uppercase;
	text-decoration: underline;
}
.article-actions-container .et_pb_code_inner {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.custom-post-title-container .entry-title {
	color: var(--white);
	display: flex;
	align-items: center;
	gap: 4px;
}
.custom-post-title-container .custom-post-header-icon {
	margin-right: 10px;
}
.custom-post-title-container .custom-post-header-icon svg path {
    fill: var(--white);
}
.custom-post-title-container .custom-post-header-icon.whitepapers svg path {
	stroke: var(--white);
}
.show-two-posts-by-contributor .module-title {
	text-align: right;
	text-transform: uppercase;
    border-bottom: 2.5px solid var(--darkOrange);
    margin-bottom: 30px;
    color: var(--darkOrange);
}
.show-two-posts-by-contributor article {
	text-align: left;
	border-bottom: 2.5px solid var(--darkOrange);
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.show-two-posts-by-contributor article:last-of-type {
	margin-bottom: 0;
}
.show-two-posts-by-contributor .entry-content-container {
	color: var(--darkOrange);
}
.show-two-posts-by-contributor .entry-meta {
	margin: 30px 0 10px;
}
.show-two-posts-by-contributor .entry-meta a.custom-post-type-link {
	display: flex;
	justify-content: flex-end;
}
.show-two-posts-by-contributor .custom-post-header-txt {
	margin-right: 0;
}
.see-more-by-author-link-container {
	text-align: right;
    margin-top: 7px;
}
.see-more-by-author-link-container .custom-link {
	text-transform: uppercase;
	font-weight: 700;
}
.show-two-posts-by-contributor .the-latest-container article {
	border-bottom: 1px solid var(--lightGrey);
}

.featured-post-by-category-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 50px;
}
.et-db #et-boc .et-l .featured-post-by-category-row .et_pb_post {
	flex: 0 1 calc(50% - 20px);
    box-sizing: border-box;
    margin-bottom: 20px;
}

.featured-post-by-category-row .entry-featured-image-url {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.featured-post-by-category-row .entry-featured-image-url img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-post-by-category-row ul.meta--contributors-list {
    padding: 0;
    list-style: none;
}

.featured-post-by-category-row .custom-post-entry-content {
	padding-bottom: 10px;
}
/***********************************	
	CUSTOM BLOG MODULE LIST VIEW
***********************************/

/*** Set the image width ***/
.custom-blog-list .entry-featured-image-url  {
	width: 30%;
	float: left;
	margin-bottom: 0!important;
}

/*** Set the image width ***/
.custom-blog-list .entry-title,
.custom-blog-list .post-meta,
.custom-blog-list .post-content {
	width: 70%;
	float: left;
	padding-left: 30px;
}

/*** Style the individual posts ***/
.custom-blog-list.add-box-shadow {
	box-shadow: 0px 2px 80px 0px rgba(160,190,212,0.22);  
	border-radius: 6px;
	padding: 60px;
}

/*** Blog image aspect ratio square 1:1 ***/
.custom-blog-list.square .entry-featured-image-url {
	padding-top: 30%;
	display: block;
}

.custom-blog-list.square .entry-featured-image-url img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

/***********************************	
	CUSTOM POST MODULE 
***********************************/
.custom-posts article,
.custom-posts .wrap {
	display: flex;
}
.custom-posts article {
	border-bottom: 1px solid var(--lightGrey);
	padding-bottom: 60px;
}
.custom-posts article:first-child {
	padding-top: 30px;
	border-top: 1px solid var(--lightGrey);
}
.custom-posts article:last-of-type {
	border-bottom: none;
}
.et-db #et-boc .custom-posts .et_pb_post a.entry-featured-image-url {
	margin-bottom: 0;
}
.et-db #et-boc .custom-posts a.entry-featured-image-url img {
/*		aspect-ratio: 16 / 9;*/
    object-fit: contain;
    max-width: 250px;
    margin-right: 30px;
/*    height: 250px;*/
}
.custom-posts .wrap {
	flex-direction: column;
}
.custom-posts .wrap .entry-title {
	order: 0;
	padding-bottom: 20px;
    padding-top: 10px;
}
.et-db #et-boc .custom-posts .wrap .entry-title a {
	color: var(--black);
/*	font-weight: 600;*/
	transition: .4s ease;
}
.et-db #et-boc .custom-posts a.entry-featured-image-url:hover + .wrap .entry-title a {
	color: var(--darkOrange);
}
.et-db #et-boc .custom-posts .wrap .entry-title a:hover {
	color: var(--darkOrange);
}
.et-db #et-boc .custom-posts .wrap .entry-meta,
.et-db #et-boc .custom-posts .wrap .entry-meta .custom-post-type-link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.et-db #et-boc .custom-posts .wrap .entry-meta a.category-links::after {
    content: ',';
    color: var(--darkOrange);
   	margin-right: 0.5rem;
}

.et-db #et-boc .custom-posts .wrap .entry-meta a.category-links:last-child::after {
    content: ''; /* Remove the comma after the last link */
}
.et-db #et-boc .custom-posts .wrap .entry-meta .custom-post-type-link:hover .custom-post-header-icon svg path,
.et-db #et-boc .custom-posts .wrap .entry-meta .custom-post-type-link:hover .custom-post-header-txt {
	color: var(--darkBlue);
	fill: var(--darkBlue);
}
.custom-post-header-icon {
	line-height: 0;
}
.custom-post-header-icon svg path {
    fill: var(--darkOrange);
    transition: .4s ease;
}
.custom-post-header-txt {
	color: var(--darkOrange);
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 30px;
    transition: .4s ease;
}
.et-db #et-boc .custom-posts .wrap .entry-meta a {
	color: var(--darkOrange);
	text-transform: uppercase;
	transition: .4s ease;
}
.et-db #et-boc .custom-posts .wrap .entry-meta a:hover {
	color: var(--darkBlue);
}
.et-db #et-boc .custom-posts .wrap .post-meta {
	order: 2;
	margin-bottom: 0;
}
.custom-posts .wrap .post-content {
	order: 1;
	font-family: var(--source-sans-pro), sans-serif;
	padding-bottom: 30px;
}
.et-db #et-boc .et-l .custom-posts .wrap .post-content p {
	color: var(--darkOrange);
	font-size: var(--mediumFontMax);
	font-weight: 700;
}
.et-db #et-boc .et-l .custom-posts .wrap .post-meta a {
	font-size: var(--bigFontMax);
	color: var(--black);
}
.custom-post-entry-content {
/*	font-weight: 600;*/
	line-height: 1.3;
	color: var(--darkOrange);
}
body.post-type-archive-podcasts .custom-post-entry-content {
	color: var(--blue);
}
body.post-type-archive-podcasts .meta--contributors-list {
	display: none;
}

/***********************************	
	RELEVANSSI 
***********************************/
span.relevanssi-query-term {
    background-color: rgb(207 127 0 / 35%);
/*    border-bottom: 1px solid;*/
	font-weight: 900;
    font-style: italic;
}
.relevanssi-live-search-result p,
.relevanssi-live-search-result-status p,
.relevanssi-live-search-result p:not(.has-background):last-of-type,
.relevanssi-live-search-result-status p:not(.has-background):last-of-type {
	line-height: 1.5;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
.relevanssi-live-search-result a {
	color: var(--black);
	font-weight: 700;
	transition: .4s ease;
}
.relevanssi-live-search-result a:hover {
	color: var(--darkOrange);
}
.rlv-has-spinner {
	width: 36px;
	height: 36px;
	border: 3.5px solid var(--darkOrange);
	border-right-color: transparent;
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s linear infinite;
	margin: 1em auto;
}
.rlv-has-spinner::after {
	/*content: "";
	width: 2.5px;
	height: 2.5px;
	background: var(--darkOrange);
	border-radius: 50%;
	position: absolute;
	top: -1px;
	left: 33px;*/
	display: none;
}
@keyframes loader-rotate {
	0% {
    	transform: rotate(0);
  	}
  	100% {
    	transform: rotate(360deg);
  	}
}
@media only screen and (min-width: 768px) {
    .et-db #et-boc .et-l .featured-post-by-category-row .et_pb_post {
        flex: 1 1 calc(50% - 20px); /* 3 items per row on tablet */
    }
    .featured-post-by-category-row .entry-featured-image-url {
	    height: 200px;
	}
}
@media only screen and (min-width: 981px) {
	.show-two-posts-by-contributor article {
		text-align: right;
	}
	article.most-recent-post {
/*		height: 670px;*/
		margin-bottom: 0;

		height: 500px;
	}
	.most-recent-post .featured-image-container {
		max-height: 350px;
	}
	/*.most-recent-post .entry-content-container {
		transform: scaleY(0);
	}*/
	.most-recent-post .card-thumbnail {
		height: 350px;
	}
	/*.most-recent-post .meta-container {
		flex: 1;
	}*/
	article.most-recent-post.trending {
		padding-left: 70px;
		height: 550px;
	}
	.most-recent-post.trending .cat-count {
		display: flex;
	}
	.most-recent-post .text-content .entry-title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.most-recent-post .entry-content-container .entry-content {
		display: -webkit-box;
	}
	.the-latest-container .entry-meta {
		justify-content: end;
	}
	.the-latest-container article.most-recent-post {
/*		height: 645px;*/

		height: 500px;
	}
	/*.the-latest-container .card-thumbnail {
		height: 350px;
	}*/
	.most-recent-posts-module .most-recent-post .card-thumbnail {
		height: 300px;
		display: block;
	}
	.et-l--body ul.share-post-wrap {
	    position: fixed;
		left: calc(5% - 25px);
	    bottom: 60px;
	    margin: 0;
	    height: auto;
	    list-style: none;
	    padding: 0;
	    width: 50px;
	    background: var(--darkOrange);
	    border-radius: 6px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    transition: .4s ease;
	}
	.most-recent-posts-module .et_pb_code_inner article {
		max-width: 25%;
		padding-left: 10px;
	}
	.most-recent-posts-module .custom-button {
		display: inline-block;
	}
	.custom-posts article:first-child {
		padding-top: 60px;
	}
	.et-l--body ul.share-post-wrap li.back-to-top {
		display: flex;
	}
	.et-db #et-boc .et-l .featured-post-by-category-row .et_pb_post {
	    flex: 0 1 calc(25% - 20px); /* Adjust 50% for two items per row, -20px for gap */
	}
}
@media only screen and (max-width: 980px) {
	.et-db #et-boc .custom-posts a.entry-featured-image-url img {
	    width: 100%;
	    margin-right: 0;
/*	    height: 200px;*/
	    max-width: none;
	}
	.custom-posts article,
	.custom-posts .wrap {
		flex-direction: column;
	}
	.custom-posts .wrap {
		padding-top: 20px;
	}
	.most-recent-posts-module .text-content .entry-title {
		margin-bottom: 0;
	}
	.latest-content-row {
	    flex-direction: column-reverse;
	    display: flex;
	}
}
