/*
.archive .faketitle {
	text-transform:uppercase;
	
	display:flex;
	margin-top:2rem;
	margin-bottom:2rem;
	
	
}

.archive .faketitle:after {
	content:"";
	background:Red;
	
	display: flex ;
	flex-grow:1;
	margin-left:1rem;
}


*/

.archive h1 {
	font-size: 4.2rem;
	padding: 5rem 0;
	text-transform:uppercase;
}

.archive h1:before {
	content:" ";
	display:inline-block;
	font-size: inherit;
	width:3.6rem;
	height:4rem;
	margin-right: 2rem;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 45 48"><path stroke="%234c87c6" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M1.5 46.5 24 24 1.5 1.5"/><path stroke="%234c87c6" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M20.4 46.5 42.9 24 20.4 1.5"/></svg>') left top no-repeat;
	background-size: 92% auto;
}

.archive h1 small {
	font-size:1.4rem;
	text-transform:uppercase;
	font-weight: 400;
	display:block;
}

.archive h1 small b {
	font-weight: 700;
}

.titlebar, .faketitle {
	text-transform:uppercase;
	
	display:flex;
	margin-top:0.5rem;
	margin-bottom:2rem;
	align-items:center;
}

.titlebar a {
	text-decoration:none;
	padding-right:4rem;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path fill="%234c87c6" fill-opacity=".5" d="M30 16a14 14 0 1 0-14 14v2a16 16 0 1 1 0-32 16 16 0 0 1 0 32v-2a14 14 0 0 0 14-14"/><path fill="%234c87c6" fill-opacity=".5" d="M12.4 9a1 1 0 1 1 1.4-1.5l8.2 8.2a1 1 0 0 1 0 1.4l-8.2 8.2a1 1 0 1 1-1.4-1.4l7.5-7.5z"/></svg>') right center no-repeat;
	bdackground: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30 16C30 8.26801 23.732 2 16 2C8.26801 2 2 8.26801 2 16C2 23.732 8.26801 30 16 30V32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32V30C23.732 30 30 23.732 30 16Z" fill="%234C87C6" fill-opacity="0.5"/><path d="M12.4211 8.91228C12.0306 8.52177 12.0306 7.88874 12.4211 7.49821C12.8116 7.10769 13.4446 7.10769 13.8351 7.49821L22.0402 15.7033C22.2277 15.8908 22.3332 16.1451 22.3332 16.4103C22.3332 16.6755 22.2277 16.9298 22.0402 17.1174L13.8351 25.3224C13.4446 25.713 12.8116 25.713 12.4211 25.3224C12.0305 24.9319 12.0305 24.2989 12.4211 23.9084L19.9191 16.4103L12.4211 8.91228Z" fill="%234C87C6" fill-opacity="0.5"/></svg>') right center no-repeat;
	background-size: 2.5rem;
}

.titlebar:after,
.faketitle:after {
	content:"";
	background: var(--main-blue2);
	opacity:.5;
	
	display: flex ;
	flex-grow:1;
	margin-left:1rem;
	
	height: 2px;
	overflow:hidden;
}

@media all and (min-width:767px){
	.archive h1 {
		font-size: 7.1rem;
	}
	
	.archive h1 small {
		float:right;
	
	}
}



