/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.slajder {
    overflow: hidden;
}

.zadbaj span {
    font-weight: 700;
}

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

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

    transform: skew(-32deg);
    /* Positive skew for inner text */
}

.skos.grafik .elementor-button-icon svg {
    width: 1.5em;
    height: auto;
}

.skos.grafik .elementor-button-text {
    display: flex;
    align-content: center;
    align-items: center;
}

.ikonbox .elementor-icon-box-title a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ikonbox svg {
    transition: fill 2.3s ease;
}

.ikonbox:hover svg {
    fill: white !important;
}

.ikonbox:hover svg path {
    fill: white !important;
}




@keyframes customFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -80px, 0);
        /* Przesunięcie o 10px w górę */
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        /* Powrót do oryginalnej pozycji */
    }
}

.ikonbox {
    animation-name: customFadeInDown !important;
    animation-duration: 0.5s !important;
    animation-fill-mode: both !important;
    animation-timing-function: ease-in-out !important;
    /* Utrzymanie końcowego stanu po zakończeniu animacji */
    
}


/* #page>div>div.elementor-element.elementor-element-5a9007c.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded>div>div {
transition: transform 0.3s ease !important;
}
#page>div>div.elementor-element.elementor-element-5a9007c.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded>div>div:hover {
    transform: translateY(-20px) !important;
} */

.ikonbox1  {animation-delay: 0s;}
.ikonbox2  {animation-delay: 0.2s;}
.ikonbox3  {animation-delay: 0.4s;}
.ikonbox4  {animation-delay: 0.6s;}
.ikonbox5  {animation-delay: 0.8s;}
.ikonbox6  {animation-delay: 1.0s;}

.slider_okragle {
    overflow: hidden;
        border-radius: 37px 0px 37px 0px;
}

.slider_okragle figure {
        margin-bottom: -7px!important;
}

.galeria_mini {

}
#wpcf7-f602-p33-o1 input[type=email] {
    width: 60%;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    /* float: left; */
    margin-right: 10px;
}

#wpcf7-f602-p33-o1 [type=submit] {
    display: inline-block;
    font-weight: 400;
    color: #66AA45;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #ffffff !important;
    border: 1px solid #ffffff;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
    /* float: left; */

}
#wpcf7-f601-p1712-o1>form>p:nth-child(6)>input {
    color: #fff !important;
}

.icon_menu svg path {
    transition: fill 0.3s ease;
        fill: #000 !important;
}

.guzik1:hover svg path {
fill: #fff !important;
}
textarea.ni_form,
input.ni_form {
    width: 100%;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 3px solid #053960 !important;
    border-radius: 0px !important;
    ;
    background-color: rgba(255, 255, 255, 0);
}



.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #053960;
    border: none;
    color: #fff;
}
textarea.ni_form {
    height: 120px;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    /* Red */
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    /* Dark Gray 800 */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

form.submitting .wpcf7-spinner {
    visibility: visible;
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}






@media only screen and (max-width: 768px) {
.ikonbox div.elementor-icon-box-content p {
        /* Dodaj tutaj swoje style */
        display: none !important;

    }
}


