.elementor-widget-theme-post-content .elementor-widget-theme-post-featured-image,
.elementor-widget-theme-post-content .section-image {
	display: none;
}

/* Titles content */
body .block-main-content .elementor-widget-heading h2 {
	font-size: 24px !important;
	font-weight: 500 !important;
}

body .block-main-content .elementor-widget-heading h3,
body .block-main-content .elementor-widget-heading h4,
body .block-main-content .elementor-widget-heading h5,
body .block-main-content .elementor-widget-heading h6 {
	font-size: 18px !important;
	font-weight: 500 !important;
}

/* Link content */
.block-main-content .elementor-widget-text-editor a,
.block-main-content .elementor-widget-text-editor a:hover {
	text-decoration: underline !important;
	color: var(--3);
}

/* List content */
.block-main-content .elementor-widget-text-editor ul {
	margin: 35px 0;
	padding: 0;
	list-style: none;
}

.block-main-content .elementor-widget-text-editor ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--bluetext);
	margin: 18px 0;
	padding: 0 0 0 20px;
	position: relative;
}

.block-main-content .elementor-widget-text-editor ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 30px;
	background: var(--1);
}

/* Quote */
.elementor-blockquote--skin-quotation {
	position: relative;
}

.elementor-blockquote--skin-quotation:before {
	content: '';
	position: absolute;
	top: -32px;
	left: 32px;
	width: 64px;
	height: 64px;
	background-image: url(/wp-content/uploads/2024/02/quote.svg);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: center;
	border-radius: 50px 50px 0 50px;
	z-index: 999;
	background-color: var(--1);
}

.elementor-blockquote--skin-quotation .elementor-blockquote:before {
	display: none !important;
}

/* Share buttons */
.elementor-widget-share-buttons .elementor-grid .elementor-grid-item {
	padding: 0 32px 0 0;
}

.elementor-widget-share-buttons .elementor-grid .elementor-grid-item .elementor-share-btn__icon {
	width: 18px;
}

/* Related news */
.latest-news .elementor-widget-posts .elementor-post .elementor-post__thumbnail__link {
	margin-bottom: 23px;
}

.latest-news .elementor-widget-posts .elementor-post .elementor-post__thumbnail__link .elementor-post__thumbnail img {
	display: block;
	width: calc(100% + 1px);
	height: auto;
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	transform: scale(1.01) translate(-50%,-50%);
}

.latest-news .elementor-widget-posts .elementor-post .elementor-post__badge {
	position: relative;
	padding: 0 16px;
	background: transparent;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.67;
	color: #00547a;
}

.latest-news .elementor-widget-posts .elementor-post h3.elementor-post__title {
	width: 100%;
	overflow: hidden;
	max-height: 89px;
	min-height: 89px;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

body .latest-news {
	padding-left: calc((100% - 1280px)/2);
	overflow: hidden;
}

.latest-news .e-con-inner {
	overflow: hidden;
}

.latest-news .elementor-widget-posts .elementor-posts-container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.latest-news .owl-stage {
	display: flex;
	padding-left: 0 !important;
}

.latest-news .owl-stage-outer {
	order: 2;
}

.latest-news .owl-dots {
	display: none;
}

.latest-news .owl-nav {
	order: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	max-width: 1280px;
	margin-top: -70px;
	padding: 0 15px 0 0;
}

.latest-news .owl-nav button {
	padding: 10px 19px;
	border: none;
	border-radius: 22px 9px ;
	background: none;
	background-color: #00547a;
	margin-left: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.latest-news .owl-nav button.disabled {
	background-color: #dadfe4;
}

.latest-news .owl-nav button img {
	width: 7px;
	height: 14px;
}

.latest-news .owl-nav button.disabled:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 7px;
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 7px;
}

.latest-news .owl-nav button.owl-prev.disabled:after {
	background-image: url(/wp-content/uploads/2024/02/chevron-magazine-left.svg);
}

.latest-news .owl-nav button.owl-next.disabled:after {
	background-image: url(/wp-content/uploads/2024/02/chevron-magazine.svg);
}

.section-image > div {
	width: 100%;
}

.post-thumbnail-bg {
	width: 100%;
	height: 416px;
	position: relative;
	overflow: hidden;
	display: block;
}


.post-thumbnail-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	
	.post-thumbnail-bg-mobile {
		width: 100%;
	}
	
	.section-image {
		display: none !important;
	}
	
	.post-thumbnail-bg {
		width: 100%;
		height: 253px;
		position: relative;
		overflow: hidden;
		display: block;
	}
}

@media screen and (max-width:767px) {
	/**/
	.elementor-blockquote--skin-quotation:before {
		left: 0;
		width: 45px;
		height: 45px;
	}
	
	/**/
	.banner-full-width .e-con-full {
		background-color: var(--1) !important;
		background-image: none !important;
	}
	
	/**/
	body .latest-news {
		padding-left: 0;
	}
	
	.latest-news .elementor-widget-posts .elementor-posts-container {
		display: grid;
	}
	
	.latest-news .elementor-widget-posts .elementor-posts-container .elementor-post:nth-child(n+5) {
		display: none;
	}
	
	.latest-news .elementor-widget-posts .elementor-post .elementor-post__badge {
		padding: 0 10px 3px;
	}
	
	.latest-news .elementor-widget-posts .elementor-post .elementor-post__text .elementor-post__excerpt {
		display: none;
	}
	
	/* Share */
	.elementor-widget-share-buttons .elementor-grid .elementor-grid-item {
		padding: 0 27px;
	}
	
	.elementor-widget-share-buttons .elementor-grid .elementor-grid-item .elementor-share-btn__icon,
	.elementor-widget-share-buttons .elementor-grid .elementor-grid-item .elementor-share-btn__icon svg {
		width: 26px;
		height: 26px;
	}
}