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

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

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

/* Events sliders */

.events-main-carousel .jet-listing .slick-list {
	overflow: visible;
}

.events-main-carousel .slick-arrow, .events-upcoming-carousel .slick-arrow {
    border: 1px solid var(--e-global-color-primary);
	border-radius: 15px;
}

/* Events list */

.events-list .jet-listing-grid__item {
	position: relative;
}

.events-list .jet-listing-grid__item:after {
	content: '';
	background: var( --e-global-color-secondary );
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
}

/* Others */

.grecaptcha-badge {
	visibility: hidden;
}

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

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