.sutphen-home-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

#filter-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
	background: #c41230;
    padding: 2rem;
    border-top: 0.5rem solid #86051b;
}

#sutphen-custom-loop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
}

@media screen and (max-width: 1000px) {
	#sutphen-custom-loop {	
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	
	#filter-form {	
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

.sutphen-custom-loop .sutphen-item.form-item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	color: #fff;
}

.sutphen-custom-loop .sutphen-item .post__card {
	overflow: hidden;
	border: 2px solid #dddddd;
}

.sutphen-custom-loop .sutphen-item .post__card .post__text {
    text-align: center;
    padding: 1rem;
}

.sutphen-custom-loop .sutphen-item .post__thumbnail {
	aspect-ratio: 16/9;
	height: auto;
	width: 100%;
	position: relative;
	background: #e9e9e9;
}

.sutphen-custom-loop .sutphen-item .post__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.sutphen-custom-loop .sutphen-item .post__card .post__title a {
    color: #1e1e1e;
    font-weight: bold;
    text-transform: uppercase;
}

#ui-datepicker-div table{
	background: #fff;
}
#ui-datepicker-div .ui-datepicker-header{
	background: #fff;
	color: #c41230;
}
.ui-datepicker-next{
	text-align: right;
}
#ui-datepicker-div .ui-datepicker-header a{
	width: 50%;
	display: inline-block;
	color: #c41230;
	padding: 0 5px;
}
.ui-datepicker-title{
	text-align: center;
	padding: 5px 0;

}
.sutphen-custom-loop-pagination{
	text-align: center;
	margin-top: 40px;

}
.sutphen-custom-loop-pagination li{
	display: inline-block;
	margin: 0 5px;
	color: #c41230;
	cursor: pointer;
}
.sutphen-custom-loop-pagination li.active{
	color: #222222;
}

.sutphen-custom-loop.no-items .no-items-found{
	display: block;
}
.no-items-found{
	display: none;
}
.clear-search-results{
	color: #C30606;
}