.block-header-detailpage {
    margin-top: 0 !important;
    margin-bottom: -4rem !important;
}
.block-header-detailpage #gradient-canvas {
	position: absolute;
}

.header-detailpage-inner h1 {
    display: flex;
    flex-direction: column;
	margin-top: 0;
}
.header-detailpage-inner-content-inner h1 .heading-serif {
    white-space: nowrap;
}

.header-detailpage-wrapper {
    display: flex;
}


.header-detailpage-inner {
    z-index: 1;
    position: relative;
    height: 100%;
	width: 100%;
    display: flex;
    flex-direction: column;
}

.header-detailpage-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
	    height: 100vh;
    max-height: 85rem;
    min-height: 70rem;
}

.header-detailpage-inner-content-inner {
    max-width: 58rem;
    margin: auto 12rem auto auto;
    padding-bottom: 5rem;
}

.header-detailpage-inner-content {
    width: 50%;
}
.header-detailpage-featured-image {
    width: 50%;
	height: 100%;
}
.header-detailpage-featured-image figure {
    height: 100%;
}
.header-detailpage-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-detailpage-bottom-bar {
   	position: relative;
    width: calc(100% - 8rem);
    max-width: 148rem;
    margin: -10rem auto 0 auto;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 2.5rem;
}

.header-detailpage-bottom-bar > * {
    position: relative;
}


.header-detailpage-bottom-bar ul {
    display: flex;
    justify-content: space-between;
    margin: 0 3rem;
    height: 10rem;
    align-items: center;
	font-weight: 600;
}

.header-detailpage-bottom-bar ul li:before {
       content: "✓";
    background: #f0bfff;
    color: #0e1e21;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 1rem;
}


.header-detailpage-bottom-bar ul li {
    list-style: none;
    margin: 0;
}


.block-header-detailpage .wp-block-button {
    position: relative;
}




/* Has Image */
.header-detailpage-wrapper.has-image canvas#gradient-canvas {
    display: none;
}
.header-detailpage-wrapper.has-image p.has-accent-color {
    color: #777 !important;
}



/* Desktop small */
@media only screen and (max-width: 1400px) {
.header-detailpage-inner-content-inner {
    margin: auto;
    max-width: calc(100% - 8rem);
}
}


@media only screen and (max-width: 1300px) {

}

/* Tablet */
@media only screen and (max-width: 1000px) {
.header-detailpage-inner-content {
    margin-bottom: 4rem;
}

.header-detailpage-bottom-bar ul {
    align-items: flex-start;
    padding: 4rem 0;
    height: auto;
    flex-wrap: wrap;
}
.header-detailpage-bottom-bar ul li {
    width: 50%;
    margin-bottom: 2rem;
}

.block-header-detailpage {
    margin-bottom: 0 !important;
}	

	
}



@media only screen and (max-width: 1000px) {

.header-detailpage-inner-wrapper {
    flex-direction: column-reverse;
    max-height: none;
    height: auto;
}

.header-detailpage-inner-content {
    width: 100%;
}

.header-detailpage-featured-image {
    width: 100%;
    height: 100vw;
}
.missing-post-thumbnail .header-detailpage-featured-image {
    display: none;
}
.header-detailpage-bottom-bar {
    margin-top: 0;
}

.header-detailpage-inner-content-inner {
    padding: 4rem 0;
}

}




@media only screen and (max-width: 700px) {

	.header-detailpage-bottom-bar ul {
    margin: 0 3rem;
}
.header-detailpage-inner-content-inner {
    max-width: calc(100% - 6rem);
}
    .header-detailpage-bottom-bar {
        width: calc(100% - 6rem);
    }
.header-detailpage-bottom-bar ul li:last-of-type {
    margin-bottom: 0;
}

}

/* Iphone */
@media only screen and (max-width: 600px) {
 .header-detailpage-bottom-bar ul li {
width: 100%;
	}
}