/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 25 2026 | 18:49:01 */
.box-blog img {
	aspect-ratio: 3 / 2 !important;
    object-fit: cover;
}

.single-post .box-post-single :is(h2,h3,h4,h5,h6) {
	color: #020202 !Important;
}

/* Breadcrumbs blog */

.breadcrumbs-rm * {
    margin-top: 0;
    margin-bottom: 0;
}

.breadcrumbs-rm a, .breadcrumbs-rm span {
    font-size: .95em;
}

.breadcrumbs-rm a {
    color: #fff;
}

.breadcrumbs-rm .last {
    color: var( --e-global-color-d2b010a ) !important;
}

.breadcrumbs-rm .separator {
    color: var( --e-global-color-d2b010a );
}

.grecaptcha-badge {
	display: none !Important;
}

/* NAV */
@media only screen and (min-width: 960px) and (max-width: 1239px){
.container, .section_wrapper, .with_aside .content_wrapper, .footer-2, .footer-3 {
    max-width: 1380px !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 1178px){
.arrows-hide-tablet .mfn-swiper-arrow, .hide-tablet {
    display: none !important;
}
}

/* Ustawienie Menu do prawego boku */
@media (max-width: 1178px){
.mcb-section .mcb-wrap-3mbr4lhla .mcb-wrap-inner-3mbr4lhla {
    align-items: center;
    justify-content: flex-end;
}
}

/* Ustawienia maksymalnej szerokosci (od tableta do polowy laptopa) */
@media only screen and (min-width: 960px) and (max-width: 1178px){
.container, .section_wrapper, .with_aside .content_wrapper, .footer-2, .footer-3 {
    padding: 10px;
}
}

@media only screen and (min-width: 960px) and (max-width: 1178px){
.arrows-hide-laptop .mfn-swiper-arrow, .hide-laptop {
    display: block !important;
}
}

@media only screen and (min-width: 1179px) and (max-width: 1440px){
.arrows-hide-laptop .mfn-swiper-arrow, .hide-laptop {
    display: none !important;
}
}

.mcb-section .mcb-wrap-3mbr4lhla .mcb-wrap-inner-3mbr4lhla {
	justify-content: flex-end;
}

/* LOGA */

figure.jltma-logo-slider-figure {
    text-align: center !Important;
}


figure.jltma-logo-slider-figure img {
    text-align: center !Important;
    filter: brightness(0) invert(1) !Important;
    /*transition: .1s;*/
}

figure.jltma-logo-slider-figure:hover img {
    filter: brightness(1) invert(0) !Important;
}

/* PASKI AMG PRZY TEKŚCIE */

.amg-title *{
	display: flex;
	align-items: center;
	flex-direction: row;
}
.amg-line {
	float: left;
	display: inline;
	height: 30px !Important;
	margin-right: 10px;
}

@media (max-width: 1024px){
	.amg-title img {
		display: none;
	}
	
	.btn1 a .elementor-button-content-wrapper {
	display: inline-flex;
}
}

/* Galeria filmów wideo */

/* .pa-gallery-img {
	min-height: 300px;
	max-height: 300px;
    display: flex;
}

.pa-gallery-img .pa-gallery-img-container img {
	min-height: 310px;
	max-height: 310px;
	object-position: center;
	transform: scale(2);
}

 */

*::selection {
    background-color: var(--e-global-color-d2b010a);
    color: white;
}

@media (min-width: 480px) and (max-width: 767px){
.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 100% !important;
}
}
@media (min-width: 769px) and (max-width: 1024px){
.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 50% !important;
	}
}

/* ROZWIJANE MENU */

#menu-main-menu-1 {
	margin-top: -80px;
}

/* IKONA FLAGI/ JĘZYKA W MENU */

.flag-icon {
	display: inline-flex;
	align-items: center;
}

.flag-icon-text {
padding-left: 5px;
}

.flag-icon svg {
	width: 20px;
}

#menu-item-3164.current-menu-item > a.mfn-menu-link {
	background-color: #000 !Important;
}

#menu-item-3164.current-menu-item:hover > a.mfn-menu-link {
	background-color: #00A19B !important;
}