
/*--------------------------------------------------*/
/*	OVERRIDES
/*--------------------------------------------------*/

.search_bar {
	display: none;
}

ul.tags li:hover {
	cursor: pointer;
}

#tags {
	margin-top: 15px;
}

#filter ul.tags h4 {
	float: left;

	margin: 5px 5px 5px 0;
	line-height: 32px;
}

#filter ul.tags h4.no-filter {
	display: none;
	color: var(--underline2);
}

#filter ul.tags.empty h4.no-filter {
	display: block;
}

/*
#posts.empty > .backdrop ~ * {
	display: none;
}
*/

.search_bar {
	color: initial;
}

/*--------------------------------------------------*/
/*	GENERAL
/*--------------------------------------------------*/

#posts .list {
	width: 100%;
}

/*--------------------------------------------------*/
/*	SEARCH BAR
/*--------------------------------------------------*/

.search_bar .menu .post {
	margin-top: 10px;
}

.search_bar .menu .post .head {
	padding-left: 89px;
}

.search_bar .menu .post img {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;

	width: auto;
	height: 74px;

	border-right: 1px solid var(--underline3);
}

@media screen and (max-width: 555px) {
	.search_bar .menu .post {
		zoom: 0.75;
	 }
}

/*--------------------------------------------------*/
/*	GRID
/*--------------------------------------------------*/

#posts .list {
	display: grid;
	grid-gap: 15px;
}

@media screen and (min-width: 920px) {
	#posts .list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 680px) {
	#posts .list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 680px) {
	#posts .list {
		grid-template-columns: repeat(1, 1fr);
	}
}
