/* This adds styles to the admin area that aren't been added by the main theme stylesheet 

frontend and backend blocks styling - it is being called twice in function, one for the backend, one for the frontend.
include all acf blocks styling in here
*/






.sextagon{
	clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0% 30%);
	background-color:red;
	padding:30px;
	display:inline-block;
	min-height:250px;
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	/*align-items:center; */
	max-width:350px;
}

.self-start{
	align-self:start;
}

.self-center{
	align-self:center;
}

.sextagon .has-text-align-right{
	margin: 0 0 0 auto;
}

.no-margin{
	margin:0;
}





/* blocks slider  */
.blocks-slider {
	
}

.blocks-slider .inner{
	text-align:center;
	margin:0 10px;
}

.center{
	text-align:center;
}


.top-center.wp-block-columns{
	gap:20px;
	justify-content:center;
	align-items:start;
}

.center-center.wp-block-columns{
	gap:20px;
	justify-content:center;
	align-items:center;
}


