/**** latest news *********/

.fusion-post-cards .soft-box .category p {
	background: #FCE3DB;
	padding: 3px 8px 1px 8px;
	border-radius: 99px;
	width: fit-content;
}

.fusion-post-cards .soft-box img {
	height: 191px;
	object-fit: cover;
}

.fusion-post-cards .soft-box > .fusion-column-wrapper {
	transition: all 0.3s;
}

.fusion-post-cards .soft-box > .fusion-column-wrapper:hover {
	box-shadow: 0px 4px 8px 0px #1A18170D,
				0px 0px 1px 0px #1A18170D!important;
}

.fusion-post-cards .fusion-load-more-button {
	width: fit-content;
	height: 61px;
	padding: 16px 24px;
	border: 1px solid #00061B66;
	margin: 48px auto 0 auto;
	text-transform: none;
	font-family: 'Calibri bold';
	font-weight: 400;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: -0.3px;
	transition: all 0.3s;
}

.fusion-post-cards .fusion-load-more-button:focus {
	color: #000!important;
}

.fusion-post-cards .fusion-load-more-button:hover {
	border: 1px solid #ff0000;
	color: #ff0000!important;
}

.fusion-loading-container {
	text-align: center;
}

.fusion-loading-container .fusion-loading-msg {
	display: none;
}


/**** single news ****/

.fusion-layout-column.featured-image {
	min-height: 340px;
}