@font-face {
	font-family: "moonstoneregular";
	src: url("fonts/Moonstone-Regular.woff") format("woff"), url("fonts/Moonstone-Regular.otf") format("otf"), url("fonts/Moonstone-Regular.ttf") format("ttf");
	font-weight: normal;
	font-style: normal;
}
.page-template-donation-template .kb-row-layout-id54_9bf228-d7,
.page-template-donation-template .kb-row-layout-id54_37dbd5-f3,
.page-template-thank-you-template .kb-row-layout-id54_9bf228-d7,
.page-template-thank-you-template .kb-row-layout-id54_37dbd5-f3,
.single-donations .kb-row-layout-id54_9bf228-d7,
.single-donations .kb-row-layout-id54_37dbd5-f3,
.single-thankyou .kb-row-layout-id54_9bf228-d7,
.single-thankyou .kb-row-layout-id54_37dbd5-f3 {
	display: none !important;
}
.post-type-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 40px;
}
.post-type-content {
	max-width: 900px;
	margin: 0 auto;
}
.post-type-content h1 {
	font-family: "cronos-pro", serif;
	font-size: 48px;
	line-height: 100%;
	margin-bottom: 40px;
	color: #363636;
}
.post-type-content h1 span {
	font-family: "moonstoneregular", serif;
	font-size: clamp(80px, 5vw, 93px);
	line-height: 100%;
	font-weight: 400;
	display: inline-block;
	text-wrap: balance;
}
.post-type-content h2 {
	font-family: "cronos-pro", serif;
	font-size: 40px;
	line-height: 112.5%;
	margin-bottom: 30px;
}
.post-type-content p {
	font-family: "cronos-pro", serif;
	font-size: 22px;
	line-height: 150%;
	font-weight: 400;
	margin: 0px !important;
}
.post-type-posts {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}
.post-type-posts .post-type-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}
.post-type-posts .post-type-cards .post-type-card {
	width: 100%;
	max-width: 339px;
}
.post-type-posts .post-type-cards .post-type-card .post-type-card-image {
	width: 100%;
	height: 271px;
	box-shadow: 0 0 9.6px 0 rgba(34, 31, 32, 0.2);
}
.post-type-posts .post-type-cards .post-type-card .post-type-card-image img {
	width: 100%;
	height: 271px;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}
.post-type-posts .post-type-cards .post-type-card .post-type-card-title {
	font-family: "cronos-pro", serif;
	color: #9f0612;
	font-size: 24px;
	line-height: 130%;
	text-decoration: underline;
	margin-bottom: 20px;
	margin-top: 30px;
	display: inline-block;
}
.post-type-posts .post-type-cards .post-type-card .post-type-card-content p {
	font-size: 24px;
	font-family: "cronos-pro", serif;
	line-height: 130%;
	font-weight: 400;
	margin-bottom: 30px;
}
.post-type-posts .post-type-cards .post-type-card .post-type-card-content .post-type-card-link {
	border: 1px solid #9f0612;
	padding: 12px 30px;
	color: #9f0612;
	font-size: 24px;
	line-height: 130%;
	font-family: "cronos-pro", serif;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
}
.post-type-button {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.post-type-button .post-type-button-link {
	background-color: #9f0612;
	padding: 12px 25px;
	color: #fff;
	font-size: 22px;
	line-height: 100%;
	font-family: "cronos-pro", serif;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
}
@media screen and (max-width: 1155px) {
	.post-type-posts .post-type-cards {
		justify-content: center;
	}
}
@media screen and (max-width: 998px) {
	.post-type-container {
		padding: 40px 20px;
	}
	.post-type-button {
		padding: 40px 20px;
	}
}
