/*

Theme Name: Aries Web Design
Version: 1.0
*/

/* 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;
}



/* pasek pod headerem */

.bg-header {
	position: relative;
	margin-top: 140px;
}
@media (max-width: 991px) {
.bg-header {
	margin-top: 140px;
}
}
.bg-header .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	/* background-image: <?= $bgimage; ?>; */
}
.bg-header .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: var(--color2);
}
.bg-header .my-container {
	position: relative;
	z-index: 3;
	padding: 20px 0;
}
.bg-header .bg-title {
	color: var(--color1);
	/* text-transform: <?= $fonttransform; ?>; */
	font-size: 1rem;
	margin: 0;
	font-weight: 400;
}
.bg-header .bg-title a {
	color: #fff;
	text-decoration: none;
}
.polityka-prywatnosci{
	padding: 80px 0;
}