/*
Theme Name: kamamilabs
Author: Kamamilabs
Author URI: http://kamamilabs.com
Description: Kamamilabs
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato/Lato-Regular.ttf');
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato/Lato-Bold.ttf');
    font-weight: bold;
}

@import url('fonts/fontawesome/css/all.min.css');

* {
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-family: Lato;
    color: #444;
}

h1, h2, h3, h4 {
  color: #000;
}

p {
  line-height: 150%;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 10px;
  width: 100%;
}


.post-type-archive-product main.wrap {
  min-height: 100vh;
}

/* Font Awesome icons */
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free"; font-weight: 900;
}

.phone::before {
  font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f095\00a0";
}

.email::before {
  font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f0e0\00a0";
}

.address::before {
  font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f3c5\00a0";
}

/* Font Awesome icons - end */

  .wrap {
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 10px;
  }

  .home .wrap {
    max-width: initial;
    padding: 0;

  }

  .header-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header {    
    position: fixed;
    width: 100%;    
    transition: 0.5s;
    height: 88px;
    z-index: 100;
    background-color: #fff;
    opacity: 0.8;
  }

  .header img {
    opacity: 1;
  }

  .header-bg {
    background-color: #fff;
    opacity: 1;
    border-bottom: 1px solid #888;
  }


/*
  .content-area {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;  
  }
*/


  .header-logo {
    max-width: 200px;
    height: auto;
  }

  .header h1 {
    margin: 5px 0;
  }


  a {
    text-decoration: none;
    font-weight: bold;
    color: #222;
  }


  #mobile-menu-btn {
    display: none;
  }

  .menu-menu-glowne-container,
  .menu-menu-glowne-pl-container,
  .menu-menu-glowne-en-container {
      display: block;
  }

  @media screen and (max-width: 1050px) {
    .menu-menu-glowne-container,
    .menu-menu-glowne-pl-container,
    .menu-menu-glowne-en-container {
      display: none;
    }
    #mobile-menu-btn {
	display: block;
    }

   #menu-menu-glowne-pl,
   #menu-menu-glowne-en {
      position: absolute;
      top: 85px;
      left: 0;
      width: 100%;
      //display: flex;
      flex-direction: column;
      background: #fff;
      gap: 0 !important;
    }

   #menu-menu-glowne-pl li,
   #menu-menu-glowne-en li {
      padding: 10px;
      border-bottom: 1px solid #ccc;
   }
   #menu-menu-glowne-pl .sub-menu,
   #menu-menu-glowne-en .sub-menu {
      position: static !important; 
      visibility: visible !important; 
      opacity: 1 !important;
      background-color: #fff;
      transform: none !important;
      margin-top:0;
      margin-bottom: 0;
      padding: 0;
   }
   #menu-menu-glowne-pl .sub-menu li,
   #menu-menu-glowne-en .sub-menu li {
     margin-top: 7px;
     margin-bottom: 7px;
     padding: 6px;
     border: none;
   }

   a[href='#pll_switcher'] {
      display: none;
   }

  }

  #menu-menu-glowne,
  #menu-menu-glowne-pl,
  #menu-menu-glowne-en {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    gap: 20px;
    text-transform: uppercase;
  }

  #menu-menu-glowne a,
  #menu-menu-glowne-pl a,
  #menu-menu-glowne-en a {
    font-weight: bold;
  }

  #menu-menu-glowne > li:hover > a,
  #menu-menu-glowne-pl > li:hover > a,
  #menu-menu-glowne-en > li:hover > a {
    color: #666;
    transition: 0.3s;
    transform: translate(0, 0);

  }

  #menu-menu-glowne > li:not(:hover) > ul,
  #menu-menu-glowne-pl > li:not(:hover) > ul,
  #menu-menu-glowne-en > li:not(:hover) > ul {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-out;
    transform: translate(0, 3em);
  }

  #menu-menu-glowne > li > ul,
  #menu-menu-glowne-pl > li > ul,
  #menu-menu-glowne-en > li > ul {
    position: fixed;
    opacity: 1;
    transition: 0.3s ease-out;
    list-style-type: none;
    padding: 10px;
    background-color: #ddd;
    font-size: 90%;
    transform: translate(0, 0);

  }

  #menu-menu-glowne > li > ul > li {
    margin: 5px 2px 5px 2px;
  }

  #menu-menu-glowne-en > li > ul > li > a:hover,
  #menu-menu-glowne-pl > li > ul > li > a:hover {
    color: #1573D1;
  }

#menu-item-32 > ul > li,
#menu-item-35 > ul > li,
#menu-item-125 > ul > li,
#menu-item-112 > ul > li {
  margin-bottom: 12px;
  margin-top: 12px;
}
		


/* Front page */



.front-slogan {
    height: 100vh   ;
    position: relative;
}

.front-slogan .pvideo {
  width: 100%;
  position: fixed;
  top:0;
  z-index: -999;
}
.front-slogan .pvideo video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.front-slogan .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #fff;
  padding: calc(50vh - 100px) 10px 10px 10px;
}

.front-slogan-title {
    font-size: 3em;
    margin:10px 10px 0.5em 10px;
    color: #fff;
}

.front-slogan-text {
    font-size: 1.2em;
}

.parallax {
    overflow: hidden;
}

.front-partners-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px; 
}

.front-partners {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.front-partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    margin-bottom: 20px;
}

.front-partners-list-img {
    transition: 0.4s;
}

.front-partners-list-img:hover {
    opacity: 0.8;
}

.front-main-content-wrap {
  background-size: contain;
  background-repeat: no-repeat;
}

.front-main-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;  
  padding-top: 30px;
  padding-bottom: 30px;  
}

.front-main-content h1, .front-main-content h2 {
  text-align: center;
}

.front-main-content-tut {
  width: 40%;
  
  margin: 0 auto;
  text-align: center;
}

.front-main-content-texts-r1 {
  display: flex;
  gap: 3%;
}

.front-main-content-texts-r1c1, .front-main-content-texts-r1c2 {
  width: 50%;
}

.front-main-content-texts-r1c1 {
  font-size: 150%;
  line-height: 199%;
  color: rgb(212, 154, 37);
}

.front-contact-wrap {
  background-color: #eee;
  display: none;
}

.front-contact-container {
  display: flex;
  gap: 5%;
}

.front-contact {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 15px 0 15px;
}

.front-contact .wpcf7-list-item {
  margin: 0;
}

.front-contact h2 {
  text-align: center;
}

.front-contact-container-left, .front-contact-container-right {
  width: 50%;
} 


.front-contact-address-list {
  list-style-type: none;
  font-size: 120%;
}

.front-contact-address-list li {
  margin-bottom: 10px;
  text-indent: -5px;  
}

.front-contact-address-list li:before {
  text-indent: -25px;
}

.front-contact-address-list a {
  font-weight: normal;
}

#front-map {
  width: 100%;
  height: 30vh;
}

.fr_img {
	max-width: 100%;
	height: auto;
}


/* Front page - end */

/* Buttons */
.btn,
/*.front-contact-container-left input[type="submit"],
.frqform input[type="submit"] {*/
input[type="submit"] {
    background-color: #e96;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    margin: 10px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.btn:hover,
.front-contact-container-left input[type="submit"]:hover {
    opacity: 0.85;
}

.front-contact-container-left input[type="submit"] {
  margin-left: 0;
}

/* Buttons - end */

/* Footer */

footer {
    background-color: #222;
    color: #fff;
    padding: 30px 15px 10px 15px;
    text-align: center;
    display: flex !important;  
    flex-direction: column;
    justify-content: space-around;

}

.footer-row1 {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;

    display: flex !important;  
    justify-content: space-between;
}

.footer-certs {
    display: flex;
    gap: 5%;
    flex-grow: 1;
    justify-content: end;
}

.footer-certs figure {
	margin: 20px 0;
}

.footer-logo {
    max-width: 150px;
    height: auto;
}

footer a {
    color: #fff;
    display: block;
    margin-top: 10px;
    font-weight: normal;
    transition: 0.3s;
}

footer a:hover {
    color: #ddd;
}

footer p {
    font-size: 80%;
}

.footer-phone::before {
  color: rgb(35, 173, 0);
}

.footer-email::before {
  color: rgb(37, 141, 215);
}

@media only screen and (max-width: 860px) {
	.footer-row1 {
		flex-direction: column;
	}
	.footer-certs {
	    justify-content: center;
	}
}
@media only screen and (max-width: 620px) {
	.footer-certs {
		flex-direction: column;
	}
}
/* Footer - end */




/* Zapytaj o ofertę */

.page-id-108, .page-id-108 main.wrap, .page-id-67, .page-id-67 main.wrap {
	background-color: #ebefff;
}

.page-id-108 .skew-page-header, .page-id-67 .skew-page-header {
	background-image: url('imgs/m1_bg.webp');
}


.rfqform {
  background-image: url()
}

.rfqform table {
  border-spacing: 0;
}


.rfqform td {
  padding: 10px;
}

.rfqform-tables {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rfqform-table1 {
	margin-left: auto;
	margin-right: auto;
}


.rfqform-table-space {
  height: 10px;
  padding: 0;
}

.rfqform td p {
  margin: 0;
}


.rfqform-cols-label {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.rfqform-cols-file {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.rfqform input[type="text"],
.rfqform input[type="email"],
.rfqform input[type="tel"],
.rfqform input[type="number"] {
  padding: 8px;
}

.rfq-submit-wrapper {
	text-align: center;
}

/* Zapytaj o ofertę - end */

/* O nas */

.page-id-13 .skew-page-header,
.page-id-105 .skew-page-header {
	background-image: url('imgs/x2_bg.webp');
}

/* O nas - end */


/* Uslugi */

.page-id-113 .skew-page-header,
.page-id-115 .skew-page-header,
.page-id-117 .skew-page-header,
.page-id-23 .skew-page-header,
.page-id-21 .skew-page-header,
.page-id-19 .skew-page-header,
.page-id-15 .skew-page-header,
.page-id-122 .skew-page-header
 {
	background-image: url('imgs/m2_bg.webp');
}

/* Uslugi - end */





/* Kontakt */

.contact-container-cols {
  display: flex;
}


.contact-container-left, .contact-container-right {
  flex-basis: 50%;
}

#contact-map {
  width: 100%;
  height: 40vh;
}

@media only screen and (max-width: 800px) {
	.contact-container-cols {
		flex-direction: column;
	}
}

#contact-map html, #contact-map body { overflow: hidden; }

.contact-container-right .wpcf7-list-item {
  margin: 0;
}

.contact-container-right input[type="submit"] {
  margin-left: 0;
}


.page-id-37 .skew-page-header,
.page-id-17 .skew-page-header {
	background-image: url('imgs/som_bg.webp');
}

/* Kontakt - end */

/* Skew header template */

.page-template-page-skew_header main.wrap {
	padding-top: 20px;
}

.skew-page-header {
    	background-size: cover;
	min-height: 50vh;
	position: relative;
	overflow: hidden;
}

.skew-page-header-title {
    padding-top: 30vh;
    z-index: 99;
    position: relative;

    padding-left: 15px;
    padding-right: 15px;
    max-width: 1100px;
    margin: 0 auto;
}


.skew-page-header-title h2 {
	color: #fff;
	font-size: 300%;
}

.skew-page-header-skew {
	background-color: #0040bf;
	width: 2000px;
	height: 2000px;
	top: -400px;
	right: 50%;
	opacity: 0.8;
	position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 1000px 1000px;
    -moz-transform-origin: 1000px 1000px;
    -ms-transform-origin: 1000px 1000px;
    -o-transform-origin: 1000px 1000px;
    transform-origin: 1000px 1000px;
}

/* Skew header template - end */


/* Mobile */
@media screen and (max-width: 992px) {
  .front-contact-container {
    flex-flow: column;
  }
  .front-contact-container-left, .front-contact-container-right {
    width: 100%;
  }

  .front-contact-address-list {
    text-align: center;
  }

  .front-contact-container-left input[type="submit"] {
    display: block;
    margin: 10px auto 0 auto;
  }

  .front-main-content-texts-r1 {
    flex-flow: column;
  }

  .front-main-content-texts-r1c1 {
    text-align: center;
  }

  .front-main-content-texts-r1c1, .front-main-content-texts-r1c2 {
    width: 100%;
  }

  .front-partners-list > a {
    flex: 45%;
  }

  .menu-menu-glowne-container {
    display: none;
    position: fixed;
    width: 100%;
    top: 87px;
    left: 0px;
    background-color: #fff;
  }

  #menu-menu-glowne {
    display: block;
  }

  #menu-menu-glowne > li {
    border-style: solid;
    border-color: #bbb;
    border-width: 0 1px 1px 1px;
    padding: 10px;
  }

  #menu-menu-glowne li:not(.menu-item-35) > ul {
    visibility: visible !important;
    position:static;
    color: #000; 
    opacity: 0.9 !important;
    background-color: #fff;
  }

  #menu-menu-glowne li > ul {    
    color: #000; 
    background-color: #fff;
  }

  #menu-menu-glowne .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
  }



  .skew-page-header-skew {
        background-color: #0040bf;
        width: 2000px;
        height: 2000px;
        top: -400px;
        right: 0;
        opacity: 0.8;
        position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 1000px 1000px;
    -moz-transform-origin: 1000px 1000px;
    -ms-transform-origin: 1000px 1000px;
    -o-transform-origin: 1000px 1000px;
    transform-origin: 1000px 1000px;
  }
  .skew-page-header-title h2 {
	text-align: center;
  }
  .skew-page-header-title {
	padding-top: 10vh;
  }
  .skew-page-header {
	min-height: 20vh;
  }

}


/* Mobile - end */



.do_poprawki {
color: #f00 !important;
}


.page-id-23 article,
.page-id-115 article {
	overflow: auto;
}


.page-id-23 article figure.img-prawo,
.page-id-115 article figure.img-prawo {
	float: right;
	max-width: 50%;
}

@media only screen and (max-width: 800px) {
	.page-id-23 article figure.img-prawo,
	.page-id-115 article figure.img-prawo {
		float: none;
		margin: 0 auto 15px auto;
	}
}



.wp-block-details {
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 .125em .275em 0 rgba(0, 0, 0, .125);
    margin: 0 0 16px;
}

/*
.wp-block-details > p:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, .15);
}*/

.wp-block-details > * {
    padding: 10px 15px;
}

.wp-block-details > p {
    padding: 0;
}

.wp-block-details > summary {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}


.wp-block-details summary {
    font-size: 20px;
}

.wpgb-grid-1, .wpgb-grid-2 {
	position: static !important;
}

.prod-grid {
}

.prod-grid-left {
	width: 30%;
	float: left;
	position: sticky;
	top: 91px;
	background-color: rgb(38, 38, 38);
	margin-right: 20px;
	padding: 10px;
	color: #fff;
	height: calc(100vh - 91px);
    overflow-y: scroll;
}

h4.wpgb-facet-title {
	color: #fff;
	font-size: 16px !important;
	font-weight: 700;
}

.prod-grid-right {
	flex-basis: 70%;
}


.wpgb-card-content {
	padding: 10px 10px 10px 25px !important;
        align-self: flex-start;
}

.wp-grid-builder .wpgb-card-1 .wpgb-block-1 {
	gap: 0 8px !important; 
}

.wpgb-block-6 {
	margin-bottom: 10px !important;
}

.wpgb-card-media-thumbnail > a > div {
        background-size: contain !important;
}

.wpgb-facet-title {
	cursor: pointer;
}

.wpgb-facet-title:after {
	color: #fff;
	font-family: fontAwesome;
	content: "\f105";
	float: right;
	font-size: 18px;
	margin-top: -2px;
}

.wpgb-facet fieldset {
	display: none;
}

.wpgb-facet.expanded fieldset {
	display: block;
}

.expanded .wpgb-facet-title:after {
	content: "\f107";
}

.wp-grid-builder .wpgb-card-1 .wpgb-block-8,
.wp-grid-builder .wpgb-card-2 .wpgb-block-8 {
	border: 1px solid !important;
}

#product-cnt {
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #464646;
	display: flex;
	justify-content: center;
	gap: 6px;
}

#prod-grid-left-toggle{
    font-size: 30px;
    position: fixed;
    top: 45%;
    z-index: 1000;
    background: #333;
    color: #fff;
    padding: 12px 15px;
    left: -5px;
    border-radius: 5px;
    display: none;
}

#prod-grid-left-close,
#prod-grid-left-toggle {
	display: none;
}

#prod-grid-left-toggle {
	z-index: 99;
}

#prod-grid-left-close {
	background-color: rgb(38, 38, 38);
	z-index: 1000000;
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
}


@media only screen and (max-width: 767px) {
	.prod-grid-left {
		position: fixed;
		left: 0;
		top: 0;
		height: 100vh;
    		z-index: 1000;
		display: none;
		width: 100%;
	}

	.prod-grid-left.mob-visible {
		display: block;
		padding-top: 60px;
	}

	#prod-grid-left-toggle{ 
		display: block;
	}
	
	#prod-grid-left-close {
		display: block;
	}
	#prod-grid-left-close i {
	    font-size: 30px;
	    margin-top: 10px;
	}
	
}

.grecaptcha-badge {
	z-index:100;
}
