/**********************************************************
// Custom Blocks >> Placeholder
**********************************************************/
.AFC-Blocks-Placeholder {
	margin: 0 !important;
	padding: 40px 10px;
	background: #EEE;
	color: #333;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	font-size: 14px;
	}

.AFC-Blocks-Placeholder .dashicons {
	margin: 0 auto 10px auto;
	padding: 10px;
	width: 44px;
	height: 44px;
	display: block;
	background: #333;
	color: #EEE;
	border-radius: 100%;
	font-size: 24px;
	}
