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

/* Add your custom styles here */

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

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

/* Main page */

.main-screen {
	height: calc(100vh - 100px);
	max-height: 700px;
}

.marquee .jet-carousel__item-inner {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 20px;
}

.marquee .slick-track {
	transition-timing-function: linear !important;
}

.nos-services-grid .e-con {
	padding: 32px 24px;
}

/* Services */

.services-accordion .e-n-accordion-item-title {
    align-items: flex-start;
}

.services-accordion .e-n-accordion-item-title-icon {
	background: var(--e-global-color-accent);
    border-radius: 100%;
}

.services-accordion .accordion-content {
	padding: 0px 0px 30px 75px;
}

/* Paddings */

.e-parent {
	--padding-top: 70px;
	--padding-left: 50px;
	--padding-right: 50px;
	--padding-bottom: 70px;
}

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

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

/* Others */

.grecaptcha-badge {
	visibility: hidden;
}

.footer-menu .elementor-nav-menu {
	display: grid;
    justify-items: start;
}

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

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

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

	.half-bottom-padding {
		--padding-bottom: 25px;
	}
	
	.nos-services-grid .e-con {
		padding: 8px 6px;
	}
	
	.marquee .jet-carousel__item-text p {
		white-space: nowrap;
	}

	.marquee .jet-carousel__item {
		width: auto!important;
	}

	.marquee .jet-carousel-wrap {
		width: 1073px;
	}
}

@media screen and (max-width: 479px) {
	.e-parent {
		--padding-top: 50px;
		--padding-left: 20px;
		--padding-right: 20px;
		--padding-bottom: 60px;
	}
	.half-top-padding {
		--padding-top: 25px;
	}

	.half-bottom-padding {
		--padding-bottom: 25px;
	}
	
	.services-accordion .accordion-content {
		padding: 0px 0px 30px 0px;
	}
}