.main-footer * {
    color: white;
}
.main-footer {
    background: linear-gradient(to bottom right,#2468b3, #064471);
    margin-top: 0 !important;
    border: none;
    position: relative;
}
.main-footer:before {
    content: "";
    background: url(../theme-images/footer_top.png)center top no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 100%;
    height: 5%;
}
.main-footer > .container > .row > * {
    width: 100%;
    margin: 15px auto;
}
.main-footer form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-footer form.wpcf7-form > .input-wrapper:not(.submit) {
    max-width: 28%;
    width: 100%;
    margin:0 1.7% 0 0;
}
.main-footer form.wpcf7-form > * {
    height: 45px;
    position: relative;
    flex: auto;
}
.main-footer form.wpcf7-form > * > label {
    height: auto;
    font-size: 25px;
    font-weight: 400;
    text-indent: 10px;
    transition: opacity 0.3s;
}
label.focus {
    opacity: 0;
}
.main-footer form.wpcf7-form > * * {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 100%;
    background: transparent;
    height: 100%;
    line-height: 100%;
}
.main-footer form.wpcf7-form > *:not(.submit) input {
    border: 1px solid white;
    color: white;
    font-size: 25px;
}
.main-footer form.wpcf7-form .submit {
    background: white;
    color: #0a497a;
    font-size: 30px;	border:0;
}
.footer_location_contact {
    text-align: center;
    font-size: 20px;
}
.footer_socials > div {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    text-align: center;
}
.footer_socials > div > a > img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.footer_socials > div > a {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid white;
}
span.wpcf7-not-valid-tip {
    top: 104% !important;
    position: absolute;
    transform: none !important;
    right: 0 !important;
    color: white !important;
    height: auto !important;
}

.copyright{	float: right;	width: 50%;	text-align: right;}
.credit{	float: left;	text-align:left;	width: 50%;}
.main-footer .credit a {    color: #fff !important;    font-size: 14px;	width: 150px;	display: block;}
.main-footer .credit img{margin: -5px 0 0 5px;}
