/* ---------------------------------------------------------------------------------------------

	Theme Name: Poe Child for CRC
	Text Domain: poe-child
	Template: poe
	Version: 0.1.1
	Author: GreNa
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Requires PHP: 5.6
	Tested up to: 6.5

/* --------------------------------------------------------------------------------------------- */


/*
Block styles css 
*/

.is-style-poe-child-circle {
  clip-path: circle();
}

.is-style-poe-child-polygon-1 {
  clip-path: polygon(93% 0, 100% 84%, 13% 100%, 0 11%);
}

.is-style-poe-child-polygon-2 {
  clip-path: polygon(100% 6%, 100% 91%, 6% 100%, 0 0);
}

.is-style-poe-child-polygon-3 {
  clip-path: polygon(100% 0, 94% 100%, 13% 100%, 0 11%);
}

.is-style-poe-child-polygon-4 {
  clip-path: polygon(100% 0, 100% 84%, 3% 100%, 0 15%);
}

.is-style-poe-child-polygon-5 {
  clip-path: polygon(100% 16%, 94% 100%, 3% 100%, 0 0);
}

.is-style-poe-child-rhomboid {
	clip-path: polygon(18.8% 0%, 100% 0%, 81.82% 100%, 0% 100%);
}

input, textarea, select {
	padding: .5rem;
	border: .1rem solid var( --wp--preset--color--foreground );
}

input[type="submit"] {
	background-color: var( --wp--preset--color--primary );
	border-color: var( --wp--preset--color--background );
	color: var( --wp--preset--color--background );
	font-size: 1.2rem;
	line-height: 1;
	padding-top: 1em;
	padding-right: 1.2em;
	padding-bottom: 1em;
	padding-left: 1.2em;
	cursor: pointer;
}
