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

.linear .elementor-image-carousel.swiper-wrapper {
	transition-timing-function: linear !important;
}

.elementor-widget-n-accordion .e-n-accordion-item {
    display: flex
;
    flex-direction: column;
    position: relative;
    box-shadow: 0px 4px 8px -2px #0000001A;
}

.alignnone.size-full.wp-image-1000 {
    vertical-align: -3px!important;
}

.alignnone.wp-image-757, .alignnone.wp-image-756, .alignnone.wp-image-758 {
	vertical-align: -3px!important;
}

.twentytwenty-overlay {
    display: none;
}

/* //////////////FILTRY//////////////// */

/* Stylizuje nazwę kategorii */
.wpfFilterTaxNameWrapper {
    color: #102652 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* Opcjonalnie: ogólne ustawienie dla całego labela */
.wpfLiLabel {
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    color: #102652 !important;
    font-weight: 700 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

