/*

Theme Name: Ergotree
Text Domain: Ergotree
Version: 2.7
Requires at least: 5.6
Requires PHP: 7.3.0
Author: SoEasyIT
Description: Motyw napisany na potrzeby strony www.

*/

/* STYLE NA POTRZEBY MOTYWU */
* {
	box-sizing: border-box;
}
body {
	margin: 0;
}
section {
	position: relative;
}
.background-wrapper {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.background-wrapper div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
html :where(.wp-block) {
	max-width: min(1366px, 95%);
}
.edit-post-layout:not(.is-sidebar-opened) .interface-interface-skeleton__sidebar {
    display: block !important;
}