.pcbtn-image-background {
	min-height: 300px;
	padding: 0 !important;
	width: 100%;
	max-width: 100%;
}

.wp-block-acf-pc-custom-by-the-numbers-new .layer {
	display: flex !important;
	flex-wrap: wrap;
	align-content: center;
}

.wp-block-acf-pc-custom-by-the-numbers-new .acf-block-preview .layer > * {
	flex-grow: 1
}

.wp-block-acf-pc-custom-by-the-numbers-new.is-selected > *:before,
.wp-block-acf-pc-custom-by-the-numbers-new.has-child-selected > *:before {
	content: 'Make changes to the block directly in the content' !important;
}

.wp-block-acf-pc-custom-by-the-numbers-new .block-editor-block-list__layout > *:last-child {
	margin-bottom: 0;
	margin-top: 0;
}

.pcbtn-image-background > .inner {
	/* padding: 2em 0 !important; */
	position: relative;
	z-index: 10;
}

.pcbtn-image-background .background-cover {
    background-size: cover;
}

.pcbtn-image-background > .bg-overlay {
	top: 0;
	left: 0;
	z-index: 1;
}

.pcbtn-image-background.layer {
    display: block;
    padding: 3em 0;
}

.pcbtn-image-background.layer .wp-block-cover__inner-container {
	max-width: 1500px;
	padding: 2em 0;
}

.pcbtn-image-background .bg-overlay {
    background: rgba(0,0,0,.35);
}

.wp-block-post-content .pcbtn-image-background .wp-block-columns > .wp-block-column:not(.has-background) {
	background: none;
}

.wp-block-post-content .wp-block-acf-pc-custom-by-the-numbers-new .pcbtn-image-background .wp-block-columns > .wp-block-column {
	border: none !important;
}

.wp-block-post-content .wp-block-acf-pc-custom-by-the-numbers-new .pcbtn-image-background .wp-block-columns > .wp-block-column.is-selected,
.wp-block-post-content .wp-block-acf-pc-custom-by-the-numbers-new .pcbtn-image-background .wp-block-columns > .wp-block-column.has-child-selected{
	border: 3px dashed #000 !important;
}

.pcbtn-image-background.full-width {
    max-width: 100%;
    width: 100%;
}

.pcbtn-image-background .inner .inner {
    width: 100%;
}

.pcbtn-image-background .inner, 
body .admin-message-header-holder .admin-message-content {
    display: block;
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
}

.wp-block-acf-pc-custom-by-the-numbers-new .acf-block-preview .inner {
	width: 100%;
}

.pcbtn-image-background .spacing .spacing {
    padding: 0;
}

.content-area .pcbtn-image-background .text-h2,
.acf-block-preview .pcbtn-image-background .text-h2,
.acf-block-preview .pcbtn-image-background p {
	line-height: 1;
    margin: 0 0 20px;
}

.acf-block-preview .pcbtn-image-background .text-h2,
.pcbtn-image-background .text-h2,
#primary .pcbtn-image-background .text-h2{
	font-size: 3.5em;
	font-family: 'GT America Bold', sans-serif !important;
}

.pcbtn-image-background .wp-block-columns:first-of-type {
	background: none !important;
	border: none !important;
    margin: 0 0 20px;
}

@media (min-width: 782px) {
	.pcbtn-image-background .wp-block-columns {
		flex-wrap: nowrap;
	}
}

.pcbtn-image-background .wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
}

	.wp-block-columns > * > *:last-child,
	.acf-block-preview .pcbtn-image-background .wp-block-columns > * > *:last-child {
	    margin-bottom: 0;
	}

@media (min-width: 782px){
	.pcbtn-image-background .wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
}

.pcbtn-image-background .wp-block-column {
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    padding: 0;
}

@media (min-width: 1100px) {
	.pcbtn-image-background .wp-block-columns .wp-block-column .text-h2 {
		color: inherit;
		/* font-size: 2.5em; */
		font-weight: 700;
	}
}

.pcbtn-image-background .text-h2 {
    display: inline-flex;
        font-family: 'GT America Bold', sans-serif !important;
    position: relative;
}

.acf-block-preview .pcbtn-image-background .text-h2 {
	display: block;
	text-align: center;
}

.pcbtn-image-background p {
    font-size: 1.25em;
}

p {
    margin: 0 0 1.5em;
}

@media (max-width: 950px) {
	.acf-block-preview .pcbtn-image-background .text-h2 {
		font-size: revert;
	}
}
