.post-grid {
	padding: var(--wp--custom--layout--spacing-92) 0 var(--wp--custom--layout--spacing-40) 0 !important;
	max-width: 100% !important;
	margin-top:0 !important;
}
.post-grid.horizontal-padding-0 {
	padding-top: 0 !important;
}
.post-grid.horizontal-padding-40 {
	padding-top: var(--wp--custom--layout--spacing-40) !important;
}
.post-grid.horizontal-padding-56 {
	padding-top: var(--wp--custom--layout--spacing-56) !important;
}
.post-grid.horizontal-padding-64 {
	padding-top: var(--wp--custom--layout--spacing-64) !important;
}
.post-grid.horizontal-padding-92 {
	padding-top: var(--wp--custom--layout--spacing-92) !important;
}
.post-grid.horizontal-padding-120 {
	padding-top: var(--wp--custom--layout--spacing-120) !important;
}

.post-grid.horizontal-padding-bottom-0 {
	padding-bottom: 0 !important;
}
.post-grid.horizontal-padding-bottom-40 {
	padding-bottom: var(--wp--custom--layout--spacing-40) !important;
}
.post-grid.horizontal-padding-bottom-56 {
	padding-bottom: var(--wp--custom--layout--spacing-56) !important;
}
.post-grid.horizontal-padding-bottom-64 {
	padding-bottom: var(--wp--custom--layout--spacing-64) !important;
}
.post-grid.horizontal-padding-bottom-92 {
	padding-bottom: var(--wp--custom--layout--spacing-92) !important;
}
.post-grid.horizontal-padding-bottom-120 {
	padding-bottom: var(--wp--custom--layout--spacing-120) !important;
}

.post-grid.bg-color-sand{
	background-color: var(--wp--custom--color--sand);
}
.post-grid.bg-color-sand-light{
	background-color: var(--wp--custom--color--sand-light);
}
.post-grid.bg-color-sand-white{
	background-color: var(--wp--custom--color--sand-white);
}
.post-grid.bg-color-sand-beige{
	background-color: var(--wp--custom--color--sand-beige);
}
.post-grid.bg-color-turquoise-aqua{
	background-color: var(--wp--custom--color--turquoise-aqua);
}
.post-grid.bg-color-turquoise-light{
	background-color: var(--wp--custom--color--turquoise-light);
}
.post-grid.bg-color-turquoise-sky{
	background-color: var(--wp--custom--color--turquoise-sky);
}

.post-grid h2 {
	margin-top: 0;
	margin-block-end: 30px;
}
.post-grid-inner {
	display: flex;
	gap: 24px;
	padding-bottom: 0;
}
.post-grid-inner .post-service-areas {
	color:var(--wp--preset--color--petrol);
	font-size: 16px;
}
.post-grid-inner.post-count-1 .post-item {
	width: 50% !important;
}
.post-grid-inner.post-count-1 .post-item picture {
	background-size:cover !important;
}
.post-grid .post-grid-inner .post-item {
	width: 100%;
	margin-bottom: 46px;
}
.post-grid .post-grid-inner .post-item a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
.post-grid .post-grid-inner .post-item picture {
	display: inline-flex;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 4.51/6;
}
.post-grid .post-grid-inner .post-item picture .image-bg {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform 0.5s ease-in-out;
	transform: scale(1);
}
.post-grid .post-grid-inner .post-item:hover picture .image-bg {
	transform: scale(1.05);
}
.post-grid-inner.less-than-3 .post-item picture {
	background-size: cover;
	aspect-ratio: 4.51 / 3;
}
.post-grid-inner.post-count-3 .post-item picture {
	aspect-ratio: 4.51 / 5;
}
/*.post-grid .post-grid-inner .post-item:first-child picture,.post-grid .post-grid-inner .post-item:nth-child(2) picture {
	min-height: 29vw;
}
.post-grid .post-grid-inner .post-item:nth-child(3) picture {
	min-height: 22vw;
}
.post-grid .post-grid-inner .post-item:nth-child(4) picture {
	min-height: 20vw;
}


.post-grid-inner.post-count-3 .post-item:nth-child(2) picture {
	min-height: 31vw;
}
.post-grid-inner.post-count-3 .post-item:first-child picture {
	min-height: 35vw;
}
  */
.post-item-content {
	/*margin-top: 20px;*/
	width: 100%;
}
.post-item-content .categories{
	color: var(--wp--custom--color--text-secondary);
	font-size: 16px;
	margin-top: 18px;
}
.post-service-areas {
	font-size: 16px;
	color: var(--wp--preset--color--petrol);
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.post-item-content time {
	font-size: 16px;
}
.post-item-content h4 {
	margin: 10px 0 15px 0;
}
.post-item-content p {
	color: rgba(128, 128, 128, 1);
	font-size: 14px;
	line-height: 130%;
}


@media (max-width: 768px) {
	.post-grid-inner {
		flex-wrap: wrap;
		margin-right: 0px;
	}
	.post-grid .post-grid-inner .post-item {
		width: calc(50% - 12px);
	}
	.post-grid-inner.post-count-3 .post-item {
		width: calc(50% - 12px) !important;
		min-width: auto;
	}
	.post-grid.horizontal-padding-40 {
		padding-top: var(--wp--custom--layout--spacing-32) !important;
	}
	.post-grid.horizontal-padding-56 {
		padding-top: var(--wp--custom--layout--spacing-40) !important;
	}
	.post-grid.horizontal-padding-64 {
		padding-top: var(--wp--custom--layout--spacing-56) !important;
	}
	.post-grid.horizontal-padding-92 {
		padding-top: var(--wp--custom--layout--spacing-64) !important;
	}
	.post-grid.horizontal-padding-120 {
		padding-top: var(--wp--custom--layout--spacing-92) !important;
	}

	.post-grid.horizontal-padding-bottom-40 {
		padding-bottom: var(--wp--custom--layout--spacing-32) !important;
	}
	.post-grid.horizontal-padding-bottom-56 {
		padding-bottom: var(--wp--custom--layout--spacing-40) !important;
	}
	.post-grid.horizontal-padding-bottom-64 {
		padding-bottom: var(--wp--custom--layout--spacing-56) !important;
	}
	.post-grid.horizontal-padding-bottom-92 {
		padding-bottom: var(--wp--custom--layout--spacing-64) !important;
	}
	.post-grid.horizontal-padding-bottom-120 {
		padding-bottom: var(--wp--custom--layout--spacing-92) !important;
	}

}
