/* FOOTER */

#footer {
    background-color: var(--color-bg-dark);
    color: #eee;
    padding-top: 80px;
}

#footer .footer_btm {
    background: transparent;
    margin-top: 60px;
    padding: 0;
}

#footer .footer_btm .container {
    display: none;
}

#footer .wp-block-column:not(:last-child) {
  padding-right: 40px;
}

#footer a {
    color: #eee;
}

#footer a:hover {
    color: var(--color-2)!important;
}

#footer p {
    line-height: 1.8;
}

#footer :focus {
    outline-color: var(--color-2);
    outline-width: 1px;
}

#footer .col ul:is(.margined_left, .wp-block-list) {
  margin-left: 10px;
}

#footer .wp-block-heading {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #eee;
    border-bottom: 1px solid var(--color-line-dark);
    padding: 0 0 5px 10px;
}

#footer .footer-col-1 {
    margin-bottom: 20px;
}

#footer :is(.footer-col-1, .footer-col-2) {
    flex-basis: 28%;
}

#footer .footer-col-3-4-container {
    flex-basis: 44%;
}

#footer .footer-col-1 .wp-block-group {
    margin: 24px 0 32px;
}

#footer .footer-col-2 .wp-block-group {
    margin: 0 10px;
}

#footer .footer-col-2 .wp-block-group {
    margin: 0 10px;
}

#footer .footer-col-2 ul.lista-contatti,
#footer .footer-col-2 ul.lista-contatti li {
    margin: 12px 0;
}

#footer .footer-col-2 ul.lista-contatti :where(a, li.fax-contact)::before {
    content: "";
    background-repeat: no-repeat;
    filter: invert(100%) brightness(90%) contrast(100%);
    position: relative;
    display: inline-block;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px;
    margin-right: 14px;
    top: 3px;
    left: 0;
}

#footer .footer-col-2 ul.lista-contatti li.fax-contact::before {
    background-image: url("../img/fax.svg");
}

#footer .footer-col-2 ul.lista-contatti a:hover::before {
    margin-right: 18px;
}

#footer .footer-newsletter {
    margin-top: 40px;
}


#footer .sib_signup_form {
    margin-top: 20px;
    padding: 0 10px;
}

#footer .sib_signup_form p {
    position: relative;
}

#footer .sib_signup_form label {
    font-weight: 400;
    font-size: 14px;
}

#footer .sib_signup_form label input[type="email"] {
    background-color: transparent !important;
    border: 1px solid var(--color-line-dark);
    padding: 16px 20px;
    margin-top: 10px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 10px;
    color: #eee;
}

#footer .sib_signup_form label input[type="email"]:focus {
    outline-offset: 0;
}

#footer .sib_signup_form label input[type="email"]::placeholder {
    color: #939393;
    opacity: 1;  
}

#footer .sib_signup_form input[type="submit"] {
    background-color: var(--color-2);
    color: #000;
    font-weight: 600;
    font-size: 12px;
    border-radius: 5px;
    position: absolute;
    bottom: 9px;
    right: 10px;
    margin: 0;
    border: 1px solid var(--color-2);
}

#footer .sib_signup_form input[type="submit"]:hover {
    background-color: transparent;
    color: var(--color-2);
}

#footer .sib_signup_form .nl-privacy input[type="checkbox"] {
    margin-right: 12px;
    position: relative;
    top: 1px;
}

#footer .sib_signup_form .nl-privacy {
    font-size: 12px;
}

#footer .sib_signup_form .nl-privacy a {
    font-weight: 600;
}

#footer .sib_signup_form .mc4wp-response p {
    margin-top: 8px;
    color: var(--color-2);
    line-height: 1.4;
}

@media only screen and (max-width: 1280px) {
    #footer :is(.footer-col-1, .footer-col-2) {
        flex-basis: 32%;
    }
    #footer .footer-col-3-4-container {
        flex-basis: 36%;
    }
}

@media only screen and (min-width: 1018px) and (max-width: 1280px) {
    #footer .footer-col-3-4 {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1017px) {
    #footer .footer-col-container {
        flex-wrap: wrap !important;
    }
    #footer :is(.footer-col-1, .footer-col-2) {
        flex-basis: 48%;
    }
    #footer .footer-col-3-4-container {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #footer .sib_signup_form label input[type="email"] {
        padding-right: 100px;
        padding-left: 15px;
    }
    #footer .sib_signup_form input[type="submit"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* slick slider dots */

ul.products.slick-slider ul.slick-dots {
    margin-bottom: 0 !important;
    bottom: 0px;
}

.slick-slider .slick-dots button {
    background-image: none;
}

.slick-slider .slick-dots li.slick-active button::before,
.slick-slider .slick-dots li button:hover::before {
    background-color: var(--color-1);
}
