/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2025 | 20:17:15 */
	
/* .wpr-mobile-nav-menu li:last-of-type {
	background-color: #002cd9 !Important;
}

.wpr-mobile-nav-menu li:last-of-type:hover {
	background-color: var( --e-global-color-4e317ac ) !important; */
/* } */

@media (min-width: 1024px){
	.wpr-nav-menu li:last-of-type {
	display: none !Important;
}
}

/* PL */
.post-type-archive-blog-en #header-pl, .post-type-archive-blog-en #header-de,
.single-blog-en #header-pl, .single-blog-en #header-de {
	display: none !Important;
}


.post-type-archive-blog-en #footer-pl, .post-type-archive-blog-en #footer-de,
.single-blog-en #footer-pl, .single-blog-en #footer-de {
	display: none !Important;
}

/* EN */

.post-type-archive-blog-pl #footer-en, .post-type-archive-blog-pl #footer-de,
.single-blog-pl #footer-en, .single-blog-pl #footer-de  {
	display: none !Important;
}

.post-type-archive-blog-pl #footer-en, .post-type-archive-blog-pl #footer-de,
.single-blog-pl #footer-en, .single-blog-pl #footer-de  {
	display: none !Important;
}

/*  DE */

.post-type-archive-blog-de #header-en, .post-type-archive-blog-de #header-pl,
.single-blog-de #header-en, .single-blog-de #header-pl {
	display: none !Important;
}

.post-type-archive-blog-de #footer-en, .post-type-archive-blog-de #footer-pl,
.single-blog-de #footer-en, .single-blog-de #footer-pl {
	display: none !Important;
}

/* BLOG - STYLOWANIE LISTY NA POJEDYNCZYM POSCIE ORAZ SIATKA GRID W BLOGU */

.posts-lists-grids-box .elementor-post__read-more {
    padding: 12px 20px;
    background-color: var(--e-global-color-primary);
    border-radius: 20px 0;
}

.posts-lists-grids-box .elementor-posts .elementor-post__text {
    display: flex !important;
}

.posts-lists-grids-box .elementor-post__text .elementor-post__meta-data {
    order: 1;
}

.posts-lists-grids-box .elementor-post__text .elementor-post__title {
    order: 2;
}

.posts-lists-grids-box .elementor-post__text .elementor-post__excerpt {
    order: 3;
}

.posts-lists-grids-box .elementor-post__text .elementor-post__read-more {
    order: 4;
}

/* STYLOWANIE TEKSTU W POJEDYNCZYM POŚCIE */

.post-text-box  {
    font-size: 15px;
}

.post-text-box h2, .post-text-box h3, .post-text-box h4, .post-text-box h5, .post-text-box h6 {
    color: var(--e-global-color-4cab3f1) !important;
    line-height: 1.25em;
    margin-top: 30px;
    font-family: 'Raleway';
    font-weight: 500;
}

.post-text-box h2 {
    font-size: 1.85em !important;
}
.post-text-box h3 {
    font-size: 1.55em !important;
}

.post-text-box h4{
    font-size: 1.35em !important;
}
.post-text-box h5{
    font-size: 1.25em !important;
}
.post-text-box h6{
    font-size: 1.10em !important;
}

@media (max-width: 1023px){
    .post-text-box h2 {
    font-size: 1.5em !important;
}
.post-text-box h3 {
    font-size: 1.35em !important;
}

.post-text-box h4{
    font-size: 1.20em !important;
}
.post-text-box h5{
    font-size: 1.15em !important;
}
.post-text-box h6{
    font-size: 1.05em !important;
}
}