/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

footer#footer {
    background-position: center;
}

footer#footer .gform_wrapper li div {
    padding: 0 5px;
}

footer#footer #footer-social-wrapper ul li {
    display: inline-block;
}

footer#footer ul#menu-footer-menu {
    list-style: none;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0;
    margin: 0;
}

footer#footer p.disclaimer {
    font-size: 10px;
    line-height: 12px;
}

footer#footer .location-name {
    font-size: 26px;
    font-weight: bold;
}

@media (max-width: 768px) {
    footer#footer .details .juris-digital {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    footer#footer .footer-legal .details span:first-child {
        top: 0!important;
    }

    footer#footer .footer-legal .details ul li {
        font-size: 12px;
    }
}