.post-grid,
.post-grid * {
	box-sizing: border-box;
}

.post-grid .post-grid-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 16px;
	position: relative;
	width: 100%;
	margin: 0;
}

.post-grid .post-grid-wrap.no-results {
	justify-content: center;
	text-align: center;
}

.post-grid .post-grid-wrap .post-grid-item {
	position: relative;
	width: calc(33.333% - 11px);
}

.post-grid .post-grid-wrap .post-grid-item.featured-item {
	width: 100%;
}

/* post grid filters */
.post-grid-filtering,
.post-grid-filtering * {
	box-sizing: border-box;
}

.post-grid-filtering {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	gap: 30px 50px;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 80px;
}

.post-grid-filtering .filter-category {
	position: relative;
	width: 300px;
}

.post-grid-filtering .select-css {
	display: block;
	width: 100%;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 700;
	color: #888888;
	line-height: 1.25em;
	padding: 1em 5em 1em 1em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 2px solid #888888;
	box-shadow: none;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: var(--white) url('../../img/static-icons/select-trigger.png') right center no-repeat;
	background-size: auto 100%;
}

.post-grid-filtering .select-css::-ms-expand {
	display: none;
}

.post-grid-filtering .select-css option {
	font-weight: normal;
}

.post-grid-filtering .filter-text {
	position: relative;
	flex-grow: 1;
}

.post-grid-filtering .filter-text input[name='filter-text'] {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 1em 50px 1em 0;
	background-color: transparent;
	outline: none;
	border: 2px solid #888888;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	color: #888888;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25em;
}

.post-grid-filtering .filter-text button[type='submit'] {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	color: var(--text);
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	text-decoration: none;
	text-indent: -9999em;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	height: 50px;
	width: 50px;
}

.post-grid-filtering .filter-text button[type='submit'] .svg-icon,
.post-grid-filtering .filter-text button[type='submit'] .svg-icon svg {
	height: 30px;
	width: 30px
}

.post-grid-filtering .filter-text button[type='submit'] .svg-icon {
	margin: 10px;
}

.post-grid-filtering .filter-text button[type='submit'] .svg-icon svg .path {
	fill: #888888;
}

.newsletter-signup-block {
	margin-top: 3em;
}

.newsletter-signup-block .heading {
	font-size: 1.5em;
	font-weight: bold;
}

.newsletter-signup-block .subheading {
	font-style: italic;
	margin: 0;
}

.newsletter-signup-block iframe {
	border: 0;
	width: 100%;
	display: block;
	min-height: 190px;
}

@media screen and (max-width: 1400px) {

	/* post grid filters */
	.post-grid-filtering {
		margin: 0 0 30px;
	}

}

@media screen and (max-width: 1000px) {

	.post-grid .post-grid-wrap .post-grid-item {
		width: calc(50% - 8px);
	}

}

@media screen and (max-width: 782px) {

	/* post grid filters */
	.post-grid-filtering {
		-ms-flex-flow: column-reverse wrap;
		-webkit-flex-flow: column-reverse wrap;
		flex-flow: column-reverse wrap;
	}

	.post-grid-filtering .filter-category {
		width: 100%;
	}

}

@media screen and (max-width: 650px) {

	.post-grid .post-grid-wrap .post-grid-item {
		width: 100%;
	}

}
