/* Custom styles for News section. - Jon @ Graydian - 2025-07-09 */

.news-archive-wrapper {
	background-color: #fff;
	padding-top: 40px;
	color: #000;
}

.news-archive-wrapper .page-title {
	text-align: center;
	margin-bottom: 40px;
}

.news-archive-wrapper .page-title h1 {
	color: #000;
	font-size: 42px;
}

.news-archive-wrapper .page-title hr {
	margin: 1.5rem auto 1rem;
	color: inherit;
	border: 0;
	border-top: 3px solid #b90302;
	opacity: 1;
	width: 100%;
	max-width: 400px;
}

.news-archive-wrapper .news-item {
	padding: 30px;
	box-shadow: 0 4px 16px #ccc;
	margin-bottom: 60px;
	border-radius: 8px;
	font-size: 16px;
}

.news-archive-wrapper .news-item h1,
.news-archive-wrapper .news-item h2,
.news-archive-wrapper .news-item h3,
.news-archive-wrapper .news-item h4,
.news-archive-wrapper .news-item h5,
.news-archive-wrapper .news-item h6 {
	line-height: 1.2;
}

.news-archive-wrapper .news-item h2 {
	text-transform: none;
	font-size: 28px;
	color: #000;
}

.news-archive-wrapper .news-item a:hover {
	color: #000;
}

.news-archive-wrapper .news-item .news-date {
	font-size: 14px;
	color: #777;
}

.news-archive-wrapper .news-item img.wp-post-image {
	box-shadow: 0 2px 8px #ccc;
	border-radius: 8px;
	margin-bottom: 15px;
}

.news-archive-wrapper .news-item hr {
	margin: 1.5rem 0;
	color: inherit;
	border: 0;
	border-top: 2px solid;
	opacity: .1;
}

.news-archive-wrapper .news-item .gallery-item {
		display: inline-block;
		text-align: left;
		vertical-align: top;
		margin: 0 0 1.5em;
		padding: 0 1em 0 0;
		width: 50%;
}

.news-archive-wrapper .news-item .gallery-columns-1 .gallery-item {
		width: 100%;
}

.news-archive-wrapper .news-item .gallery-columns-2 .gallery-item {
		max-width: 50%;
}

.news-archive-wrapper .news-item .gallery-columns-3 .gallery-item {
		max-width: 33.3%;
}

.news-archive-wrapper .news-item .gallery-columns-4 .gallery-item {
		max-width: 25%;
}

.news-archive-wrapper .news-item .gallery-columns-5 .gallery-item {
		max-width: 20%;
}


.elementor-kit-26 .pswp button,
.elementor-kit-26 .pswp input[type="button"],
.elementor-kit-26 .pswp input[type="submit"],
.elementor-kit-26 .pswp .elementor-button {
	background-color: transparent;
}




.news-archive-wrapper .widget {
	font-size: 16px;
	margin-bottom: 30px;
}

.news-archive-wrapper .widget h2 {
	text-transform: none;
	font-size: 28px;
	color: #000;
	margin-bottom: 10px;
}

.news-archive-wrapper .widget a:hover {
	color: #000;
}

.news-archive-wrapper .widget ul {
	list-style: none;
	padding-left: 0;
}

.news-archive-wrapper .widget.widget_recent_posts ul > li {
	margin-bottom: 15px;
}

.news-archive-wrapper .widget ul > li > a {
	font-weight: bold;
}

.news-archive-wrapper .widget ul > li > span.post-date {
	display: block;
	width: 100%;
	color: #777;
	font-size: 14px;
}

.news-archive-wrapper .pagination {
	margin-bottom: 60px;
	justify-content: center;
}

.news-archive-wrapper .pagination a {
	font-weight: bold;
}

.news-archive-wrapper .pagination a:hover {
	color: #000;
}

.news-archive-wrapper .pagination .page-numbers {
	border: 1px solid #ccc;
	padding: 2px 10px;
	margin: 0 3px;
	border-radius: 8px;
}

.news-archive-wrapper #breadcrumbs {
	font-size: 14px;
	margin-bottom: 30px;
}

.news-archive-wrapper #breadcrumbs a {
	font-weight: bold;
}






