/* .si a:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #6381e5;
    border-radius: 50%;
    z-index: 0;
    transition: all .25s ease-in-out;
}

.si a:hover:before {
    background: black;
} */

footer ul.menu li {
    padding-top: 0;
    line-height: 1.2;
}

footer ul.menu li a {
    padding-left: 0px;
}

input#gform_submit_button_3 {
    margin-top: 0;
}