/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2025 | 08:36:43 */
@media (max-width: 767px) {
	#news-page { margin-top: -40px; }
	#news-page .breadcrumbs {
		margin: 0px -15px 26px -15px;
		padding: 0.35em 15px;
		height: calc(4.1em + 6px);
		color: #ffffff;
		background-color: #333333;
		border-top: 3px double;
		border-bottom: 3px double;
		display: flex;
		flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
	}
	#news-page .breadcrumbs > *:not(:last-child) { padding-right: 5px; }
	#news-page .breadcrumbs > * + * { padding-left: 5px; }
	#news-page .entry > h1.entry-title:first-child { font-size: 6.55vw; }
}