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

footer#footer.footer-layout-four {
    padding-top: 100px;
    background-image: none !important;
}

footer#footer.footer-layout-four .footer-form {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8 / 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    z-index: 1;
    margin-bottom: 50px;
}

footer#footer.footer-layout-four .footer-form  #form-wrapper {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    padding: 50px;
    text-align: center;
    padding-bottom: 25px;
}

footer#footer.footer-layout-four div#footer-left {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2 / 7;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

footer#footer.footer-layout-four .footer-legal>*,
footer#footer.footer-layout-four .footer-legal a {
    color: #fff;
}

footer#footer.footer-layout-four div#footer-left .office-details.logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

footer#footer.footer-layout-four div#footer-left .office-details.address {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

footer#footer.footer-layout-four div#footer-left ul.address-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

footer#footer.footer-layout-four div#footer-left ul.address-blocks li.sig-address {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    margin: 1em 0;
}



footer#footer.footer-layout-four div#footer-left ul.address-blocks li.sig-address p {
    margin: 0;
}

footer#footer.footer-layout-four div#footer-left ul.address-blocks li.sig-address:nth-child(2),
footer#footer.footer-layout-four div#footer-left ul.address-blocks li.sig-address:nth-child(3),
footer#footer.footer-layout-four div#footer-left ul.address-blocks li.sig-address:nth-child(4) {
    /* display: none; */
}

footer#footer.footer-layout-four div#footer-left .footer-nav-row {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

footer#footer.footer-layout-four div#footer-left .footer-nav-row.has-one ul#menu-footer-menu {
    display: block;
}

footer#footer.footer-layout-four div#footer-left .footer-nav-row ul#menu-footer-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

footer#footer.footer-layout-four .footer-legal {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
    -ms-grid-row: 2;
    grid-row: 2;
    z-index: 0;
}

footer#footer.footer-layout-four .footer-legal .details,
footer#footer.footer-layout-four .footer-legal .disclaimer,
footer#footer.footer-layout-four .footer-nav-row {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/7;;
}


footer#footer.footer-layout-four .footer-nav-row {
    grid-row: 1;
    -ms-grid-row: 1;
} 

footer#footer.footer-layout-four .footer-legal .details {
    grid-row: 2;
    -ms-grid-row: 2;
}

footer#footer.footer-layout-four .footer-legal .disclaimer {
    grid-row: 3;
    -ms-grid-row: 3;
    padding-right: 50px;
}

footer#footer.footer-layout-four .juris-digital,
footer#footer.footer-layout-four .footer-legal .details ul {
    float: none;
}

footer#footer.footer-layout-four #footer-left #footer-social-wrapper {
    padding: 20px 0px;
}

footer#footer.footer-layout-four #footer-left #footer-social-wrapper li {
    margin: 0px 10px;
}

footer#footer.footer-layout-four #footer-left #footer-social-wrapper li:first-child {
    margin-left: 0px;
}
 
footer#footer.footer-layout-four .office-details.logo img {
    max-width: 350px;
}

footer#footer.footer-layout-four #footer-left .address-blocks li.sig-address span,
footer#footer.footer-layout-four #footer-left .address-blocks li.sig-address a {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 128.4%;
    text-align: center;
    color: #202020;
}

footer#footer.footer-layout-four #footer-left .address-blocks li.sig-address p:last-child,
footer#footer.footer-layout-four #footer-left .address-blocks li.sig-address p:nth-child(2) {
    margin-top: 10px;
}

footer#footer.footer-layout-four #footer-left .address-blocks li.sig-address a {
    font-size: 22px;
    font-weight: 500 !important;
}


footer#footer.footer-layout-four .footer-nav-row .menu-footer-menu-container li {
    padding: 5px 0px;
    margin-right: 15px;
}

footer#footer.footer-layout-four .footer-nav-row .menu-footer-menu-container li a {
    text-transform: uppercase;
}

footer#footer.footer-layout-four .footer-nav-row .menu-footer-menu-container li:last-child{
    margin-right: 0px;
}

footer#footer.footer-layout-four .footer-nav-row.has-two #menu-footer-menu,
footer#footer.footer-layout-four .footer-nav-row.has-one #menu-footer-menu {
    padding: 15px 0px;
    border-top: 1px solid #202020;
    border-bottom: 1px solid #202020;
}


footer#footer.footer-layout-four .footer-legal.has-more,
footer#footer.footer-layout-four .footer-legal.has-three,
footer#footer.footer-layout-four .footer-legal.has-four {
    padding-top: 0px;
}

footer#footer.footer-layout-four .footer-nav-row.has-more #menu-footer-menu,
footer#footer.footer-layout-four .footer-nav-row.has-three #menu-footer-menu,
footer#footer.footer-layout-four .footer-nav-row.has-four #menu-footer-menu {
    border-top: none;
    padding: 15px 0px;
    border-bottom: 1px solid #202020;
}

footer#footer.footer-layout-four .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

footer#footer.footer-layout-four .details ul li:last-child{
    display: none;
}

footer#footer.footer-layout-four .details .juris-digital {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*** Media Queries ***/

@media (max-width: 1200px) {
    footer#footer.footer-layout-four .footer-form {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2 / 12;
        -ms-grid-row: 2!important;
        grid-row: 2;
        -ms-grid-row: 2!important;
        -ms-grid-row-span: 1!important;
    }


    footer#footer.footer-layout-four div#footer-left {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2 / 12;
        text-align: center;
    }

    footer#footer.footer-layout-four div#footer-left ul.address-blocks {
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    footer#footer.footer-layout-four div#footer-left ul.address-blocks li.sig-address {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }

    footer#footer.footer-layout-four div#footer-left img {
        margin: 0 auto;
    }

    footer#footer.footer-layout-four .footer-legal {
        -ms-grid-row: 3;
        grid-row: 3;
        text-align: center;
    }

    footer#footer.footer-layout-four .footer-legal .details, 
    footer#footer.footer-layout-four .footer-legal .disclaimer, 
    footer#footer.footer-layout-four .footer-nav-row {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/12;
    }

    footer#footer.footer-layout-four .details {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    footer#footer.footer-layout-four .footer-nav-row.has-more #menu-footer-menu, footer#footer.footer-layout-four .footer-nav-row.has-three #menu-footer-menu, footer#footer.footer-layout-four .footer-nav-row.has-four #menu-footer-menu {
        width: 100%;
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    footer#footer.footer-layout-four div#footer-left ul.address-blocks li.sig-address {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    footer#footer.footer-layout-four .footer-form {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1 / 13;
    }

    footer#footer.footer-layout-four .footer-form #form-wrapper {
        padding: 40px 15px;
    }

    footer#footer .footer-nav-row ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    footer#footer.footer-layout-four .footer-nav-row .menu-footer-menu-container li {
        margin-right: 0;
    }

    footer#footer.footer-layout-four .footer-legal .details, 
    footer#footer.footer-layout-four .footer-legal .disclaimer, 
    footer#footer.footer-layout-four .footer-nav-row {
        padding-right: 0;
    }


    footer#footer.footer-layout-four .office-details.logo img {
        max-width: 300px;
        width: 100%;
    }
}