.pc-custom-button-single {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	display: block;
	margin: 1em auto;
	max-width: 600px;
	padding: 1em;
	position: relative;
	text-align: center;
	text-decoration: none !important ;
	transition: all .25s ease;
	width: 94%;
	font-family: 'GT America Bold' ;
}


#primary .pc-button-single.bg-white,
.layer .pc-button-single.bg-white,
.pc-button-single.bg-white {
	background: #fff ;
}

#primary .pc-button-single.black,
.layer .pc-button-single.black,
.pc-button-single.black {
	color: #000 ;
}

#primary .pc-button-single.bg-white.black:hover ,
.layer .pc-button-single.bg-white.black:hover,
.pc-button-single.bg-white.black:hover {
	background: #000 !important;
	color: #fff !important;
}

.pc-button-single.bg-white.black:hover > span {
	color: #fff !important;
}

.pc-button-single.bg-white.black > .button-single-inner:after {
    filter: invert(0);
}

.pc-button-single.bg-white.black:hover > .button-single-inner:after {
    filter: invert(100);
}

.pc-custom-button-single:hover {
	background: #fff;
	color: #000 !important;
}

/* Disable Links in Editor */
.acf-block-preview .pc-custom-button-single {
	pointer-events: none;
}

.block-editor-block-list__block.wp-block.wp-block-acf-pc-custom-button-single {
	background: #ccc;
	padding: 20px;
	position: relative;
}

.block-editor-block-list__block.wp-block.wp-block-acf-pc-custom-button-single.is-selected {
	border: 3px dashed #111;
}

.block-editor-block-list__block.wp-block.wp-block-acf-pc-custom-button-single.is-selected:before {
	content: 'Please fill in the fields to the right.';
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.block-editor-block-list__block.wp-block.wp-block-acf-pc-custom-button-single .pc-custom-button-single.pc-button-single {
	display: table;
	line-height: 1;
}

.block-editor-block-list__block.wp-block.wp-block-acf-pc-custom-button-single .pc-custom-button-single.pc-button-single small {
	display: block;
	margin-top: 10px;
}
