.spire-article-top-bg{
	position: relative;
	z-index: 99;
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
	overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    clear: both;
	background-color: gray;
}
.editor-styles-wrapper .spire-article-top-bg {
    max-width: none;
	margin-left: auto;
    margin-right: auto;
}
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-acf-article-top-block {
    max-width: none;
	margin-left: auto;
    margin-right: auto;
}
.editor-styles-wrapper .spire-article-top-inner-blocks{
	max-width: var(--global-content-width);
	margin-left: auto;
    margin-right: auto;
}

.spire-article-top-image-container{
	height: 100vh;
}

.spire-article-top-image-container picture{
	position: fixed;
	z-index: -1;
	top:0px;
	bottom:0px;
	/* left:0px;
	width: 100%;
	object-fit: contain; */
}
.acf-block-preview .spire-article-top-image-container picture,
.absolute.spire-article-top-image-container picture{
	position: absolute;
	top:auto;
}
@media (min-width: 768px){
	.absolute.spire-article-top-image-container picture,
	.spire-article-top-image-container picture{
		position: absolute;
		top:0px;
	}
}

.spire-article-top-image-container img{
	object-fit: cover;
	object-position: 50% 50%;
	width: 300px;
	height: 300px;
	min-width: 100vw;
	min-height: 100vh;
	max-width: none;

}
.spire-article-top-content-wrapper{
	
}





/*Layout*/
.spire-article-top-content-wrapper{
	position: relative;
	z-index: 100;
	/* padding-top: 60px; */
	max-width: var(--global-content-width, 1280px);
	margin: 0px auto;
	background: rgba(0,0,0,0.6);
			-webkit-backdrop-filter: blur(10px);
			backdrop-filter: blur(10px);	
}
	.spire-article-top-content-wrapper-inner{
		position: relative;
		z-index: 2000;
		padding: 60px 1.5rem 45px 1.5rem;
		color: #fff;

		
	}

@media (min-width: 768px){
	.spire-article-top-content-wrapper{
		position: fixed;
		left: 0px;
		top: 0px;
		width: 330px;
		height: 100vh;
	}
	.wp-admin .spire-article-top-content-wrapper{
		position: absolute;
	}
		.spire-article-top-content-wrapper-inner{
			
			padding-top: 65px;
			padding-bottom: 25px;
			height: 100vh;
			max-height: 100vh;
			
			padding-left: 2rem;

			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}
	
		.admin-bar:not(.wp-admin) .spire-article-top-content-wrapper-inner{
			padding-top: calc(65px + 32px);
		}
		.spire-article-top-content-text{
			flex-grow: 1;
		}

}
@media (min-width: 1024px){
	.spire-article-top-content-wrapper{

		width: 400px;
	}
}
@media (min-width: 1280px){
	.spire-article-top-content-wrapper{
		width: 450px;
	}
}



.spire-article-top-content-text{
	padding-bottom: 2rem;
}


.spire-article-top-content-heading,
.editor-styles-wrapper .block-editor-block-list__layout h1.spire-article-top-content-heading{
	z-index: 20;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}
@media (min-width: 768px){
	.editor-styles-wrapper .block-editor-block-list__layout h1.spire-article-top-content-heading{
		margin: 1em 0 0.5em !important;
		font-size: 32px;
	}
}


.spire-article-top-breadcrumbs{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.spire-article-top-breadcrumbs .kadence-breadcrumbs{
	color: #fff;
}






.spire-article-top-readtime-and-social{
	display: flex;
	justify-content: space-between;
}

@media (min-width: 768px){
	.spire-article-top-readtime-and-social{
		flex-direction: column;	
	}
	.spire-article-top-readtime{
		margin-bottom: 2rem;
	}
}


.spire-article-top-readtime .kt-reading-time.kt-reading-time-shortcode {
	font-size: 20px;
}

.spire-article-top-social{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.spire-article-top-readtime-and-social .social-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
	height: 27px;
	background: rgba(24, 24, 24, 0.65);
}
.spire-article-top-readtime-and-social .social-icon  + .social-icon{
	margin-left: 10px;
}

@media (min-width: 768px){
	.spire-article-top-social{
		justify-content: flex-start;
	}
}












/*Skroll link*/

.spire-article-top.scroll-link{
	z-index: 1000;
	position: fixed;
	
	bottom: 70px;
	left: 50%;
	width: 150px;
	margin-left: -75px;
	
}
.absolute.spire-article-top-image-container + .spire-article-top.scroll-link{
	position: absolute;
}

@media (min-width: 768px){
	.spire-article-top.scroll-link{
		position: absolute;
		bottom: 50px;
	}
	.admin-bar:not(.wp-admin) .spire-article-top.scroll-link{
		
		bottom: 82px;
	}
}
.spire-article-top.scroll-link > a{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
	.spire-article-top.scroll-link > a:hover{
		cursor: pointer;
		color: var(--global-palette1, #3182CE);
	}
	.spire-article-top.scroll-link > a:hover path{
		fill: var(--global-palette1, #3182CE);
	}


/* content*/
.spire-article-top-inner-blocks{
	padding-top: 60px;
}
	.spire-article-top-inner-blocks-inner{}

@media (min-width: 768px){
	.spire-article-top-inner-blocks{
		padding-left: 330px;
	}
	.spire-article-top-content-wrapper-inner{
		/* width:320px; */
	}
	.navigation.post-navigation{
		padding-left: 330px;
	}
	.kopier-lenke{padding-left: 330px;}


}
@media (min-width: 1024px){
	.spire-article-top-inner-blocks{
		padding-left: 430px;
		padding-right: 120px;
	}
	.spire-article-top-content-wrapper-inner{
		/* width:350px; */
	}
		.spire-article-top-inner-blocks-inner{

		}

	.navigation.post-navigation{
		padding-left: 430px;
	}
	.kopier-lenke{padding-left: 430px;}

}



