/**
Theme Name: Wirtualnyhandlowiec.pl
Author: Wirtualnyhandlowiec.pl
Author URI: http://wirtualnyhandlowiec.pl/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wirtualnyhandlowiec-pl
Template: astra
*/
.podzawartoscia,
.nadzawartoscia,
.nadstopka {
}

blockquote {
    padding: 0 0 0 55px;
    margin: 10px 0 20px;
    border-left: 0;
    background: url(/wp-content/themes/wirtualnyhandlowiec/quote.png) left top
        no-repeat;
    min-height: 45px;
}
.bialy,
.bialy > a,
.bialy span.elementor-icon-list-text > a {
    color: white !important;
}
.filedownload {
    justify-content: flex-start;
    display: inline-flex;
    flex-direction: row;
    gap: 5px;
    align-items: stretch;
}
.plik_rozmiar,
.plik_typ {
    color: gray;
    font-size: smaller;
}
.zalaczniki {
    margin: 3% 0;
}
.zalaczniki h5 {
    margin: 2% 0 1% 0;
}

.slick-slide-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px; /* Przykładowa wysokość */
    overflow: hidden;
}

.slick-slide-wrapper img {
    height: 100%; /* Zapewnia, że obrazy będą miały jednolitą wysokość */
    width: 100%; /* Rozciąga obraz, aby wypełnił szerokość kontenera */
    object-fit: cover; /* Zapewnia, że obraz będzie pokrywał całą powierzchnię kontenera bez zniekształceń, możliwe jest przycięcie boków */
}
.lb-number {
    display: none !important;
}

#lang_choice_polylang-6,
#lang_choice_polylang-6:focus,
#lang_choice_polylang-6:focus-visible,
#lang_choice_polylang-6:hover {
    border: none !important;
    padding: 0px;
    background: none !important;
    text-transform: uppercase;
    font-size: 0.8125rem;
}
.elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper .elementor-button:focus {
    color: #fff;
}
.elementor-button-wrapper .elementor-button {
    font-weight: 400;
}
.zielony {
    color: #135629;
}
.pomaranczowy {
    color: #ee7402;
}

.tagi {
    font-size: 80% !important;
    text-transform: uppercase !important;
    color: #135629 !important;
}
.tagi a {
    color: #135629 !important;
    text-transform: uppercase !important;
}
.titledownload {
    font-size: 90%;
    color: #135629;
}
.boldUpp {
    font-weight: 600;
    text-transform: uppercase;
}
h2.elementor-heading-title::before,
h4.elementor-heading-title::before,
h1.elementor-heading-title::before,
h1.entry-title::before,
.separator::before,
.separator1::before {
    content: url('/wp-content/themes/wirtualnyhandlowiec/img/separator/separator.svg');
    display: inline-block;
    width: 30px; /* Szerokość obrazka SVG */
    height: 30px; /* Wysokość obrazka SVG */
    margin-right: 10px; /* Odstęp między obrazkiem a tekstem */
}
.separator1 {
    margin-top: 50px;
}
.category-header {
    margin-top: 30px;
}
.subcategory-title {
    margin: 30px 0px;
}
.sub-menu .menu-item {
    width: 260px;
}
.ast-builder-menu-mobile
    .main-header-menu.ast-nav-menu
    .sub-menu
    .menu-item
    .menu-link {
    color: #111111;
}
.elementor-widget-heading h5.elementor-heading-title {
    color: #135629;
}
.tagfilter {
    width: 100%;
    margin: 20px 0px;
}

.articles-container {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    width: -webkit-fill-available;
}

.article {
    margin-bottom: 20px; /* Odstęp między artykułami */
}

.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.news {
    background-color: #fbf8f8;
    padding: 25px 20px;
    margin: 25px 0px;
}
.read-more {
    color: #e58400;
    border-color: #e58400;
    background-color: var(--ast-global-color-5);
    border-style: solid;
    text-decoration: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.read-more:hover {
    background-color: #e58400;
    color: #fff;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagination .page-number {
    margin: 0 5px;
}

.pagination a {
    display: inline-block;
    padding: 8px 12px;
    background-color: #e58400;
    color: #fff;
    border: 1px solid #e58400;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin: 0px 10px;
}

.pagination a:hover {
    background-color: #135629;
    color: white;
    transition: background-color 0.3s ease;
}

.pagination .current {
    background-color: #135629;
    color: white;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin: 0px 10px;
}

.pagination .dots {
    pointer-events: none;
}
.subcategory1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    min-height: 500px;
    /* Przykładowa minimalna wysokość, dostosuj zgodnie z potrzebami */
}

.subcategory1 article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 calc(50% - 20px);
    /* Umożliwia elastyczne rozciąganie i kurczenie, z uwzględnieniem odstępów */
    min-height: 100%;
    /* Zapewnia, że artykuły starają się wypełnić wysokość kontenera */
}

.entry-footer {
    margin-top: auto;
    /* Przykleja footer do dołu */
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-author-box,
.ast-separate-container .ast-404-layout-1,
.ast-separate-container .no-results {
    padding: 0px;
}
.navigation,
.navigation2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation a {
    background-color: #f2f2f2;
}
.navigation a,
.navigation2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;

    color: #333;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
    height: fit-content;
    min-height: 70px;
    margin-top: 3rem;
    width: 100%;
    /* Set the desired height */
}
.navigation2 a {
    color: #333;
}
.navigation a:hover {
    background-color: #ddd;
}

.prev-post {
    text-align: left;
}

.next-post {
    text-align: right;
}

.prev-post,
.next-post {
    width: 50%;
    margin-right: 20px;
}
.navigation2 .prev-post,
.navigation2 .next-post {
    background-color: #f2f2f2;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
    height: fit-content;
    min-height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#primary,
#secondary {
    width: 100%;
}
.acf-galeria {
    margin: 3rem 0px;
}
.slick-prev:before,
.slick-next:before {
    color: #333;
}

.slick-slider {
    display: inline-grid !important;
}
#wpexperts_pdf_generate_file {
    border: none;
}
