/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Globals */

html {
    scroll-padding-top: 140px; /* Zapobiega zasłanianiu treści przez sticky header */
    scroll-behavior: smooth;
}

body, html {
	overflow-x: hidden;
}

p:last-child {
	margin-bottom: 0px;
}

a {
	color: inherit;
}

.elementor-widget-text-editor a:hover {
	color: inherit;
	opacity: 0.8;
}

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
	margin-bottom: 15px;
}

.elementor-widget-heading a:hover {
	color: inherit;
	opacity: 0.8;
}

.elementor-menu-toggle {
    padding:0px;
	z-index: 9999;
	margin-right: -5px!important;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
	border-left: none!important;
}

.elementor-icon {
	display: inline;
}

.elementor-button-content-wrapper {
	gap: 10px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    margin-block-end: inherit;
    margin-block-start: inherit;
}

.elementor-widget-theme-post-content {
	
	strong, b {
		font-weight: bold;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin-block-end: 32px;
		font-size: var(--e-global-typography-47ff8bc-font-size);
		font-weight: var(--e-global-typography-47ff8bc-font-weight);
		line-height: var(--e-global-typography-47ff8bc-line-height);
		}
	
	.elementor-heading-title {
		margin-block-end: 0px;
	}
	
	ul {
 	   margin-block-end: .9rem;
	}
}

.elementor-widget-theme-post-content p a {
	text-decoration: underline;
	font-weight: bold;
}

@media screen and (min-width: 1024px) {
	.desktop-hide {
		display: none!important;
	}
}

@media screen and (max-width: 479px) {

	.main-menu .e-n-menu-wrapper {
		padding: 32px 30px;
		background: var(--e-global-color-accent)!important;
	}
	
}

/* Paddings */

.e-parent {
	--padding-top: 64px;
	--padding-left: 40px;
	--padding-right: 40px;
	--padding-bottom: 64px;
}

.half-top-padding {
	--padding-top: 32px;
}

.half-bottom-padding {
	--padding-bottom: 32px;
}

.no-top-padding {
	--padding-top: 0px;
}

.no-bottom-padding {
	--padding-bottom: 0px;
}

/* Homepage */

.pagination-tab .jet-filters-pagination__item.prev {
	position: absolute;
	left: 0px;
	margin: 0px;
	display: flex;
    align-items: center;
    gap: 5px;
}

.pagination-tab .jet-filters-pagination__item.prev:before {
	width: 20px;
	height: 20px;
	display: inline-block;
	content: '';
	-webkit-mask: url(/wp-content/uploads/2025/12/arrow-left.svg) no-repeat 50% 50%;
	mask: url(/wp-content/uploads/2025/12/arrow-left.svg) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
  	background-color: var( --e-global-color-primary );
}

.pagination-tab .jet-filters-pagination__item.next {
	position: absolute;
	right: 0px;
	margin: 0px;
	display: flex;
    align-items: center;
    gap: 5px;
}

.pagination-tab .jet-filters-pagination__item.next:after {
	width: 20px;
	height: 20px;
	display: inline-block;
	content: '';
	-webkit-mask: url(/wp-content/uploads/2025/12/arrow-right.svg) no-repeat 50% 50%;
	mask: url(/wp-content/uploads/2025/12/arrow-right.svg) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
  	background-color: var( --e-global-color-primary );
}

/* Newsletter form */

.subscribe-form .elementor-field-type-submit {
	margin-top: 8px;
}

.subscribe-form .elementor-field-textual {
	box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.footer-subscribe-form input[type=email] {
	padding: 11px;
}

/* Newsletter */

.newsletter-accordion .elementor-icon-list-icon {
	order: 1;
	margin: 0px;
}

.newsletter-accordion .elementor-icon-list-item {
    justify-content: space-between;
	padding: 12px 24px;
    border: 1px solid var(--e-global-color-primary);;
    border-radius: 8px;
	margin-bottom: 6px;
}

.newsletter-accordion .elementor-icon-list-item a {
    justify-content: space-between;
}

.newsletter-accordion .elementor-icon-list-text {
    padding-inline-start: 0px!important;
}

/* About us */

.about-us-list ol li:before {
    content: counter(item);
    background: var(--e-global-color-c78bb29);
    color: var(--e-global-color-primary);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-grid;
    justify-content: center;
    align-content: center;
    position: absolute;
    left: 0px;
}

.about-us-list ol {
	list-style: none;
}

.about-us-list ol li {
   counter-increment: item;
   margin-bottom: 15px;
}

/* Hotspots */

.e-hotspot__tooltip {
	border: 1px solid var( --e-global-color-primary );
	min-width: 0px!important;
	width: 400px;
    max-width: calc(100vw - 60px);
}

.e-hotspot__tooltip a {
	text-decoration: underline;
	font-weight: bold;
}

.e-hotspot__tooltip ul, .e-hotspot__tooltip ol {
	margin-bottom: 10px;
}

.more-content {
	display: none;
	margin-top: 10px;
	max-height: 400px;
	overflow: scroll;
	padding-right: 10px;
}

.more-content::-webkit-scrollbar {
	width: 5px;
	height: 0px;
	background-color: #ffffff;
}

.more-content::-webkit-scrollbar-thumb {
  background: var( --e-global-color-primary );
}

.toggle-more {
	cursor: pointer;
	text-decoration: underline;
}

@media screen and (max-width: 479px) {

	.e-hotspot--active {
		width: 100%;
		top: 100%!important;
	}
	
	.e-hotspot--active .e-hotspot__button {
        position: absolute;
        right: 10px;
        top: 20px;
        color: black;
        z-index: 100;
        width: 30px;
        height: 30px;
	}
	
	.e-hotspot--active .e-hotspot__button:before {
		content: "x";
		text-align: center;
	}
	
}

/* Others */

.grecaptcha-badge {
	visibility: hidden;
}

.elementor-field-type-recaptcha_v3 {
    position: absolute;
}


@media screen and (max-width: 960px) {
	.e-parent {
		--padding-top: 50px;
		--padding-left: 50px;
		--padding-right: 50px;
		--padding-bottom: 50px;
	}

	.half-top-padding {
		--padding-top: 25px;
	}

	.half-bottom-padding {
		--padding-bottom: 25px;
	}
	
	.no-top-padding {
		--padding-top: 0px;
	}

	.no-bottom-padding {
		--padding-bottom: 0px;
	}
	
}

@media screen and (max-width: 479px) {
	.e-parent {
		--padding-top: 64px;
		--padding-left: 30px;
		--padding-right: 30px;
		--padding-bottom: 64px;
	}
	.half-top-padding {
		--padding-top: 32px;
	}

	.half-bottom-padding {
		--padding-bottom: 32px;
	}
	
	.no-top-padding {
		--padding-top: 0px;
	}

	.no-bottom-padding {
		--padding-bottom: 0px;
	}

}