/* footer :: responsive (@media estratti da responsive.css) */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /*** Footer Area Css ***/
    .single-footer-widget.marbtm50 {
        margin-bottom: 50px;
    }


    .bottom-parallax,
    .parallax-visible .bottom-parallax {
        position: relative;
        height: auto;
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .bottom-parallax .footer-area {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*** Footer Area Css ***/
    .single-footer-widget.marbtm50 {
        margin-bottom: 50px;
    }


    .bottom-parallax,
    .parallax-visible .bottom-parallax {
        position: relative;
        height: auto;
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .bottom-parallax .footer-area {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {


    /*** Footer Area Css ***/
    .single-footer-widget.marbtm50 {
        margin-bottom: 50px;
    }

    .single-footer-widget.pdtop50 {
        padding-top: 50px;
    }

    .footer-bottom .bottom-inner {
        text-align: center;
    }

    .footer-bottom .bottom-inner .copyright p {
        line-height: 24px;
    }


    .bottom-parallax,
    .parallax-visible .bottom-parallax {
        position: relative;
        height: auto;
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .bottom-parallax .footer-area {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
    }
}
