/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 01:35:57 */
/* lightbox footer */

.elementor-slideshow__footer {
	display: none !important;
}

/* POJEDYNCZY WPIS */
/* content w kontenerze boxa wpisu */
.rex-post {
	margin-bottom: 50px;
}

@media (max-width: 1366px){
	.rex-post {
		padding-right: 60px;
		padding-left: 60px;
	}
}

@media (max-width: 1023px){
	.rex-post {
		padding-right:40px;
		padding-left: 40px;
	}
}

@media (max-width: 767px){
	.rex-post {
		padding-right:10px;
		padding-left: 10px;
	}
}

.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
	color: var(--e-global-color-primary);
	margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.single-post h2 {
	font-size: 1.8rem;
}

.single-post a {
	
}