.custom-posts-header {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,0.22);
	padding-bottom:4rem;
}

.custom-post-search {
	width: 224px !important;
	height: 41px !important;
	
	border-radius: 50px !important;
	border: 1px solid #1E1E1E;
	background: #FFF no-repeat calc(100% - 15px) center url('/wp-content/uploads/2025/08/icon-search.png') !important;
	background-size:18px 18px !important;
	
	color: #4E4E4E;
	font-family: "Instrument Sans", sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	padding-right:2rem !important;
	padding-left:2rem !important;
}

.custom-post-select {
	width: 224px !important;
	height: 41px !important;
	
	border-radius: 50px !important;
	border: 1px solid #1E1E1E;
	
	color: #4E4E4E;
	font-family: "Instrument Sans", sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	padding-right:4rem !important;
	padding-left:2rem !important;
}

.custom-post-select option {
	font-family:'Arial', sans-serif;
}

.custom-posts-wrap {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 4rem;
	row-gap: 6rem;
}

.custom-post-col {
	grid-column:span 6;
}

.custom-posts-wrap .custom-post-title {
	color: #FFF;
	font-family: "Instrument Sans", sans-serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
}

.custom-posts-wrap .custom-post-title a {
	color:#fff;
}

.custom-posts-wrap .custom-post-title a:hover {
	color:rgba(255,255,255,0.8);
}

.custom-posts-wrap .custom-post-col-img img {
	width:100%;
	object-fit:cover;
	transition:all 0.3s ease;
}

.custom-posts-wrap .custom-post-col-img img:hover {
	opacity:0.8;
}

.custom-posts-wrap .custom-post-content {
	margin-top:0;
}

.custom-posts-wrap .custom-post-content * {
	color: #FFF;
	font-family: "Instrument Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align:left;
}

.custom-posts-wrap .custom-post-cta {
	color: #FFF;
	font-family: "Red Hat Display", sans-serif;
	font-size: 12px;
	font-weight: 500;
	display: inline-flex;
	padding: 1.2rem 3rem;
	justify-content: center;
	align-items: center;
	background: #1677BC;
	text-transform: uppercase;
	border-radius: 50px;
	margin-top: 2rem;
}

.custom-posts-wrap .custom-post-cta:hover {
	background:#0f5b92;
}

.custom-posts-body {
	margin-top:6rem;
}

.custom-post-col-body {
	padding:2rem;
}

.custom-posts-wrap .bbcp-no-results,
.custom-posts-wrap .bbcp-loader {
	grid-column:span 12;
	text-align:center;
	color: #FFF;
	font-family: "Instrument Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.custom-posts-footer {
	margin-top:8rem;
}

.custom-posts-footer .bbcp-pagination {
	padding:0;
	margin:0;
	display:flex;
	align-items:center; 
	justify-content:center;
	flex-flow:row wrap;
}

.custom-posts-footer .bbcp-pagination li {
	list-style: none;
	color: #fff;
	font-family: "Instrument Sans";
	font-size: 15px;
	font-weight: 500;
	margin: 0 1rem;
}

.custom-posts-footer .bbcp-pagination li a {
	color:#fff;
}

.custom-posts-footer .bbcp-pagination li a:hover {
	color:#1677BC;
}

.custom-posts-footer .bbcp-pagination li.is-active a,
.custom-posts-footer .bbcp-pagination li.is-disabled a {
	color:#1677BC;
}

@media (max-width:1180px) {
	.custom-posts-wrap .custom-post-title {
		font-size:21px;
	}
	
	.custom-posts-wrap .custom-post-cta {
		font-size:11px;
	}
}
/* END 1180px */

@media (max-width:910px) {
	.custom-post-select,
	.custom-post-search {
		font-size:14px !important;
	}
}
/* END 910px */

@media (max-width:600px) {
	.custom-posts-wrap .custom-post-title {
		font-size:19px;
	}
	
	.custom-posts-wrap .custom-post-content * {
		font-size:15px;
		text-align:center;
	}
	
	.custom-posts-wrap .custom-post-cta {
		font-size:10px;
	}
	
	.custom-post-col {
		grid-column:span 12;
	}
	
	.custom-posts-wrap {
		column-gap:0;
	}
	
	.custom-post-col {
		text-align:center;
	}
	
	.custom-posts-body {
		margin-top:4rem;
	}
	
	.custom-post-col-body {
		padding:1rem;
	}
	
	.custom-posts-footer .bbcp-pagination li {
		font-size:14px;
	}
	
	.custom-posts-footer {
		margin-top:4rem;
	}
	
	.custom-posts-header {
		justify-content:center;
	}
	
	.custom-post-select {
		margin-top:2rem;
	}
}
/* END 600px */