/* Site color */
:root {
  --cl-green-color: #51e938;
}

/* CF7 ---- */
.wpcf7-list-item {
	margin: 0
}

.wpcf7-list-item a {
	text-decoration: underline
}

.cf7-asterix,
.wpcf7-not-valid-tip {
	color: #990000
}

.lk-custom-cf7-form input,
.lk-custom-cf7-form .wpcf7-textarea,
.lk-custom-cf7-form input.wpcf7-file {
  border: none;
  border-radius: 0;
  box-sizing: border-box
}

.lk-custom-cf7-form .wpcf7-textarea,
.lk-custom-cf7-form input:not(.wpcf7-submit):not(input[type="checkbox"]):not(.wpcf7-file) {
  border-bottom: 1px solid #7e7e7e;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  width: 100%;
  box-sizing: border-box
}

.lk-custom-cf7-form legend,
.lk-custom-cf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  font-size: 1rem
}

.lk-custom-cf7-form .wpcf7-checkbox input[type="checkbox"] {
  vertical-align: middle
}

.lk-custom-cf7-form .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 1.5rem
}

@media(max-width:1024px) {
	.lk-custom-cf7-form .wpcf7-checkbox {
  		grid-template-columns: 1fr 1fr
	}
}

@media(max-width:768px) {
	.lk-custom-cf7-form .wpcf7-checkbox {
  		grid-template-columns: 1fr
	}
}

.lk-custom-cf7-form .wpcf7-checkbox .wpcf7-list-item label {
  border: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 8px
}

.lk-custom-cf7-form_cbx,
.lk-custom-cf7-form .wpcf7-checkbox .wpcf7-list-item label > *:not(:last-child) {
  margin-right: 8px
}

.lk-custom-cf7-form input[type="checkbox"],
.lk-custom-cf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer
}

.lk-custom-cf7-form .wpcf7-acceptance a {
  text-decoration: underline
}

.lk-custom-cf7-form_btn,
.lk-custom-cf7-form_file-upload::file-selector-button {
  background-color: var(--cl-green-color);
  color: #030014;
  border: 2px solid var(--cl-green-color) !important;
  padding: 15px 40px;
  border-radius: 0;
  cursor: pointer;
  margin: 1rem 1.5rem 1rem 0;
  font-family: "TT Supermolot Bold", sans-serif;
  font-size: .875rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: .15s ease
}

.lk-custom-cf7-form_btn:hover,
.lk-custom-cf7-form_file-upload::file-selector-button:hover {
  background: #FFF;
  border-color: var(--cl-green-color) transparent
}

.lk-custom-cf7-form_file-upload::-webkit-file-upload-button {
  background-color: var(--cl-green-color);
  color: #030014;
  border: 2px solid transparent;
  padding: 15px 40px;
  border-radius: 0;
  cursor: pointer;
  font-family: "TT Supermolot Bold", sans-serif;
  font-size: .875rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  -webkit-transition: .15s ease;
  transition: .15s ease
}

.lk-custom-cf7-form_file-upload::-webkit-file-upload-button:hover {
  background: #FFF;
  border-color: var(--cl-green-color) !important
}

.lk-custom-cf7-form select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-image: none;
  border: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #7e7e7e;
  margin: 1rem 0;
  background: transparent url("data:image/svg+xml;utf8,<svg fill='%23333' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 1rem center
}

.lk-custom-cf7-form select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0,123,255,.25)
}

.wpcf7-radio .wpcf7-list-item {
  display: flex;
  margin-bottom: .5em
}

.wpcf7-radio .wpcf7-list-item input {
    margin: 0 !important
}

.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  gap: .4em
}

.wpcf7-radio .wpcf7-list-item label:hover {
	cursor: pointer
}

/* Header ---- */
.navbar-brand__logo {
	max-width: 300px !important
}

@media(max-width:1199px) {
	.navbar-brand__logo {
		max-width: 230px !important
	}
}

.hide-menu-button nav .btn.btn-primary,
.hide-menu-button nav .btn:not(.dropdown-toggle) {
	display: none
}

.hide-menu-button #navbarNav ul {
	margin: 0;
  	margin-left: auto
}

/* Footer ---- */
.site-footer {
	border-top: 1px solid #E8EAED !important
}

.wp-footer-menu {
	padding: 10px;
	margin: 0 !important
}

.wp-footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem
}

@media (min-width: 600px) {
  .wp-footer-menu ul {
    grid-template-columns: repeat(1, 1fr)
  }
}

@media (min-width: 900px) {
  .wp-footer-menu ul {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (min-width: 1400px) {
  .wp-footer-menu ul {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (min-width: 1600px) {
  .wp-footer-menu ul {
    grid-template-columns: repeat(5, 1fr)
  }
	
  .wp-footer-menu.wp-footer-menu--mod ul {
    grid-template-columns: repeat(2, 1fr) 
  }
}

.wp-footer-menu li {
  margin: 0;
  padding: 0
}

.wp-footer-menu a {
  position: relative;
  text-decoration: none;
  color: inherit;
  padding: .25rem 0
}

.wp-footer-menu a:hover {
	text-decoration: underline
}

.wp-footer-menu.wp-footer-menu--mod nav {
	padding: 0
}

.wp-footer-menu.wp-footer-menu--mod ul {
	align-items: center
}

/* Łukasiewicz btn ---- */
#site-content .btn--customized {
  position: relative; 
  font: 400 0.875rem/1 "TT Supermolot Bold", sans-serif !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 15px 80px 15px 40px !important;
  color: var(--celuk-dark, #030014) !important;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1em),
    calc(100% - 0.5em) calc(100% - 0.5em),
    calc(100% - 1em) 100%,
    0 100%
  );
          clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1em),
    calc(100% - 0.5em) calc(100% - 0.5em),
    calc(100% - 1em) 100%,
    0 100%
  );
  border: 2px solid transparent !important;
  border-radius: 3px;
  background-color: #3ee622;
  transition: background-color .3s ease, border-color .3s ease;
  overflow: visible
}

#site-content .btn--customized::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCA0NyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNy4wMDk3N0MwLjQ0NzcxNSA3LjAwOTc3IDQuODI4MjNlLTA4IDcuNDU3NDggMCA4LjAwOTc3Qy00LjgyODIzZS0wOCA4LjU2MjA1IDAuNDQ3NzE1IDkuMDA5NzcgMSA5LjAwOTc3TDEgNy4wMDk3N1pNNDYuNzA3MSA4LjcxNjg4QzQ3LjA5NzYgOC4zMjYzNSA0Ny4wOTc2IDcuNjkzMTkgNDYuNzA3MSA3LjMwMjY2TDQwLjM0MzEgMC45Mzg3MDFDMzkuOTUyNiAwLjU0ODE3NyAzOS4zMTk1IDAuNTQ4MTc3IDM4LjkyODkgMC45Mzg3MDFDMzguNTM4NCAxLjMyOTIzIDM4LjUzODQgMS45NjIzOSAzOC45Mjg5IDIuMzUyOTFMNDQuNTg1OCA4LjAwOTc3TDM4LjkyODkgMTMuNjY2NkMzOC41Mzg0IDE0LjA1NzEgMzguNTM4NCAxNC42OTAzIDM4LjkyODkgMTUuMDgwOEMzOS4zMTk1IDE1LjQ3MTQgMzkuOTUyNiAxNS40NzE0IDQwLjM0MzEgMTUuMDgwOEw0Ni43MDcxIDguNzE2ODhaTTEgOS4wMDk3N0w0NiA5LjAwOTc3TDQ2IDcuMDA5NzdMMSA3LjAwOTc3TDEgOS4wMDk3N1oiIGZpbGw9IiMwMzAwMTQiLz4KPC9zdmc+Cg==) no-repeat;
  background-size: cover;
  width: 24px;
  height: 8px;
  transition: right .3s ease
}

#site-content .btn--customized:hover::after {
  right: 32px
}

/* Custom Post Loop Shortcode ---- */
.custom-post-loop__post {
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px
}

.custom-post-loop__title {
  font-size: 2rem !important
}

.custom-post-loop__excerpt,
.custom-post-loop__title,
.custom-post-loop__date {
  margin-bottom: 1rem
}

.custom-post-loop__link {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ccc;
  text-decoration: none;
  transition: background-color .3s
}

.custom-post-loop__link:hover {
  background-color: #3ee622
}

.custom-post-loop__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem
}

.custom-post-loop__filter-btn {
  display: inline-block;
  padding: .5rem 1rem;
  border: 1px solid #ccc;
  text-decoration: none;
  transition: background-color .2s;
  background-color: #fff
}

.custom-post-loop__filter-btn:hover,
.custom-post-loop__filter-btn:active,
.custom-post-loop__filter-btn.active {
  background-color: #3ee622
}

.custom-post-loop__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
  margin-top: 2rem
}

.custom-post-loop__pagination a,
.custom-post-loop__pagination span {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  text-decoration: none;
  display: inline-block
}

.custom-post-loop__pagination .current {
  font-weight: bold;
  border-width: 2px
}

.custom-post-loop__empty {
  text-align: center;
  margin-top: 3rem
}

.custom-post-loop__inner {
	display: flex;
	flex-direction: row;
	gap: 40px
}

.custom-post-loop__content {
	display: flex;
    flex-direction: column
}

.custom-post-loop__thumbnail {
	min-width: 33%
}

#site-content .custom-post-loop__thumbnail img {
	height: 100% !important;
  	-o-object-fit: cover;
  	   object-fit: cover;
	width: auto
}

@media(max-width:1024px) {
	.custom-post-loop__thumbnail {
		min-width: 50%
	}
}

@media(max-width:880px) {
	.custom-post-loop__inner {
		flex-direction: column-reverse
	}
	
	.custom-post-loop__thumbnail {
		min-width: 100%
	}
	
	#site-content .custom-post-loop__thumbnail img {
		max-height: 390px;
		height: auto !important;
  		width: 100%
	}
}

@media(max-width:480px) {
	.custom-post-loop__title {
  		font-size: 1.5rem !important
	}
}

/* Table ---- */
.elementor-widget-container table {
  width: 100%;
  border-collapse: collapse
}

.elementor-widget-container th, td {
  border: 1px solid #ddd !important;
  padding: 8px 
}

.elementor-widget-container th {
  background-color: #f2f2f2;
  text-align: left
}

.elementor-widget-container tr:nth-child(even) {
  background-color: #f9f9f9
}

.elementor-widget-container tr:hover {
  background-color: #eaeaea
}

table {
	margin-bottom: 2rem
}

/* Utiliity classes ---- */
.box-shadow--simply,
.elementor-element.box-shadow--simply {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15) !important
}

#site-content .grid-img--height-controll img {
    height: 380px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important
}

@media(max-width:480px) {
    #site-content .grid-img--height-controll img {
        height: 280px !important
	}
}

.headers--small h2,
.headers--small h3,
.headers--small h4,
.headers--small h5 {
    font-family: var(--e-global-typography-text-font-family) !important;
    font-size: 1rem !important;
	font-weight: 700 !important;
    line-height: 1.4 !important
}

.url-underline a,
.url-hover-underline a:hover {
	text-decoration: underline !important
}

.btn-icon--right .elementor-button .elementor-button-icon {
	margin-left: auto
}

.btn-icon--right .elementor-button {
	text-align: left
}

.link-accent a {
	color: #007acc !important;
	font-weight: 600 !important
}

.p-mb-none p,
p.p-mb-none {
	margin-bottom: 0 !important
}

.read-more-labs {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 1rem 0
}

.read-more-labs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #3ee622;
  transition: width .3s ease
}

a:hover .read-more-labs::after {
  width: 100%
}

/* Elementor accordion item ---- */
.active-item-bg.elementor-widget-accordion .elementor-tab-title.elementor-active {
	background-color: var(--cl-green-color) !important
}

/* Default Gutenberg file btn ---- */
.ingle-inne-przetargi .wp-block-file,
.single-zapytania-ofertowe .wp-block-file {
  display: flex;
  align-items: center;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid #D3D3D3;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 1rem
}

.ingle-inne-przetargi .wp-block-file:last-child,
.single-zapytania-ofertowe .wp-block-file:last-child {
	border-bottom: none
}

.ingle-inne-przetargi .wp-block-file a,
.single-zapytania-ofertowe .wp-block-file a {
	font-size: 1rem
}

.ingle-inne-przetargi .wp-block-file a.wp-block-file__button,
.single-zapytania-ofertowe .wp-block-file a.wp-block-file__button {
  display: flex;
  background-color: var(--cl-green-color);
  border: 2px solid transparent;
  border-radius: 0;
  color: #000;
  padding: .5em 1em;
  margin-left: auto !important;
  text-decoration: none;
  transition: .2s ease
}

.ingle-inne-przetargi .wp-block-file a.wp-block-file__button:hover,
.single-zapytania-ofertowe .wp-block-file a.wp-block-file__button:hover {
  background: #fff;
  border-color: var(--cl-green-color)
}

/* WP Block customizer - page list ---- */
.elementor-element .wp-block-page-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
/*   grid-template-columns: repeat(5, 1fr); */
  gap: 1rem
}

.elementor-element .wp-block-page-list li {
  margin: 0
}

.elementor-element .wp-block-page-list a {
  display: flex;
  flex-direction: row; 
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border: 1px solid #ddd;
  padding: 2rem;
  background-color: #fff;
  transition: all .3s ease;
  height: 100%
}

.elementor-element .wp-block-page-list a::after {
  content: '';
  display: inline-block;
  width: .6em;
  height: .6em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 1rem;
  padding: 0 3px
}

.elementor-element .wp-block-page-list a:hover {
  background-color: var(--cl-green-color);
  border-color: var(--cl-green-color)
}

@media (max-width:1024px) {
  .elementor-element .wp-block-page-list {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .elementor-element .wp-block-page-list {
    grid-template-columns: 1fr
  }
}

/* Hide child page lists --- */
.elementor-element .wp-block-page-list .wp-block-pages-list__item.has-child ul {
    display: none !important
}

/* Btns ---- */
.elementor-button.elementor-button-link:visited {
    color: initial
}

/* News home page ---- */
@media(max-width:1999px) {
	.home_news--img-eq .elementor-post__thumbnail,
	.home_news--img-eq .elementor-post__thumbnail img {
  		height: auto !important;
		min-height: 300px;
	}
}

/* ILOT - Products grid list ---- */
.products-filters {   
	  display: flex;
	  flex-wrap: wrap;
	  gap: 0.5rem;
	  margin-bottom: 2rem
}

.products-filters__button,
.products-pagination .page-numbers { 
	  display: inline-block;
	  padding: .5rem 1rem;
	  border: 1px solid #ccc;
	  text-decoration: none;
	  transition: background-color .2s;
	  background-color: #fff
}

.products-filters__button:hover,
.products-filters__button:active,
.products-filters__button.active,
.products-filters__button--active,
.products-pagination .page-numbers:hover,
.products-pagination .page-numbers.current {
	background-color: var(--cl-green-color)
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px
}

.products-grid__item { 
	display: block
}

.product-card { 
	height: 400px;
	text-align: left;
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	transition: border-color .2s ease
}

.product-card:hover {
	border-color: #000
}

.product-card__link { 
	text-decoration: none; 
	color: inherit; 
	display: block
}

.product-card__image img {
	width: auto;
	height: 100%;
    display: block
}

.product-card__title { 
	font-size: 1.2rem !important;
	margin: 8px 0 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.products-pagination { 
	margin: 40px 0; 
	text-align: center
}

/* Headers ---- */
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5 {
	margin: .5em 0
}

