.recent-posts-category {
	padding: 144px 0 57px;
}
.recent-posts-category .titles {
	position: absolute;
	top: -19px;
	left: 4.1%;
	letter-spacing: -0.2rem;
}
.recent-posts-category .titles p {
	color: #F4EFE9;
	font-size: 195px;
	font-family: 'Ethic Serif';
	font-weight: 100;
	margin: 0;
}
.recent-posts-category .titles .subtitle {
	margin: 0;
	position: absolute;
	top: -19px;
	right: -202px;
	transform: rotate(-10deg);
	font-size: 28px;
	width: 163px;
	text-align: left;
	font-family: 'Paris Script';
	line-height: 1.1;
	letter-spacing: 0;
}
.recent-posts-category .flex {
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.recent-posts-category .flex2 {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-top:50px;
}
.recent-posts-category #posts-grid {
	display: flex;
	justify-content: space-between;
	width: 993px;
	margin: 0;
}
.recent-posts-category #posts-grid .bg-white {
	width: 316px;
	background: #FFFFFF;
	padding: 13px 13px 15px;
	margin: 0;
	position: relative;
}
.recent-posts-category #posts-grid a {
	text-decoration: none;
}
.recent-posts-category #posts-grid .bg-white:nth-child(1):before{
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/newest-post.png);
	background-size: contain;
	width: 77px;
	height: 58px;
	background-repeat: no-repeat;
	position: absolute;
	top: 44px;
	left: -19px;
	margin: auto;
	z-index: 1;
}
.recent-posts-category #posts-grid .bg-white:nth-child(2):before{
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/tape.png);
	background-size: contain;
	width: 172px;
	height: 95px;
	background-repeat: no-repeat;
	position: absolute;
	top: -40px;
	left: 11px;
	right: 0;
	margin: auto;
	z-index: 1;
	transform: rotate(-7deg);
}
.recent-posts-category #posts-grid .bg-white h3 {
	margin: 0;
	font-family: 'Ethic Serif';
	font-size: 15px;
	line-height: 16px;
}
.recent-posts-category #posts-grid .bg-white img {
	width: 100%;
	height: 368px;
	object-fit: cover;
	margin-bottom: 7px;
}
.recent-posts-category #posts-grid .bg-white .meta {
	color: #4F4138;
		font-size: 9px;
		margin: 0 0 10px;
		text-align: left;
		display: flex;
		justify-content: flex-start;
}
.recent-posts-category #posts-grid .bg-white .meta .spacer {
	margin: 0 6px;
}
.recent-posts-category #category-link {
	display: block;
	background: #F4EFE9;
	text-align: center;
	margin: 24px auto;
	padding: 17px 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 800;
	text-decoration: none;
}
.recent-posts-category #category-link:hover {
	background: #4F4138;
	color: #faf9f7;
}
.recent-posts-category .category-list {
	width: 339px;
	border-top: 1px solid #4F4138;
	margin: 82px 0 0;
}
.recent-posts-category .category-list button {
	border: none;
	width: 100%;
	border-bottom: 1px solid #4F4138;
	text-align: left;
	color: #4F4138;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 21px 55px 19px;
	position: relative;
}
.recent-posts-category .category-list button.active {
	font-style:italic;
	text-decoration: underline;
}
.recent-posts-category .category-list button.active:before {
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/dark-brown-bow.png);
	background-size: contain;
	width: 122px;
	height: 87px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: -11px;
	opacity: 1;
	transition: opacity 0.2s;
}
.recent-posts-category .category-list button:hover {
	font-style:italic;
}
.recent-posts-category .category-list .font-light {
	margin: 0 12px 0 0;
}
@media all and (max-width: 1350px) {
	.recent-posts-category #posts-grid {
		width: 926px;
	}
	.recent-posts-category #posts-grid .bg-white {
		width:295px;
	}
}
@media all and (max-width:1280px) {
	.recent-posts-category #posts-grid {
		width: 856px;
	}
	.recent-posts-category #posts-grid .bg-white {
		width: 275px;
	}
}
@media all and (max-width:1080px) {
	.recent-posts-category .flex2 {
		display: block;
	}
	.recent-posts-category #posts-grid {
		width: 700px;
		margin: 0 auto;
	}
	.recent-posts-category #posts-grid .bg-white {
		width: 225px;
	}
	.recent-posts-category #posts-grid .bg-white img {
		height:290px;
	}
	.recent-posts-category #category-link {
		width:700px;
	}
	.recent-posts-category .titles p {
		font-size:130px;
	}
	.recent-posts-category .titles {
		position: absolute;
		top: -31px;
		left: 0;
		letter-spacing: -0.2rem;
	}
	.recent-posts-category .flex {
		display: block;
	}
	.recent-posts-category .category-list {
		width:100%;
	}
}
@media all and (max-width:768px) {
	.recent-posts-category .titles {
		position: relative;
		top: inherit;
		left: 0;
		letter-spacing: -0.2rem;
	}
	.recent-posts-category {
		padding: 75px 0 57px;
	}
	.recent-posts-category .titles p {
		font-size: 15vw;
	}
	.recent-posts-category .titles {
		position: relative;
		top: inherit;
		left: 0;
		letter-spacing: -0.2rem;
		margin: 0 auto -45px;
	}
	.recent-posts-category .titles .subtitle {
		margin: 0;
		position: absolute;
		top: inherit;
		right: inherit;
		transform: rotate(-10deg);
		font-size: 24px;
		width: 163px;
		text-align: left;
		font-family: 'Paris Script';
		line-height: 1.1;
		letter-spacing: 0;
		left: 2%;
		bottom: -565px;
	}
	.recent-posts-category .category-list button {
		padding: 21px 80px 19px 180px;
	}
	.recent-posts-category #posts-grid {
		width: 100%;
		margin: 0 auto;
		justify-content: flex-start;
		overflow-x: auto;
		gap: 1rem;
		padding: 24px 0 0 25px;
		/* scroll-snap-type: x mandatory; */
		-webkit-overflow-scrolling: touch;
	}
	.recent-posts-category #category-link {
		width: 500px;
	}
	.recent-posts-category #posts-grid .bg-white {
		width: 264px;
		flex: 0 0 auto;
		scroll-snap-align: start;
	}
}
@media all and (max-width:768px) {
	.recent-posts-category .titles {
		position: relative;
		top: inherit;
		left: 14px;
		letter-spacing: -0.2rem;
		margin: 0 auto -45px;
	}
	.recent-posts-category #category-link {
		width: 90%;
	}
	.recent-posts-category .category-list button {
		padding: 21px 40px 19px 64px;
	}
	.recent-posts-category {
		overflow: hidden;
	}
}