#recipesArchive {	
	width:100%;
}
#recipesArchive > div {
	background:#efefef;
}
#s4-workspace .pmcp-content #recipesArchive > div h3 {
    margin:0 !important;
	padding:30px 0 0 40px !important;
	color:#000 !important;
	font-size:1.1rem !important;
	font-weight:700 !important;
}
#recipesArchive > div > div {	
	width:100%;
	clear: both;
	display:flex;
	margin:10px 0 40px 0;
	gap:20px;
	padding:15px 40px 40px;
	align-items:center;
	flex-flow:row wrap;
	justify-content:space-evenly;
}
#recipesArchive > div > div > div {
	max-width:200px;
	height:250px;
	display:block;
	box-shadow: 0 0.425rem 0.425rem rgb(0 0 0 / 25%);
	background-repeat:no-repeat;
	background-color:#184993;
	flex: 1 1 30%;
	background:#184993 url("/PrincessMargaret/Custom%20Code/CSS/Images/temp_icon.png") no-repeat;
}
#recipesArchive > div > div > div:hover, #recipesArchive > div > div:active, #recipesArchive > div > div > div:focus {
	box-shadow: 0 0.425rem 0.425rem rgb(0 0 0 / 50%);
}
#recipesArchive > div > div > div > a {
	position:relative;
	display:block;
	height:250px;
	margin:0;
	padding:0;
	text-decoration:none;
	background:transparent !important;
}
#recipesArchive > div > div > div > a > span {
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	background:#182957;
	min-height:66px;
	color:#fff;
	text-decoration:none;
	padding:12px 15px 14px 15px;
	width:100%;
	font-weight:500;
	font-size:0.9rem;
	line-height:140%;
	text-align:middle;
}
#recipesArchive > div > div > div > a:hover > span, #recipesArchive > div > div > div > a:focus > span, #recipesArchive > div > div > div > a:active > span {
	text-decoration:none !Important;
	background:#0071bc !Important;
}
.r-seemore, .r-seemore:visited {
	display:flex;
	background:#0071bc;
	color:#fff;
	text-decoration:none !important;
	text-align:center;
	align-items:center;
	flex-flow:row nowrap;
	justify-content:center;
	font-size:0.9rem;
	margin:10px 0;
	box-shadow: 0 0.425rem 0.425rem rgb(0 0 0 / 25%);
	flex: 1 1 100%;
	padding:15px 20px;
	gap:10px;
	font-weight:700;
	
}
.r-seemore:hover, .r-seemore:focus {
	background:#182957 !important;
	color:#fff;
	text-decoration:none !important;
}
.r-seemore:before {
	font-family:"Font Awesome 6 Pro";
	content:"\f054";
	color:#fff;
	font-size:18px;
	font-weight:700;
	display:block;
	text-decoration:none !important;
}
@media (max-width:768px) {
	#recipesArchive > div > div {
		justify-content:space-evenly;
		gap:20px;
	}
	#recipesArchive > div > div > div {
		flex: 1 1 50%;
	}
	.r-seemore, .r-seemore:visited {
		flex: 1 1 50%;
		max-width:200px;
		height:250px;
		flex-flow:column nowrap;
	}
	.r-seemore:before {
		order:2;
	}
	#s4-workspace .pmcp-content #recipesArchive > div h3 {
		padding:16px 0 0 20px !important;
		text-align:center;
	}
}
@media (max-width:500px) {
	#s4-workspace .pmcp-content #recipesArchive > div h3 {
		padding:20px 0 3px 0 !important;
		text-align:center;
	}
}

/* For Archive Pages */
.archiveRow > div {
	padding:35px 40px 40px;
}

#recipesArchive2 {	
	width:100%;
	margin:0 0 30px;
	clear: both;
	display:flex;
	gap:2vw;
	padding:15px 0 10px;
	justify-content:flex-start;
	flex-flow:row wrap;
}
#recipesArchive2 > div {
	max-width:200px;
	height:250px;
	display:block;
	box-shadow: 0 0.425rem 0.425rem rgb(0 0 0 / 25%);
	background-repeat:no-repeat;
	background-color:#184993;
	min-width:200px;
	background:#184993 url("/PrincessMargaret/Custom%20Code/CSS/Images/temp_icon.png") no-repeat;
}
#recipesArchive2 > div:hover, #recipesArchive2 > div:active, #recipesArchive2 > div:focus {
	box-shadow: 0 0.425rem 0.425rem rgb(0 0 0 / 50%);
}
#recipesArchive2 > div > a {
	position:relative;
	display:block;
	height:250px;
	margin:0;
	padding:0;
	text-decoration:none;
	background:transparent !important;
}
#recipesArchive2 > div > a > span {
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	background:#182957;
	min-height:66px;
	color:#fff;
	text-decoration:none;
	padding:12px 15px 14px 15px;
	width:100%;
	font-weight:500;
	font-size:0.9rem;
	line-height:140%;
	text-align:middle;
}
#recipesArchive2 > div > a:hover > span, #recipesArchive2 > div > a:focus > span, #recipesArchive2 > div > a:active > span {
	text-decoration:none !Important;
	background:#0071bc !Important;
}

#recipeCategory {
	border-bottom:3px solid #f4de71 !important;
	padding-bottom:10px !important;
	font-size:1.1rem !important;
	color:#000 !important;
}

@media (max-width:768px) {
	#recipesArchive2 {
		justify-content:space-evenly;
		gap:20px;
	}
	#recipesArchive2 > div {
		flex: 1 1 50%;
	}
}