/*
Theme Name:     Hello-elementor-child
Theme URI:      
Description:    Hello-elementor child theme.
Author:         Me
Author URI:     
Template:       hello-elementor
Version:        0.1.0
*/
body:not(.home) .menu_gorne {
    margin-bottom: 50px;
}


.skos a.elementor-button {
    margin-left: 16px;
    transform: skew(-25deg);
    /* Negative skew for the button */
}

.skos a.elementor-button>.elementor-button-content-wrapper {

    transform: skew(25deg);
    /* Positive skew for inner text */
}
.elementor-element.startowy.elementor-widget.elementor-widget-button .elementor-button-wrapper {
    display: flex;
        justify-content: flex-end;
}

.elementor-element.startowy.elementor-widget.elementor-widget-button a {
    padding:22px 22px 22px 22px;
    height: 286px;
    width: 100%;
        text-align: right;
}


body .elementor-14 .elementor-element.elementor-element-6aba74e.licznik {
    left: 0px;
    /* width: 133%; */
    z-index: 22;
    bottom: 37px;
}

.oferta_linki a {
    display: block;
    /* margin-bottom: 17px; */
    border-left: 1px solid #ccc;
    padding: 10px;
    transition: 0.4s;
}
.oferta_linki a:hover {
    background-color: #367021;
        color: #fff;
}


div.oferta_logo {
    /* height: 222px; */
    min-height: 40px;
}
div.oferta_logo a {
     /* display: block;
     width: 100%;
     height: inherit; */
 }
div.oferta_logo .elementor-widget-container {
    padding: 0px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ADADAD;
    display: flex;
    align-items: center;
    justify-content: center;
}


div.oferta_logo img{
height: fit-content;
width: fit-content;
max-width: 73%;
max-height: 40px;
}


@media only screen and (min-width: 768px) {
    body .elementor-14 .elementor-element.elementor-element-6aba74e.licznik {
        /* Tutaj wprowadź swoje style */
    width: 133% !important;
    position: absolute !important;
        /* Przykład: tekst elementów z klasą .ddd będzie czerwony */
    }

}
@media only screen and (max-width: 767px) {
        .elementor-element.startowy.elementor-widget.elementor-widget-button a {
        
                height: 105px !important;
            }
}
