.recent-posts-grid.mobile-only {
	display:none;
}
.recent-posts-grid .inner {
	padding: 0px 0 50px;
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
}
.recent-posts-grid .left {
	width: 69.8%;
	display: flex;
	justify-content: space-between;
}
.recent-posts-grid .left .textbox {
	width: 41%;
	height: 702px;
	display: table;
	text-align: left;
	padding: 0 30px 0 22px;
}
.recent-posts-grid .left .textbox .meta {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-weight: 300;
}
.recent-posts-grid .left .textbox a {
	text-decoration: none;
}
.recent-posts-grid .left .textbox h2 {
	font-weight: 100;
	font-size: 70px;
	line-height: 60px;
	margin: 7px 0 25px;
	letter-spacing: -0.05rem;
}
 .recent-posts-grid .left .textbox button {
	 text-decoration: none;
	 font-size: 12px;
	 text-transform: lowercase;
	 display: block;
	 padding: 0;
	 margin: 0;
	 border-radius: 25px;
	 height: 40px;
	 width: 148px;
	 text-align: center;
	 font-weight: 400;
	 letter-spacing: 0.05rem;
 }
 .recent-posts-grid .left .textbox button:hover {
	  background: #E78F96;
	  color:#620202;
	  opacity: 1;
 }
.recent-posts-grid .left #hero-image img {
	width: 500px;
	height: 702px;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s;
}
.recent-posts-grid .left #hero-image:hover img {
	opacity: 0.6;
}
.recent-posts-grid .right {
	width: 349px;
	margin-top: 45px;
}
.recent-posts-grid .right ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.recent-posts-grid .right ul li #hero-image img {
	width: 161px;
	height: 199px;
	object-fit: cover;
	object-position: center;
	display: block;
	margin: 0;
	transition: all 0.5s;
}
.recent-posts-grid .right ul li #hero-image:hover img {
	opacity: 0.6;
}
.recent-posts-grid .right ul li .textbox {
	height: 199px;
	display: table;
	width: 43%;
}
.recent-posts-grid .right ul li a {
	text-decoration: none;
}
.recent-posts-grid .right ul li .cats a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.1rem;
}
.recent-posts-grid .right ul li h3 {
	font-size: 24px;
	line-height: 26px;
	margin: 9px 0 12px;
	letter-spacing: 0.01rem;
	font-family: 'Perfectly Nineties';
	font-weight: 100;
}
.recent-posts-grid .right ul li .rmore {
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: 400;
	letter-spacing: 0.03rem;
	background-image: url(../png/long-right-arrow.png);
	background-repeat: no-repeat;
	background-size: 31px;
	background-position: right top 8px;
	display: block;
	margin: 8px 0 0;
	width: fit-content;
	padding: 0 50px 0 0;
	color: #302B28;
	filter: brightness(0%);
}
.recent-posts-grid .right ul li .rmore:hover {
	color: #E78F96;
	filter: brightness(1);
}
@media all and (max-width: 1320px) {
	.recent-posts-grid .inner {
		max-width:1200px;
	}
}
@media all and (max-width:1200px) {
	.recent-posts-grid .inner {
		max-width: 1000px;
	}
	.recent-posts-grid .left {
		width: 65%;
	}
	.recent-posts-grid .left #hero-image img {
		width: 365px;
		height: 545px;
		object-fit: cover;
		object-position: center;
	}
	.recent-posts-grid .left .textbox {
		height:545px;
	}
	.recent-posts-grid .left .textbox h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.recent-posts-grid .right ul li #hero-image img {
		width: 130px;
		height: 147px;
	}
	.recent-posts-grid .right ul li .textbox {
		height: 145px;
		display: table;
		width: 55%;
	}
	.recent-posts-grid .right {
		width: 329px;
		margin-top: 30px;
	}
}
@media all and (max-width:1000px) {
	.recent-posts-grid .inner {
		max-width: 700px;
		display: block;
	}
	.recent-posts-grid .left {
		width: 100%;
	}
	.recent-posts-grid .right {
		width: 100%;
		margin-top: 30px;
	}
	.recent-posts-grid .right  ul {
		display: flex;
		justify-content: space-between;
	}
	.recent-posts-grid .right ul li {
		display: block;
		width: 30%;
	}
	.recent-posts-grid .right ul li #hero-image img {
		width: 100%;
		height: 247px;
	}
	.recent-posts-grid .right ul li .textbox {
		height: auto;
		display: table;
		width: 100%;
		padding: 10px 0 0;
	}
}
@media all and (max-width:768px) {
	.recent-posts-grid .inner {
		max-width: 500px;
		display: block;
		padding: 0 0 10px;
	}
	.recent-posts-grid .left #hero-image img {
		width: 250px;
		height: 350px;
		object-fit: cover;
		object-position: center;
	}
	.recent-posts-grid .left .textbox {
		height: 350px;
		width: 46%;
	}
	.recent-posts-grid .left .textbox h2 {
		font-size: 30px;
		line-height: 35px;
		margin: 10px 0 5px;
	}
	.recent-posts-grid .left .textbox button {
		margin: 25px auto 0;
	}
	.recent-posts-grid .right ul li #hero-image img {
		height:190px;
	}
	.recent-posts-grid .right {
		width: 100%;
		margin-top: 20px;
	}
	.recent-posts-grid .right ul li h3 {
		font-size: 15px;
		line-height: 20px;
		font-weight: 100;
		margin: 0;
		letter-spacing: 0.01rem;
	}
	.recent-posts-grid .left .textbox .exc {
		display: none;
	}
		.recent-posts-grid.mobile-only {
		display:block;
	}
	.recent-posts-grid.desktop-only {
		display:none;
}
	.recent-posts-grid .right ul li .cats a {
    	font-size: 12px;
    	text-transform: uppercase;
    	font-weight: 300;
    	letter-spacing: 0.1rem;
    	display: block;
    	line-height: 1.3;
    	margin: 2px 0 7px;
	}
}

@media all and (max-width:500px) {
	.recent-posts-grid .inner {
		max-width: 90%;
		display: block;
		padding: 0 0 10px;
	}
	.recent-posts-grid .left {
		width: 100%;
		flex-direction: column-reverse;
		margin-top: 16px;
	}
	.recent-posts-grid .left #hero-image img {
		width:100%;
		height:300px;
	}
	.recent-posts-grid .left #hero-image img {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.recent-posts-grid .left .textbox {
		height: auto;
		width: 100%;
		padding: 0 0px;
	}
	.recent-posts-grid .left .textbox .exc {
		display: block;
	}
	.recent-posts-grid .left .textbox .meta {
		margin-top: 10px;
		font-size:12px;
	}
	.recent-posts-grid .left .textbox button {
		display: none;
	}
	.recent-posts-grid .right ul li:nth-child(3) {
		display: none;
	}
	.recent-posts-grid .right ul li {
		display: block;
		width: 48%;
	}
	.recent-posts-grid .left .textbox h2 {
		font-size: 36px;
		line-height: 34px;
		margin: 4px 0 16px;
	}
	.recent-posts-grid .right {
		width: 100%;
		margin: 8px auto 0;
	}
	.recent-posts-grid .right ul li #hero-image img {
		height: auto;
		aspect-ratio: 10 / 13;
	}
	.recent-posts-grid .right ul li .cats a {
		font-size:12px;
	}
	.recent-posts-grid .right ul li h3 {
		font-size: 20px;
		line-height: 22px;
		font-weight: 100;
		margin: 0;
		letter-spacing: 0.01rem;
	}
	.recent-posts-grid .right ul li .rmore {
		display: none;
	}
}