.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: 71.4%;
	display: flex;
	justify-content: space-between;
}
.recent-posts-grid .left .textbox {
	width: 41%;
	height: 742px;
	display: table;
	text-align: center;
	padding:0 10px;
}
.recent-posts-grid .left .textbox .meta {
	font-family: 'proxima-nova';
	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-family: 'itc-avant-garde-gothic-pro';
	font-weight: 100;
	font-size: 50px;
	line-height: 55px;
	margin: 15px 0 25px;
}
 .recent-posts-grid .left .textbox button {
	 text-decoration: none;
	 font-family: 'proxima-nova';
	 font-size: 12px;
	 text-transform: uppercase;
	 background-image: url(https://bromabakery.com/wp-content/themes/MTT_2024/assets/icons/utility/black-right-arrow.png);
	 background-repeat: no-repeat;
	 background-size: 16px;
	 background-position: center right 41px;
	 display: block;
	 padding: 0px 16px 0 0;
	 margin: 37px auto 0;
	 filter: invert(1);
	 background-color: white;
	 border-radius: 25px;
	 height: 45px;
	 width: 196px;
	 text-align: center;
	 font-weight: 400;
	 letter-spacing: 0.1rem;
	 border: 1px solid black;
 }
 .recent-posts-grid .left .textbox button:hover {
	 filter: invert(0);
 }
.recent-posts-grid .left #hero-image img {
	width: 486px;
	height: 742px;
	object-fit: cover;
	object-position: center;
}
.recent-posts-grid .right {
	width: 329px;
	margin-top:55px;
}
.recent-posts-grid .right ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.recent-posts-grid .right ul li #hero-image img {
	width: 161px;
	height: 199px;
	object-fit: cover;
	object-position: center;
	display: block;
	margin: 0;
}
.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-family: 'proxima-nova';
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.1rem;
}
.recent-posts-grid .right ul li h3 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 100;
	margin: 9px 0;
	font-family: 'itc-avant-garde-gothic-pro';
	letter-spacing: 0.01rem;
}
.recent-posts-grid .right ul li .rmore {
	text-decoration: none;
	font-family: 'proxima-nova';
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.1rem;
	background-image: url(https://bromabakery.com/wp-content/themes/MTT_2024/assets/icons/utility/right-arrow.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: right top 8px;
	display: block;
	margin: 8px 0 0;
	width: fit-content;
	padding: 0 22px 0 0;
	color: #302B28;
	filter: brightness(0%);
}
.recent-posts-grid .right ul li .rmore:hover {
	color:#E49FC7;
	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;
		font-family: 'itc-avant-garde-gothic-pro';
		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-family: 'proxima-nova';
    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: 100%;
		display: block;
		padding: 0 0 10px;
	}
	.recent-posts-grid .left #hero-image img {
		width:100%;
		height:300px;
	}
	.recent-posts-grid .left .image-hero {
		display: block;
		width: 50%;
	}
	.recent-posts-grid .left .textbox {
		height: 300px;
		width: 50%;
		padding: 0 10px;
	}
	.recent-posts-grid .left .textbox .meta {
		font-size:12px;
	}
	.recent-posts-grid .left .textbox button {
		margin: 25px auto 0;
		width: 150px;
		background-position: center right 26px;
		padding: 0px 30px 0 0;
	}
	.recent-posts-grid .right ul li {
		display: block;
		width: 31%;
	}
	.recent-posts-grid .left .textbox h2 {
		font-size: 25px;
		line-height: 30px;
		margin: 10px 0 5px;
	}
	.recent-posts-grid .right {
		width: 94%;
		margin-top: 8px;
		margin: 8px auto 0;
	}
	.recent-posts-grid .right ul li #hero-image img {
		height:160px;
	}
}