/*
Theme Name: Marcopol
Version: 1.0
*/

.form__field br, .form__field p, .form__file br, .form__file p {
    display: initial !important;
}

.menu-katalog, .menu-sklep {
    display: none;
}


/* CPARTS */
#cform_left .form__field input, #cform_left .form__field select, #cform_left .form__field textarea {
    border: 0;
    background: rgb(255, 255, 255, 0.6);
    color: #fff;
}
#cform_left .form__field input::placeholder, #cform_left .form__field input:placeholder-shown, #cform_left .form__field select::placeholder, #cform_left .form__field select:placeholder-shown, #cform_left .form__field textarea::placeholder, #cform_left .form__field textarea:placeholder-shown,
#cform_right .form__field input::placeholder, #cform_right .form__field input:placeholder-shown, #cform_right .form__field select::placeholder, #cform_right .form__field select:placeholder-shown, #cform_right .form__field textarea::placeholder, #cform_right .form__field textarea:placeholder-shown {
    color: #fff;
    font-weight: 400;
}



@media only screen and (max-width: 1025px) {

    li.menu-katalog, li.menu-sklep {
        display: inherit;
    }

}


@media only screen and (min-width: 1560px) and (max-width: 1700px) {
    .header .header-desktop .header__nav .nav > li:not(:last-child) {
        margin-right: 1.5rem !important;
    }

}


@media only screen and (min-width: 1401px) and (max-width: 1559px) {
    .header .header-desktop .header__nav {
        padding-left: 2.33673vw !important;
    }

    .header .header-desktop .header__nav .nav > li:not(:last-child) {
        margin-right: 25px !important;
    }
}


@media only screen and (min-width: 1330px) and (max-width: 1400px) {
    .header .header-desktop .header__nav {
        padding-left: 3.03673vw !important;
    }

    .header .header-desktop .header__nav .nav > li:not(:last-child) {
        margin-right: 15px !important;
    }
}

@media (min-width: 1560px) {
    .header .header-desktop .header__nav .nav > li:not(:last-child) {
        margin-right: 1.45rem !important;
    }
}
