.jr_magazine_new_items {
	display: flex;
}

.jr_magazine_new_items {}

.jr_magazine_new_item {
	width: 25%;
	margin-right: 30px;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #11579e;
}

.jr_magazine_new_item:last-child {
	margin-right: 0;
}

.jr_magazine_new_item:first-child {
	width: 50%;
	/* height: 300px; */
}

.jr_magazine_new_image {
	position: relative;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jr_magazine_new_image:before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgb(0 0 0 / 0.5);opacity: 0;visibility: hidden;transition: .25s;}

.jr_magazine_new_image:hover:before {
	opacity: 1;
	visibility: visible;
}

.jr_magazine_new_image span {
	opacity: 0;
	visibility: hidden;
	color: #fff;
	z-index: 1;
	text-transform: uppercase;
	padding: 15px 25px;
	border: 2px solid #fff;
	font-weight: 600;
	transition: .25s;
}

.jr_magazine_new_image:hover span {
	opacity: 1;
	visibility: visible;
	/* background: #ffffff; */
	/* color: #11579e; */
}

.jr_magazine_new_image span:hover {
	background: #ffffff;
	color: #11579e;
}

.jr_magazine_new_header_title h2 {font-family: 'Merriweather','serif';color: #11579e;text-transform: none;margin: 0;}

.jr_magazine_new_header {
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
}

.jr_magazine_new_header_cta a {
	color: #000;
	z-index: 1;
	text-transform: uppercase;
	padding: 15px 25px;
	border: 2px solid #11579e;
	font-weight: 600;
	transition: .25s;
	display: block;
}

.jr_magazine_new_header_title {
	margin-right: 30px;
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 20px;
	flex: 1;
}

.jr_magazine_new_header_cta {
	/* flex: auto; */
}

.jr_magazine_new_header_cta a:hover {
	background: #11579e;
	color: white;
}

.jr_magazine_new_date {
	text-transform: uppercase;
/*	color: #aaaaaa;*/
	color: #767676;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: .8em;
}

.jr_magazine_new_title a {
	color: #000;
	font-weight: 600;
}

.jr_magazine_new_header_cta.mobile {
	display: none;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

@media (max-width: 1024px){

	.jr_magazine_new_image {
		height: 200px;
	}

}

@media (max-width: 768px){

	.jr_magazine_new_items {
		flex-wrap: wrap;
	}

	.jr_magazine_new_item:first-child {
		width: 100%;
		margin-right: 0;
	}

	.jr_magazine_new_item {
		margin-right: 5%;
		width: 45%;
		border-color: #d2d2d2;
	}

}

@media (max-width: 480px){

	.jr_magazine_new_item:not(:first-child) .jr_magazine_new_image {
		height: 130px;
	}

	.jr_magazine_new_header_title {
		margin-right: 0;
	}

	.jr_magazine_new_header_cta {
		display: none;
	}

	.jr_magazine_new_header_cta.mobile {
		display: block;
	}

	.jr_magazine_new_header_cta a {
		display: inline-block;
	}

}