/* Development styles, only used when WP_DEBUG is set to true */

body, html {
}

.dev-overlay {
	position: fixed; 
	width: 100%; 
	height: 100% !important; 
	top: 0; 
	left: 0; 
	pointer-events: none;
	display: none;
}

.dev-overlay .container {
	height: 100%;
}

.dev-overlay .grid1 {
	height: 100%; 
	background-color: rgba(255, 0, 0, 0.2);
}