/*
Theme Name: Twenty Twenty-Two
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Full Site Editing features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
 :root {
	--pink: #f50057;
	--animation-curve: cubic-bezier(0.5, 0, 0, 1);
  }
  
  * {
	box-sizing: border-box;
  }
 @import url('//fonts.googleapis.com/css2?family=Barlow:wght@300;700&family=Roboto+Condensed:wght@300;400;700&display=swap');
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	/*background-image: url(https://planetamaszyn.com/wp-content/uploads/2022/04/lines-pattern-light.webp);*/
}
html, body {
	overflow-x: hidden;
	scrollbar-width: none;
}
/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {

	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration-style: dashed;
}

a:active {
	text-decoration: none;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom:0 !important;
}

.addSepLeft:before {
	z-index: 999;
    position: relative;
    top: 0;
    left: -4em;
	margin: -2em 0 -2em;
    height: 4em;
    width: 20em;
    content: "";
    background: url(https://planetamaszyn.com/wp-content/uploads/2022/06/header-bg.png);
    -webkit-transform: skew(-35deg);
    -khtml-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    -o-transform: skew(-35deg);
    transform: skew(-35deg);
    bottom: 0;
	border-radius: 10px;
	box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 20%);
}
.addSepRight:before {
	z-index: 999;
    position: relative;
    top: 0;
    right: -85vw;
	margin: -2em 0 -2em;
    height: 4em;
    width: 20em;
    content: "";
    background: url(https://planetamaszyn.com/wp-content/uploads/2022/06/header-bg.png) repeat;
    -webkit-transform: skew(-35deg);
    -khtml-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    -o-transform: skew(-35deg);
    transform: skew(-35deg);
    bottom: 0;
	border-radius: 10px;
	box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 20%);
}
.myHeader {
	display: inline-block;
	color:#fff;
	font-weight: bold;
}
.myHeader:before {
	display: block;
	z-index: -1;
    position: relative;
    top: 0;
    left: -20vw;
	margin: 0em 0 -1.5em;
    height: 2em;
    width: 90vw;
    content: "";
    background: url(https://planetamaszyn.com/wp-content/uploads/2022/06/header-bg.png) repeat;
    -webkit-transform: skew(-35deg);
    -khtml-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    -o-transform: skew(-35deg);
    transform: skew(-35deg);
	border-radius: 10px;
	border: solid 1px #efefef;
	box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 20%);
}
.prodBox img{
 border-radius: 10px 10px 0 0;
 height: 290px;
 object-fit: cover;
  object-position: center;
}
.prodBox p {
	color:var(--wp--preset--color--background);
}
.prodBox {
box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 20%);
background: url(../../uploads/2022/06/header-bg-2.png);
}
.kb-dynamic-list.kb-dynamic-list-alignment-right{
	padding: 0.5em 0.5em 0.4em 0.5em !important;
}
p {
	color: var(--wp--preset--color--secondary);
}
.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}
.wp-block-post-template.is-flex-container li{
	display: block;
	width:auto;
}
.wp-block-post-terms{
	position:relative;
	top:-295px;
	margin-bottom: -70px;
}

.wp-block-post-terms a{
	display:inline-block;
	background-color: rgb(218, 0, 0);
	color:#fff;
	padding: 0.5em 0.7em;
	border-radius:0.5em;
	font-size: 0.6em;
	font-weight: bold;
}
.wp-block-post-terms a.green {
	background-color: rgb(5, 175, 19);
}
.wp-block-post-terms a.blue {
	background-color: rgb(20, 75, 226);
}
.wp-block-post-terms a.yellow {
	background-color: rgb(214, 218, 26);
	color:black;
}
/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

 div.preloader{
	position: absolute;
	top:0;
	left:0;
	width: 100vw;
	height: 800px;
	z-index:999999;
	background-color: var(--wp--preset--color--primary);
 }
 .introContent {
	height: 100vh;
	
 }
 
.intro {
	
	position: absolute;
	top:0;
	left:0;
	width: 100vw;
	height: 800px;
	z-index:-99999;
	display: flex;
	padding: 0 auto;
align-items: center;
background-color: rgb(19, 19, 20);
}
.introTextAnim {
	visibility: hidden;
}
.intro video {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.h2Container {
	display: flex;                  /* establish flex container */
	flex-direction: row;            /* default value; can be omitted */
	flex-wrap: nowrap;              /* default value; can be omitted */
	justify-content: center;/* switched from default (flex-start, see below) */
  }
  .h2Container h2{
	  margin-left:2px;
  }
 

.pan1 {
	margin-top: -150px;
	margin-bottom: 0;
}
.wp-block-site-logo{
	padding: 1rem;
}
.onas {
	position:relative;
	background-color: rgb(255, 255, 255);
	margin-top:-5vh;
}
.ofertaMaszyn {
	background-image: url(https://planetamaszyn.com/wp-content/uploads/2022/04/maszyny-sprzedaz-bg2.webp);
	background-position: center left;
	background-attachment:scroll;
	background-size: cover;
	background-repeat: no-repeat;
}
.wp-block-post-excerpt__more-link {
		background-color: var(--wp--preset--color--foreground);
		color:var(--wp--preset--color--background);
		padding: 0.5em;
		float:right;
		text-decoration: none;
}
.wp-block-search__button,
.wp-block-file .wp-block-file__button {
	background-color: var(--wp--preset--color--primary);
	border-radius: 0;
	border: none;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--medium);
	padding: calc(.667em + 2px) calc(1.333em + 2px);
}

figure.aligncenter figcaption {
	text-align: center;
	font-size: 2em;
	font-weight: bolder;
}
/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
footer{
	background-image: url(../../uploads/2022/04/lines-pattern.webp);
}
.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
	opacity: 0.90;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */

.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
	padding-left: var(--wp--custom--spacing--outer);
	padding-right: var(--wp--custom--spacing--outer);
}
/*
.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
}
*/
/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
 .lds-dual-ring {
	 margin: 0 auto;
	 padding: 0 auto;
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  }
  .lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid rgb(14, 129, 29);
	border-color: rgb(17, 63, 21) transparent rgb(6, 87, 33) transparent;
	animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  .katalog > div{
	  min-height: 900px;
  }
  .mini {
	  font-size:0.5em;
  }
.resTitle, .wp-block-navigation__responsive-dialog{
	text-align: left;
padding:0 2rem;
margin:0;
}
h2.resTitle:before{
	display: block;
	position: relative;
	top:3rem;
  left: -2rem;
  content: "";
  height:2.5rem;
  width:1rem;
	background-color: crimson;
}
.wp-block-navigation__submenu-container{
	background-color: var(--wp--preset--color--primary) !important;
}
nav, .wp-block-navigation__container{
	z-index:9990;
	position:relative;
}
.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
	padding: 0;	
	font-size: small;
	z-index:9999;
}
.gform-button--width-full{
	background-color: var(--wp--preset--color--primary);
	padding: 1em 2em;
	color: #fff;
	border-radius:10px;
	border-width: 0;
	cursor:pointer;
}
.wp-block-navigation .has-child:where(:not(.open-on-click)):hover>.wp-block-navigation__submenu-container {
	min-width:120px;
	right:-120px;
	display: inline-block;
	z-index:9995;
}
.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--custom--spacing--outer);
	padding-bottom: var(--wp--custom--spacing--large);
	padding-right: var(--wp--custom--spacing--outer);
	padding-left: var(--wp--custom--spacing--outer);
}
.textContent {
	padding: var(--wp--custom--spacing--large);
}
.textContent-3 {
	padding: var(--wp--custom--spacing--small);
}
header.full {
	padding: 0;
	height: 800px;
	overflow: hidden;
}
.gravity-theme input, .gravity-theme select, .gravity-theme input textarea {
	border: solid #cecece 1px;
	padding: 1em 2em;
	border-radius:3px;
}
.padding{
padding: 0 8rem 0 8rem;
max-width:100% !important;
}
.ofertaIkony {
	margin-top: 50px;
	margin-bottom: 100px;
	z-index:20;
	
}
.kt-image-overlay-message {
	border-style: dashed;
}
header header {
	padding: 0rem;
}
.txtAnimBan{
	display: inline-block;
	padding: 0.5em !important;
	z-index:9;
}
.underline {
	border-bottom: var(--wp--preset--color--primary) 1px dashed;

}

.leftLine {
	width:100px;
	position:absolute;
	left:0;
	top:40vh;
	height: 90vh;
	border-right: var(--wp--preset--color--primary) 1px dashed;
	z-index:3;
}
.rightLine {
	width:150px;
	position:absolute;
	right:0;
	top:140vh;
	height: 50vh;
	border-left: var(--wp--preset--color--primary) 1px dashed;
	z-index:0;
}
.wp-block-navigation-item__label {
	padding: 0.5rem 0.8rem;
}
.textAnimBan{
	--rotateY: 0deg;
	--rotateX: 0deg;
	--rotate: 0deg;
	--x: 0px;
	--y: 0px;
	--z: 0px;
	width: 100%;
	height: 100%;
	transform: rotateY(var(--rotateY)) rotateX(var(--rotateX))
	  rotateZ(var(--rotate)) translate3d(var(--x), var(--y), var(--z));
	position: absolute;
	transform-style: preserve-3d;
	color:rgb(14, 129, 29);
}
.wp-block-post-title{
	font-size:1.4em;
}

@media (max-width: 1200px) {
	.resTitle {
		font-size: 3rem;
	}
	.textContent {
		padding: 2rem 4rem 2rem 4rem;
	}
	
}

@media (max-width: 1030px) {
	.wp-block-post-title{
		font-size:1.2em;
	}
	.taxonomy-post_tag{
		font-size:0.8em;
	}
	
	.resTitle {
		font-size: 2rem;
	}
	.pan1 {
		margin-top: -50px;
		margin-bottom: 0;
	}
	.wp-block-site-logo {
		width:5rem;
	}
}
@media (max-width: 1000px) {
	.mobileHide{
		display: none !important;
	}
	.wp-block-post-title{
		font-size:1.1em;
	}
	.wp-block-post-template.is-flex-container {
		gap:0.75em;
	}
	}
@media (min-width: 600px) {  /*  bigger devices only */
	.introTextAnim h2{
		font-size: 1em;
	}
	.menuTop{
		position: relative;
		top: 0px;
		z-index:999;
	}
 /* 
.wp-block-navigation:before {
	z-index: -1;
    position: absolute;
    top: -100%;
    left: -30px;
    height: 300%;
    width: 500%;
    content: "";
	border: 1px solid rgba(255, 255,255, 0.5);
   background-image: url(https://planetamaszyn.com/wp-content/uploads/2022/06/header-bg.png); 
    -webkit-transform: skew(-35deg);
    -khtml-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    -o-transform: skew(-35deg);
    transform: skew(-35deg);
    bottom: 0;
	border-radius: 10px;
	box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 20%);
}*/
}


@media (max-width: 600px) {    /*  small devices only */
	.wp-block-post-title{
		font-size:1em;
	}
	.wp-block-post-title:not(.myHeader) {
		text-align: center;
	}
	.myHeader {
		font-size: 1.4em;
		font-weight: normal;
	}
	.myHeader:before {
		width: 105vw;
		left: -15vw;
	}
	.introTextAnim h2{
		font-size: 0.6em;
		font-weight: normal;
	}
	
	
	.mobileCenter{
			margin-left: auto;
			margin-right: auto;	
			display: table;
			text-align: center;
	}
	header {
		padding: 0rem;
	}
	header > div {
		padding: 0rem 1rem 2rem 1rem;
	}
	.resTitle {
		font-size: 1.5rem;
	}
	h2.resTitle:before{		
		top:1.5rem;
	  left: -2rem;
	  content: "";
	  height:1.2rem;
	  width:1rem;
	}
	.pan1 {
		margin-top: -50px;
		margin-bottom: 0;
	}
	.mobileHide{
		display:none;
	}
	.textContent {
		padding: 1rem 1.5rem 1rem 1.5rem;
	}
}