/*
Loaded on all pages
*/
div {
	box-sizing: border-box;
}

body>div[id="wpadminbar"] {
	display: block
}

@media screen {
	html {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 782px) {
	html {
		margin-top: 0px !important;
	}
}

/** because why wouldnt wp style all buttons rather than just there own... jebus */
button.pp{
	background-color: initial;
	padding:initial;
	border: initial;
}

.pp>.entry-content,
.pp>.wp-block-post-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

/** need to set to flex so margins wont collapse.. consistency */
.wp-site-blocks {
	display: flex !important;
	flex-direction: column;
}

.pp p.has-background {
	padding: 0px;
}
