
.gform_submission_error {
    margin: 0 !important;
}


/* site-footer */

.site-footer {
    padding: 115px 0 0px;
}

.site-footer .footer-top .container {
    padding-top: 35px;
    padding-bottom: 65px;
    border-top: 1px solid rgba(246, 241, 238,  .30);
    border-bottom: 1px solid rgba(246, 241, 238,  .30);
}

.site-footer .widget {
    margin-bottom: 40px;
}

.site-footer .widget-title  {
    margin-bottom: 20px;
}

.site-footer  .widget ul li {
    margin-bottom: 15px;
}

.site-footer .emg-phone {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.site-footer .emg-phone:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 2px;
    background-image: url(../img/footer/call-icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

@media screen and (max-width: 1199px) {
    .site-footer {
        padding: 0;
    }

    .site-footer .footer-top .container {
        padding-bottom: 15px;
    }
}


